Commit Graph

234 Commits

Author SHA1 Message Date
Adriaan de Groot
bdb7bf71a8 Reduce warnings from moc-generated code
- The auto-generated code produces a lot of warnings from
   Clang 8; this obscures the more meaningful warnings from
   actual Calamares code, so tone the warnings down.
 - For Clang, set CALAMARES_MOC_OPTIONS.
 - Add convenience CMake function for automoccing. It applies
   the options as needed to a given target.
2019-04-18 12:06:09 +02:00
Adriaan de Groot
1f66062c81 CMake: bump version, new stub in CHANGES 2019-04-15 11:27:25 -04:00
Adriaan de Groot
14bedef411 CMake: change project identifier to simplify code
- Using CALAMARES means that the automatic versioning variables
   are set using that name (instead of lower-case).
2019-04-04 16:43:04 +02:00
Adriaan de Groot
01f5ac22a0 CMake: use conventional method for setting version
- Using project() to set up the version is idiomatic for CMake
   and more standardised than doing it by hand. Do retain the
   RC flag, because that's used in other parts of versioning.
2019-04-04 15:58:07 +02:00
Adriaan de Groot
e71fa5963b CMake: document top-level definitions and options 2019-03-20 11:26:02 +01:00
Adriaan de Groot
355987bfa1 CMake: QtConcurrent is required as well.
SEE #1082
2019-02-22 10:47:20 -05:00
Adriaan de Groot
7ed74cefa1 CMake: bump version 2019-02-12 08:25:24 -05:00
Adriaan de Groot
a0ed58267d CMake: update translations, drop RC status 2019-02-12 05:27:54 -05:00
Adriaan de Groot
d5033f218f CMake: drop es_ES which snuck into the language list 2019-01-24 15:24:34 -05:00
Adriaan de Groot
b98006b94b i18n: welcome Nepali as language
- Nepali new language
 - Asturian at 100%
 - Polish documentation a bit
2019-01-24 08:24:08 -05:00
Adriaan de Groot
44211ee19a Merge branch 'release-3.2.3'
- Pull in CHANGES and release-numbering modifications
 - Pull in locale fixes
 - Bump version again, to 3.2.4-RC1 in master
2019-01-09 13:07:32 +01:00
Adriaan de Groot
ba82526449 CMake: drop RC version for release 2019-01-08 22:25:25 +01:00
Adriaan de Groot
59eaf18b9f CMake: bump required Qt version
- kpmcore will require Qt 5.10 shortly
 - KDE CI tests only Qt 5.10 and later
2019-01-03 15:54:54 +01:00
Adriaan de Groot
0b6e1ca488 i18n: update list of translations from Transifex
- Add automatic tooling to retrieve translation stats and
   output new CMake variable settings.
 - If there are i18n language selection warnings, stop CMake.
2018-12-13 14:50:33 +01:00
Adriaan de Groot
b8595a1323 CMake: relax debugging flags again 2018-12-03 21:44:29 +01:00
Adriaan de Groot
9816b6951f CMake: add debugging flags to compile in debug mode 2018-11-06 06:36:51 -05:00
Adriaan de Groot
7515386cf8 CMake: clean up test setup
- Remove redundant searches for ECM and Qt::Test, move
   them to top-level.
2018-10-05 09:41:37 -04:00
Adriaan de Groot
3b6cb73975 CMake: bump version for next release 2018-09-04 17:34:39 -04:00
Adriaan de Groot
46687fcb4c CMake: bump version and changelog 2018-09-04 08:03:59 -04:00
Adriaan de Groot
f65ec65fcc CMake: bump version
- Set RC because this isn't near to a release yet
2018-06-28 05:51:12 -04:00
Adriaan de Groot
dfb42f2b49 CMake: add target show-version to get version information 2018-06-28 05:19:32 -04:00
Adriaan de Groot
0e314447ec CMake: show the USE variable for services 2018-06-26 10:57:03 -04:00
Adriaan de Groot
b2c2b91645 CMake: introduce USE_<foo>
When there are multiple modules doing a thing and it really only
makes sense to have one of them in a given Calamares compilation,
the USE_<foo> variables allow you to select one, while ignoring
all the other implementations. If USE_<foo> is not set, all
implementations are included (as usual).
2018-06-26 05:18:10 -04:00
Adriaan de Groot
a6688504e8 CMake: switch INSTALL_CONFIG to OFF by default
- The examples files are not harmless, so distro's should take a
   explicit decision to install the config examples (instead of
   putting files in /etc/calamares).
