Manage your disks, partitions and file systems. https://www.kde.org/applications/system/kdepartitionmanager/
Go to file
Volker Lanz 7f33130265 Add a ctor to CreatePartitionTableOperation that takes a PartitionTable
pointer, not a PartitionTable::Type. This is required for the import.

Add a basic import partition table feature to the GUI and make it work.

Add calls to PartitionManagerWidget::updatePartitions(),
MainWindow::enableActions() and the selectedPartitionChanged handler to the
operationsChanged handler to make sure the info pane and actions are always
updated when the operation stack changes (e.g. on undo). TODO: remove all
updatePartition() and similar calls from methods in PartitionManagerWidget.

Make the device properties action disabled per default and enable it only if a
device is selected. It's actually possible for no device to be selected if the
backend doesn't find any devices at all.

Fix status tips and markup.

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1098154
2010-03-03 00:15:26 +00:00
cmake/modules fix license: use BSD for cmake modules 2010-03-02 00:12:14 +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 fix speling 2010-03-02 00:04:02 +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 ctor to CreatePartitionTableOperation that takes a PartitionTable 2010-03-03 00:15:26 +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 Add a ctor to CreatePartitionTableOperation that takes a PartitionTable 2010-03-03 00:15:26 +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.