calamares/src
Adriaan de Groot 79cee26b33 [libcalamares] Switch to std::vector
Keeping std::initializer_list around is fraught. Causes segfaults
because I'm not keeping the underlying temporary array around
properly. Switch to vectors because those initialize from the
underlying array.

TODO: look into making this sufficiently constexpr -- perhaps
just use std::array and make find() work on that.
2019-01-14 13:23:44 +01:00
..
branding [branding] Document intended settings for window size 2019-01-03 15:46:44 +01:00
calamares [calamares] Use branding-settings for initial window-size 2019-01-14 12:23:38 +01:00
libcalamares [libcalamares] Switch to std::vector 2019-01-14 13:23:44 +01:00
libcalamaresui [libcalamaresui] Record branding window-size 2019-01-14 12:06:04 +01:00
modules [fsresizer] Be explicit about type of string 2019-01-14 12:49:58 +01:00
qml QML: apply translation to the slide counter 2018-03-09 07:21:16 -05:00
CMakeLists.txt Crashreporter: remove further reference to removed lib 2017-09-18 15:02:35 +02:00