3552 Commits (f4509f3380ed67ce2ea0157676dafa7e533bb17d)

Author SHA1 Message Date
Adriaan de Groot f4509f3380 [libcalamares] Move loading to TZRegion
- don't make the model load files, provide convenience functions
   for loading in the value classes
 - create model from lists of value pointers
6 years ago
Adriaan de Groot 9f06903115 [local] Chase API change in TZRegionModel 6 years ago
Adriaan de Groot afb5430c42 [locale] Use TZRegionModel
- instead of populating combo box with texts, use the model
   read in from zone.tab
 - this **partly** deprecates the LocaleGlobal stuff
6 years ago
Adriaan de Groot ddc2f60768 Merge branch 'master' into zone-data 6 years ago
Adriaan de Groot ac1c0d97d2 [license] Prevent single item from expanding
- the last item would expand vertically to fill the scroll area;
   add a spacer that pushes against it
6 years ago
Adriaan de Groot 59ea0417fc [license] Move a less-useful message to tooltip
- the message about setup continuing can be a tooltip
6 years ago
Adriaan de Groot c220220563 [license] Give stylesheets meaningful names 6 years ago
Adriaan de Groot 8a912e6ca1 [license] Fix the height of each item
- needs a qwidget to put the top-items (license name, button) in
 - fixes issue where the gap between the button and the hrule would
   change depending on what is expanded
6 years ago
Adriaan de Groot 7330afd96a [license] Massage display of buttons
- try to keep them the same height
 - show the URL that will be opened
6 years ago
Adriaan de Groot 6e1504fafc [license] Use just one button
- replace the text plus toolbutton (which has an ambiguous arrow in it)
   by a single button with text saying what it will do.
6 years ago
Adriaan de Groot 2d02290b91 Merge branch 'issue-1268'
FIXES #1268
6 years ago
Adriaan de Groot 9fa021e3c6 [license] Reduce margins hugely
- Move layouting code into the .ui file
 - Reduce margins hugely -- atop the title block, around the
   scroll area, etc -- so that more license is visible at once.
6 years ago
Adriaan de Groot 0b126b2c62 [license] Massage the messages some more
- split shared <h1> message off
 - do some string-concatenation, but only of whole sentences
 - shave off some vertical space by dropping the mainsubtext item
6 years ago
Adriaan de Groot 72ee9742f3 [tracking] Correct the example URLs 6 years ago
Calamares CI a034b1a9ab i18n: [dummypythonqt] Automatic merge of Transifex translations 6 years ago
Adriaan de Groot 5cb0ee6cc5 [welcome] Simplify code
- Kevin Kofler pointed out there was a redundant else-if
 - Only use size for comparison if it's valid
6 years ago
Adriaan de Groot 7029c427f1
Merge pull request #1275 from bill-auger/patch-createusers-logging
housekeeping - logging for CreateUser Job
6 years ago
Adriaan de Groot 1a13704c71 [grubcfg] HOTFIX typo in function call 6 years ago
Adriaan de Groot 8b4bd52a26 [machineid][hostinfo] Reduce warnings
- stray ;
 - clang-tidy had re-ordered the moc-warnings.h header, needs to go
   **before** the .moc so split into its own group
6 years ago
Adriaan de Groot bd5b63b02e [summary][calamares] Chase deprecations in Qt (QWidget::background()) 6 years ago
Adriaan de Groot a70b7ad89e [welcome] Chase deprecations in Qt (screen geometry) 6 years ago
Adriaan de Groot c2ebfbf6ae [users] Remove unused parameter (reduces warnings) 6 years ago
bill-auger 344445b437 housekeeping - logging for CreateUser Job 6 years ago
Adriaan de Groot 2e22bdd7dc i18n: update the english translation files for once 6 years ago
Adriaan de Groot b4e9ec7eb1 [hostinfo] There is no config file for this module
- the empty config file would fail in tests
 - move the documentation part of it to CMakeLists.txt
