Cleanup TODO file.

This commit is contained in:
Andrius Štikonas 2016-08-22 23:23:51 +01:00
parent 55032b66a3
commit 988af11b30
1 changed files with 1 additions and 11 deletions

12
TODO
View File

@ -1,16 +1,12 @@
=============================================================================== ===============================================================================
For releases after 1.1: For releases after 3.0:
* add a way for the user to remove an existing mount point * add a way for the user to remove an existing mount point
* make Job::copyBlocks() work for cases where the logical sector sizes of * make Job::copyBlocks() work for cases where the logical sector sizes of
source and target are not the same source and target are not the same
* can we use capacity (i.e. bytes/mib) instead of sector for alignment
configuration? would we need to know the physical sector size for that? are
we able to acquire that information?
* find an elegant solution for the brokenness in design that is * find an elegant solution for the brokenness in design that is
Partition::sectorSize()... Either a Partition has a reference/pointer to the Partition::sectorSize()... Either a Partition has a reference/pointer to the
Device it's on or the method is removed completely. -- Maybe the Device it's on or the method is removed completely. -- Maybe the
@ -18,16 +14,11 @@ For releases after 1.1:
* the file system support dialog is a usability nightmare * the file system support dialog is a usability nightmare
* introduce new commands for online-actions, like change label online or, for
filesystems that support it, even resize online
* write a setup-kcm in the style of k3b's so that the user can set the r/w * 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 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 in the kernel. that should cover all cases where we actually need root
privileges now. -- we actually also need root privs for SMART now. privileges now. -- we actually also need root privs for SMART now.
* The whole lvm/dm debacle.
* The interface between core and the file systems needs some more thought. * The interface between core and the file systems needs some more thought.
Ideally we'd be free to use either external helper apps (like we do now) or Ideally we'd be free to use either external helper apps (like we do now) or
libraries to achieve the same things. Libraries in this case being libntfs-3g libraries to achieve the same things. Libraries in this case being libntfs-3g
@ -49,4 +40,3 @@ For releases after 1.1:
use some program and binary management setup internally like k3b has it use some program and binary management setup internally like k3b has it
* parse progress information at least from e2fsck and ntfsclone... maybe others. * parse progress information at least from e2fsck and ntfsclone... maybe others.