partitionmanager/src/ops
Andrius Štikonas 59e5a656c5 Fix detection of partitions' paths.
Previously, partition number was added to device path.
However, there are devices with more complicated numbering scheme,
e.g. memory cards may have /dev/mmcblk0p1.
It seems that the easiest way to handle this is to use partition
path instead of device path + partition number .
BUG:256964

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1337488
2013-02-05 00:09:43 +00:00
..
backupoperation.cpp Correctly format byte size units. 2012-02-15 17:21:40 +00:00
backupoperation.h backup op does not target a device 2010-05-24 01:11:57 +00:00
checkoperation.cpp Correctly format byte size units. 2012-02-15 17:21:40 +00:00
checkoperation.h Merge CheckOperations with NewOperations so when a new partition is deleted 2011-08-28 13:59:41 +00:00
copyoperation.cpp Fix detection of partitions' paths. 2013-02-05 00:09:43 +00:00
copyoperation.h rename method and make description property non const; it might change, after 2010-05-24 03:28:16 +00:00
createfilesystemoperation.cpp Update a partition's system type when creating a new file system on it. 2011-08-28 15:29:26 +00:00
createfilesystemoperation.h add methods to each operation to return if the op targets a given device or 2010-05-23 20:13:46 +00:00
createpartitiontableoperation.cpp add methods to each operation to return if the op targets a given device or 2010-05-23 20:13:46 +00:00
createpartitiontableoperation.h copy the old partition table pointer from the current op to the pushed op if 2010-05-24 04:00:54 +00:00
deleteoperation.cpp Correctly format byte size units. 2012-02-15 17:21:40 +00:00
deleteoperation.h add methods to each operation to return if the op targets a given device or 2010-05-23 20:13:46 +00:00
newoperation.cpp Fix detection of partitions' paths. 2013-02-05 00:09:43 +00:00
newoperation.h Add initial support for LVM2 Physical Volumes. 2012-12-08 15:24:07 +00:00
operation.cpp rename all progressChanged signals to progress for consistency 2010-03-03 09:18:59 +00:00
operation.h add methods to each operation to return if the op targets a given device or 2010-05-23 20:13:46 +00:00
resizeoperation.cpp add missing include 2012-11-05 10:34:53 +00:00
resizeoperation.h add methods to each operation to return if the op targets a given device or 2010-05-23 20:13:46 +00:00
restoreoperation.cpp Fix detection of partitions' paths. 2013-02-05 00:09:43 +00:00
restoreoperation.h add methods to each operation to return if the op targets a given device or 2010-05-23 20:13:46 +00:00
setfilesystemlabeloperation.cpp compare partition's device path with device's, not partition table pointers 2010-05-24 01:05:01 +00:00
setfilesystemlabeloperation.h add methods to each operation to return if the op targets a given device or 2010-05-23 20:13:46 +00:00
setpartflagsoperation.cpp add methods to each operation to return if the op targets a given device or 2010-05-23 20:13:46 +00:00
setpartflagsoperation.h add methods to each operation to return if the op targets a given device or 2010-05-23 20:13:46 +00:00