3458 Commits (93ce4c12cc9e66cf4197132a3e5f9bc8d815f4df)
 

Author SHA1 Message Date
Adriaan de Groot d79c9aa45a CI: also install the build 7 years ago
Adriaan de Groot 7688ab7ad3 CMake: typos in filenames (thanks Riddell) 7 years ago
Adriaan de Groot 9737041e66 Locale: extend prettyStatus()
Add description of language and number formats to pretty status.
This is shown in the summary page. Refactor a little to produce
the strings only in one place. Constify methods.

FIXES: #564
7 years ago
Adriaan de Groot a718eb76cb Docs: code-documentation about summary page 7 years ago
Adriaan de Groot 11b37e8be9 i18n: initial translations for .desktop 7 years ago
Adriaan de Groot e94ea438fb i18n: extend .desktop tooling-support 7 years ago
Adriaan de Groot 0483d73656 i18n: updated Dutch translations 7 years ago
Adriaan de Groot 23ed9be130 i18n: translations (stub) of desktop files 7 years ago
Adriaan de Groot 95bba00671 i18n: add .desktop file to translations 7 years ago
Calamares CI c00350551f [dummypythonqt] Automatic merge of Transifex translations 7 years ago
Calamares CI 6145812b83 [core] Automatic merge of Transifex translations 7 years ago
Adriaan de Groot 17a6ca2207 i18n: automatic i18n merges are down 7 years ago
Adriaan de Groot 61865a8e11 i18n: fix encoding of dummy translations -- not ASCII, but UTF-8 7 years ago
Calamares CI 9619f33e6f [core] Automatic merge of Transifex translations 7 years ago
n3rdopolis 05e48d4357 Remove whitespace 8 years ago
n3rdopolis aac783ed3a Try to correct character per line count 8 years ago
n3rdopolis 086a019d19 Correct update-initramfs command
This allows it to create a new initramfs, and replace it.
This will better ensure that calamares generated initramfs is used
8 years ago
Kevin Kofler 633a2a193d CMake: fix typo in CalamaresAddPlugin.cmake
Fix "calamaers_add_plugin" typo in the introductory comment of
CMakeModules/CalamaresAddPlugin.cmake.
8 years ago
Adriaan de Groot c860270751 i18n: mark python example-string as translatable 8 years ago
Adriaan de Groot f0894b471b i18n: mark non-translatable string as such 8 years ago
Adriaan de Groot 8b19f672e7 CMake: also follow CMAKE_COLOR_MAKEFILE settings 8 years ago
Adriaan de Groot 2fdccdf090 Merge branch 'simplify-module-desc' 8 years ago
Adriaan de Groot f711d6e39c CMake: colorised through test -t doesn't work 8 years ago
Adriaan de Groot 46636bdf65 Modules: documentation of CMake, module.desc, etc. 8 years ago
Adriaan de Groot 445fdace36 Modules: remove another boilerplate module.desc 8 years ago
Adriaan de Groot 196b1567db Modules: remove boilerplate module.desc 8 years ago
Adriaan de Groot e3008657c4 Modules: accept 'viewmodule' as alias of 'view', improve logging on error. 8 years ago
Adriaan de Groot 47e95b32a9 CMake: fix auto-generated module.desc 8 years ago
Adriaan de Groot 445a7fc62a CMake: remove welcome-module desc, since it's generated 8 years ago
Adriaan de Groot bcbd60f9a9 CMake: generate the module.desc, since it is uninteresting 8 years ago
Adriaan de Groot e6e91546e4 Do not use deprecated type 8 years ago
Adriaan de Groot f50d12445a Merge pull request #766 from stikonas/master
Port away from deprecated qSort.
8 years ago
Adriaan de Groot 137da0d8ba CMake: document SKIP_MODULES 8 years ago
Adriaan de Groot 5efac3b2a8 CMake: remove now-nonsensical comment 8 years ago
Adriaan de Groot a23b7c2a00 CMake: be more verbose about choice of webkit vs engine 8 years ago
Calamares CI c2c55dede1 [core] Automatic merge of Transifex translations 8 years ago
Calamares CI 1c2507d8aa [core] Automatic merge of Transifex translations 8 years ago
Calamares CI 2e2331231c [core] Automatic merge of Transifex translations 8 years ago
Andrius Štikonas 1131fdce4c Port away from deprecated qSort. 8 years ago
Calamares CI 90e83a0fff [core] Automatic merge of Transifex translations 8 years ago
Calamares CI cef1fede21 [core] Automatic merge of Transifex translations 8 years ago
Calamares CI dd775663f2 [core] Automatic merge of Transifex translations 8 years ago
Adriaan de Groot 4a5cee133f About: adjust to the system font size.
FIXES #433
8 years ago
Adriaan de Groot 55a63a1f67 RemoveUser: fix bad PEP8-ing
FIXES #577
8 years ago
Adriaan de Groot 3cd18fd285 Partitions: extend getDevices() with minimum size.
This is preparatory work for making the available-space check consistent with
what the partition module will allow for installation. Right now, the check
for available space will allow a mounted drive, even /, to satisfy the check.
8 years ago
Adriaan de Groot 18a1f459db Partition: reduce code duplications 8 years ago
Adriaan de Groot 7d49255a78 Partitions: use an enum with clear semantics instead of bool 8 years ago
Adriaan de Groot 730e0d885f Partitions: use KPMCore-defined default backend 8 years ago
Adriaan de Groot 55c6cfa1ca Partitions: improve wording of debug messages 8 years ago
Adriaan de Groot 102bed1805 Partitions: split device-listing (and winnowing) into separate source file.
The grab-list-of-writable-devices code is usable for the partition module, but
also useful for welcome module, so reduce its footprint.
8 years ago