Commit Graph

1592 Commits

Author SHA1 Message Date
Heiko Becker fc385fd89c GIT_SILENT Update Appstream for new release
(cherry picked from commit e94edd9a375df79799e39cd73fe94ec488b12693)
2022-01-29 00:35:54 +01:00
l10n daemon script 66fa786e00 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2022-01-24 01:45:29 +00:00
Andrius Štikonas bb6cd82f6d Fix a comment. 2022-01-22 01:05:38 +00:00
Tomaz Canabrava 4f0ff7b63a Show devices dock panel when not passing --devices 2022-01-22 01:03:28 +00:00
Tomaz Canabrava 90f6cb74d2 Blocks the user to select a different device if --device is specified
So the user can't select a different device by mistake.
2022-01-22 01:03:28 +00:00
Andrius Štikonas 87eb4cdadd Remove unnecessary or non-existing Qt flags. 2022-01-21 00:29:51 +00:00
Andrius Štikonas d795c3d9f8 Set KDE_COMPILERSETTINGS_LEVEL to 5.85. 2022-01-20 22:25:40 +00:00
Andrius Štikonas 3b290d606d Revert "Disable Qt6 CI due to KPMcore dependency problem."
This reverts commit 48c5f67506.
2022-01-20 19:18:08 +00:00
Andrius Štikonas 983c46a7ac Fix obsolete ECM variable. 2022-01-20 18:46:33 +00:00
Andrius Štikonas 48c5f67506 Disable Qt6 CI due to KPMcore dependency problem. 2022-01-20 00:51:19 +00:00
Andrius Štikonas 6a66203744 Add KDE_ prefix to cmake variable. 2022-01-19 01:34:49 +00:00
Andrius Štikonas 479631455c Port to Qt6. 2022-01-18 23:44:28 +00:00
Andrius Štikonas 458872f359 Do not use deprecated Qt5 methods. 2022-01-18 23:23:00 +00:00
Andrius Štikonas 850151655e Remove unneccessary include_directories cmake statement. 2022-01-18 21:07:41 +00:00
Andrius Štikonas adacc91e75 Remove unneccessary include_directories cmake statement. 2022-01-18 21:06:09 +00:00
Andrius Štikonas 909a03347a Restrict VERSION defines to main.cpp. 2022-01-18 20:55:55 +00:00
Andrius Štikonas e47827e20c Restrict Qt::AA_UseHighDpiPixmaps to Qt5. 2022-01-18 20:55:55 +00:00
Andrius Štikonas 20d41ef501 Adjust QStringList includes for Qt6. 2022-01-18 20:55:55 +00:00
Andrius Štikonas 0ff20194b0 Port away from deprecated setMargin method. 2022-01-18 20:55:55 +00:00
Andrius Štikonas ca788a9e69 Use QFont enums instead of magic constants. 2022-01-18 20:55:54 +00:00
Andrius Štikonas 7d4ca72118 Use nullptr. 2022-01-18 20:55:54 +00:00
Andrius Štikonas 312079422a Port away from obsolete QtKey::+ operator. 2022-01-18 20:55:54 +00:00
l10n daemon script 843d7e9f19 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2022-01-18 01:44:45 +00:00
l10n daemon script b29953b6b9 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2022-01-17 01:41:38 +00:00
l10n daemon script 31bdb87514 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2022-01-16 01:46:31 +00:00
l10n daemon script fb8249cbc9 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2022-01-15 01:46:27 +00:00
l10n daemon script 55f525d5a4 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2022-01-14 01:48:45 +00:00
l10n daemon script 1430b89952 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2022-01-13 01:45:47 +00:00
l10n daemon script 28df23863e SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2022-01-12 01:49:44 +00:00
Andrius Štikonas e57c9d1552 Fix clang build.
CCBUG: 446899
CCMAIL: tcanabrava@kde.org
2022-01-10 22:36:04 +00:00
Nate Graham 4703517c75 Add an "Open in Partition Manager" solid Action
This lets you open a device in Partition Manager from the Disks &
Devices applet.

BUG: 446897
FIXED-IN: 22.04
2022-01-10 22:21:40 +00:00
Tomaz Canabrava 825ca30ce7 Accept devices starting with /dev
BUG: 446899
2022-01-10 22:18:13 +00:00
Tomaz Canabrava a8da9ef6c1 Select the partition number if `--device` is passed with it
such as `sda1` or `hda2` will now select the specific partition
2022-01-10 22:18:13 +00:00
Tomaz Canabrava afcc0c6c47 Allow to get the partition nr from the device node 2022-01-10 22:18:13 +00:00
Andrius Štikonas 6f28900350 Silence compiler warning. 2022-01-09 23:48:39 +00:00
Heiko Becker d24f5cd2c1 GIT_SILENT Update Appstream for new release
(cherry picked from commit 7ad2ba7479994f9489f3610bcf6d32554340e72b)
2022-01-03 23:03:29 +01:00
Andrius Štikonas c9751910e8 Select root permissions radio button when new partition dialog is first created. 2021-12-28 16:36:45 +00:00
Andrius Štikonas b9e5a055d4 Check if we need to show permissions groupBox when New Partition dialog is first shown. 2021-12-28 16:27:20 +00:00
Andrius Štikonas 850ab0df40 Remove unused class member variable. 2021-12-28 16:21:40 +00:00
Andrius Štikonas 519bea8fd5 Fix isPermissionOnlyRoot function to return root by default. 2021-12-28 16:17:25 +00:00
Andrius Štikonas 47e6d5f3d2 Separate radiobuttons into two independent groups. 2021-12-28 16:07:22 +00:00
Andrius Štikonas 4e5cbcdb65 Enable permissions choice for other filesystems. 2021-12-28 15:50:30 +00:00
Tomaz Canabrava 1edb947525 Change the way the button is created / fix crash 2021-12-28 15:09:40 +00:00
Tomaz Canabrava 2bcd994bf1 Fix if order
First we need to set the partition permission flags, then we
create the operation.
2021-12-28 15:09:40 +00:00
Tomaz Canabrava bfc445bd7c Add tooltip for the new option 2021-12-28 15:09:40 +00:00
Tomaz Canabrava 6b27467943 Add a button to allow the user to select if the partition is open for
everyone
2021-12-28 15:09:40 +00:00
Alessio Bonfiglio 4f17fc5548 Ask for authentication only once 2021-12-23 00:47:10 +00:00
Albert Astals Cid dffa270506 GIT_SILENT Update Appstream for new release
(cherry picked from commit df23eb698c7741673c056d59327f7a9fc8706e94)
2021-12-11 03:08:45 +01:00
Andrius Štikonas 81bbfea449 Improve tab focus order in create partition dialog.
BUG: 444698
2021-12-04 23:59:13 +00:00
Tomaz Canabrava 479c3f4678 Select device using a command line option
pass --device=/dev/sda to select that device

BUG: 43485
2021-12-01 10:07:47 -03:00