diff --git a/src/apps/drivesetup/TODO b/src/apps/drivesetup/TODO index d22abff9b6..3dd6c3531d 100644 --- a/src/apps/drivesetup/TODO +++ b/src/apps/drivesetup/TODO @@ -1,5 +1,3 @@ -* When the Partition->Create menu items are invoked on free space items, DriveSetup would show a simple panel asking for the size of the to be created partition. The panel could display a slider as the main means to change the size, with the slider already at the maximum position. Below the slider, there could be one text field with a popup for the unit, or three text fields, one for bytes, one for megabytes and one for gigabytes. - * Support of more advanced options, partiticularily the option to resize (shrink) existing partitions to free up space. * Possibly support the option to do virtual changes to the disk at a higher level. Ie, write back any changes until the user invokes a command to that effect. The drawback is that warnings become more complicated and less direct. For example, if you delete a partition, there is no warning really necessary at this point, but when you later write the changes to disk, there should be a summary of warnings for all partitions you deleted, because only at this point, they are really deleted. The indirection could be confusing. On the other hand, future support to resize partitions could take a long time to execute. Then it is nice to setup a list of jobs and execute them without having to sit in front of the machine. diff --git a/src/apps/drivesetup/run b/src/apps/drivesetup/run deleted file mode 100644 index aa1f8de50a..0000000000 --- a/src/apps/drivesetup/run +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -../../../generated/tests/libbe_test/x86/apps/run_haiku_registrar || exit - -if test -f ../../../generated/tests/libbe_test/x86/apps/haiku_app_server; then - ../../../generated/tests/libbe_test/x86/apps//haiku_app_server & -else - echo "You need to \"TARGET_PLATFORM=libbe_test jam install-test-apps\" first." -fi - -sleep 1s - -if test -f ../../../generated/tests/libbe_test/x86/apps/DriveSetup; then - ../../../generated/tests/libbe_test/x86/apps/DriveSetup -else - echo "You need to \"TARGET_PLATFORM=libbe_test jam install-test-apps\" first." -fi -