partitionmanager/src/jobs
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
..
backupfilesystemjob.cpp rename Device::sectorSize() to Device::logicalSectorSize() 2010-06-07 13:10:55 +00:00
backupfilesystemjob.h doxygen updates 2010-05-18 22:27:30 +00:00
checkfilesystemjob.cpp rename all values in CommandSupportType to make them more unique 2010-01-27 13:00:14 +00:00
checkfilesystemjob.h doxygen updates 2010-05-18 22:27:30 +00:00
copyfilesystemjob.cpp make warning about time needed for closing device a little clearer 2012-01-18 14:19:05 +00:00
copyfilesystemjob.h doxygen updates 2010-05-18 22:27:30 +00:00
createfilesystemjob.cpp Update a partition's system type when creating a new file system on it. 2011-08-28 15:29:26 +00:00
createfilesystemjob.h Update a partition's system type when creating a new file system on it. 2011-08-28 15:29:26 +00:00
createpartitionjob.cpp Fix detection of partitions' paths. 2013-02-05 00:09:43 +00:00
createpartitionjob.h doxygen updates 2010-05-18 22:27:30 +00:00
createpartitiontablejob.cpp introduce a CoreBackendManager class. 2010-03-21 10:50:44 +00:00
createpartitiontablejob.h doxygen updates 2010-05-18 22:27:30 +00:00
deletefilesystemjob.cpp Add initial support for LVM2 Physical Volumes. 2012-12-08 15:24:07 +00:00
deletefilesystemjob.h doxygen updates 2010-05-18 22:27:30 +00:00
deletepartitionjob.cpp introduce a CoreBackendManager class. 2010-03-21 10:50:44 +00:00
deletepartitionjob.h doxygen updates 2010-05-18 22:27:30 +00:00
job.cpp make sure to say we're talking about logical sector size when we say sector size. 2010-06-07 12:56:27 +00:00
job.h doxygen updates 2010-05-18 22:27:30 +00:00
movefilesystemjob.cpp remove all traces of libparted from the main binary and lib 2010-03-01 22:42:52 +00:00
movefilesystemjob.h doxygen updates 2010-05-18 22:27:30 +00:00
resizefilesystemjob.cpp use Device::logicalSectorSize() instead of Partition::sectorSize() where ever 2010-06-07 13:36:04 +00:00
resizefilesystemjob.h doxygen updates 2010-05-18 22:27:30 +00:00
restorefilesystemjob.cpp introduce a CoreBackendManager class. 2010-03-21 10:50:44 +00:00
restorefilesystemjob.h doxygen updates 2010-05-18 22:27:30 +00:00
setfilesystemlabeljob.cpp rename all values in CommandSupportType to make them more unique 2010-01-27 13:00:14 +00:00
setfilesystemlabeljob.h doxygen updates 2010-05-18 22:27:30 +00:00
setpartflagsjob.cpp introduce a CoreBackendManager class. 2010-03-21 10:50:44 +00:00
setpartflagsjob.h doxygen updates 2010-05-18 22:27:30 +00:00
setpartgeometryjob.cpp introduce a CoreBackendManager class. 2010-03-21 10:50:44 +00:00
setpartgeometryjob.h doxygen updates 2010-05-18 22:27:30 +00:00
shredfilesystemjob.cpp rename copysourcerandom to copysourceshred because that is what it's used for 2010-03-24 10:42:30 +00:00
shredfilesystemjob.h doxygen updates 2010-05-18 22:27:30 +00:00