Commit Graph

6340 Commits (61b6d058d7d5f9696ce2d68b36a30a66be544f8e)
 

Author SHA1 Message Date
Adriaan de Groot 5ed8ec9990 [license] Reduce translation overhead.
Adriaan de Groot 2a0716bf43 [license] Move the 'please review' text to the top.
Adriaan de Groot 3e4fc281ab Merge branch 'issue-1271'
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 
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.
Adriaan de Groot fae1fdae1c CI: allow meaningful error messages
- Move set -e down in the script so that the error-handling
   at the top (which prints meaningful error messages) isn't
   short-circuited by the -e.
Adriaan de Groot 6dfcbd757b [welcome] Remove superfluous call to QColor::value()
Adriaan de Groot 7fd218d7bf [partition] Chase deprecations in Qt
Adriaan de Groot ad868033f3 [locale] Chase deprecations in Qt
Adriaan de Groot fc7ea80d99 [calamares] Do not attempt to center Calamares window
- this isn't really a Calamares thing to decide, and anyway centering
   on the desktop is kind of weird in multi-monitor setups and the
   DesktopWidget is deprecated as well.
Adriaan de Groot 94fe4d2fda [libcalamares] Avoid weak vtables in string-pair implementation
Adriaan de Groot fc7f49b610 [libcalamares] Expand tests for TimeZone translations
Adriaan de Groot 71f3614eb7 [libcalamares] Add TimeZone support to build
- Add to CMakeLists.txt
 - Test basic scenarios
Adriaan de Groot 3af2754022 [libcalamares] Implement translatable-pair-of-char*
- This is base functionality for a translatable model of
   TimeZone names that is scraped from zone.tab
Adriaan de Groot abd3c4171b [libcalamares] Prevent CI coding-style fixes to generated code
Adriaan de Groot 733fb43b5e [libcalamares] Sort the dummy zone names
Adriaan de Groot c3fdb38097 [libcalamares] Stub of class for TimeZone model management
- Intent is to move out of locale module
Adriaan de Groot 906aeec5d3 [locale] Replace #define with a static const
- TZ_DATA_FILE is only used in one place
Adriaan de Groot 1df6454cfe [locale] Tidy up types
- use JobList typedef where possible
 - remove unused forward type definitions
Adriaan de Groot 2ad8ff4228 Merge branch 'translation-workflow'
Adriaan de Groot f51111d0f3 CI: Make string-freeze checking part of release process
Adriaan de Groot d3cc4ec395 CI: silence git branch during cleanup of txcheck
Adriaan de Groot a0556d1dd7 CI: enforce 1 week of string freeze
Adriaan de Groot bf21e8a4f5 CI: clean up after tx checking
Adriaan de Groot e6a2384294 CI: do all tx checking in worktrees
Adriaan de Groot b5cca9aabf CI: Add tool to enforce the string freeze
- check for conventional translation tag
 - diff the generated translation files to enforce consistency
Adriaan de Groot 2034dd62a4 [libcalamares]: Timezone information for translation/extraction
SEE 
Adriaan de Groot 5fbae8213d CI: fix Qt version-selection for FreeBSD when calling lupdate
Adriaan de Groot 3ee384f36c [libcalamares] Extract zone.tab data for translations
Adriaan de Groot 2fefa53301
Merge pull request from bill-auger/patch-requirements-fail-bgcolor
replace hard-coded bg color of requirements failure notice with relative tint
Adriaan de Groot 30857b59ef
Merge pull request from bill-auger/patch-packagechooser-typos
[packagechooser] fix typos in packagechooser.conf
Adriaan de Groot 1c853f2348
Merge pull request from bill-auger/patch-8
housekeeping - calamares style (those lambdas are always a thing)
Adriaan de Groot 13b90dec57 [luksbootkeyfile] Typo
- Spotted by akspatole, no user-visible change

FIXES 
Adriaan de Groot 9f90ef6377 CI: when pushing translations, mark it with a git tag
Adriaan de Groot 42425e4030 [grubcfg] False is case-sensitive in Python
bill-auger cde210e61c formatting in src/modules/packagechooser/packagechooser.conf
bill-auger 2bb338b5f6 fix typos in src/modules/packagechooser/packagechooser.conf
bill-auger ee85f6bfa7 replace hard-coded bg color of requirements failure notice with relative tint
Calamares CI 17dcc38f3c i18n: [python] Automatic merge of Transifex translations
Calamares CI 810f574cb3 i18n: [calamares] Automatic merge of Transifex translations
Adriaan de Groot b089e05b60 Changes: document recent merges
Adriaan de Groot 28687d0d1e Merge remote-tracking branch 'origin/issue-1201'
FIXES 
Adriaan de Groot 6a142d9edb Merge branch 'more-password-stuff'
Adriaan de Groot 0d7e19d5e9 [users] Do not log the password in plain text
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
Adriaan de Groot e11c9a049f [users] Sort the password checks before applying them
Adriaan de Groot dec0cfb7d3 [users] Give password-checks a weight, to sort them later
Adriaan de Groot d93e2f0feb Changes: document existence of hostinfo module
Adriaan de Groot 2b8d04ffc1 [hostinfo] Add host RAM to GS
Adriaan de Groot 22a9fb89e8 [hostinfo] Document what this module does