27 Commits (5c9c414988464aad0c631ff14bc7540dff21efa1)

Author SHA1 Message Date
Aurélien Gâteau 5c9c414988 Use PartResizerWidget in CreatePartitionDialog 11 years ago
Aurélien Gâteau c3efa65668 Make sure all PM filesystem classes are initialized early enough
If FileSystemFactory::init() is not called early enough, we won't get
access to some information such as the number of used sectors.
11 years ago
Aurélien Gâteau e6c80ed5bd Coding style 11 years ago
Aurélien Gâteau 9ce55bfb83 Introduce PartitionSizeWidget to reduce duplication between dialogs 11 years ago
Aurélien Gâteau 3d40527d29 Make it possible to "resize" (aka delete + create for now) existing partitions 11 years ago
Aurélien Gâteau 62d706543b Do not let the user pick a partition type when creating a partition of a GPT disk
Fixes #27
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
Aurélien Gâteau 9b57b98a93 No point doing this: editing extended partitions is not supported for now 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 d500c7b480 Coding style fixes 11 years ago
Aurélien Gâteau 27b28a5bd1 Avoid potential rounding errors 11 years ago
Aurélien Gâteau 45dda6fa17 Factorize size computations 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 cbcd821943 Coding style fixes 11 years ago
Aurélien Gâteau 15c5142d09 Redo partition type UI and enable/disable mount point UI when appropriate 11 years ago
Aurélien Gâteau f27ff4c717 We want to format partitions we create 11 years ago
Aurélien Gâteau 3ed5704818 Refactor: Move creation of CreatePartitionJob to PartitionCoreModule 11 years ago
Aurélien Gâteau 1247077ccc Pass mount point to CreatePartitionJob 11 years ago
Aurélien Gâteau ab4e81504e wip mount point 11 years ago
Aurélien Gâteau f9ca45face Mark the partition we create as "StateNew"
This way if user wants to remove it later we can remove the creation job
instead of queueing a delete job
11 years ago
Aurélien Gâteau 724780fb23 Coding style fixes 11 years ago
Aurélien Gâteau 1421a04dd2 Support creation of extended partitions 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