- 09 Jan, 2019 2 commits
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
FIXES #1064
-
- 08 Jan, 2019 12 commits
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
- The language and BCP need to be in-sync - Existing code was inconsistent in setting things, which is why you could get through the locale page without setting a locale (at all) or it would keep English in spite of picking Germand on the welcome page. - Patch tests to use that API.
-
Adriaan de Groot authored
- This shows that one constructor isn't doing it right.
-
Adriaan de Groot authored
-
Adriaan de Groot authored
- Allow split-setting of the language and formats - Test new constructors - Since fromLanguageAndLocation can handle empty localeGen lists just fine, skip all the weird checks that return invalid guessed locale configurations.
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
- Replace createDefault() with a constructor that takes a locale name; use it with en_US.UTF-8 in those places where createDefault was previously used.
-
Adriaan de Groot authored
- When finding the gettext path, the debug output was very chatty and didn't include an indication that it was looking for translations.
-
- 07 Jan, 2019 4 commits
-
-
Adriaan de Groot authored
- use debugging to be a little more chatty - when changing the system language on the locale page, the global locale setting should change, too.
-
Adriaan de Groot authored
- code formatting - provide an operator << for debugging TZ widget
-
Adriaan de Groot authored
-
Adriaan de Groot authored
- When testing and running not-as-root, only call the timedatectl when the settings actually change; this reduces the number of times kauth pops up.
-
- 03 Jan, 2019 2 commits
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
- Dangerout since we're mounting things inside that tempdir, and then doing a "weak" unmount
-
- 04 Sep, 2018 2 commits
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
- 03 Sep, 2018 13 commits
-
-
Adriaan de Groot authored
This fixes the crash by calling the model-reset first, then refreshing. Previously, the destructors that do the work were still being called in the wrong order. FIXES #1019
-
Calamares CI authored
-
Adriaan de Groot authored
- The ResetHelper only finalized changes to the module on destruction, but calls to refresh() assumed it was already done. This leads to crashes when refresh() uses an intermediate state of the model. Introduce extra helpers, and rename refresh() to avoid calling the old implementation from any code. The new helper just creates and destroys a ResetHelper, before creating and destroying an object that calls the new refreshAfterModelChange(). FIXES #1019
-
Adriaan de Groot authored
- document new variable from the CMake module - use it in libcalamaresui to simplify #include'ing the header for the "all" extension. Suggested by Denis Proskurin.
-
Adriaan de Groot authored
Suggested by Denis Proskurin.
-
Adriaan de Groot authored
Suggested by Denis Proskurin.
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Calamares CI authored
-
Calamares CI authored
-
Adriaan de Groot authored
do not set boot flag on ESP (thanks @philmmanjaro for testing)
-
Adriaan de Groot authored
do not set active flags on the to-be ESP (thanks @philmmanjaro for testing)
-
Adriaan de Groot authored
grubcfg: Only try to decrypt disk that /boot is on (thanks @philmmanjaro for testing)
-
- 26 Aug, 2018 1 commit
-
-
Philip Müller authored
-
- 25 Aug, 2018 1 commit
-
-
Matthias Klumpp authored
-
- 22 Aug, 2018 2 commits
-
-
Harald Sitter authored
ESP == boot. at best this is duplicated information, at worst kpmcore may implode if you try to set a boot flag since that is technically an MBR type flag and means nothing within the context of GPT where ESP is the flag to set.
-
Harald Sitter authored
having ESP as active flag AND then trying to set ESP means nothing is set since kpmcore will think ESP is already set (it is listed as active after all). this ultimately meant that nothing was set since there was no delta between the requested flags and the already active flags.
-
- 21 Aug, 2018 1 commit
-
-
Adriaan de Groot authored
-