29 Commits (779542a5d11eb8cac4b3116cfad9f3ffbadbae89)

Author SHA1 Message Date
Adriaan de Groot 4757496c3d [partition] Improve partition-UUID logging. 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.
8 years ago
Andrius Štikonas 806b84973a Convert CreatePartitionTableJob to KPMcore operation. 8 years ago
Adriaan de Groot 762ad54344 Documentation: change http links to GitHub to https 8 years ago
Andrius Štikonas 9f05c236d8 KPMcore: Pass QStringList to fs->name() instead of QString. 8 years ago
Adriaan de Groot ff2947060d KPMCore: use the translation system for filesystem names from KPMCore 8 years ago
Adriaan de Groot 13807ceabf Licensing: add self
- to all the files I've touched recently
 - to (very incomplete) AUTHORS list

Licensing: add license info to top-level CMakeLists.txt
8 years ago
Adriaan de Groot 9f1cca5ec7 FS: use untranslated name to identify filesystem
Resolves issue where 'linuxswap' is translated to 'Linux-Swap',
for instance. FileSystem::name() provides a translated name,
not an untranslated one.

This should move to KPMCore.

FIXES #797
8 years ago
Adriaan de Groot 9116718448 Clang: warnings-reduction 8 years ago
Adriaan de Groot 3c3c0f99f8 C++ trickery, part two: shorten code 8 years ago
Teo Mrnjavac 45315e6ae9 Improve debug output for bootloader code path. 9 years ago
Teo Mrnjavac 0ad819e301 Make sure we write the inner fs type to globalstorage. 9 years ago
Chantara Tith 23026252a8 Update to KPMcore LUKS' API changes 9 years ago
Andrius Štikonas 9f0ca042fe Port away from most cases of Q_FOREACH to C++11 ranged for loop.
In order to avoid deep copies, Qt containers over which we iterate must be const
The remaining unported cases require qAsConst (Qt 5.7) or std::as_const (C++17)
9 years ago
Teo Mrnjavac 31106629cb Passphrase in storage. 10 years ago
Teo Mrnjavac 43ae4eac80 Get the mapper name, not the whole path. 10 years ago
Teo Mrnjavac beb16a77f0 use actual mapperName, not suggestedMapperName. 10 years ago
Teo Mrnjavac 0b9c9022dd Yeah, partition["isLuks"], how about no. 10 years ago
Teo Mrnjavac c83e67b421 Always declare whether a partition is LUKS in the map. 10 years ago
Teo Mrnjavac cd304b7a6f Get luksUuid instead of innerFs UUID. 10 years ago
Teo Mrnjavac 126ad300ae Write mapperName for LUKS volumes in GlobalStorage. 10 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 881bf67d22 Add a "do not install boot loader" value to the boot loader picker. 10 years ago
Teo Mrnjavac 2a0ad54fd5 Add prettyStatusMessage to all partitioning jobs.
CAL-235 #comment Improved status messages for jobs while installing.
10 years ago
Teo Mrnjavac 30408d34a1 Try to find a more reliable way to read new partition UUIDs. 11 years ago
Teo Mrnjavac fff0f6f023 Debug output. 11 years ago
Teo Mrnjavac 2846cbdcbc Report a prettyDescription for FillGlobalStorageJob. 11 years ago
Aurélien Gâteau 693e9229c8 Dispatch files in core/ gui/ and jobs/ dirs 11 years ago