head 1.3; access; symbols pkgsrc-2026Q1:1.3.0.18 pkgsrc-2026Q1-base:1.3 pkgsrc-2025Q4:1.3.0.16 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.14 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.12 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.10 pkgsrc-2025Q1-base:1.3 pkgsrc-2024Q4:1.3.0.8 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.3.0.6 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.4 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.3.0.2 pkgsrc-2024Q1-base:1.3 pkgsrc-2018Q3:1.1.0.4 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.2 pkgsrc-2018Q2-base:1.1; locks; strict; comment @// @; 1.3 date 2024.01.15.15.12.47; author wiz; state Exp; branches; next 1.2; commitid cIPWCuNQ9mcdDyUE; 1.2 date 2018.11.17.20.02.41; author bsiegert; state dead; branches; next 1.1; commitid r7LnkWu6PqflPk0B; 1.1 date 2018.06.14.00.24.26; author markd; state Exp; branches; next ; commitid OCK3n2CRGiPLjbGA; desc @@ 1.3 log @qdirstat: update to 1.9. Release highlights: - Greatly improved the visual appearance of the treemap - Dominant (very large) items are now highlighted in bold font in the tree view - New "Find" function in the scanned directory tree - Added support for bookmarks - New documentation to explain the treemap - Some small improvements - Bug fixes @ text @$NetBSD$ https://github.com/shundhammer/qdirstat/pull/244 --- src/DirReadJob.cpp.orig 2024-01-15 15:08:52.139464419 +0000 +++ src/DirReadJob.cpp @@@@ -9,6 +9,7 @@@@ #include // struct dirent #include // AT_ constants (fstatat() flags) +#include #include #include @ 1.2 log @Update qdirstat to 1.5. 1.5 - (Optional) breadcrumbs navigation - (Optional) a new "details" panel for the currently selected item - (Optional) new tree columns: owner, group, permissions both in "rwxrwxrwx" and in octal format - Package manager support for the major Linux package managers (dpkg / rpm / pacman) to see what package a system file belongs to. - Quick-switchable different layouts for the main window - A new "General" page in the configuration dialog - Show in the window title if the program runs with root permissions (sudo etc.) - (Optional) show the URL in the window title - Some bug fixes 1.4 - File size statistics window with histogram - Filling the gaps in the treemap (directories with lots of small files) - Checked code with Coverity and fixed all issues it pointed out - Improved support for file and directory names with UTF-8 special characters (Qt 4 only issue) - Improved support for directories that have read, but not execute permissions 1.3 - File type statistics window - Locate files per directory by file type - Display path and size of the current item in the status line while hovering over a treemap tile - Optional alternate layout of the main window: Tree view and treemap side by side - Improved logging: More secure and rotating logs - New document: QDirStat for Headless Servers for server admins - New document: The GitHub Workflow for developers 1.2 - Btrfs improvements 1.1 - This is mostly a bug fix release with some small features thrown in. @ text @d1 1 a1 1 $NetBSD: patch-src_DirReadJob.cpp,v 1.1 2018/06/14 00:24:26 markd Exp $ d3 3 a5 1 --- src/DirReadJob.cpp.orig 2016-05-16 13:49:54.000000000 +0000 d7 5 a11 6 @@@@ -11,7 +11,7 @@@@ #include #include #include -#include +#include d14 1 a14 1 @ 1.1 log @qdirstat: Add version 1.0 QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. This is a Qt-only port of the old Qt3/KDE3-based KDirStat, now based on the latest Qt 5. It does not need any KDE libs or infrastructure. It runs on every X11-based desktop on Linux, BSD and other Unix-like systems. @ text @d1 1 a1 1 $NetBSD$ @