- 15 Apr, 2019 21 commits
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
- The name table is in PartitionActions::Choices
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Calamares CI authored
-
Calamares CI authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
- avoid useless ../ - sort alphabetically and by kind
-
Adriaan de Groot authored
-
Adriaan de Groot authored
- Across all the C++ modules, use Logger::SubEntry for sub/continues log lines, instead of somewhat-random indent strings.
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
- Use Logger::SubEntry instead of various indents - Improve wording of message
-
Adriaan de Groot authored
- The "set up" message only uses one argument.
-
Adriaan de Groot authored
-
Adriaan de Groot authored
- Use the un-paren'ed Continuation and SubEntry
-
Adriaan de Groot authored
- Instead of Continuation(), write just Continuation - All that futzing with overloads and tag-classes isn't needed since the whole point is to output some constant string. Leave cleverness for later, if it's needed.
-
- 12 Apr, 2019 7 commits
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
- tests need the defines as well - scandevices API changed with API 3.3.1
-
Adriaan de Groot authored
- Need older-style scanning, but new-style iteration
-
Adriaan de Groot authored
- KDE neon ships a post-3.3.0 KPMCore, with deprecations, but not yet the KPMCore 4 API, so add another API-version check to handle the deprecations. Keeps warnings down.
-
Adriaan de Groot authored
- Using KPMCORE4API is clearer than just relying on a version number
-
Adriaan de Groot authored
- There will be a 3.3.1 which still has the "old" API, so look at 3.3.80 (pre-4.0) instead. Make the way compile flags are passed consistent.
-
Adriaan de Groot authored
[partition] Fixing LVM scanning according to new kpmcore API
-
- 11 Apr, 2019 12 commits
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
- Make sure the class knows its own suffixes
-
Adriaan de Groot authored
- replace = 0 with = nullptr to reduce warnings; not a meaningful or copyrightable change.
-