Commit Graph

1178 Commits

Author SHA1 Message Date
Andrius Štikonas f878865aa0
Merge branch 'master' into luks-decorator 2016-04-16 00:34:50 +01:00
Andrius Štikonas b3303ee6bf
Fix LUKS encryption support for filesystems without support for writing label.
This enables LUKS encryption for Reiser4 and LVM PV.
2016-04-16 00:28:14 +01:00
Teo Mrnjavac 13031913f4 Update copyrights. 2016-04-15 15:45:22 +02:00
Teo Mrnjavac 46baf7c440 Create FS as inner FS in LUKS if the encrypt setting is checked.
Filter out LUKS from FS combo.
2016-04-15 15:38:11 +02:00
Teo Mrnjavac c67911c0d2 Hide LUKS checkBox by default. 2016-04-15 15:36:41 +02:00
Teo Mrnjavac b0b2eccc23 Add "Encrypt" checkBox to partition widget.
Also replace occurrences of NULL with nullptr.
2016-04-15 15:35:45 +02:00
Andrius Štikonas 89bde8b790
Fix version to be 2.1.50. 2016-04-14 19:20:08 +01:00
Andrius Štikonas cf891183cb
Always use because it is type safe. 2016-04-14 19:18:36 +01:00
Teo Mrnjavac 0c780279ae Resurrect LUKS code which was previously merged+reverted.
Revert "Revert "Merge branch 'luks-decorator'""

This reverts commit 6806de6fb7.
2016-03-31 18:20:57 +02:00
Andrius Štikonas 293949ebf2 Post release version bump. 2016-03-12 16:43:06 +00:00
Andrius Štikonas 07ccb4d424 Bump version to 2.1.0. 2016-03-09 13:55:50 +00:00
Andrius Štikonas 59544f4712 Update copyright in About dialog.
Update credits.
2016-03-02 19:20:51 +00:00
Andrius Štikonas 9c91e25e96 Update copyright. 2016-03-02 18:33:40 +00:00
Andrius Štikonas fa9ca4f3e2 Phabricator config file. 2016-03-02 16:53:58 +00:00
Andrius Štikonas 51b0295d7b Merge branch '2.0' 2016-02-29 17:18:13 +00:00
Teo Mrnjavac 97175c71ad Fix bug with EditMountPointDialog not having Ok&Cancel buttons. 2016-02-29 01:11:10 +00:00
Andrius Štikonas c140e6665f Fix checkSupportInNode for extended partitions (disables bogus warning). 2016-02-29 01:05:39 +00:00
Andrius Štikonas cd2b979efc Bump version to 2.0.3 2016-02-26 14:51:22 +00:00
Andrius Štikonas 5fc9974b8d Merge branch '2.0' 2016-02-26 14:48:29 +00:00
Teo Mrnjavac 5e7c9f7131 Fix crash when applying settings. 2016-02-26 15:32:14 +01:00
Andrius Štikonas 6d76d92f23 Add basic support for F2FS.
Bump version to 2.0.50
Bug: 359795
2016-02-25 23:30:57 +00:00
Andrius Štikonas ceedb558a8 Bump version to 2.0.2. 2016-02-24 12:10:41 +00:00
Andrius Štikonas d2a013222e Use KLocalizeStrings to avoid nested xi18n calls.
Nested xi18n calls cause QStrings to be escaped and makes HTML
visible in KMessageBox.

BUG: 354925
2016-02-18 14:59:59 +00:00
Andrius Štikonas 2503d893fd Change KDE4 to KF5 in README. 2016-02-16 01:56:40 +00:00
Andrius Štikonas 3ccc829483 Add a comment. 2016-01-31 14:23:49 +00:00
Andrius Štikonas 53e1413d06 Look for kdesu binary in libexec path. 2016-01-29 16:44:17 +00:00
Andrius Štikonas 817ebf40e9 Add NO_POLICY_SCOPE to silence cmake warnings. 2016-01-28 18:40:43 +00:00
Andrius Štikonas bf13eefa8c Pkgconfig is also required. 2016-01-28 18:39:21 +00:00
Andrius Štikonas 6880ab1b01 Blkid is actually required. 2016-01-23 15:57:32 +00:00
Andrius Štikonas 01b4cf913d Remove unnecessary checks. 2016-01-23 15:48:22 +00:00
Andrius Štikonas 15b7fa3470 kpmcore/ prefix in #includes is no longer required. 2016-01-12 00:12:49 +00:00
Andrius Štikonas 333e03ac10 Get rid of kpmgui internal library.
kpmgui was basically the whole partitionmanager except for main.cpp file.
All useful functions were moved to kpmcore library, kpmgui is not necessary now.
2016-01-06 15:56:32 +02:00
Andrius Štikonas d7a77c8934 Initialize KCrash. 2015-12-05 19:25:04 +00:00
l10n daemon script 92c1b2d7a2 SVN_SILENT made messages (after extraction) 2015-11-04 14:16:11 +00:00
Andrius Štikonas de9f34a234 Version bump to 1.9.50 2015-09-16 14:19:24 +01:00
Andrius Štikonas 6806de6fb7 Revert "Merge branch 'luks-decorator'"
This reverts commit 54ce33b472, reversing
changes made to 98d08a81c5.
2015-09-16 14:14:53 +01:00
Timo Gurr 6128aa9635 Fix the install location of the appdata.xml file. 2015-09-15 23:17:53 +01:00
Andrius Štikonas 54ce33b472 Merge branch 'luks-decorator' 2015-09-15 23:15:53 +01:00
Andrius Štikonas dabc728114 Bump version to 1.9.50 2015-09-15 23:15:24 +01:00
Teo Mrnjavac a88ceb2140 Fix bug with EditMountPointDialog not having Ok&Cancel buttons. 2015-08-14 18:07:26 +02:00
Teo Mrnjavac 65ffb182c5 Hook up new LUKS functionality from KPMcore.
Add decrypt action to actionCollection and context menu.
Wrap very long lines.
Replace NULL with nullptr, TODO: do this everywhere.
2015-08-14 17:57:27 +02:00
l10n daemon script 98d08a81c5 SVN_SILENT made messages (after extraction) 2015-07-31 08:16:21 +00:00
Teo Mrnjavac 6e1ff468d3 Set partition color code on PartWidget, and react to settings change. 2015-07-17 13:37:30 +02:00
Teo Mrnjavac 48a2090b48 Generate color codes array from Settings. 2015-07-17 13:37:08 +02:00
Teo Mrnjavac 9d9a2b345a Make sure sectorAlignment is set. 2015-07-15 19:03:39 +02:00
Andrius Štikonas 81004a2445 Format partitionmanager code using KDE style. 2015-07-13 17:17:41 +03:00
Teo Mrnjavac 94bae2494f Fix indentation. 2015-07-13 15:50:45 +02:00
Teo Mrnjavac 23084a258d Specify default filesystem type when creating new partition. 2015-07-13 15:33:45 +02:00
Teo Mrnjavac c0381cd913 Read Shred action from KConfig. 2015-07-10 15:57:02 +02:00
Teo Mrnjavac cf51fa1ad0 Move PartResizerWidget and related to KPMcore. 2015-07-08 18:16:03 +02:00