- 31 Aug, 2019 7 commits
-
-
Philip Müller authored
-
Philip Müller authored
-
Philip Müller authored
-
Philip Müller authored
-
Philip Müller authored
-
Philip Müller authored
-
-
- 30 Aug, 2019 7 commits
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Calamares CI authored
-
Calamares CI authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
- My usual test environment has umask set to 022, but on one dev box it is 002, leading to test failures (which show the test was bad, not that the umask-setting code is bad)
-
Adriaan de Groot authored
- not really sure why I went for the Qt 5.10 STL-style iterators FIXES #1236
-
- 29 Aug, 2019 13 commits
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
[unpackfs] Enable to use "/" as a source
-
Adriaan de Groot authored
add esperanto branding translations, fix mis-configured ones
-
Adriaan de Groot authored
-
Adriaan de Groot authored
- Use any object method to connect() to
-
Adriaan de Groot authored
- sometimes a slot is easier than a lambda. Introduce a macro CALAMARES_RETRANSLATE_SLOT that calls a given slot in an object on language change. - extend the retranslator with support for calling slots: - use Qt's signal/slot mechanism alongside the private list of functions to call - provide convenience for obtaining the retranslator of an object.
-
Adriaan de Groot authored
-
Adriaan de Groot authored
- This helps give meaningful names to code chunks - Gives clang-format something to work with - Reduces indentation depth I think this is a bit of a code-style opinion issue: big complicated lambdas doing UI things just don't seem like a good idea.
-
Adriaan de Groot authored
- the RETRANSLATE macro is a real challenge for astyle and clang-format
-
Adriaan de Groot authored
eliminate magic number in src/modules/welcome/WelcomePage.cpp
-
Adriaan de Groot authored
cross-reference/clarify geoip documentation
-
Adriaan de Groot authored
update doc comment in src/modules/initcpio/initcpio.conf
-
Adriaan de Groot authored
fix typo in comment src/libcalamaresui/ViewManager.cpp
-
- 28 Aug, 2019 5 commits
-
-
bill-auger authored
-
bill-auger authored
-
bill-auger authored
-
bill-auger authored
-
bill-auger authored
-
- 27 Aug, 2019 8 commits
-
-
-
Adriaan de Groot authored
FIXES #1213 Better slideshow loading, both V1 and V2. Keyboard shortcuts only while the slideshow is visible.
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
- since we also need to *disable* the shortcuts, and should tell a V1 slideshow that it no longer is running, - use existing function to set the property to true / false depending. - instead of changeState( true ) or changeStage( false ), use meaningful enum names so that the code at the call site becomes readable; make the boolean part internal to the state-changing method.
-
Adriaan de Groot authored
- when the QML is activated, if the slideshow has this property, set it to true. This enables the keyboard shortcuts.
-
Adriaan de Groot authored
- one function for activation, since we activate from different places and each loader-API may need multiple steps for activation.
-
Adriaan de Groot authored
- with V2 loading, the key shortcuts should be enabled when the slideshow itself is activated, not when it is loaded.
-