31 Commits (1c9265cd218d523c2cd61ee3c94a1337fd26bfcc)

Author SHA1 Message Date
Aurélien Gâteau 09c3240364 Scaffolding and tests for ResizePartitionJob 11 years ago
Aurélien Gâteau 03c5a38b90 Show a summary of the partition changes on the summary page 11 years ago
Aurélien Gâteau 5c1336f2d5 Turn PartitionModel into a tree model
Fixes #12
11 years ago
Aurélien Gâteau c3a91f1c8d Implement Revert
Fixes #14
11 years ago
Aurélien Gâteau 675b07799b Dead code-- 11 years ago
Aurélien Gâteau 06a13637b6 Store current boot loader install path in PartitionCoreModule 11 years ago
Aurélien Gâteau ab4604258c Rework boot loader combo box
List MBR of all devices
Does not loose its selection when updated
11 years ago
Aurélien Gâteau 1b64917385 Use findPartitionByMountPoint in updateHasRootMountPoint 11 years ago
Aurélien Gâteau 906019facc Add combo box to pick boot loader installation destination 11 years ago
Aurélien Gâteau d7a853ee06 Scaffolding for exiting partition reformating 11 years ago
Aurélien Gâteau 4e49f59333 Turn PartitionCoreModule::refreshPartitionModel() into refresh() and make it public 11 years ago
Aurélien Gâteau 5c594f8dd7 Fix doc 11 years ago
Aurélien Gâteau 5daa1b82e8 Refactor: PartitionInfo is no longer a class 11 years ago
Aurélien Gâteau c30ed3c9c1 Let the user recreate the partition table (mbr or gpt)
Closes #20
11 years ago
Aurélien Gâteau 7ac6588090 Forget pending changes when the partition table is recreated 11 years ago
Aurélien Gâteau f0dffb7400 Refactor: Introduce PartitionInfoProvider interface, and make DeviceInfo implement it 11 years ago
Aurélien Gâteau 61b17490eb Refactor: group jobs and partitionModel for a device in a DeviceInfo struct
Makes it easier to clear all jobs for a specific device, which is necessary
when replacing a device partition table
11 years ago
Aurélien Gâteau 83a56a6bd3 Add the ability to (re)create partition tables 11 years ago
Aurélien Gâteau 5d6a80deae Factorize management of m_hasRootMountPoint 11 years ago
Aurélien Gâteau 8d3f197fde Clean up 11 years ago
Aurélien Gâteau 36b3de7107 Enable/disable Next button based on whether we have a root mount point 11 years ago
Aurélien Gâteau 3ed5704818 Refactor: Move creation of CreatePartitionJob to PartitionCoreModule 11 years ago
Aurélien Gâteau d54dfcfb78 Get rid of DeviceInfo 11 years ago
Aurélien Gâteau f3f9bfc2a3 Introduce PartitionInfo, to store Calamares-specifc info for a partition 11 years ago
Aurélien Gâteau a318ec49fc Enqueue all partition jobs when leaving the PartitionViewStep 11 years ago
Aurélien Gâteau d013e663b8 Implement partition removal 11 years ago
Aurélien Gâteau b060f66456 Introduce CreatePartitionDialog and CreatePartitionJob 11 years ago
Aurélien Gâteau c9409ba6b2 Start implementing support for creating partitions 11 years ago
Aurélien Gâteau 6d0b3218f1 Move PartitionModel management from DeviceModel to PartitionCoreModule 11 years ago
Aurélien Gâteau 578f2e4baa Instantiate DeviceModel in PartitionCoreModule 11 years ago
Aurélien Gâteau 4d2354fb56 Introduce PartitionCoreModule
Owner of the Qt models and PM devices
11 years ago