11 Commits (fac0c90de18cc41247b1bf6c5bb786c9689cac0d)

Author SHA1 Message Date
shainer b602d423c7 Allow users to set/edit filesystem labels.
When creating or editing a new formatted partition, allow
to set a filesystem label (16 chars maximum). Modify
the KPMHelpers to accept it as a new parameter. Partitions
created by default may get a meaningful label too.
4 years ago
Adriaan de Groot 965bc3b0b4 REUSE: use <author> tag in .ui for license info
The .ui files are all GPL-3.0-or-later style, but it's
slightly difficult to keep licensing information in them:
it's XML, so an XML comment might work, but there's no
guarantee that safe/load will preserve them.

Put the SPDX tags in the <author> tag, so that it's visible
in Qt Designer.
5 years ago
Andrius Štikonas 4912d8a6c2 Fix create partition job to work with LVM devices. 8 years ago
Lisa Vitolo 9be15e68b6 Change both size box suffices to MiB. 8 years ago
Teo Mrnjavac 028f56d94a Better to keep font style manipulation to a minimum. 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 d75d5c76fe Add EncryptWidget to CreatePartitionDialog.ui. 9 years ago
Teo Mrnjavac ada0a080fc Add flags setting support when creating a partition. 9 years ago
Teo Mrnjavac e8de570acb Build against partresizerwidget and related in KPMcore. 10 years ago
Ramon Buldó 6a52811c30 Show efi mountpoint when creating/editing partitions 10 years ago
Aurélien Gâteau 693e9229c8 Dispatch files in core/ gui/ and jobs/ dirs 11 years ago