Adriaan de Groot
2625bb18df
[libcalamares] TZRegionModel gets a data role
5 years ago
Adriaan de Groot
97235e9b3d
[libcalamares] Switch CStringPair key to QString
...
- the key is used in various places as a key for Qt data structures,
so it's more convenient to have QString than a bare char*
5 years ago
Adriaan de Groot
1d17cf5c77
[libcalamares] Accessors for key and complete region data
5 years ago
Adriaan de Groot
b29b89579e
[libcalamares] Present TZ regions in consistent order
5 years ago
Adriaan de Groot
b2c2255f6a
[libcalamares] Add a model of timezone regions
5 years ago
Adriaan de Groot
7d88b6d0cd
[license] Show filenames as filenames
...
- Use File: to display filenames, rather than URL: plus a file:-scheme
- Document the change in CHANGES
5 years ago
Adriaan de Groot
ddc2f60768
Merge branch 'master' into zone-data
5 years ago
Adriaan de Groot
41c506cacc
Merge branch 'issue-1268'
...
FIXES #1268
5 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
5 years ago
Adriaan de Groot
59ea0417fc
[license] Move a less-useful message to tooltip
...
- the message about setup continuing can be a tooltip
5 years ago
Adriaan de Groot
c220220563
[license] Give stylesheets meaningful names
5 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
5 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
5 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.
5 years ago
Adriaan de Groot
2d02290b91
Merge branch 'issue-1268'
...
FIXES #1268
5 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.
5 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
5 years ago
Adriaan de Groot
72ee9742f3
[tracking] Correct the example URLs
5 years ago
Adriaan de Groot
162ab2129e
Changes: post-release housekeeping
5 years ago
Adriaan de Groot
0eb666c56a
CMake: support TWEAK releases in version-information
5 years ago
Adriaan de Groot
1fc31cde32
CI: make tag consistent between txpush and txcheck
5 years ago
Calamares CI
0c128d42d2
i18n: [python] Automatic merge of Transifex translations
5 years ago
Calamares CI
a034b1a9ab
i18n: [dummypythonqt] Automatic merge of Transifex translations
5 years ago
Calamares CI
111b05f3c9
i18n: [calamares] Automatic merge of Transifex translations
5 years ago
Adriaan de Groot
8988e05f88
Changes: pre-release housekeeping
5 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
5 years ago
Adriaan de Groot
7029c427f1
Merge pull request #1275 from bill-auger/patch-createusers-logging
...
housekeeping - logging for CreateUser Job
5 years ago
Adriaan de Groot
1a13704c71
[grubcfg] HOTFIX typo in function call
5 years ago
bill-auger
7510e883b8
pre-select default item in packagechooser
5 years ago
Adriaan de Groot
28141661da
Merge branch 'reduce-warnings'
5 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
5 years ago
Adriaan de Groot
bd5b63b02e
[summary][calamares] Chase deprecations in Qt (QWidget::background())
5 years ago
Adriaan de Groot
a70b7ad89e
[welcome] Chase deprecations in Qt (screen geometry)
5 years ago
Adriaan de Groot
c2ebfbf6ae
[users] Remove unused parameter (reduces warnings)
5 years ago
Adriaan de Groot
3c1b0e6730
[libcalamares] Reduce warnings with Clang 9 (yaml.h)
5 years ago
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.
5 years ago
bill-auger
344445b437
housekeeping - logging for CreateUser Job
5 years ago
Adriaan de Groot
2e22bdd7dc
i18n: update the english translation files for once
5 years ago
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
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
5 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
5 years ago
Adriaan de Groot
d322d783ea
[license] Chase deprecations in Qt
5 years ago
Adriaan de Groot
b69dd3a93c
Changes: pre-release housekeeping
5 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.
5 years ago