pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/qdirstat
Module Name: pkgsrc
Committed By: wiz
Date: Fri May 13 05:05:07 UTC 2022
Modified Files:
pkgsrc/sysutils/qdirstat: Makefile distinfo
Log Message:
qdirstat: update to 1.8.
The QDirStat project proudly presents its latest release: QDirStat
1.8.
This is a stable release. It brings a some new features and bug
fixes:
New view: File Age Statistics
Navigation history like in a web browser (Back, Forward)
Bug fixes
Some small improvements
Details
New view: File Age Statistics
This shows the number of files per year and/or per month that were
last modified in that year or month, together with the total size
of those files and a percent bar for both (number and total size).
This view is extensively documented in the File Age Statistics
Document.
Navigation History
This implements a navigation history for directories like in a web
browser:
New buttons Back / Forward in the tool bar
Standard keyboard shortcuts [Alt] [Cursor Left] / [Alt] [Cursor
Right] like in all common web browsers
Support for Back / Forward mouse buttons if the mouse has them
History menu on those buttons (long press on the buttons) for
the last 16 directories
Bug Fixes
Fixed GitHub issue #169: Shorten path components in the
breadcrumb widget for insanely long paths.
Now closing a left-over Permissions error panel when refreshing
from disk: After the re-read, the permissions error may no
longer be there.
Other Improvements
In the Mounted Filesystems window, don't show inactive mounts
managed by the automounter anymore.
In the Open Directory window, automatically open the first
directory level if a path was clicked in the Places list on
the left, and scroll the tree on the right so that path is at
the top.
Added a little margin to the left in the main window's tree
view for the Size column so it looks now less cramped.
Internal restructuring and refactoring to keep the code
maintainable.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/qdirstat/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/qdirstat/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/qdirstat/Makefile
diff -u pkgsrc/sysutils/qdirstat/Makefile:1.25 pkgsrc/sysutils/qdirstat/Makefile:1.26
--- pkgsrc/sysutils/qdirstat/Makefile:1.25 Mon Apr 18 19:12:08 2022
+++ pkgsrc/sysutils/qdirstat/Makefile Fri May 13 05:05:07 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2022/04/18 19:12:08 adam Exp $
+# $NetBSD: Makefile,v 1.26 2022/05/13 05:05:07 wiz Exp $
-DISTNAME= qdirstat-1.7
-PKGREVISION= 5
+DISTNAME= qdirstat-1.8
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=shundhammer/}
Index: pkgsrc/sysutils/qdirstat/distinfo
diff -u pkgsrc/sysutils/qdirstat/distinfo:1.7 pkgsrc/sysutils/qdirstat/distinfo:1.8
--- pkgsrc/sysutils/qdirstat/distinfo:1.7 Tue Oct 26 11:20:06 2021
+++ pkgsrc/sysutils/qdirstat/distinfo Fri May 13 05:05:07 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:20:06 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/05/13 05:05:07 wiz Exp $
-BLAKE2s (qdirstat-1.7.tar.gz) = c46219e0095b09278bc021601ca026edd376d57722ffd50c746d3d98d2a77744
-SHA512 (qdirstat-1.7.tar.gz) = 9af03c110663eab0df48f69f7d949421feebfdca1299205d25a216587cf2c9e472cbe99ad98f3cd6c783be2b02e0308cdbc2f5549bf662b3061ff5e059317b01
-Size (qdirstat-1.7.tar.gz) = 8057173 bytes
+BLAKE2s (qdirstat-1.8.tar.gz) = 4ff747a56746d74fd4f26d137930596abf1588116133ed5c0aa64b206e8fd501
+SHA512 (qdirstat-1.8.tar.gz) = fb7b757cf08c6b6ec0c14be9b08b8b6784a36e100c3ac89dbaef176ef908e43c47c2788fc4002a5e5f7308c990518cb3a104166e12cec605ff1a586bd7a4af10
+Size (qdirstat-1.8.tar.gz) = 8720791 bytes
Home |
Main Index |
Thread Index |
Old Index