29 Commits (4f451eece52be1160aa1600b30a702b379cd74c6)

Author SHA1 Message Date
Adriaan de Groot 4f451eece5 [partition] Refactor getting the checked flags 7 years ago
Adriaan de Groot 950cc9070d [partition] Rename MountPoints to PartitionDialogHelpers
This file is full of helper functions for the partition-editing
dialogs. At first it was just mount-point helper functions,
but there is other functionality that can be refactored.
7 years ago
Adriaan de Groot 4402198b37 [partition] Centralize setting-of-mountpoint
- map empty to the 0'th index
 - add new entries as needed

This avoids having selected index 0, but a different text.
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 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
Caio Carvalho 77d2667b53 [partition] Checking if there is LUKS creation support and if partition is not Extended before enabling encryption in CreatePartitionDialog. 7 years ago
Andrius Štikonas 1b21668bff [partition] Switch to scoped Device enums. 7 years ago
Adriaan de Groot 1a42b8af41 Merge branch 'kpmcore-3.2'
- Bumps requireed KPMCore to 3.3 (in spite of the branch name)
 - Cleans up some dependencies

Thanks to Andrius Stikonas.
7 years ago
Adriaan de Groot 762ad54344 Documentation: change http links to GitHub to https 7 years ago
Andrius Štikonas 4912d8a6c2 Fix create partition job to work with LVM devices. 8 years ago
Adriaan de Groot 7e66499f36 Refactor check for EFI system.
The TODO stands, to delegate this to KPMCore.
8 years ago
Teo Mrnjavac e9f113a6a8 Translate user-visible strings! 8 years ago
shainer 8c1199df2d Check first selection of mountpoint too.
When opening the dialog.
8 years ago
shainer c8dbeb5341 Avoid creating a new partition with a used mountpoint.
We get the mountpoints already used by other partitions, and
disable the Ok button in the "Create new partition" dialog if
the user selects/writes a mountpoint which is already used.

We are going to do the same in the Edit partition dialog
after testing.
8 years ago
Teo Mrnjavac 8ff943e5b5 Improve check for encryption status. 9 years ago
Teo Mrnjavac 7a03dc102d Update fields when the default filesystem is chosen. 9 years ago
Teo Mrnjavac 395fb340b7 Make the Create Partition dialog obey the default FS type setting. 9 years ago
Teo Mrnjavac a00ebc01e7 Use EncryptWidget for relevant partition types in CreatePartitionDialog. 9 years ago
Teo Mrnjavac 5a134eb708 Copyright headers. 9 years ago
Teo Mrnjavac ada0a080fc Add flags setting support when creating a partition. 9 years ago
Teo Mrnjavac 5f54a56513 PMUtils is now KPMHelpers. Also fixup after PartUtils refactor. 10 years ago
Teo Mrnjavac c2eef9ac30 The Humongous Include Fixage For KPMcore Headers. 10 years ago
Teo Mrnjavac 49f470b503 Update non-mountable list in CreatePartitionDialog. 10 years ago
Teo Mrnjavac 3326ec4ace Clear mountPoint string when selecting a non-mountable filesystem type.
CAL-249 #close I pushed a fix, please test and reopen if still broken.
10 years ago
Teo Mrnjavac 8885a7e5f6 Fix bug with KPM enum which prevented logical partition creation. 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