2018-06-26 04:17:03 -04:00
Adriaan de Groot
018ee1cc06 CMake: bump version 2018-06-25 10:04:26 -04:00
Adriaan de Groot
25533c4dce i18n: Update language lists with Korean and current stats 2018-06-16 19:40:23 -04:00
Adriaan de Groot
6a36e1dc8e CMake: make docs and code consistent.
- Document the version requirements more accurately
2018-06-15 14:50:35 -04:00
Adriaan de Groot
5935d57069 CMake: bump minimum Qt to 5.7 to match kpmcore 2018-06-14 05:50:24 -04:00
Calamares CI
ef897f59f5 i18n: Add Korean (ko) language translations
Since this is a new language, it is currently 0% translated.
That is why it goes into _tx_bad. It will move to one of the
other categories once some translation has happened. Add the
(still empty) Transifex files already.
2018-06-14 05:03:14 -04:00
Adriaan de Groot
52f2161c35 CMake: make polkit-qt5-1 optional
- This is only found in order to know where polkit files should
   be installed. In distro's that don't use polkit, may as well
   make it entirely optional.
2018-06-07 14:17:43 +02:00
Adriaan de Groot
e52c99685d CMake: untangle more sections of top-level CMakeLists.txt 2018-06-07 13:45:29 +02:00
Adriaan de Groot
fd2afc3ba9 CMake: move dependency-versioning info to top 2018-06-07 13:45:29 +02:00
Adriaan de Groot
dfd76ed384 CMake: drop unused variable (no thirdparty/ dir anymore) 2018-06-07 13:36:03 +02:00
Adriaan de Groot
fc979404d1 CMake: move translation settings up
- Follow previous move of user-adaptable settings and regularly-updated
   variables to the top of CMakeLists.txt with a move of the list of
   translated languages.
2018-06-07 13:26:22 +02:00
Adriaan de Groot
91a5ec426d CMake: shuffle the top-level CMakeLists
- Put all the options near the top, easy to spot when reading the file
 - Put the settings that need regular updates, like version, near the top
 - Add some "section headers"
2018-06-07 13:16:57 +02:00
Adriaan de Groot
cfcc753130 i18n: Enable Belorussian translation 2018-05-29 03:29:58 -04:00
Adriaan de Groot
41f70975ea i18n: add Byelorussian (new translation team) 2018-05-26 12:27:55 +02:00
Adriaan de Groot
45b95e1b65 PythonQt: default to enabled
- This just causes it to be enabled and used when present
   by default, rather than disabled by default (even when present).
2018-05-24 06:43:36 -04:00
Adriaan de Groot
4daf5fce10 CMake: drop RC status 2018-05-17 11:13:54 -04:00
Adriaan de Groot
b5d667f76e i18n: disable Esperanto again
I consider this a Qt bug: there is an enum value for the language,
the language is fully (?) detailed in the ICU tables, and yet
it gets mapped hard to C locale.
2018-05-14 16:05:55 -04:00
Adriaan de Groot
b0e5e13221 i18n: enable Esperanto translation 2018-05-14 06:28:57 -04:00
Adriaan de Groot
37ce9a0838 CMake: bump RC number 2018-05-10 08:53:45 -04:00
Adriaan de Groot
45731b554b i18n: update lists of translated languages
- add Esperanto
 - add checks for new or misspelled translations
2018-05-10 08:53:29 -04:00
Adriaan de Groot
96887e754c i18n: drop es_ES, add tooling 2018-05-07 09:14:18 -04:00
Adriaan de Groot
ff43752f47 i18n: pl_PL has merged into pl 2018-05-07 05:58:04 -04:00
Adriaan de Groot
42f5ed5d41 [welcome] Fix build, reduce redundancy
- constexpr isn't applicable because of non-trivial destructor
 - May as well only create " (%1)" once.

FIXES #938
2018-04-23 10:47:31 -04:00
Adriaan de Groot
a47b3f8d14 [libcalamares] Document special-case translations 2018-04-19 09:10:13 -04:00
Adriaan de Groot
d9a1f6b18b CMake: restore en to translations list 2018-03-28 07:25:22 -04:00
Adriaan de Groot
24305bd58f CMake: make the translations more transparent; easier to update 2018-03-27 11:10:14 -04:00
Adriaan de Groot
902e392b6d CMake: bump version for -rc4 2018-03-12 10:13:33 -04:00