6234 Commits (992746d5587c582bc6d424ec73d2e229dd2d0287)
 

Author SHA1 Message Date
Adriaan de Groot 992746d558 Changes: post-release housekeeping 5 years ago
Adriaan de Groot cb659555a2 CI: don't accidentally push lightweight translation tag 5 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
5 years ago
Adriaan de Groot b70e5d7e0f CI: allow cleaning up a string-freeze-check independently 5 years ago
Adriaan de Groot 3bf1fbba65 CI: ignore changes in location (e.g. source-line changes of strings) for string freeze 5 years ago
Calamares CI aa789fed46 i18n: [python] Automatic merge of Transifex translations 5 years ago
Calamares CI c13f2f79d1 i18n: [calamares] Automatic merge of Transifex translations 5 years ago
Adriaan de Groot b69dd3a93c Changes: pre-release housekeeping 5 years ago
Adriaan de Groot 3e4fc281ab Merge branch 'issue-1271' 5 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
5 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.
5 years ago
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.
5 years ago
Adriaan de Groot 6dfcbd757b [welcome] Remove superfluous call to QColor::value() 5 years ago
Adriaan de Groot 7fd218d7bf [partition] Chase deprecations in Qt 5 years ago
Adriaan de Groot ad868033f3 [locale] Chase deprecations in Qt 5 years ago
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.
5 years ago
Adriaan de Groot 2ad8ff4228 Merge branch 'translation-workflow' 5 years ago
Adriaan de Groot f51111d0f3 CI: Make string-freeze checking part of release process 5 years ago
Adriaan de Groot d3cc4ec395 CI: silence git branch during cleanup of txcheck 5 years ago
Adriaan de Groot a0556d1dd7 CI: enforce 1 week of string freeze 5 years ago
Adriaan de Groot bf21e8a4f5 CI: clean up after tx checking 5 years ago
Adriaan de Groot e6a2384294 CI: do all tx checking in worktrees 5 years ago
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
5 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
5 years ago
Adriaan de Groot 30857b59ef
Merge pull request #1273 from bill-auger/patch-packagechooser-typos
[packagechooser] fix typos in packagechooser.conf
5 years ago
Adriaan de Groot 1c853f2348
Merge pull request #1266 from bill-auger/patch-8
housekeeping - calamares style (those lambdas are always a thing)
5 years ago
Adriaan de Groot 13b90dec57 [luksbootkeyfile] Typo
- Spotted by akspatole, no user-visible change

FIXES #1277
5 years ago
Adriaan de Groot 9f90ef6377 CI: when pushing translations, mark it with a git tag 5 years ago
Adriaan de Groot 42425e4030 [grubcfg] False is case-sensitive in Python 5 years ago
bill-auger cde210e61c formatting in src/modules/packagechooser/packagechooser.conf 5 years ago
bill-auger 2bb338b5f6 fix typos in src/modules/packagechooser/packagechooser.conf 5 years ago
bill-auger ee85f6bfa7 replace hard-coded bg color of requirements failure notice with relative tint 5 years ago
Calamares CI 17dcc38f3c i18n: [python] Automatic merge of Transifex translations 5 years ago
Calamares CI 810f574cb3 i18n: [calamares] Automatic merge of Transifex translations 5 years ago
Adriaan de Groot b089e05b60 Changes: document recent merges 5 years ago
Adriaan de Groot 28687d0d1e Merge remote-tracking branch 'origin/issue-1201'
FIXES #1201
5 years ago
Adriaan de Groot 6a142d9edb Merge branch 'more-password-stuff' 5 years ago
Adriaan de Groot 0d7e19d5e9 [users] Do not log the password in plain text 5 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
5 years ago
Adriaan de Groot e11c9a049f [users] Sort the password checks before applying them 5 years ago
Adriaan de Groot dec0cfb7d3 [users] Give password-checks a weight, to sort them later 5 years ago
Adriaan de Groot d93e2f0feb Changes: document existence of hostinfo module 5 years ago
Adriaan de Groot 2b8d04ffc1 [hostinfo] Add host RAM to GS 5 years ago
Adriaan de Groot 22a9fb89e8 [hostinfo] Document what this module does 5 years ago
Adriaan de Groot dac47d2c3a [hostinfo] Use os-release only if non-empty 5 years ago
Adriaan de Groot 6528ba30c9 [hostinfo] Fix compile and CPU detection. 5 years ago
bill-auger 6c6dcfe1cd housekeeping - calamares style 5 years ago
Adriaan de Groot cec84ee42b [hostinfo] Fix build on FreeBSD (include order)
- while here apply coding style again
5 years ago
Adriaan de Groot 5c7acdeb44 [hostinfo] New module with information about the host, in GS 5 years ago
Adriaan de Groot 67de4af4a4 [grubcfg] Add some test configurations 5 years ago