Commit Graph

291 Commits (d2f5185d493800ef950273d07840c055c0e0494c)

Author SHA1 Message Date
Adriaan de Groot 96887e754c i18n: drop es_ES, add tooling
Adriaan de Groot ff43752f47 i18n: pl_PL has merged into pl
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 
Adriaan de Groot a47b3f8d14 [libcalamares] Document special-case translations
Adriaan de Groot d9a1f6b18b CMake: restore en to translations list
Adriaan de Groot 24305bd58f CMake: make the translations more transparent; easier to update
Adriaan de Groot 902e392b6d CMake: bump version for -rc4
Adriaan de Groot f047b0b110 CMake: reduce duplicate ECM searches
Adriaan de Groot af67ab2722 CMake: install missing module
- The CMake modules for Calamares expect to find CMakeColors
 - Also the translation support macro
 - Restore CalamaresUse.cmake
   - File was removed after 3.1 in db105079, but it is actually useful
     for out-of-tree modules. Restore it and massage into better shape.
   - Simplify by adding path to the search path (otherwise the individual
     macro files would also have to switch to including with a full path).
Adriaan de Groot 8c4a298f16 CMake: bump version in preparation for -RC3
Adriaan de Groot 66c03b4055 CMake: fix broken logic around Python
Adriaan de Groot 6e01bb0fa4 CMake: factor out explanation of skipped modules.
Make a function out of explaining-skipped-modules, and call it
not only after collecting all the modules, but also after
the feature summary, so that it's quite clear which modules
are skipped.
Adriaan de Groot c582ff0d6b Merge branch '3.1.x-stable'
Adriaan de Groot c2ee0c6ed4 CMake: bump version number
Adriaan de Groot d42210eb93 Merge branch '3.1-pinebook' into 3.1.x-stable
Adriaan de Groot 0116465303 CMake: bump version
Adriaan de Groot 3a94f02547 CMake: look for ECM at top-level, add to search path if found.
Adriaan de Groot 839c039168 Merge remote-tracking branch 'origin/plasma-lnf'
Adriaan de Groot 63af8c1b92 Drop -rc status
Adriaan de Groot 790073cddc i18n: enable Albanian (sq)
Adriaan de Groot 49fda9da28 CMake: bump version to 3.2.0rc1 (not that there's an RC pending or anything)
Adriaan de Groot 3ae65d5771 Merge branch '3.1.x-stable'
Adriaan de Groot 992d5b4e9d CMake: always automoc generated files
Adriaan de Groot 0812f035d0 CMake: pick up KDE D8951 to reduce CMake automoc warnings
Adriaan de Groot 7e2e2cabfe CMake: bump version to 3.1.9rc1 (no functional changes yet)
Adriaan de Groot 848d532a58 CMake: drop -rc status
Adriaan de Groot 78e601edb4 [kcrash] Simplify search for KF5::Crash
Adriaan de Groot e8e284f724 Merge remote-tracking branch 'origin/kcrash'
Adriaan de Groot 105e06798e CMake: look for ECM at top-level, add to search path if found.
Adriaan de Groot b303acf12a Merge branch '3.1.x-stable'
- KPMCore code moved
 - Small fixes
Adriaan de Groot 4ea8b2e6ef CMake: report on the example-distro feature correctly
Adriaan de Groot 3b30bbde67 Bump version number, pretending 3.1.8-rc1 is pending
Adriaan de Groot 055d416321 Merge branch '3.1.x-stable'
Adriaan de Groot a64e6efb85 Bump version number
Adriaan de Groot c15db95046 Merge branch '3.1.x-stable' (netinstall fixes)
Adriaan de Groot aabcd6ba86 Bump version
Adriaan de Groot 9f84519e87 Merge branch '3.1.x-stable'
- pull in northern-locations fixes
 - pull in testing yaml-config
Adriaan de Groot b805a8df74 CMake: minor docs, typo's
Adriaan de Groot 27e9852e9d CMake: be more descriptive about squashfs
Adriaan de Groot a397297b5b i18n: enable Hindi and Marathi, even though they're currently at 0%
Adriaan de Groot 33f78b375d Merge branch 'master' into kcrash
Adriaan de Groot cd3578ca71 Bump version number
Adriaan de Groot 6924bd7d23 Clang: produce fewer warnings (all caused by boost headers)
Adriaan de Groot 81db2bad5f CMake: refactor boost.python search
- improve description of Python dependencies
 - refactor search per python-version-style
 - report on features and found boost modules the standard way
Adriaan de Groot 6f1f08f728 Restore Boost.Python detection.
FIXES 
Adriaan de Groot aa789bc8e9 CMake: improve reporting on dependencies
Adriaan de Groot 40c49bd50d Clang: be more explicit about marking third-party code.
- This is only a partial solution to warnings caused by third-party
   code, since #including the headers from other sources won't apply
   the warning-suppressions.
 - Flags are not applied when building the source as part of a larger
   target, but are on re-building just one object (it seems -- CMake
   issue to track down).
Adriaan de Groot d89b17a244 Clang: partman_devices.c is not, in fact, C++ code
Adriaan de Groot 0c129f2460 Reduce third-part warnings a better way.
Thanks to Kevin Kofler for pointing out what I'd forgotten about
source-file flags. While at it, introduce a generic mechanism for
suppressing warnings in third-party code.

Mostly reverts 4930484931
Adriaan de Groot 13807ceabf Licensing: add self
- to all the files I've touched recently
 - to (very incomplete) AUTHORS list

Licensing: add license info to top-level CMakeLists.txt
Adriaan de Groot a14e98ce95 Crashreporter: remove further reference to removed lib
Adriaan de Groot 5f213c0ec4 CMake: tidy way of adding Clang warnings
Adriaan de Groot 706ac47111 Clang: reduce warning settings
- turn off warnings for missing prototypes (for now) because of MOC
 - turn off warnings about docs
Adriaan de Groot 03d9dbe099 Clean up CMakeLists, linking
Adriaan de Groot 90fc268cc4 Clean up CMakeLists wrt. optional
Adriaan de Groot 63ecce93fd Remove unused CMake module
Adriaan de Groot 1996270128 Drop crashreporter-qt
- Reporting URL we use is unused right now anyway
 - Not compatible with glibc 2.26
 - Not compatible with ARM
Adriaan de Groot cbef79bb93 Clean up CMake stuff, remove unneeded modules
Adriaan de Groot 510d2d22d5 Clang: reduce warnings to useful level
- suppress tons of warnings from Qt MOC due to pointer-casting
 - suppress warnings about globals
Adriaan de Groot d86ea76af2 Bump RC down to 0 for release
Adriaan de Groot bba9651850 Create example distro squashfs (from build host)
- Add a target 'example-distro' which must be manually invoked
   This creates an example.sqfs with a minimal binary distro
   based on the build hosts's /bin and /lib.

The purpose is to provide a simple test image which the
default configuration of the unpackfs module can use to
create a system within which the *other* steps of the
installation can run.

Example files are some zoneinfo's (remember to choose an
existing zone when using the example distro), groups and
sudoers files, etc ..

