3740 Commits (a2e3af2b3db1bda40fa36fe833b0107907090c03)
 

Author SHA1 Message Date
Adriaan de Groot 9693d7a5bd Memory: clean up interface used to get memory (RAM) size 8 years ago
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
8 years ago
Adriaan de Groot b04a890798 Fix code using re-imported imageregistry 8 years ago
Adriaan de Groot 6010805935 Licensing: add header to imageregistry copyright
- mention that this is shipped as part of Calamares
         - SPDX info
8 years ago
Adriaan de Groot a65bc7d756 Licensing: re-import ImageRegistry
- include full license headers,
 - copied from
   - repo: https://github.com/tomahawk-player/tomahawk/
   - rev:  00f602e10203b76fc28b4615868c567e6bd4ced4
   - path: src/libtomahawk/utils/ImageRegistry.cpp
8 years ago
Adriaan de Groot d23818b27c Fix code using re-imported spinner 8 years ago
Adriaan de Groot d2d59e6206 Licensing: add header to QtWaitingSpinner copyright
- mention that this is shipped as part of Calamares
     - SPDX info
8 years ago
Adriaan de Groot 553a66b326 Licensing: re-import QtWaitingSpinner
- include full license headers,
 - copied from
   - repo: https://github.com/snowwlex/QtWaitingSpinner
   - rev:  bb8f8987ca19406dc75704eb382ab52e981b773f

This revision *does not build* because the files have been renamed.
8 years ago
Adriaan de Groot 24f26ee7c8 Licensing: add header to QJsonModel copyright
- mention that this is shipped as part of Calamares
 - SPDX info
8 years ago
Adriaan de Groot e5c0854e66 Licensing: re-import GPLv3 version of QJsonItem
- include full license headers,
 - copied from
    - repo: https://github.com/dridk/QJsonmodel
    - rev:  fbd4fb3b1c1311f69cd8ada9bbb7a89fd6fe171e
8 years ago
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
8 years ago
Adriaan de Groot 6d880b5631 Replace memory-size detection.
- drop use of dmidecode to determine exact physical memory size
 - use sysinfo() to find memory size (assumes linux 2.3.48 or later)
8 years ago
Adriaan de Groot 1c52f961a6 Refactor password-errors-indication (again)
- set message and status icon in one go
 - only check until an error is found
 - Mark TODO for passwordRequirements
8 years ago
Adriaan de Groot d839f8e0b3 Passwords: introduce password-checking
- Introduce a map 'passwordRequirements' in users.conf,
   which is a list of named requirements. There are only
   two settings right now, min and max length, but
   additional checks can easily be added in UsersPage.cpp
   by defining additional lambda's to check the given
   password string.
 - Add PasswordCheck instances as needed, with functions
   to check acceptability and to produce messages on rejection.
 - Documentation in the users.conf file itself.

 - In passing, refactor setting of pixmaps on labels.

FIXES #790
8 years ago
Adriaan de Groot c2a69ea943 i18n: cleanup after txpull
- remove extra .desktop files created in lang/
 - remove annoyingly-doubled # Translations comment
8 years ago
Calamares CI 6271dd39e9 [python] Automatic merge of Transifex translations 8 years ago
Calamares CI 299e7b16d5 [desktop] Automatic merge of Transifex translations 8 years ago
Calamares CI f309e777c7 [core] Automatic merge of Transifex translations 8 years ago
Adriaan de Groot ddb6455365 Revert be2338ff0 (intended just to reduce warnings)
- keep the calamaresstyle formatting changes,
 - drop shadowing and nullptr changes.

FIXES #805
8 years ago
Adriaan de Groot a14e98ce95 Crashreporter: remove further reference to removed lib 8 years ago
Adriaan de Groot 4930484931 CMake: massage build of libcalamares
- Build also two OBJECT libraries,
 - Allow changing Clang warnings for third-party code.
8 years ago
Adriaan de Groot eede92646d CMake: shuffle includes, drop useless (empty) QT_INCLUDE_DIR 8 years ago
Adriaan de Groot ddf7b7fc90 CMake: remove superfluous indirection 8 years ago
Adriaan de Groot 5f213c0ec4 CMake: tidy way of adding Clang warnings 8 years ago
Adriaan de Groot a266ecb133 CMake: simplify definitions, distinguish kinds of sources 8 years ago
Adriaan de Groot e5b59d472e Clang: warnings-- 8 years ago
Adriaan de Groot 706ac47111 Clang: reduce warning settings
- turn off warnings for missing prototypes (for now) because of MOC
 - turn off warnings about docs
8 years ago
Adriaan de Groot c8fd11b103 Replace scandir with listdir, simplify loop
FIXES: ??
8 years ago
Adriaan de Groot ca60a7fc16 Clang: warnings-- 8 years ago
Adriaan de Groot 342b819a1d Fix build (warnings--, but breakage++ is not good) 8 years ago
Adriaan de Groot c6297f1db5 Clang: warnings-- 8 years ago
Adriaan de Groot 9f1cca5ec7 FS: use untranslated name to identify filesystem
Resolves issue where 'linuxswap' is translated to 'Linux-Swap',
for instance. FileSystem::name() provides a translated name,
not an untranslated one.

This should move to KPMCore.

FIXES #797
8 years ago
Adriaan de Groot 8b61b3ddc3 Merge pull request #802 from abucodonosor/pr-autologin2
CreateUserJob: do not force any autologin group
8 years ago
Adriaan de Groot c9f4bc0cc8 Check for crypt(3), also on FreeBSD 8 years ago
Adriaan de Groot edb1dbaa6e Clang: warnings-- 8 years ago
Gabriel C 5d241f8e09 CreateUserJob: do not force any autologin group
There is no need to force folks haing a random group
 bc that is a Distro think. SDDM/GDM works just fine without
 having a group for the user to autologin.
 Just setup a group in users.conf .. is why we have a configuration
 option for that.
8 years ago
Adriaan de Groot da4fa6a63a Fix link / library name 8 years ago
Adriaan de Groot bd37572fd8 Clang: reduce warnings 8 years ago
Adriaan de Groot 03d9dbe099 Clean up CMakeLists, linking 8 years ago
Adriaan de Groot 90fc268cc4 Clean up CMakeLists wrt. optional 8 years ago
Adriaan de Groot 63ecce93fd Remove unused CMake module 8 years ago
Adriaan de Groot 6c3b308a03 Remove libcrashreporter-qt more thoroughly 8 years ago
Adriaan de Groot 3246b6cb1b Drop submodule the right way 8 years ago
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
8 years ago
Adriaan de Groot cbef79bb93 Clean up CMake stuff, remove unneeded modules 8 years ago
Adriaan de Groot be2338ff08 Clang: reduce warnings 8 years ago
Adriaan de Groot ec86922839 Find KPMCore 3.2 quietly, less frightening 8 years ago
Adriaan de Groot d8a47bb8be Simplify dict() construction for fstab-lines 8 years ago
Adriaan de Groot d355a42a44 Merge pull request #800 from abucodonosor/pr-730
fstab: fix btrfs with LUKS and systemd we forgot to fix that in #730
8 years ago
Gabriel C b82042a078 fstab: fix btrfs with LUKS and systemd we forgot to fix that in #730 tested with efi/BIOS+LUKS+btrfs , efi/BIOS+btrfs 8 years ago