From 021b23fa71e8001ecba885a10e8689eab461482d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sun, 6 Jan 2019 17:38:54 +0000 Subject: [PATCH] Slightly update TODO file. --- TODO | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/TODO b/TODO index 5d441a3..6ec0648 100644 --- a/TODO +++ b/TODO @@ -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.