Adriaan de Groot
3600c67485
CMake: remove mention of the os-modules
...
The modules (and the need for a specific USE_os) have moved to
calamares-extensions.
2021-03-22 12:09:05 +01:00
Adriaan de Groot
ba89f03d8e
Changes: post-release housekeeping
...
- mention the *packages* service in CHANGES for the previous release
2021-03-19 14:37:38 +01:00
Adriaan de Groot
63e61e9924
Changes: pre-release housekeeping
2021-03-19 13:25:45 +01:00
Adriaan de Groot
413e160368
Changes: post-release housekeeping
2021-03-14 23:36:31 +01:00
Adriaan de Groot
0716f92f62
CMake: update translations lists
...
- ne_NP, id_ID and zh seem to duplicate existing languages, and
I'm not sure why they were requested in the first place.
2021-03-14 16:12:55 +01:00
Adriaan de Groot
c767311062
Changes: pre-release housekeeping
2021-03-14 14:37:52 +01:00
Adriaan de Groot
1496173b2c
CI: Add -Og for debug builds, for better ABI checking
2021-03-02 00:34:04 +01:00
Adriaan de Groot
3d58127234
CI: enable CPack
2021-03-02 00:34:04 +01:00
Adriaan de Groot
0f87a4a91a
Changes: post-release housekeeping
2021-02-23 21:32:59 +01:00
Adriaan de Groot
108e227eec
Changes: pre-release housekeeping
2021-02-23 16:33:47 +01:00
Adriaan de Groot
fc034828c7
Changes: post-release housekeeping
2021-02-05 13:10:12 +01:00
Adriaan de Groot
3fbca3ab4c
Changes: pre-release housekeeping
2021-02-03 11:51:19 +01:00
Adriaan de Groot
b7a27b3f9f
Changes: post-release housekeeping
2020-12-09 11:35:42 +01:00
Adriaan de Groot
205fc4f948
Changes: pre-release housekeeping
2020-12-07 14:24:45 +01:00
Adriaan de Groot
e86f67cad8
Changes: post-release housekeeping
...
The .35 release was really on 2020-12-04, but I'm not going to
go back and update that date.
2020-12-04 20:57:41 +01:00
Calamares CI
d290862163
i18n: [calamares] Automatic merge of Transifex translations
2020-11-30 13:22:17 +01:00
Adriaan de Groot
f2e5f2f8e5
Changes: pre-release housekeeping
2020-11-30 13:19:55 +01:00
Adriaan de Groot
c781343fdd
Changes: post-release housekeeping
2020-11-16 12:52:19 +01:00
Adriaan de Groot
04e21b7e46
Changes: pre-release housekeeping
2020-11-16 12:28:28 +01:00
Adriaan de Groot
3069f4133f
Changes: post-release housekeeping
2020-11-10 12:08:49 +01:00
Adriaan de Groot
d336d0167f
i18n: translation stats
...
(This does not change the overall list of available languages)
2020-11-09 13:08:07 +01:00
Adriaan de Groot
ed95c4a541
CMake: pre-release housekeeping
2020-11-03 11:52:23 +01:00
Adriaan de Groot
aeeb4332b0
Changes: add Vietnamese translation
2020-10-29 14:26:17 +01:00
Adriaan de Groot
2b9fa0f982
CMake: drop the NOTREACHED macro
...
- both clang and g++ support __builtin_unreachable(); (as Kevin
Kofler pointed out) so we don't need the macro to do different things;
- the compilers have gotten better at detecting unreachable code,
so instead of inserting macros or fiddly bits, just drop them
and the unreachable code they comment.
2020-10-25 12:49:49 +01:00
Adriaan de Groot
9a2fca7f5b
CMake: prefer normal C++17 [[fallthrough]] annotation
2020-10-25 12:49:49 +01:00
Adriaan de Groot
364d50679f
CMake: don't put linker flags in compile-flags variables
2020-10-25 12:49:49 +01:00
Adriaan de Groot
6c7d295712
CMake: simplify C and C++ flags
...
- reduce the difference between clang and g++ builds, factor
common flags out of the CMake-if
- drop special boost-warning-suppression, we do that differently
most of the time in the affected source files
2020-10-24 12:32:07 +02:00
Adriaan de Groot
00fa911f72
CMake: switch to C++17
2020-10-24 02:31:38 +02:00
Adriaan de Groot
bf50f8724d
Changes: post-release housekeeping
2020-10-18 21:58:54 +02:00
Adriaan de Groot
ac5c9e3a90
Changes: pre-release housekeeping
2020-10-17 15:21:03 +02:00
Adriaan de Groot
9a5099cd48
Changes: post-release housekeeping
2020-10-16 21:43:22 +02:00
Adriaan de Groot
8f4bc9e58c
Changes: pre-release housekeeping
2020-10-16 16:39:58 +02:00
Adriaan de Groot
545e761666
i18n: update language list
2020-10-16 15:07:13 +02:00
Adriaan de Groot
464da39f60
Changes: post-release housekeeping
2020-10-07 01:31:38 +02:00
Adriaan de Groot
f8e375cc9d
Changes: pre-release housekeeping
2020-10-06 22:32:49 +02:00
Adriaan de Groot
1365b3dad4
Changes: post-release housekeeping
2020-09-03 23:57:32 +02:00
Adriaan de Groot
67efa8b4bb
Changes: pre-release housekeeping
2020-09-03 20:45:04 +02:00
Adriaan de Groot
fd384f334d
CMake: update translation lists
...
- Add Telugu already, even though it's formally not ready yet
2020-08-26 14:48:46 +02:00
Adriaan de Groot
1cd9b93a22
REUSE: Giant boilerplate cleanup
...
- point to main Calamares site in the 'part of' headers instead
of to github (this is the "this file is part of Calamares"
opening line for most files).
- remove boilerplate from all source files, CMake modules and completions,
this is the 3-paragraph summary of the GPL-3.0-or-later, which has
a meaning entirely covered by the SPDX tag.
2020-08-26 02:28:38 +02:00
Adriaan de Groot
95ceb1e8c7
REUSE: (BSD-2-Clause) all CMakeLists
...
The build instructions are not that interesting, it's a toss-up
between CC0 and BSD-2, but because other CMake bits are BSD-2-Clause,
apply that to more CMakeLists. The copyright date isn't all that
accurate, but these are just inconsequential files.
While here, tidy up and get rid of some useless intermediates.
2020-08-26 02:05:46 +02:00
Adriaan de Groot
3ae4ccf402
Changes: post-release housekeeping
2020-08-20 18:03:16 +02:00
Adriaan de Groot
559bb6f27a
Changes: pre-release housekeeping
2020-08-20 17:24:23 +02:00
Adriaan de Groot
8518a5037d
Changes: post-release housekeeping
2020-08-10 23:18:02 +02:00
Adriaan de Groot
172859dc2d
Changes: pre-release housekeeping
2020-08-10 18:21:36 +02:00
Adriaan de Groot
740d723ec0
CMake: add SPDX identifiers to top-level CMakeLists.txt
...
- This is kind of bogus, since the file has existed for much longer
than the identifier says, but I don't want to do spelunking now.
2020-08-10 09:44:34 +02:00
Adriaan de Groot
afebe8211a
Changes: pre-release housekeeping
2020-08-09 21:01:44 +02:00
Adriaan de Groot
f324a055e5
CMake: put completions with the other "misc. installs"
2020-08-07 10:43:29 +02:00
Adriaan de Groot
29cfcb01da
i18n: suppress Interlingue
...
- like Esperanto before Qt 5.12, Interlingue does not
seem to be supported by QLocale, so it gets turned into
"C" locale, which then messes up the default language
selection in the welcome page.
Move it to _incomplete until QLocale does support it.
FIXES #1475
2020-08-04 12:40:08 +02:00
Adriaan de Groot
eacaa99609
Changes: welcome to a complete Tajik translation.
...
FIXES #1468
2020-07-31 10:32:46 +02:00
Adriaan de Groot
33eab6e869
CMake: improve validator dependency-checking
...
The configvalidator has some extra Python dependencies. Cache
the restults of checking the dependencies (convenient for developers),
and also explain what's going on if the feature is switched off.
2020-07-29 10:58:07 +02:00