20 Commits (ea51ff9285c8d56078e10fd08de387e696d281e4)

Author SHA1 Message Date
Adriaan de Groot 5dc358093e [welcome] Apply coding style 5 years ago
Adriaan de Groot 713132d4af [welcome] Move GeoIP loading into Config
- The Config object can handle GeoIP loading on its own. Both
  View steps that used this had a derpy view->setCountry() that
  didn't really do anything with the view anymore.
5 years ago
Adriaan de Groot 6434374bf3 [welcome] Move languageIcon loading into the Config object
- The QML module had an additional check that the normal one
  did not; add it in the merged code.
5 years ago
Adriaan de Groot 120a2b0f03 [welcome] Move get-the-show*Url code into Config
- Since this is configuration-loading, put it in the Config
  class; reduces code duplication between welcome and welcomeq.
5 years ago
Adriaan de Groot 70054e5db4 [welcome] Chase Branding API change 5 years ago
Adriaan de Groot 4786a91eb8 [welcome] Order get/setters consistently
- code styling OCD, all the other ones are get, then set
- getters can be in the header, they're boring
5 years ago
Adriaan de Groot 5956c6678e [welcome] Don't const& POD
- simplify parameter types in some set-methods
- while here, shuffle methods to bring things together
5 years ago
Adriaan de Groot 39afbdb570 [welcome] Shuffle signals to conventional location
- signals after slots, before private
- while here give the *MessageChanged signals a parameter (the changed
  message)
5 years ago
Adriaan de Groot 9d97972a34 [welcome] Apply coding style 5 years ago
Adriaan de Groot ca7733c8e4 [welcome] Drop RequirementsModel
- Use the one from libcalamares
- Massage warning message into Config after it was removed from the model
5 years ago
Adriaan de Groot 2a93c7e236 [welcome] Chase changed API in master 5 years ago
Adriaan de Groot 81912f9e7d [welcome] Style in Config 5 years ago
Adriaan de Groot 1ede7003c0 [welcome] Apply coding style 5 years ago
Camilo Higuita b6b9f888fc correct typo 5 years ago
Camilo Higuita 2d09557297 update wlecome to latest 5 years ago
Camilo Higuita d26fa63ccd [welcomeq] initial work for welcomeview in qml 5 years ago
Camilo Higuita d7f7c16958 [welcome] using config for both qcc2 or qwidgets 5 years ago
Adriaan de Groot 25e3f91754 [welcome] Remove the QML testing bits
- The welcomeq module has actual QML support
5 years ago
Adriaan de Groot d41d8df2a5 [welcome] Put Config object into context 5 years ago
Adriaan de Groot c59678594b [welcome] More QML support
- start of a class to hold configuration information; this can
   later be substituted into the WelcomeViewStep and filled from
   setConfigurationMap()

In the example application:
 - register the Config type
5 years ago