The example distro has a special /xbin which contains bogus
binaries for many system-administration tasks (e.g. useradd
which would otherwise come from /usr/sbin).
Adriaan de Groot 2362a33613 Bump version numbers (again!) in preparation for next week's release
Adriaan de Groot 34846a6644 Bump Calamares version
Adriaan de Groot 7688ab7ad3 CMake: typos in filenames (thanks Riddell)
Adriaan de Groot 2fdccdf090 Merge branch 'simplify-module-desc'
Adriaan de Groot 137da0d8ba CMake: document SKIP_MODULES
Adriaan de Groot 5efac3b2a8 CMake: remove now-nonsensical comment
Adriaan de Groot 978ff6591c CMake: simplify module loading
Adriaan de Groot db105079ba CMake: drop meta-include CalamaresUse
Adriaan de Groot 2c97f393bc CMake: adjust to moved location, drop useless CalamaresUse.cmake
Adriaan de Groot 7ad1c4ccb8 i18n: add Hebrew to the list of languages (new translation)
Adriaan de Groot 5704719ea4 CMake: minor styling
Adriaan de Groot b20defc411 Clang: be less pedantic about c++98 compatibility
Adriaan de Groot d756edfc9a CMake: turn testing on, following KDE style.
A new option BUILD_TESTING is available; you can turn this off at
CMake-time, but building the tests themselves is harmless (although
it takes some CPU time).

The main advantage of doing this is that running the tests becomes
simple:
    make test
Instead of figuring out which tests there are and how to run them
individually. Note that the partition-manager tests will normally
fail, because they require an additional environment variable to
be set to tell them what disk to destroy.
Adriaan de Groot 5a1a02197d CMake: since 3.2 is required, no need for the check
Adriaan de Groot 70ed67744f Release: drop rc-number
Adriaan de Groot 4841230801 Release: bump version number
Adriaan de Groot 4643ba0adc Clang: improve usefullness of clang-warnings
- don't check c++98 compatibility
 - don't show warnings on third-party code
 - don't check for padding
Adriaan de Groot ee030c4d56 CMake: revertlast, DESTDIR is the way to stage.
Thanks to Kevin Kofler for putting me back on the right track.
Adriaan de Groot 448af86242 CMake: follow prefix even for the polkit files, for easier staged installs.
Adriaan de Groot e771845d91 Cleanup: bump CMake requirement, so we have better C++14 build support
Adriaan de Groot b6715098e1 Manual: move to section 8, minor polishing
Teo Mrnjavac a5280b6896 Bump.
Teo Mrnjavac 6cb4291b4d Bump.
Teo Mrnjavac 44839a37c6 Bump.
Teo Mrnjavac 65aa914127 Bump.
Teo Mrnjavac 2cb8c1d248 Bump.
Teo Mrnjavac c990dc037f Bump.
Teo Mrnjavac fddddc5cb9 Bump.
Teo Mrnjavac ada620effc Find PythonQt.
shainer 8d5fbaafeb New cmake switch to skip installing configuration.
The INSTALL_CONFIG is "on" by default. When set to off,
no *.conf file, both global and related to a single module,
will be installed. A warning message is printed by cmake too,
and the module description is edited to make this visible.

