Commit Graph

6 Commits

Author SHA1 Message Date
Andrius Štikonas f3dd3157a6 Initial port to KDE Frameworks 5.
The port is mostly complete:
    * A few unported items are marked with FIXME: port KF5.
    * KCFG configuration for QGroupBox is not working yet.
2014-05-18 21:41:48 +01:00
Andrius Štikonas 0fe0fb40e7 Enable resizing of FAT and HPFS filesystems with parted >= 3.1.
FEATURE:295339

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1327259
2012-12-04 15:29:17 +00:00
Volker Lanz 6a2b4c5c09 Make KDE Partition Manager build and work with libparted 3.x. This mostly means
anything that libparted used to do regarding file systems (mainly resizing
fat16 and fat32) is now no longer possible.

BUG:278569

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1249901
2011-08-28 13:25:16 +00:00
Volker Lanz a157e6ae1e don't globally serach for libparted. also add the libparted include path to the
compiler's search path for the libparted plugin dir.

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1249820
2011-08-27 20:51:19 +00:00
Volker Lanz 5ca58c6c1c introduce a CoreBackendManager class.
convert the plugins into true KDE plugins with desktop file and all.

let the user pick a backend in the config dialog and load backends on the fly.

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1105758
2010-03-21 10:50:44 +00:00
Volker Lanz ddb1790dd4 move the backend plugins to a src subdir of their own
fix the gazillion arg-unused warnings in the dummy plugin with plenty of
Q_UNUSED usage until the dummy plugin gets a little meatier.

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1097717
2010-03-01 23:08:53 +00:00