Philip Müller
93883ef27f
Merge branch 'master' of https://github.com/calamares/calamares into development
2019-12-06 08:20:36 +01:00
Adriaan de Groot
2d02290b91
Merge branch 'issue-1268'
...
FIXES #1268
2019-12-03 13:01:41 +01:00
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.
2019-12-03 13:00:12 +01:00
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
2019-12-03 12:49:11 +01:00
Adriaan de Groot
72ee9742f3
[tracking] Correct the example URLs
2019-12-03 12:24:47 +01:00
Adriaan de Groot
162ab2129e
Changes: post-release housekeeping
2019-12-03 11:57:25 +01:00
Adriaan de Groot
0eb666c56a
CMake: support TWEAK releases in version-information
2019-12-03 11:37:28 +01:00
Adriaan de Groot
1fc31cde32
CI: make tag consistent between txpush and txcheck
2019-12-03 11:29:46 +01:00
Calamares CI
0c128d42d2
i18n: [python] Automatic merge of Transifex translations
2019-12-03 11:17:53 +01:00
Calamares CI
a034b1a9ab
i18n: [dummypythonqt] Automatic merge of Transifex translations
2019-12-03 11:17:52 +01:00
Calamares CI
111b05f3c9
i18n: [calamares] Automatic merge of Transifex translations
2019-12-03 11:17:52 +01:00
Adriaan de Groot
8988e05f88
Changes: pre-release housekeeping
2019-12-02 11:47:58 +01:00
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
2019-12-02 11:42:32 +01:00
Adriaan de Groot
7029c427f1
Merge pull request #1275 from bill-auger/patch-createusers-logging
...
housekeeping - logging for CreateUser Job
2019-12-02 11:38:34 +01:00
Philip Müller
0e6c414150
Merge branch 'master' of https://github.com/calamares/calamares into development
2019-12-02 10:56:44 +01:00
Adriaan de Groot
1a13704c71
[grubcfg] HOTFIX typo in function call
2019-11-30 21:46:45 +01:00
Philip Müller
5b6bc48429
Merge branch 'master' of https://github.com/calamares/calamares into development
2019-11-30 10:47:36 +01:00
Adriaan de Groot
28141661da
Merge branch 'reduce-warnings'
2019-11-29 00:18:58 +01:00
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
2019-11-29 00:17:26 +01:00
Adriaan de Groot
bd5b63b02e
[summary][calamares] Chase deprecations in Qt (QWidget::background())
2019-11-29 00:17:02 +01:00
Adriaan de Groot
a70b7ad89e
[welcome] Chase deprecations in Qt (screen geometry)
2019-11-29 00:17:02 +01:00
Adriaan de Groot
c2ebfbf6ae
[users] Remove unused parameter (reduces warnings)
2019-11-29 00:17:02 +01:00
Adriaan de Groot
3c1b0e6730
[libcalamares] Reduce warnings with Clang 9 (yaml.h)
2019-11-29 00:17:02 +01:00
Adriaan de Groot
ac75c63001
[libcalamares] Reduce warnings with Clang 9 (Boost::Python)
...
- The boost headers fall foul of tons of Clang warnings, so introduce
a mechanism like moc-headers for turning off most of those warnings.
2019-11-29 00:17:02 +01:00
bill-auger
344445b437
housekeeping - logging for CreateUser Job
2019-11-28 14:26:06 -05:00
Adriaan de Groot
2e22bdd7dc
i18n: update the english translation files for once
2019-11-28 16:51:57 +01:00
Adriaan de Groot
992746d558
Changes: post-release housekeeping
2019-11-28 16:51:07 +01:00
Adriaan de Groot
cb659555a2
CI: don't accidentally push lightweight translation tag
2019-11-28 16:49:08 +01:00
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
2019-11-28 16:10:01 +01:00
Adriaan de Groot
b70e5d7e0f
CI: allow cleaning up a string-freeze-check independently
2019-11-28 15:58:02 +01:00
Adriaan de Groot
3bf1fbba65
CI: ignore changes in location (e.g. source-line changes of strings) for string freeze
2019-11-28 15:55:15 +01:00
Calamares CI
aa789fed46
i18n: [python] Automatic merge of Transifex translations
2019-11-28 15:45:33 +01:00
Calamares CI
c13f2f79d1
i18n: [calamares] Automatic merge of Transifex translations
2019-11-28 15:45:32 +01:00
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
2019-11-28 13:42:26 +01:00
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
2019-11-28 13:23:11 +01:00
Adriaan de Groot
d322d783ea
[license] Chase deprecations in Qt
2019-11-28 13:17:15 +01:00
Adriaan de Groot
b69dd3a93c
Changes: pre-release housekeeping
2019-11-28 13:12:14 +01:00
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.
2019-11-28 12:03:22 +01:00
Adriaan de Groot
5ed8ec9990
[license] Reduce translation overhead.
2019-11-28 11:28:02 +01:00
Adriaan de Groot
2a0716bf43
[license] Move the 'please review' text to the top.
2019-11-28 11:24:56 +01:00
Adriaan de Groot
3e4fc281ab
Merge branch 'issue-1271'
2019-11-27 12:23:39 +01:00
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
2019-11-27 12:17:33 +01:00
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.
2019-11-26 22:37:25 +01:00
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.
2019-11-26 22:29:06 +01:00
Adriaan de Groot
6dfcbd757b
[welcome] Remove superfluous call to QColor::value()
2019-11-26 17:34:25 +01:00
Adriaan de Groot
7fd218d7bf
[partition] Chase deprecations in Qt
2019-11-26 16:56:45 +01:00
Adriaan de Groot
ad868033f3
[locale] Chase deprecations in Qt
2019-11-26 16:56:12 +01:00
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.
2019-11-26 16:46:47 +01:00
Adriaan de Groot
2ad8ff4228
Merge branch 'translation-workflow'
2019-11-24 21:48:43 +01:00
Adriaan de Groot
f51111d0f3
CI: Make string-freeze checking part of release process
2019-11-21 14:29:54 +01:00