Adriaan de Groot
2a448c057d
[welcome] Provide API for updating the country
...
- Changing country will pre-select the language most likely
for that country (it doesn't, yet, since we don't have the data).
2019-05-10 07:53:44 -04:00
Adriaan de Groot
cb7c38daba
[welcome] Support GeoIP country lookup
2019-05-09 15:15:03 -04:00
Adriaan de Groot
f1ddd0c233
[welcome] Simplify configuration code
2019-05-02 14:00:32 -04:00
Adriaan de Groot
8cf3c217f7
Merge branch 'requirements-checking'
2019-02-25 10:00:43 -05:00
Adriaan de Groot
6071489788
[libcalamaresui] Provide default implementations of next() and back()
...
- These methods are used for multi-page view-steps, which are rare.
For all the others, just drop the empty implementation and defer
to the base class.
2019-02-25 07:49:10 -05:00
Adriaan de Groot
08565b5f17
[libcalamaresui] Remove the signal done() from ViewStep
...
- The signal is emitted, generally from next(), but not actually used.
2019-02-25 07:34:40 -05:00
Adriaan de Groot
987cf36f51
[welcome] Use convenience types
2019-02-25 07:05:12 -05:00
Adriaan de Groot
8a8ec01380
[welcome] Don't enable next early
...
- Next was enabled early; presumably to cover the case that no requirements
were checked and the requirements checker never emitted an update signal.
Drop that since the module manager is now responsible for doing that checking.
2019-02-25 07:00:22 -05:00
Adriaan de Groot
452b51304d
[welcome] Update next button when checking is complete
2019-02-25 06:11:14 -05:00
Adriaan de Groot
a19d81e38c
[welcome] Chase renaming of files
...
- Rename the classes to match
- Drop some unused includes
2019-02-23 12:29:59 -05:00
Adriaan de Groot
18efcf2200
[welcome] Drop unnecessary parameter
2019-02-18 09:42:22 -05:00
Adriaan de Groot
bf40f3bd23
Merge branch 'master' into requirements-checking
2018-08-10 12:02:57 -04:00
Adriaan de Groot
dd8e53dc22
Copyright: update copyright lines on files touched in 2018
...
Contributions from:
Adriaan de Groot <groot@kde.org>
Gabriel Craciunescu <crazy@frugalware.org>
AlmAck <gluca86@gmail.com>
Andrius Štikonas <andrius@stikonas.eu>
Caio Carvalho <caiojcarvalho@gmail.com>
Raul Rodrigo Segura <raurodse@gmail.com>
2018-06-15 05:59:11 -04:00
Adriaan de Groot
c7629182e4
Merge branch 'master' into requirements-checking
2018-03-06 17:06:35 +01:00
Adriaan de Groot
a72bdfac52
Merge branch 'master' into requirements-checking
2018-03-06 14:57:17 +01:00
Adriaan de Groot
3315df5df1
[modules] Use new convenience logging methods across the board
2018-02-13 11:07:12 +01:00
Adriaan de Groot
762ad54344
Documentation: change http links to GitHub to https
2017-12-20 08:39:09 -05:00
Adriaan de Groot
c8e42e6909
[welcome] Implement requirements checking at module level.
...
- Hook up the requirements checker (which only checks) to the module-and-viewstep
method called to do the checking.
2017-12-02 11:30:26 -05:00
Adriaan de Groot
bd27dda474
[welcome] Restructure requirements checking
...
- Move widget behavior into its own container / widget class
- Change the RequirementsChecker class to just check the
requirements, returning a results list
- Connect from the module manager to the results widget.
2017-12-02 11:30:26 -05:00
Adriaan de Groot
27b921bde1
[libcalamaresui] Move requirements information out of welcome module.
...
- Move type and rename it; put in Calamares namespace
- Emit signals from the viewmanager as results come in
- Remove state changing from welcome view step based on its internal
requirements checking (for now this breaks progressing past the
welcome page)
- Log checking of the requirements
2017-12-02 10:59:33 -05:00
Teo Mrnjavac
a48dadf757
Warning in debug output when the RequirementsChecker is misconfigured.
...
CAL-390 #close
2016-09-16 10:54:39 +02:00
Teo Mrnjavac
420c2cf7c4
PluginFactory in Welcome module.
2015-09-15 16:48:42 +02:00
Teo Mrnjavac
43992c5251
Hook up RequirementsChecker with the WelcomeViewStep.
2015-05-15 18:15:22 +02:00
Teo Mrnjavac
3dd1d7932f
Fix up identifiers + use QComboBox instead of QListView.
2015-05-15 18:15:22 +02:00
Teo Mrnjavac
7bcb060967
The greeting module is now welcome.
2015-05-15 18:15:22 +02:00