26 Commits (8a64dcb2700567ea1b2567cbb08636ca5c80f7ed)

Author SHA1 Message Date
Aurélien Gâteau 8a64dcb270 Coding style fixes 11 years ago
Aurélien Gâteau ec6703b9cd Start creating EditExistingPartitionDialog 11 years ago
Aurélien Gâteau 5daa1b82e8 Refactor: PartitionInfo is no longer a class 11 years ago
Aurélien Gâteau 568dc4db0a Init all fields when editing a partition. Disable editing of extended partitions for now. 11 years ago
Aurélien Gâteau a70ab4ad60 Refactor: move sector math from PartitionPage to CreatePartitionDialog 11 years ago
Aurélien Gâteau 9216982859 Allow editing of partition mount points 11 years ago
Aurélien Gâteau 48c078acc5 Start implementing editing of newly-created partitions
This is the beginning of #19
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 83a56a6bd3 Add the ability to (re)create partition tables 11 years ago
Aurélien Gâteau 3ed5704818 Refactor: Move creation of CreatePartitionJob to PartitionCoreModule 11 years ago
Teo Mrnjavac 4ec72f4afb Refactored calamares_bin into calamares_bin and libcalamaresui.
Now linking with -Wl,--no-undefined!
Moved find_package KF5 from the root CMakeLists.txt to the partitioning
module where it belongs. KF5 deps should be limited to plugins.
Lots of random fixage to make stuff link.
Removed CalamaresApplication reference from Settings.
Removed the use of AbstractPage, we don't need it right now.
11 years ago
Aurélien Gâteau 3a58e2640f Show partition elements in separate column 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 724780fb23 Coding style fixes 11 years ago
Aurélien Gâteau 90d26bfd31 Safer dialog handling 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 c254fe0b2a Enable/disable partition buttons 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
Aurélien Gâteau 8f474fa08f Persistent partition model
This will make it possible to update the partition list on changes,
regardless of the actual device state
11 years ago
Aurélien Gâteau 344d7ac610 Better use QItemSelectionModel to detect selection changes 11 years ago
Aurélien Gâteau 8d6b7672bc Start PartitionPage 11 years ago