partitionmanager/src/gui
Abhijeet Sharma 141f37ed27 Add Partition UUID and Partition Label in partition properties dialog
After this patch partition UUID and partition label will be visible
in the properties dialog of the partitions.

Also these label will only be visible if the partition table is GPT

Differential Revision: https://phabricator.kde.org/D10323
2018-02-13 21:27:05 +00:00
..
CMakeLists.txt Rename Volume->VolumeGroup. 2016-09-04 12:25:43 +01:00
applyprogressdetailswidget.cpp Use GPLv3 copyright notices. 2015-02-07 00:32:25 +00:00
applyprogressdetailswidget.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
applyprogressdetailswidgetbase.ui Port away from KTextEdit. 2014-05-17 02:14:18 +01:00
applyprogressdialog.cpp Fix some minor clang warnings. 2017-09-11 18:46:48 +01:00
applyprogressdialog.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
applyprogressdialogwidget.cpp Fix some minor clang warnings. 2017-09-11 18:46:48 +01:00
applyprogressdialogwidget.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
applyprogressdialogwidgetbase.ui Resize the header of ApplyProgressDialogWidget. 2016-04-28 14:01:09 +01:00
createpartitiontabledialog.cpp Initial work on LVM Device 2016-08-15 17:38:00 +01:00
createpartitiontabledialog.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
createpartitiontablewidget.cpp Update copyright. 2016-03-02 18:33:40 +00:00
createpartitiontablewidget.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
createpartitiontablewidgetbase.ui check if device has more than 2^32 sectors if user wants to create an msdos 2010-04-11 18:06:47 +00:00
createvolumegroupdialog.cpp Use qOverload in Qt signal/slots. 2017-10-09 13:54:31 +01:00
createvolumegroupdialog.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
devicepropsdialog.cpp Cleanup includes a bit. 2016-08-23 16:40:16 +01:00
devicepropsdialog.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
devicepropswidget.cpp Format partitionmanager code using KDE style. 2015-07-13 17:17:41 +03:00
devicepropswidget.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
devicepropswidgetbase.ui Change default size of device and partition properties dialogs 2018-01-30 15:46:05 +00:00
editmountoptionsdialog.cpp Port from MountEntry to FstabEntry. 2017-09-16 20:41:45 +01:00
editmountoptionsdialog.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
editmountoptionsdialogwidget.cpp Cleanup includes a bit. 2016-08-23 16:40:16 +01:00
editmountoptionsdialogwidget.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
editmountoptionsdialogwidgetbase.ui Add placeholderText in MountOptionsDialog. 2016-06-15 15:49:26 +02:00
editmountpointdialog.cpp Use canonical device paths when comparing them. 2017-09-20 21:22:32 +01:00
editmountpointdialog.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
editmountpointdialogwidget.cpp Properly save new fstab entries. 2017-12-03 00:17:19 +00:00
editmountpointdialogwidget.h Port from MountEntry to FstabEntry. 2017-09-16 20:41:45 +01:00
editmountpointdialogwidgetbase.ui Port away from KLineEdit, KPushButton and KComboBox. 2014-05-14 01:01:34 +01:00
filesystemsupportdialog.cpp Treat LUKS2 file system as encrypted too. 2017-12-31 08:41:17 +00:00
filesystemsupportdialog.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
filesystemsupportdialogwidget.cpp Format partitionmanager code using KDE style. 2015-07-13 17:17:41 +03:00
filesystemsupportdialogwidget.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
filesystemsupportdialogwidgetbase.ui Port away from KLineEdit, KPushButton and KComboBox. 2014-05-14 01:01:34 +01:00
formattedspinbox.cpp Update copyright. 2016-03-02 18:33:40 +00:00
formattedspinbox.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
infopane.cpp Do not display cylinder/head/sector information. 2017-11-07 00:51:59 +00:00
infopane.h Fix some minor clang warnings. 2017-09-11 18:46:48 +01:00
insertdialog.cpp Cleanup includes a bit. 2016-08-23 16:40:16 +01:00
insertdialog.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
listdevices.cpp Convert to C++11 for loop where it is safe to do so. 2016-08-15 17:38:00 +01:00
listdevices.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
listdevicesbase.ui Fix double margins and set margins to zero for the panel layouts where it makes 2011-03-27 16:26:45 +00:00
listoperations.cpp Convert some more for loops to ranged based loop. 2016-08-15 17:38:00 +01:00
listoperations.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
listoperationsbase.ui Fix double margins and set margins to zero for the panel layouts where it makes 2011-03-27 16:26:45 +00:00
listphysicalvolumes.cpp std::vector->QVector. 2017-08-31 10:34:58 +01:00
listphysicalvolumes.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
listphysicalvolumesbase.ui fixuifiles 2016-08-16 22:14:42 +02:00
mainwindow.cpp Use qOverload in Qt signal/slots. 2017-10-09 13:54:31 +01:00
mainwindow.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
mainwindowbase.ui Silence some layout warnings. 2016-11-19 03:03:36 +00:00
newdialog.cpp Merge branch '3.3' 2018-01-07 16:51:50 +02:00
newdialog.h Move LVM LV setup code to the base class. 2017-10-28 19:02:26 +01:00
partitionmanagerui.rc Add About KPMcore Library action. 2016-08-25 00:15:07 +01:00
partitionmanagerwidget.cpp Do not confirm overwrite twice. 2018-02-05 13:14:36 +00:00
partitionmanagerwidget.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
partitionmanagerwidgetbase.ui Add support for displaying partition labels/uuid. 2018-01-27 23:02:36 +00:00
partpropsdialog.cpp Add Partition UUID and Partition Label in partition properties dialog 2018-02-13 21:27:05 +00:00
partpropsdialog.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
partpropswidget.h Add Partition UUID and Partition Label in partition properties dialog 2018-02-13 21:27:05 +00:00
partpropswidgetbase.ui Add Partition UUID and Partition Label in partition properties dialog 2018-02-13 21:27:05 +00:00
parttablewidget.cpp Q_FOREACH porting. 2016-09-01 00:44:33 +01:00
parttablewidget.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
resizedialog.cpp Add a passphrase request dialog for LUKS2 resizing. 2017-12-31 08:41:17 +00:00
resizedialog.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
resizevolumegroupdialog.cpp std::vector->QVector. 2017-08-31 10:34:58 +01:00
resizevolumegroupdialog.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
scanprogressdialog.cpp Improve semantic markup. 2016-07-18 02:21:14 +01:00
scanprogressdialog.h Fix some minor clang warnings. 2017-09-11 18:46:48 +01:00
sizedetailswidget.cpp Format partitionmanager code using KDE style. 2015-07-13 17:17:41 +03:00
sizedetailswidget.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
sizedetailswidgetbase.ui use same horizontal stretch as dialogbase 2010-06-08 13:23:29 +00:00
sizedialogbase.cpp Fix a crash when resizing LVM LV. 2018-01-06 23:24:16 +02:00
sizedialogbase.h Move LVM LV setup code to the base class. 2017-10-28 19:02:26 +01:00
sizedialogwidget.cpp Use GPLv3 copyright notices. 2015-02-07 00:32:25 +00:00
sizedialogwidget.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
sizedialogwidgetbase.ui Add new LV operation 2016-08-15 17:38:00 +01:00
smartdialog.cpp Port from deprecated ui() to uiDelegate() 2017-04-11 20:49:46 +01:00
smartdialog.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
smartdialogwidget.cpp Move showColumnsContextMenu function from kpmcore to partitionmanager. 2017-09-14 20:42:43 +01:00
smartdialogwidget.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
smartdialogwidgetbase.ui Fix ui files 2010-04-19 11:47:04 +00:00
treelog.cpp Move showColumnsContextMenu function from kpmcore to partitionmanager. 2017-09-14 20:42:43 +01:00
treelog.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
treelogbase.ui Convert these extracomment to comment 2011-05-10 22:22:58 +00:00
volumegroupdialog.cpp Fix a typo in a comment. 2017-10-09 17:08:27 +01:00
volumegroupdialog.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
volumegroupwidget.cpp Readd forgotten files. 2016-09-04 15:58:53 +01:00
volumegroupwidget.h Remove double underscore from include guards. 2017-09-11 16:28:04 +01:00
volumegroupwidgetbase.ui Add missing trailing colon. 2017-01-26 23:38:37 +00:00