From 988af11b300b0bfbfd624f35c22828e75808361c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Mon, 22 Aug 2016 23:23:51 +0100 Subject: [PATCH] Cleanup TODO file. --- TODO | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/TODO b/TODO index 5525621..2694f35 100644 --- a/TODO +++ b/TODO @@ -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 * make Job::copyBlocks() work for cases where the logical sector sizes of 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 Partition::sectorSize()... Either a Partition has a reference/pointer to 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 -* 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 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. -* The whole lvm/dm debacle. - * 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 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 * parse progress information at least from e2fsck and ntfsclone... maybe others. -