partitionmanager/src/fs
Andrius Štikonas e469561b6f Merge branch 'master' into frameworks
Conflicts:
	src/fs/btrfs.cpp
	src/plugins/dummy/dummybackend.cpp
	src/plugins/libparted/libpartedbackend.cpp
	src/util/helpers.cpp
2014-07-02 14:27:04 +01:00
..
btrfs.cpp Merge branch 'master' into frameworks 2014-07-02 14:27:04 +01:00
btrfs.h Make filesystem label length depend on file system. 2013-01-03 12:43:03 +00:00
exfat.cpp Port to new Qt5 macro QStringLiteral and use stricter compile flags 2014-05-20 22:33:02 +01:00
exfat.h Make filesystem label length depend on file system. 2013-01-03 12:43:03 +00:00
ext2.cpp Port to new Qt5 macro QStringLiteral and use stricter compile flags 2014-05-20 22:33:02 +01:00
ext2.h Make filesystem label length depend on file system. 2013-01-03 12:43:03 +00:00
ext3.cpp Port to new Qt5 macro QStringLiteral and use stricter compile flags 2014-05-20 22:33:02 +01:00
ext3.h Correct some partition size limits. 2012-12-09 13:15:49 +00:00
ext4.cpp Port to new Qt5 macro QStringLiteral and use stricter compile flags 2014-05-20 22:33:02 +01:00
ext4.h Correct some partition size limits. 2012-12-09 13:15:49 +00:00
extended.cpp rename all values in CommandSupportType to make them more unique 2010-01-27 13:00:14 +00:00
extended.h add a check when scanning devices if support for all file systems we found is 2010-05-20 15:25:55 +00:00
fat16.cpp Port to new Qt5 macro QStringLiteral and use stricter compile flags 2014-05-20 22:33:02 +01:00
fat16.h Make filesystem label length depend on file system. 2013-01-03 12:43:03 +00:00
fat32.cpp Port to new Qt5 macro QStringLiteral and use stricter compile flags 2014-05-20 22:33:02 +01:00
fat32.h doxygen updates 2010-05-18 22:27:30 +00:00
filesystem.cpp Port to new Qt5 macro QStringLiteral and use stricter compile flags 2014-05-20 22:33:02 +01:00
filesystem.h Initial port to KDE Frameworks 5. 2014-05-18 21:41:48 +01:00
filesystemfactory.cpp Add initial support for LVM2 Physical Volumes. 2012-12-08 15:24:07 +00:00
filesystemfactory.h doxygen updates 2010-05-18 22:27:30 +00:00
hfs.cpp Port to new Qt5 macro QStringLiteral and use stricter compile flags 2014-05-20 22:33:02 +01:00
hfs.h Make filesystem label length depend on file system. 2013-01-03 12:43:03 +00:00
hfsplus.cpp Port to new Qt5 macro QStringLiteral and use stricter compile flags 2014-05-20 22:33:02 +01:00
hfsplus.h Make filesystem label length depend on file system. 2013-01-03 12:43:03 +00:00
hpfs.cpp add filesystem support for zfs, hpfs, ocfs2, luks and btrfs 2010-05-17 14:36:18 +00:00
hpfs.h add a check when scanning devices if support for all file systems we found is 2010-05-20 15:25:55 +00:00
jfs.cpp Port to new Qt5 macro QStringLiteral and use stricter compile flags 2014-05-20 22:33:02 +01:00
jfs.h Make filesystem label length depend on file system. 2013-01-03 12:43:03 +00:00
linuxswap.cpp Port to new Qt5 macro QStringLiteral and use stricter compile flags 2014-05-20 22:33:02 +01:00
linuxswap.h Make filesystem label length depend on file system. 2013-01-03 12:43:03 +00:00
luks.cpp Port to new Qt5 macro QStringLiteral and use stricter compile flags 2014-05-20 22:33:02 +01:00
luks.h Support for decrypting LUKS volumes. 2013-08-09 19:25:48 +00:00
lvm2_pv.cpp Port to new Qt5 macro QStringLiteral and use stricter compile flags 2014-05-20 22:33:02 +01:00
lvm2_pv.h Revert parts of the commit that changed maxCapacity to prevent integer overflow. 2012-12-09 15:08:37 +00:00
nilfs2.cpp Port to new Qt5 macro QStringLiteral and use stricter compile flags 2014-05-20 22:33:02 +01:00
nilfs2.h Make filesystem label length depend on file system. 2013-01-03 12:43:03 +00:00
ntfs.cpp Port to new Qt5 macro QStringLiteral and use stricter compile flags 2014-05-20 22:33:02 +01:00
ntfs.h Add minimum size for NTFS partition. 2013-06-23 09:44:18 +00:00
ocfs2.cpp Port to new Qt5 macro QStringLiteral and use stricter compile flags 2014-05-20 22:33:02 +01:00
ocfs2.h Correct some partition size limits. 2012-12-09 13:15:49 +00:00
reiser4.cpp Port to new Qt5 macro QStringLiteral and use stricter compile flags 2014-05-20 22:33:02 +01:00
reiser4.h Make filesystem label length depend on file system. 2013-01-03 12:43:03 +00:00
reiserfs.cpp Port to new Qt5 macro QStringLiteral and use stricter compile flags 2014-05-20 22:33:02 +01:00
reiserfs.h Make filesystem label length depend on file system. 2013-01-03 12:43:03 +00:00
ufs.cpp rename all values in CommandSupportType to make them more unique 2010-01-27 13:00:14 +00:00
ufs.h add a check when scanning devices if support for all file systems we found is 2010-05-20 15:25:55 +00:00
unformatted.cpp rename all values in CommandSupportType to make them more unique 2010-01-27 13:00:14 +00:00
unformatted.h add a check when scanning devices if support for all file systems we found is 2010-05-20 15:25:55 +00:00
unknown.cpp import of KDE Partition Manager 2008-09-24 19:32:01 +00:00
unknown.h add a check when scanning devices if support for all file systems we found is 2010-05-20 15:25:55 +00:00
xfs.cpp Port to new Qt5 macro QStringLiteral and use stricter compile flags 2014-05-20 22:33:02 +01:00
xfs.h Make filesystem label length depend on file system. 2013-01-03 12:43:03 +00:00
zfs.cpp Port to new Qt5 macro QStringLiteral and use stricter compile flags 2014-05-20 22:33:02 +01:00
zfs.h Enable removal of zfs partitions. 2012-12-09 15:00:29 +00:00