6 years ago
Adriaan de Groot 1de6062233 [license] Add should-be-expanded display option to license entries
- In code, add the necessary bool
 - document meaning in the config file
 - actually expand the full text if the entry is local and set to expanding-
   by-default. This implementation is a bit lazy since it just pretends
   to click on the toggle button.
 - While here, reduce scope for UB by initializing POD members
6 years ago
Adriaan de Groot c870fca787 [license] Use more meaningful names for arrows
- The arrows Up, Down, Right are used on toolbuttons, but
   in the context of this module, those are directions with
   meaning; give them better names.
 - Because of #1268, the meaning of up- and down- may be swapped;
   I'm not sure of which look makes the most sense. This is prep-
   work for easily swapping the looks by using the meaningful names
   instead.

SEE #1268
6 years ago
Adriaan de Groot d322d783ea [license] Chase deprecations in Qt 6 years ago
Adriaan de Groot d8020e3574 [license] Tidy up setting-of-entries
- we loop over all the entries anyway, so calculate allLicensesOptional
   along the way (debatable whether std::none_of is clearer)
 - always un-check the accept-box when resetting entries.
6 years ago
Adriaan de Groot 5ed8ec9990 [license] Reduce translation overhead. 6 years ago
Adriaan de Groot 2a0716bf43 [license] Move the 'please review' text to the top. 6 years ago
Adriaan de Groot 2a45765b93 [license] Next depends not just on the checked box
- Toggling the checkbox could disable the next button
   because only the checked-state was used, instead of
   the next-is-enabled-if-everything-is-optional member variable.

FIXES #1271
6 years ago
Adriaan de Groot ec605adf3f [license] Tidy code
- Move retranslation to a separate slot to allow it to be
   formatted nicely.
 - Use calculated m_allLicensesOptional in retranslation.
 - Untangle determining if all licenses are optional; std::none_of
   returns true on an empty list.
6 years ago
Adriaan de Groot 6dfcbd757b [welcome] Remove superfluous call to QColor::value() 6 years ago
Adriaan de Groot 7fd218d7bf [partition] Chase deprecations in Qt 6 years ago
Adriaan de Groot ad868033f3 [locale] Chase deprecations in Qt 6 years ago
Adriaan de Groot 906aeec5d3 [locale] Replace #define with a static const
- TZ_DATA_FILE is only used in one place
6 years ago
Adriaan de Groot 1df6454cfe [locale] Tidy up types
- use JobList typedef where possible
 - remove unused forward type definitions
6 years ago
Adriaan de Groot 2fefa53301
Merge pull request #1274 from bill-auger/patch-requirements-fail-bgcolor
replace hard-coded bg color of requirements failure notice with relative tint
6 years ago
Adriaan de Groot 30857b59ef
Merge pull request #1273 from bill-auger/patch-packagechooser-typos
[packagechooser] fix typos in packagechooser.conf
6 years ago
Adriaan de Groot 1c853f2348
Merge pull request #1266 from bill-auger/patch-8
housekeeping - calamares style (those lambdas are always a thing)
6 years ago
Adriaan de Groot 13b90dec57 [luksbootkeyfile] Typo
- Spotted by akspatole, no user-visible change

FIXES #1277
6 years ago
Adriaan de Groot 42425e4030 [grubcfg] False is case-sensitive in Python 6 years ago
bill-auger cde210e61c formatting in src/modules/packagechooser/packagechooser.conf 6 years ago
bill-auger 2bb338b5f6 fix typos in src/modules/packagechooser/packagechooser.conf 6 years ago
bill-auger ee85f6bfa7 replace hard-coded bg color of requirements failure notice with relative tint 6 years ago
Adriaan de Groot 28687d0d1e Merge remote-tracking branch 'origin/issue-1201'
FIXES #1201
6 years ago
Adriaan de Groot 6a142d9edb Merge branch 'more-password-stuff' 6 years ago
Adriaan de Groot 0d7e19d5e9 [users] Do not log the password in plain text 6 years ago
Adriaan de Groot 445d8501a7 [users] Different disambiguation for pwd-empty check
- all the other checks use "PWQ" as a tag, so use that here too
6 years ago