Adriaan de Groot
a4c5e18c4b
[netinstall] Allow the netinstall.yaml to contain key *groups*
...
- This makes it easier to just copy the example, *groups*-key
and all, into an online YAML file and serve that up.
You get easier (local) testing.
2020-04-16 23:20:22 +02:00
Adriaan de Groot
2aca5464b7
[netinstall] Display package descriptions
...
- For packages with a description, show that
- Add an example in the config-file
2020-04-16 22:42:30 +02:00
Adriaan de Groot
960008b124
[netinstall] Allow rich descriptions of packages
...
- the *packages* list can now be package-names, or
package-names-and-a-description.
2020-04-16 22:42:26 +02:00
Adriaan de Groot
39ed591414
Merge pull request #1378 from FLVAL/master
...
[locale] Timezones correction + Pin reduced
2020-04-16 19:30:48 +02:00
FLVAL
3f6e242fd9
Add files via upload
...
Resaved cause showing not 100% upload with latest correction
2020-04-16 19:21:44 +02:00
FLVAL
31fd7f8580
Add files via upload
2020-04-16 19:14:45 +02:00
FLVAL
82c4e7aa54
Add files via upload
...
- udpated the _0.0 and _1.0 to not get overlap between Gibraltar and Cueta
- Fakaofo correction on _10.0 and _-11.0
- pin reduced size
2020-04-16 19:09:49 +02:00
Adriaan de Groot
82ba4be5e7
[locale] Test for pixel-perfect location of Gibraltar and Ceuta
...
- Can't get Gibraltar (and Ceuta) to be distinguished
2020-04-16 17:59:12 +02:00
Adriaan de Groot
3db901bd09
[locale] Expand tests to show overlapping locations
...
- This isn't something that Calamares can acutally fix,
so the test will be disabled later. After all, if
Brazzaville and Kinshasa are close enough that on the
map they are the same pixel, we can't move the cities.
2020-04-16 15:48:17 +02:00
Adriaan de Groot
2633cf1ef6
[locale] Fix timezone maps for -1,0,1 timezones
...
- Merge branch 'master' of https://github.com/FLVAL/calamares
- Add credits to CHANGES
FIXES #1377
SEE #1374
2020-04-16 15:09:14 +02:00
Adriaan de Groot
7b4b268875
[netinstall] Hit the docs with a hammer
...
- Merge all the format documentation into netinstall.conf,
where the example is given in full as an embedded
*groups* entry.
- Get README.md to point to the example.
- Fix up headers in netinstall.yaml, pointing to the
embedded example in netinstall.conf.
2020-04-16 14:34:55 +02:00
FLVAL
e5b2faad9a
Add files via upload
...
Timezones updated for these countries found on pixel detection tool
Dublin is in 0 (-1 needs editing)
Gibraltar should be 1.0 (0 needs editing)
Guernsey and Jersey are in 0 (1.0 needs editing)
Lisbon is in 0 (-1 needs editing)
Vilnius should be in 2 (1 needs editing)
2020-04-16 02:54:38 +02:00
Adriaan de Groot
cd66405363
[locale] Test TZ images properly
...
- the test wasn't built with DEBUG_TIMEZONES, so it didn't get the
overlap-checking code at all.
2020-04-15 14:30:10 +02:00
Adriaan de Groot
d23eadbfda
Changes: document tx and logging changes
2020-04-15 14:20:05 +02:00
Adriaan de Groot
d0c205c1cc
[locale] Fix build (gcc, Debian)
2020-04-15 14:19:47 +02:00
Calamares CI
d08faf6e54
i18n: [python] Automatic merge of Transifex translations
2020-04-15 13:43:18 +02:00
Calamares CI
ef6073de14
i18n: [calamares] Automatic merge of Transifex translations
2020-04-15 13:43:17 +02:00
Adriaan de Groot
d20a621e93
[users] Apply coding style
2020-04-15 11:55:09 +02:00
Adriaan de Groot
24d0ca6f8e
CI: don't be so chatty while looking for clang-format
2020-04-15 11:54:27 +02:00
Adriaan de Groot
ab5d5fb772
[users] Log pwquality error message as well (better than just "-14")
2020-04-15 11:49:43 +02:00
Adriaan de Groot
b890345b1f
[locale] Tidy includes
2020-04-15 11:45:27 +02:00
Adriaan de Groot
f7a87338b8
[locale] math headers got lost
2020-04-15 11:41:59 +02:00
Adriaan de Groot
a2a10d14b6
[locale] Improve logging in tests
2020-04-14 16:24:56 +02:00
Adriaan de Groot
da440256d9
Merge branch 'issue-1374'
...
SEE #1374
This isn't a fix, it just adds a test that demonstrates the
scope of the problem.
2020-04-14 16:22:21 +02:00
Adriaan de Groot
29fd0e0319
[locale] Expand test to check zones-overlap
...
- Document index and find methods,
- Check that each location is claimed by only one image (e.g. by
one zone). This is currently false.
2020-04-14 16:21:24 +02:00
Adriaan de Groot
1d5c4f13aa
[locale] Move the find-a-zone-image-for position to the image list
2020-04-14 16:06:21 +02:00
Adriaan de Groot
6173f9337a
[locale] Refactor long+lat -> x,y mapping
...
- Move this code to a static method since it only depends on the
expected image size (which here, is managed by the image list).
2020-04-14 15:24:05 +02:00
Adriaan de Groot
3945008956
[locale] Test the TZ image loader
...
- QImage needs Qt5::Gui, so this isn't a guiless-test; it can use
the offscreen QPA, though.
- Check that the images are all the same size
- Debugging / check code removed from timezonewidget
2020-04-14 15:10:04 +02:00
Adriaan de Groot
340c462062
[locale] Refactor loading of timezone images
...
- Move the image-loading to a separate class
2020-04-14 14:44:24 +02:00
Adriaan de Groot
4b65600c08
[locale] Remove useless localeglobal
...
- Although ::init() was called, none of the actual functionality
from localeglobal was still in use.
2020-04-14 12:37:22 +02:00
Adriaan de Groot
36d9e7d8f4
[locale] Extend tests with tz-image-validation
...
- The idea is to check all the TZ images for consistency, like
TimeZoneWidget::setCurrentLocation() does when DEBUG_TIMEZONES is
on; a zone-pixel should be set in only **one** image.
The test so far is just a stub.
2020-04-14 11:59:45 +02:00
Adriaan de Groot
e84db033b0
[locale] Debug-message typo
2020-04-14 11:57:03 +02:00
Adriaan de Groot
f9d888ec24
[locale] Warnings--
...
- remove unused variables, tighten up code some
- while here, apply coding style
2020-04-14 11:32:15 +02:00
Adriaan de Groot
022e62b829
[licale] Fix build with DEBUG_TIMEZONES
...
- QLatin1String isn't a constexpr; the whole ZONE is a bit derpy,
so let's just #define it.
2020-04-14 11:26:03 +02:00
Adriaan de Groot
05990fb287
CMake: handle DEBUG_* consistently
...
- Make all four DEBUG_ flags actual CMake options, rather than
stuffing some of them in the rather-peculiar _enable_debug_flags.
Each debug option turns on suitable compile flags in the module(s)
that are affected.
2020-04-14 11:18:51 +02:00
Adriaan de Groot
3b69e48e04
Changes: post-release housekeeping
2020-04-10 22:00:03 +02:00
Adriaan de Groot
16a5ca2a55
[libcalamares] Format floats with trailing digits
...
- When writing YAML, given a float **always** write
some decimal digits (e.g. "1.0" rather than "1")
so that the type of the written-out thing stays
float.
- Avoids test failure with the sample `welcome.conf`
file which reads 1.0 and would write out 1, which then
led to type differences.
2020-04-08 17:10:32 +02:00
Adriaan de Groot
3b354b8b20
[libcalamares] Handle qlonglong when writing YAML
...
- Handle qlonglong explicitly
- Add a fallbackfor things that convert to qulonglong, to
avoid these remaining integer types from hitting the
very end of the if-chain, and being written out as
the **string** "<typename>"
2020-04-08 17:01:24 +02:00
Adriaan de Groot
c6463a30ea
[libcalamares] Be far more detailed in comparing maps
...
- just comparing a==b (both QVariantMap) gives a
not-so-informative message, so go through the keys looking
for differences.
2020-04-08 16:47:03 +02:00
Calamares CI
69cd87909b
i18n: [python] Automatic merge of Transifex translations
2020-04-08 13:25:56 +02:00
Calamares CI
9c6801afa8
i18n: [calamares] Automatic merge of Transifex translations
2020-04-08 13:25:55 +02:00
Adriaan de Groot
624b8ae853
Changes: pre-release housekeeping
2020-04-08 13:24:09 +02:00
Calamares CI
04cbceed5e
i18n: [python] Automatic merge of Transifex translations
2020-04-07 23:03:18 +02:00
Calamares CI
748973a17c
i18n: [dummypythonqt] Automatic merge of Transifex translations
2020-04-07 23:03:18 +02:00
Calamares CI
b2106287a6
i18n: [calamares] Automatic merge of Transifex translations
2020-04-07 23:03:17 +02:00
Adriaan de Groot
8a6925c5be
i18n: update English texts
2020-04-07 22:59:52 +02:00
Adriaan de Groot
8b41a71668
[partition] Apply coding style to core/
2020-04-07 21:38:15 +02:00
Adriaan de Groot
eb6270982f
Merge branch 'issue-1175'
2020-04-07 21:37:35 +02:00
Adriaan de Groot
b08cb52d0a
[partition] Mark /boot or / as bootable
...
FIXES #1175
2020-04-07 21:26:54 +02:00
Adriaan de Groot
0c6dd4e788
[partition] No "jobs/" needed in jobs includes
2020-04-07 11:46:03 +02:00