calamares/src/modules/partition/gui
Arnaud Ferraris b2bf873ede [partition] Initialize partition layout from config file
In order to keep the partition layout during calamares' execution, we
add a PartitionLayout object instance to PartitionCoreModule. This class
will therefore be used to initialize the PartitionLayout object and
interact with it thoughout the program's execution.

When no partition layout is present in the config file, we initialize
the layout with a single ext4 partition mounted on '/', as it was
previously done.

Signed-off-by: Arnaud Ferraris <arnaud.ferraris@collabora.com>
2019-01-07 17:25:39 +01:00
..
BootInfoWidget.cpp Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
BootInfoWidget.h Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
ChoicePage.cpp Merge branch 'fix-swap-ui' 2018-12-03 21:02:10 +01:00
ChoicePage.h [partition] Move SwapChoice to another namespace 2018-09-13 06:29:59 -04:00
ChoicePage.ui Add "reuse home" check box to .ui. 2016-07-22 16:36:26 +02:00
CreatePartitionDialog.cpp [partition] Fixing LVM LV name line edit visibility. 2018-08-13 13:05:41 -03:00
CreatePartitionDialog.h Copyright: update copyright lines on files touched in 2018 2018-06-15 05:59:11 -04:00
CreatePartitionDialog.ui Fix create partition job to work with LVM devices. 2017-10-09 17:31:22 +01:00
CreatePartitionTableDialog.ui Dispatch files in core/ gui/ and jobs/ dirs 2014-08-08 13:25:56 +02:00
CreateVolumeGroupDialog.cpp [partition] Adding resizing, deactivating and removing procedures for LVM VGs. 2018-06-26 00:38:52 -03:00
CreateVolumeGroupDialog.h [partition] Adding resizing, deactivating and removing procedures for LVM VGs. 2018-06-26 00:38:52 -03:00
DeviceInfoWidget.cpp Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
DeviceInfoWidget.h Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
EditExistingPartitionDialog.cpp Copyright: update copyright lines on files touched in 2018 2018-06-15 05:59:11 -04:00
EditExistingPartitionDialog.h Copyright: update copyright lines on files touched in 2018 2018-06-15 05:59:11 -04:00
EditExistingPartitionDialog.ui Change both size box suffices to MiB. 2017-07-09 18:20:00 +01:00
EncryptWidget.cpp Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
EncryptWidget.h Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
EncryptWidget.ui Useless margins are useless. 2016-07-22 16:36:26 +02:00
ListPhysicalVolumeWidgetItem.cpp [partition] Initial implementation of VolumeGroupBaseDialog. 2018-06-04 16:31:58 -03:00
ListPhysicalVolumeWidgetItem.h [partition] Initial implementation of VolumeGroupBaseDialog. 2018-06-04 16:31:58 -03:00
PartitionBarsView.cpp Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
PartitionBarsView.h Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
PartitionDialogHelpers.cpp [partition] Refactor setting the flags UI 2018-05-16 09:07:45 -04:00
PartitionDialogHelpers.h [partition] Refactor setting the flags UI 2018-05-16 09:07:45 -04:00
PartitionLabelsView.cpp Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
PartitionLabelsView.h Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
PartitionPage.cpp [partition] Fix build with KPMCore <= 3.3.0 2018-09-21 16:19:05 -04:00
PartitionPage.h Merge branch 'master' of https://github.com/cjlcarvalho/calamares into lvm-update 2018-06-28 23:48:13 +02:00
PartitionPage.ui Merge branch 'master' of https://github.com/cjlcarvalho/calamares into lvm-update 2018-06-28 23:48:13 +02:00
PartitionSizeController.cpp Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
PartitionSizeController.h Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
PartitionSplitterWidget.cpp Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
PartitionSplitterWidget.h Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
PartitionViewSelectionFilter.h Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
PartitionViewStep.cpp [partition] Initialize partition layout from config file 2019-01-07 17:25:39 +01:00
PartitionViewStep.h Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
PrettyRadioButton.cpp [partition] Reorder initialization 2018-09-12 10:05:14 -04:00
PrettyRadioButton.h [partition] Improve presentation of swap options 2018-09-12 09:20:44 -04:00
ReplaceWidget.cpp [partition] Move partitioning options into a class 2018-09-17 06:42:14 -04:00
ReplaceWidget.h Copyright: update copyright lines on files touched in 2018 2018-06-15 05:59:11 -04:00
ReplaceWidget.ui Layout fixes. 2015-12-30 17:27:13 +01:00
ResizeVolumeGroupDialog.cpp [partition] Adding resizing, deactivating and removing procedures for LVM VGs. 2018-06-26 00:38:52 -03:00
ResizeVolumeGroupDialog.h [partition] Adding resizing, deactivating and removing procedures for LVM VGs. 2018-06-26 00:38:52 -03:00
ScanningDialog.cpp Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
ScanningDialog.h Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
VolumeGroupBaseDialog.cpp [partition] Adding resizing, deactivating and removing procedures for LVM VGs. 2018-06-26 00:38:52 -03:00
VolumeGroupBaseDialog.h [partition] Adding resizing, deactivating and removing procedures for LVM VGs. 2018-06-26 00:38:52 -03:00
VolumeGroupBaseDialog.ui [partition] Including CreateVolumeGroupDialog and fixing some of its GUI issues. 2018-06-07 17:22:22 -03:00