From 8bcba4719f5d95554391fc5f0ae08d462d7d4440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Mon, 12 Oct 2020 23:37:46 +0100 Subject: [PATCH] Remove TODO file, some issues were moved to gitlab. --- TODO | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 TODO diff --git a/TODO b/TODO deleted file mode 100644 index 6ec0648..0000000 --- a/TODO +++ /dev/null @@ -1,26 +0,0 @@ -=============================================================================== - -For releases after 3.3: - -* make Job::copyBlocks() work with LVM. E.g. copy real partition into LVM LV. - -* find an elegant solution for the brokenness in design that is - Partition::sectorSize()... Either a Partition has a reference/pointer to the - Device it's on or the method is removed completely. -- Maybe the - PartitionTable should reference the Device? - -* the file system support dialog is a usability nightmare - -* write a setup-kcm in the style of k3b's so that the user can set the r/w - permissions of the disks there. - -* Convert the fs implementations into plugins. Redesign the support-stuff, make - that more flexible (no statics in the FS classes, some helper class or at - least an array in FileSystem). - -* Add a SMART self test operation. - -* Information about file system on a separate tab in the properties, unique - to the file system in use. - -* parse progress information at least from e2fsck and ntfsclone... maybe others.