Commit Graph

1427 Commits

Author SHA1 Message Date
l10n daemon script 72cdc794df 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"
2020-02-06 05:38:22 +01:00
l10n daemon script c85809b372 GIT_SILENT made messages (after extraction) 2020-02-06 02:48:49 +01:00
Andrius Štikonas 386a6888d5 Bump version to 4.1.0. 2020-02-01 15:23:02 +00:00
l10n daemon script 702c4ffd27 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"
2020-01-20 05:46:17 +01:00
Yuri Chornoivan dcc665cc27 Fix minor EBN issues 2019-12-09 18:33:04 +02:00
l10n daemon script 551b53ea9c 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"
2019-12-08 05:22:17 +01:00
Yuri Chornoivan 6ab0d56bbc Fix link: ui.html -> menus.html 2019-11-25 22:32:28 +02:00
Andrius Štikonas 910de2a772 Merge partition manager toolbars into one.
BUG: 412376
2019-10-05 11:21:14 +01:00
Andrius Štikonas dd0df390da Port away from deprecated QTreeWidget::setFirstItemColumnSpanned. 2019-09-27 23:09:05 +01:00
Nate Graham 68d8c34535 Use non-pixmap colorful icons from the icon theme in settings window's sidebar
Summary:
This patch changes the icons in the settings' window's sidebar to be all colorful, in
conformance with T10165 specifically, and the new #consistency goal more generally.

It also cleans up the code a tiny bit by using built-in constructor functionality to set
icons from the icon theme rather than leaving the icon blank in the constructor and then
setting it later.

Test Plan:
Before: {F7449955}
After: {F7449956}

Reviewers: #vdg, #kde_partition_manager, stikonas, ndavis

Reviewed By: #vdg, #kde_partition_manager, stikonas, ndavis

Maniphest Tasks: T10165

Differential Revision: https://phabricator.kde.org/D24272
2019-09-27 15:21:23 -06:00
Caio Jordão Carvalho a0ce2ecbbe Including credits to Caio in aboutData 2019-09-18 00:03:19 +00:00
l10n daemon script a8cc4a448d GIT_SILENT made messages (after extraction) 2019-09-05 02:45:08 +02:00
l10n daemon script 36a38057fa 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"
2019-08-13 05:20:27 +02:00
l10n daemon script eca2be8f0e GIT_SILENT made messages (after extraction) 2019-08-13 02:57:27 +02:00
Shubham Jangra 7c8e8f18e5 Add Minix Filesystem
Summary: {F6878459}

Reviewers: #kde_partition_manager, stikonas, cjlcarvalho

Reviewed By: #kde_partition_manager, stikonas, cjlcarvalho

Subscribers: #kde_partition_manager

Tags: #kde_partition_manager

Differential Revision: https://phabricator.kde.org/D21653
2019-06-09 00:02:12 +05:30
l10n daemon script a558641bf6 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"
2019-05-03 05:51:44 +02:00
Andrius Štikonas 7297efe2da Sort dependencies in CMakeLists alphabetically. 2019-05-02 22:39:23 +01:00
Andrius Štikonas a5652e604e
Update copyright year in about dialog. 2019-05-01 00:35:15 +01:00
l10n daemon script 0403d5cf4a 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"
2019-04-23 06:06:30 +02:00
l10n daemon script bfd12a1ba1 GIT_SILENT made messages (after extraction) 2019-04-23 03:19:13 +02:00
Andrius Štikonas 8476f707ab
Bump version to 4.0 in preparation for future release. 2019-04-16 20:22:50 +01:00
Andrius Štikonas f6e22288b9
Require Frameworks 5.56 as this is what KPMcore needs anyway. 2019-03-10 22:29:58 +00:00
l10n daemon script b83ddced49 GIT_SILENT made messages (after extraction) 2019-03-10 03:11:37 +01:00
Andrius Štikonas a6861bf202 When importing partition table, pass the flags to Partition class.
Note, this is not enough for flags to work. We need to run a job to set flags.

CCBUG: 400331
2019-02-28 00:16:50 +00:00
Andrius Štikonas cf513b9873 Use explicit class method overrides. 2019-02-28 00:16:32 +00:00
Andrius Štikonas 730b2a9992 Fix race condition in reading fstype on partition table import.
Thanks to Christoph Vogtländer for reporting and fixing.

BUG: 400330
2019-02-27 23:15:17 +00:00
Andrius Štikonas 2a90cc4652
Add syntax highlighing for code snippets in README.md. Try 2 2019-02-16 00:12:05 +00:00
Andrius Štikonas 52513f9c75
Add syntax highlighing for code snippets in README.md 2019-02-16 00:11:12 +00:00
Andrius Štikonas db7401229c
Rename changelog file. 2019-02-16 00:08:14 +00:00
l10n daemon script 0e714dee65 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"
2019-02-10 05:24:10 +01:00
Andrius Štikonas 98d59e69ff
Use scoped enums for PartitionTable::Flag. 2019-02-10 01:30:02 +00:00
Andrius Štikonas 1d86260ad5
Use strongly typed enum for Capacity::Unit. 2019-02-10 00:50:12 +00:00
Andrius Štikonas 135853ef50
Bump version for beta. 2019-01-13 18:02:16 +00:00
Andrius Štikonas a5e8d318d0 Add support for Apple File System (APFS). 2019-01-13 17:52:59 +00:00
Andrius Štikonas 6f1ca2cca9 Add BitLocker support.
BUG: 392892
2019-01-13 02:39:36 +00:00
Andrius Štikonas 6ff67eb277 Add GPLv3 license in Markdown format. 2019-01-06 17:41:54 +00:00
Andrius Štikonas 021b23fa71 Slightly update TODO file. 2019-01-06 17:38:54 +00:00
Andrius Štikonas 406f9e3d4f Rename INSTALL -> INSTALL.md
Also add more markdown syntax.
2019-01-06 17:33:35 +00:00
Andrius Štikonas 79cd742e54 Also add installation instructions for Gentoo. 2019-01-06 17:27:39 +00:00
Andrius Štikonas 2b30ce7fe6 Merge branch 'patch-1' into 'master'
Fix typo in README file

See merge request kde/partitionmanager!2
2019-01-04 20:12:50 +00:00
David Planella 981a5a3fd8 Fix typo in README file 2019-01-03 16:08:17 +00:00
Andrius Štikonas 30dd9c9e44 Merge branch 'master' into 'master'
Update README

See merge request kde/partitionmanager!1
2019-01-03 12:54:57 +00:00
David Planella b35480d221 Update README.md with screenshot 2019-01-03 11:23:01 +00:00
David Planella fbc8d8e328 Update README.md 2019-01-03 11:03:56 +00:00
David Planella 12075310fd Fix typo, add links. 2019-01-03 09:38:27 +00:00
l10n daemon script 64b7108974 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"
2019-01-01 05:27:06 +01:00
l10n daemon script a3e2f9bd48 GIT_SILENT made messages (after extraction) 2019-01-01 02:56:40 +01:00
Yuri Chornoivan 7e47ebe0a2 Fix minor typo 2018-12-09 20:38:44 +02:00
l10n daemon script 033651f422 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"
2018-12-03 05:30:16 +01:00
Varun Patel beed97ee84 Updated SMART widget GUI to better display SMART info.
Repositioned information and resized window to clearly display information.

BUG: 401230
Differential Revision: https://phabricator.kde.org/D17129
2018-11-24 20:17:47 +00:00