49 Commits (09c3240364bccfb7df454b0b4e36bf459367c7cb)

Author SHA1 Message Date
Aurélien Gâteau 09c3240364 Scaffolding and tests for ResizePartitionJob 11 years ago
Aurélien Gâteau e6c80ed5bd Coding style 11 years ago
Aurélien Gâteau c655c99f67 Hide disk which contains /
Fixes #75
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 f2ab67b28b Create bootLoader.installPath in GlobalStorage 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 c9c1917997 log-- 11 years ago
Aurélien Gâteau c8129898fc Introduce FillGlobalStorageJob 11 years ago
Aurélien Gâteau 7763587c01 Move PartitionIterator to its own file 11 years ago
Aurélien Gâteau 1b64917385 Use findPartitionByMountPoint in updateHasRootMountPoint 11 years ago
Aurélien Gâteau a335c1cc04 Coding style fixes 11 years ago
Aurélien Gâteau 906019facc Add combo box to pick boot loader installation destination 11 years ago
Aurélien Gâteau 4c88603872 Fix bug with tiny disks and mbr partition tables 11 years ago
Aurélien Gâteau 26f6943f8a Add support for formatting existing partitions
closes #24
11 years ago
Aurélien Gâteau d374d8bad8 Introduce PartitionJob 11 years ago
Aurélien Gâteau 0d915b4995 Always delete logical partitions first when deleting an extended partition 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 8a64dcb270 Coding style fixes 11 years ago
Aurélien Gâteau 5daa1b82e8 Refactor: PartitionInfo is no longer a class 11 years ago
Aurélien Gâteau ff5667cb73 Turn all extra PartitionInfo fields into QObject properties of Partition 11 years ago
Teo Mrnjavac 4712af05a0 Fix build in PartitionCoreModule. 11 years ago
Aurélien Gâteau 8a7e6c9348 More readable job queue 11 years ago
Aurélien Gâteau 3fa3694f90 Fix crash when trying to delete an extended partition 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 cbcd821943 Coding style fixes 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 467d89f56f Remove PartitionInfo if we remove a Partition 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 4916d0cb88 crash-- 11 years ago
Aurélien Gâteau d013e663b8 Implement partition removal 11 years ago
Aurélien Gâteau e3c6869fbd Let CreatePartitionDialog create the Partition object 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