From e07fca806a82671eb2fe63cc3b3d05709e823e24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Thu, 21 Jan 2010 18:17:06 +0000 Subject: [PATCH] * Removed now useless run script. * Updated TODO, we support creating partitions in empty space now. :-) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35228 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/drivesetup/TODO | 2 -- src/apps/drivesetup/run | 18 ------------------ 2 files changed, 20 deletions(-) delete mode 100644 src/apps/drivesetup/run 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 -