Adriaan de Groot
726f882185
[locale] Move current-location to Config
2020-07-20 23:06:12 +02:00
Adriaan de Groot
5a6a9a0d45
[locale] Move job-creation to Config
...
- since Config knows what settings there are, it should create the
jobs to run later -- not the Page.
- this doesn't work yet, because the Config does **not** know what
the selected timezone is yet.
2020-07-20 22:21:29 +02:00
Adriaan de Groot
f0cac7d669
[locale] Hook tz widget up to the Config's data
2020-07-20 16:54:44 +02:00
Adriaan de Groot
88d1d255f6
[locale] Add regions & zones models to Config
...
- The models are constant pointers, even if their contents aren't.
- Make the top-level (region) model point to the global TZ list.
2020-07-20 16:16:53 +02:00
Adriaan de Groot
b6b5c44996
[locale] Load supported locales in Config
2020-07-20 12:55:07 +02:00
Adriaan de Groot
8119c7e72a
[locale] Reset Config object
...
The Config object wasn't being used at all in the locale module;
reset it to empty and start using it in locale, so that
configuration functionality can be added to it as-needed,
and with the necessary refactoring built-in.
2020-07-20 12:37:27 +02:00
Adriaan de Groot
27d4fa675b
[locale] remove unneeded this->
2020-05-18 10:03:34 +02:00
Adriaan de Groot
b890345b1f
[locale] Tidy includes
2020-04-15 11:45:27 +02:00
Adriaan de Groot
4b65600c08
[locale] Remove useless localeglobal
...
- Although ::init() was called, none of the actual functionality
from localeglobal was still in use.
2020-04-14 12:37:22 +02:00
Adriaan de Groot
08b5012946
[locale] Apply coding style to Config
...
- ci/calamaresstyle
- sort includes by kind (local module, Calamares, Qt, STL)
- add copyright line
2020-03-24 22:48:14 +01:00
Camilo Higuita
8ff1996e12
add the localq module and config to locale
2020-03-24 09:47:53 -05:00