24 Commits (0df304b206d71ed3f8d3e3c170ccd39dfccb1165)

Author SHA1 Message Date
Adriaan de Groot 0df304b206 [partition] Preserve desired partition flags
- Use the desired (future) flags, if set, to initialize the
   flags checkboxes. If there are no future flags set, this
   returns active flags as before.
 - This fixes the situation where editing a partition, changing
   flags, then editing it *again* re-starts with the original
   flags instead of the modified flags.
7 years ago
Adriaan de Groot 323d20d1a5 [partition] Avoid sneaking an empty string into the mount points combo 7 years ago
Adriaan de Groot a49c39bb53 [partition] Unmap mount-point special strings
- Reverse "(no mount point)" to the empty string
 - Provide convenience pointer-taking function
7 years ago
Adriaan de Groot a4997c4be8 [partition] Convenience for selecting default mount point
- map blank to the "(no mount point)" string for UI purposes
7 years ago
Adriaan de Groot fda2e54e0f [partition] Refactor filling combobox with moint points
- Move to one place which handles the standard mount points
 - While here, introduce explicit "(no mount point)" string
   into the combo box. This is prep-work for issue #951.
7 years ago
Adriaan de Groot 762ad54344 Documentation: change http links to GitHub to https 7 years ago
Adriaan de Groot 7e66499f36 Refactor check for EFI system.
The TODO stands, to delegate this to KPMCore.
8 years ago
Teo Mrnjavac c158893b22 Style + translation. 8 years ago
shainer 2759529841 Remove current partition's mountpoint from used list.
This means that when we edit a partition, we don't consider
its current mountpoint invalid because it is already in-use.

We need to do this for both "edit existing partition" and
"edit a partition that we are still creating".
8 years ago
shainer 349470ae71 Check mountpoints when editing a partition too. 8 years ago
Teo Mrnjavac e96c7f95ef Improve debug output. 9 years ago
Teo Mrnjavac cd94768850 Revert "Try to work around spinbox dirty status change on apply issue."
This reverts commit 9c90d54eda.
9 years ago
Teo Mrnjavac 9c90d54eda Try to work around spinbox dirty status change on apply issue. 9 years ago
Teo Mrnjavac fe107ac762 Obey default FS type setting in EditExistingPartitionDialog. 9 years ago
Teo Mrnjavac b83e91b951 Add flags ui to edit partition dialog. 9 years ago
Teo Mrnjavac 5f54a56513 PMUtils is now KPMHelpers. Also fixup after PartUtils refactor. 10 years ago
Teo Mrnjavac e8de570acb Build against partresizerwidget and related in KPMcore. 10 years ago
Teo Mrnjavac 45aac4ea78 Reset filesystem combo box to current filesystem if going back to "Keep" 10 years ago
Teo Mrnjavac 2ec2b4ab86 Disallow mounting non-mountable filesystem types. 10 years ago
Teo Mrnjavac 9f2086a648 Allow changing the filesystem type when editing a partition. 10 years ago
Philip a62743185a [partition] use C++11 initialization list for mountPoints 10 years ago
Ramon Buldó 6a52811c30 Show efi mountpoint when creating/editing partitions 10 years ago
Aurélien Gâteau 97980f5fad Make PartitionSizeController handle cloning the partition for PartResizerWidget 11 years ago
Aurélien Gâteau 693e9229c8 Dispatch files in core/ gui/ and jobs/ dirs 11 years ago