Manage your disks, partitions and file systems. https://www.kde.org/applications/system/kdepartitionmanager/
Go to file
Volker Lanz 6f5680866c Add a DeviceScanner class. Move code to scan for devices from
core/libparted.cpp to this new class and use this class in
PartitionManagerWidget

Move the libparted-specific code to inspect _one_ device to a static method in
LibParted.

Make scanning for devices asynchronous with the new DeviceScanner class.

Introduce a progress dialog to show progress while scanning.

Rename the progress dialog for applying operations to something less generic.

Remove the signal emitted when the status bar should change: It's the same
logic used for the signal emitted when operations change.

Remove the onFinished() method in PartitionManagerWidget and directly connect
the finished signal from the apply-progress-dialog to the scanDevices slot.

Rename the PartitionManagerWidget::selectionChanged() signal to the less generic
PartitionManagerWidget::selectedPartitionChanged().

Rename PartitionManagerWidget::clearSelection() to the less generic
PartitionManagerWidget::clearSelectedPartition().

NOTE: The DeviceScanner class is a thread and exposes some race conditions if
not used with caution (aka workarounds). See comments in
PartitionManagerWidget::onScanDevicesFinished().

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1088844
2010-02-11 18:47:51 +00:00
cmake/modules Minor fix 2009-04-23 11:41:42 +00:00
doc some small corrections 2010-01-08 18:52:19 +00:00
icons Add icons made by David Miller. 2009-03-25 12:11:10 +00:00
lib don't try to write the label file if the label is empty. also, clean up 2010-01-29 21:01:20 +00:00
scripts don't automatically include en_US in the docs list for tags and branches 2010-01-09 00:06:49 +00:00
src Add a DeviceScanner class. Move code to scan for devices from 2010-02-11 18:47:51 +00:00
CHANGES Preparing for 1.0.0 2009-08-16 23:05:33 +00:00
CMakeLists.txt add code forked from mtools to allow settings FAT labels 2010-01-26 11:35:23 +00:00
COPYING import of KDE Partition Manager 2008-09-24 19:32:01 +00:00
INSTALL use QUuid instead of calling libuuid directly. 2010-01-11 16:06:14 +00:00
README Preparing for rc1 release. 2009-08-03 17:43:41 +00:00
TODO one todo less. 2010-01-29 16:41:56 +00:00

README

KDE Partition Manager
=====================

-------------------------------------------------------------------------------

WARNING

KDE Partition Manager is a potentially dangerous program for your data. It has
been tested carefully and there are currently no known bugs that could lead to
data loss, but nevertheless there is always a chance for an error to ocurr and
you might lose your data.

BACK UP YOUR DATA BEFORE USING THIS SOFTWARE!

-------------------------------------------------------------------------------


This software allows you to manage your disks, partitions and file systems:
Create, resize, delete, copy, backup and restore partitions with a large number
of supported file systems (ext2/3/4, reiserfs, NTFS, FAT32 and more).

It is a KDE4 application, so you will need KDE4 libraries to run it on your
computer. It also makes use of external programs to get its job done, so you
might have to install additional software (preferably packages from your
distribution) to make use of all features and get full support for all file
systems.

For quick install instructions see INSTALL.

For a list of changes since the previous release see CHANGES.