Slightly update TODO file.

This commit is contained in:
Andrius Štikonas 2019-01-06 17:38:54 +00:00
parent 406f9e3d4f
commit 021b23fa71
1 changed files with 2 additions and 11 deletions

13
TODO
View File

@ -2,11 +2,7 @@
For releases after 3.3:
* add a way for the user to remove an existing mount point
* make Job::copyBlocks() work for cases where the logical sector sizes of
source and target are not the same. This is probably fixed now. Does not
work with LVM though.
* 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
@ -16,9 +12,7 @@ For releases after 3.3:
* 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; also use kauth to update the partition table
in the kernel. that should cover all cases where we actually need root
privileges now. -- we actually also need root privs for SMART now.
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
@ -29,7 +23,4 @@ For releases after 3.3:
* Information about file system on a separate tab in the properties, unique
to the file system in use.
* let the user specify external command locations and options in the settings;
use some program and binary management setup internally like k3b has it
* parse progress information at least from e2fsck and ntfsclone... maybe others.