This is useful for testing, when we want to install our
own libraries and binary but keep the configuration of the
live system we are testing on (e.g. path to distro image).

Tested on the master branch.
Kevin Kofler d6e0e09bc1 Bump version to 2.4.80.
We need master to have a higher version than the stable branch. I used
2.4.80 so that it can be bumped again to 2.4.90 when starting to do
alpha/beta/RC releases.
shainer ab40626c5d Bump QT_VERSION to 5.6 in cmake.
Teo Mrnjavac 1c3d5c67e9 Bump.
Teo Mrnjavac 5cf3770b62 Bump.
Teo Mrnjavac 737b982eb2 Bump.
Teo Mrnjavac 3064632592 Bump.
Teo Mrnjavac c197985c01 Bump
Teo Mrnjavac 59e68ad29a Bump.
Teo Mrnjavac b20e18cc26 Update languages list.
Teo Mrnjavac d568f18145 Bump.
Teo Mrnjavac e7c3d0b7ac Update languages list.
Teo Mrnjavac d4d2fd1432 Bump.
Teo Mrnjavac 7c89bc87ce Bump.
Teo Mrnjavac 7cd60673e7 Bump!
Teo Mrnjavac bc27821b27 Bump.
Teo Mrnjavac cde6e68d29 Bump.
Teo Mrnjavac fb04800d4a Bumpitybump.
Teo Mrnjavac e090463545 Bumpitybump.
Teo Mrnjavac db9c671704 Bump version.
Teo Mrnjavac 3a6eb3b790 Correctly fail when YAML-CPP is not found.
Teo Mrnjavac b0506be1f3 Bump.
Teo Mrnjavac f51f20548a Set THIRDPARTY_DIR
Teo Mrnjavac e64050821a And build it.
Teo Mrnjavac 2a5b22f584 If building with KCrash, require KCoreAddons.
Teo Mrnjavac 24a60c4650 Make KCrash an optional dependency (option: WITH_KF5Crash).
Teo Mrnjavac c83662f0e9 Bump.
Teo Mrnjavac e65c94150f Bump.
Teo Mrnjavac dcaadeca78 Update list of enabled translation languages.
Teo Mrnjavac f470756d5f Bump for 2.0.
konqoro 56a522c278 Enable Greek translation of the project
Teo Mrnjavac 12e20f6c7f Bump.
Teo Mrnjavac a21f44aa68 Bump.
Teo Mrnjavac e2a77ce93d Bump.
Teo Mrnjavac 6fa8d7d197 Bump for beta6.
Teo Mrnjavac 491ab94463 Bump version.
Teo Mrnjavac a7bdec7e49 Update languages.
Teo Mrnjavac d1c22f53e1 Bump.
Teo Mrnjavac beb338ad29 Bump minor for 2.0-beta3.
Teo Mrnjavac 6cd8e089d8 Bump for beta2.
Teo Mrnjavac d258837f04 Bump minor for beta.
Teo Mrnjavac b0ad19bca3 Enable target uninstall.
Teo Mrnjavac 481b283602 Bump version for 2.0-alpha1.
Teo Mrnjavac ea77f36431 Bump Qt dependency.
Teo Mrnjavac da79082b13 Update deps.
Teo Mrnjavac 3e4b19400a Enable CMake policy CMP0028.
Teo Mrnjavac 4a59be796e Bump version for 1.1.3.
Teo Mrnjavac 9f5d5a4620 Bump version for 1.1.2.
Teo Mrnjavac d9e80aeec6 Bump for 1.1.1.
Teo Mrnjavac d6362bc364 Bump version for final.
Teo Mrnjavac ab8b26fd7a Bump RC for release.
Teo Mrnjavac ab37c301d5 Version bump for 1.1-RC2.
Teo Mrnjavac 8cdaa935e2 Update languages list.
Teo Mrnjavac e5b0cddb38 Bump version for 1.1-rc1
Teo Mrnjavac ac36cf222e Make Clang warn about everything.
Teo Mrnjavac 06d912612d Add some flags for Clang.
Teo Mrnjavac 997c61921e Translations update.
Kevin Kofler 18da15a087 Fix build without Python support.
Only search for BoostPython3 if Python was found. Otherwise,
${PYTHONLIBS_VERSION_STRING} expands to nothing and the
find_boost_python3 macro gets called with invalid arguments.
Teo Mrnjavac a09efcf73e Add explicit warning when building without Python support.
Teo Mrnjavac ff1459e3ca Version bump for 1.0