partitionmanager/src/gui
Volker Lanz 921d6b18e6 add some config values for advanced stuff:
- allow applying operations for non-root users if
  "allowApplyOperationsForNonRoot" is set to true (default is false)

- hide the radio button to create vista msdos partition tables unless
  "allowCreateVistaPartitionTable" is true (default is false). The reason for
  this is that there are, of course, no "vista msdos partition tables" in
  reality, it's just a Microsoft stupidity that only works as long as there is
  actually a partition starting at sector 2048 in that partition table. If the
  partition table is just created empty, we have no way to determine it was
  meant to be a "vista msdos partition table".

- allow settings the sector alignment for msdos-vista partition tables (default
  is 2048, just like vista).


svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1088920
2010-02-11 22:26:51 +00:00
..
applyprogressdetailswidget.cpp Add a DeviceScanner class. Move code to scan for devices from 2010-02-11 18:47:51 +00:00
applyprogressdetailswidget.h Add a DeviceScanner class. Move code to scan for devices from 2010-02-11 18:47:51 +00:00
applyprogressdetailswidgetbase.ui Add a DeviceScanner class. Move code to scan for devices from 2010-02-11 18:47:51 +00:00
applyprogressdialog.cpp Add a DeviceScanner class. Move code to scan for devices from 2010-02-11 18:47:51 +00:00
applyprogressdialog.h Add a DeviceScanner class. Move code to scan for devices from 2010-02-11 18:47:51 +00:00
applyprogressdialogwidget.cpp Add a DeviceScanner class. Move code to scan for devices from 2010-02-11 18:47:51 +00:00
applyprogressdialogwidget.h Add a DeviceScanner class. Move code to scan for devices from 2010-02-11 18:47:51 +00:00
applyprogressdialogwidgetbase.ui Add a DeviceScanner class. Move code to scan for devices from 2010-02-11 18:47:51 +00:00
createpartitiontabledialog.cpp add some config values for advanced stuff: 2010-02-11 22:26:51 +00:00
createpartitiontabledialog.h begin work on new disk label type for msdos(vista) 2010-02-01 16:32:45 +00:00
createpartitiontablewidget.cpp add basic support for GPT disk labels 2010-01-29 11:25:28 +00:00
createpartitiontablewidget.h begin work on new disk label type for msdos(vista) 2010-02-01 16:32:45 +00:00
createpartitiontablewidgetbase.ui begin work on new disk label type for msdos(vista) 2010-02-01 16:32:45 +00:00
editmountoptionsdialog.cpp enhanced mount point editing. should mostly work and not eat your fstab. 2010-01-16 20:21:42 +00:00
editmountoptionsdialog.h enhanced mount point editing. should mostly work and not eat your fstab. 2010-01-16 20:21:42 +00:00
editmountoptionsdialogwidget.cpp enhanced mount point editing. should mostly work and not eat your fstab. 2010-01-16 20:21:42 +00:00
editmountoptionsdialogwidget.h enhanced mount point editing. should mostly work and not eat your fstab. 2010-01-16 20:21:42 +00:00
editmountoptionsdialogwidgetbase.ui begin integration of MountManager dialogs 2010-01-15 18:08:01 +00:00
editmountpointdialog.cpp allow removing a mount point by clearing its mount path 2010-01-16 22:31:39 +00:00
editmountpointdialog.h enhanced mount point editing. should mostly work and not eat your fstab. 2010-01-16 20:21:42 +00:00
editmountpointdialogwidget.cpp allow removing a mount point by clearing its mount path 2010-01-16 22:31:39 +00:00
editmountpointdialogwidget.h allow setting how to identify a FS in fstab (uuid, label, device node) 2010-01-16 22:16:04 +00:00
editmountpointdialogwidgetbase.ui oh dear... if people are nice enough to fix your speling mistakes, at least 2010-01-16 22:18:13 +00:00
filesystemsupportdialog.cpp hard code some size hint into the file system support dialog so it doesn't open 2010-01-18 13:46:45 +00:00
filesystemsupportdialog.h hard code some size hint into the file system support dialog so it doesn't open 2010-01-18 13:46:45 +00:00
filesystemsupportdialogwidgetbase.ui Make sure text in QLabels is selectable if the label is in interesting in the 2009-05-06 12:22:59 +00:00
infopane.cpp yet another fix for info pane layout 2010-01-19 10:31:42 +00:00
infopane.h Allow the info pane dock to be docked in any dock area. 2010-01-12 14:36:16 +00:00
insertdialog.cpp Allow setting a file system label in the NewDialog. 2009-03-25 12:58:32 +00:00
insertdialog.h Fix includes 2008-10-29 07:45:19 +00:00
listdevices.cpp revert r1077006: don't show all devices in partition tree. it's just too 2010-01-28 16:43:27 +00:00
listdevices.h revert 1077129: re-add devices list. this is just not usable with >4 devices 2010-01-28 16:27:28 +00:00
listdevicesbase.ui revert 1077129: re-add devices list. this is just not usable with >4 devices 2010-01-28 16:27:28 +00:00
listoperations.cpp * Refactor MainWindow and split it up into several classes for the central 2009-04-21 16:36:43 +00:00
listoperations.h cleanup some stuff: whitespace fixes, add some q_disable_copy macros, add some 2009-11-09 13:51:08 +00:00
listoperationsbase.ui Fixuifiles 2009-05-15 11:23:37 +00:00
mainwindow.cpp Add a DeviceScanner class. Move code to scan for devices from 2010-02-11 18:47:51 +00:00
mainwindow.h revert 1077129: re-add devices list. this is just not usable with >4 devices 2010-01-28 16:27:28 +00:00
mainwindowbase.ui revert 1077129: re-add devices list. this is just not usable with >4 devices 2010-01-28 16:27:28 +00:00
newdialog.cpp rename all values in CommandSupportType to make them more unique 2010-01-27 13:00:14 +00:00
newdialog.h Allow setting a file system label in the NewDialog. 2009-03-25 12:58:32 +00:00
partitionmanagerui.rc add "shred partition" feature 2010-01-18 12:31:00 +00:00
partitionmanagerwidget.cpp add some config values for advanced stuff: 2010-02-11 22:26:51 +00:00
partitionmanagerwidget.h Add a DeviceScanner class. Move code to scan for devices from 2010-02-11 18:47:51 +00:00
partitionmanagerwidgetbase.ui revert r1077006: don't show all devices in partition tree. it's just too 2010-01-28 16:43:27 +00:00
partpropsdialog.cpp rename all values in CommandSupportType to make them more unique 2010-01-27 13:00:14 +00:00
partpropsdialog.h cleanup some stuff: whitespace fixes, add some q_disable_copy macros, add some 2009-11-09 13:51:08 +00:00
partpropswidget.h Read and display UUID for some filesystems. 2009-05-06 14:19:23 +00:00
partpropswidgetbase.ui Read and display UUID for some filesystems. 2009-05-06 14:19:23 +00:00
partresizerwidget.cpp Use cylinder size of the device as minimum partition size. 2009-01-09 08:41:25 +00:00
partresizerwidget.h cleanup some stuff: whitespace fixes, add some q_disable_copy macros, add some 2009-11-09 13:51:08 +00:00
parttablewidget.cpp Don't static_cast a child to a partition widget, use qobject_cast to make sure 2009-12-13 16:48:07 +00:00
parttablewidget.h cleanup some stuff: whitespace fixes, add some q_disable_copy macros, add some 2009-11-09 13:51:08 +00:00
partwidget.cpp cleanup some stuff: whitespace fixes, add some q_disable_copy macros, add some 2009-11-09 13:51:08 +00:00
partwidget.h import of KDE Partition Manager 2008-09-24 19:32:01 +00:00
partwidgetbase.cpp Don't assume a fixed minimum width is sufficient for extended partitions: It's 2009-01-08 10:13:42 +00:00
partwidgetbase.h cleanup some stuff: whitespace fixes, add some q_disable_copy macros, add some 2009-11-09 13:51:08 +00:00
resizedialog.cpp Allow setting a file system label in the NewDialog. 2009-03-25 12:58:32 +00:00
resizedialog.h Disable OK button in resize dialog per default, enabling it if something's 2008-10-06 08:01:28 +00:00
scanprogressdialog.cpp Add a DeviceScanner class. Move code to scan for devices from 2010-02-11 18:47:51 +00:00
scanprogressdialog.h Add a DeviceScanner class. Move code to scan for devices from 2010-02-11 18:47:51 +00:00
sizedialogbase.cpp Update free space before and after the partition in our own properties when 2009-05-05 20:01:40 +00:00
sizedialogbase.h cleanup some stuff: whitespace fixes, add some q_disable_copy macros, add some 2009-11-09 13:51:08 +00:00
sizedialogwidget.cpp import of KDE Partition Manager 2008-09-24 19:32:01 +00:00
sizedialogwidget.h Allow setting a file system label in the NewDialog. 2009-03-25 12:58:32 +00:00
sizedialogwidgetbase.ui Make sure text in QLabels is selectable if the label is in interesting in the 2009-05-06 12:22:59 +00:00
treelog.cpp rename log class to Log to avoid clashes with the C math lib function of the 2010-01-26 21:12:42 +00:00
treelog.h rename log class to Log to avoid clashes with the C math lib function of the 2010-01-26 21:12:42 +00:00
treelogbase.ui Fixuifiles 2009-05-15 11:23:37 +00:00