2480 Commits (3a1d5ed533af027942e75e387acb8c853353d38e)

Author SHA1 Message Date
Adriaan de Groot 3a1d5ed533 Python-i18n: (inefficiently) search for suitable gettext dirs 9 years ago
Adriaan de Groot 34230276e3 Python-i18n: extend test-script with language setting 9 years ago
Adriaan de Groot 78b3c8ed32 Python-i18n: allow None as a gettext path (searches default) 9 years ago
Adriaan de Groot 74be2fd098 Python-i18n: implement gettext functions in libcalamares.utils
- remove Job.gettextPath
 - add libcalamares.utils.gettext_path()
 - add libcalamares.utils.gettext_lang()
 - modify examples in main.py
 - add some gettext debug-output from dummypython
 - correct namespace mis-labeling
 - provide two forms of GlobalStorage
   - regular use, has a JobQueue with storage
   - testing use, creates GlobalStorage separately, provide
     independent access to that for Python.
9 years ago
Adriaan de Groot 5326e9ee06 Python-style: sharp-eyed KK spots a typo 9 years ago
Adriaan de Groot d4c714c400 Python: fix up testing script
- Didn't run at all (at least since v3.1) because of mismatch between
  GlobalStorage constructor arguments and use; special-case None
  in the C++ code to allocate a new GlobalStorage object.
9 years ago
Adriaan de Groot f509000215 Python-style: cut-and-paste accident 9 years ago
Adriaan de Groot 49384ef01f Python-style: fix derpy workaround for PEP8 9 years ago
Adriaan de Groot 6370898154 Python-i18n: make it compile again 9 years ago
Adriaan de Groot cbfdd8690d Python-i18n: WIP, moving API to libcalamares.utils 9 years ago
Adriaan de Groot 1dbe7c29e2 Python-i18n: prepare for move of API to libcalamares.utils, be less verbose 9 years ago
Adriaan de Groot fdb4be8189 Python-i18n: be explicit about parameters 9 years ago
Adriaan de Groot c694792e4f Python-style: pep8 fixes 9 years ago
Adriaan de Groot d523a44407 Merge branch 'master' into i18n-pythonjob 9 years ago
Adriaan de Groot 40c3b3dd04 Modules: initramfscfg copy files from own install-dir
FIXES #770
9 years ago
Adriaan de Groot f0a143cd5c PythonJob: switching between C++ and Python is hard 9 years ago
Adriaan de Groot 58b2abc9ac Merge pull request #771 from n3rdopolis/patch-1
Correct update-initramfs command (add -t for cases where there already is one on disk)
9 years ago
Calamares CI 8052b6d6f6 [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Adriaan de Groot 33bc669591 Python-i18n: trivial example adding _ to python jobs
- add to dummypython
 - also add to machineid
9 years ago
Adriaan de Groot b922d88b0f Python-i18n: add a gettext_path for python job modules 9 years ago
Adriaan de Groot 34c3bc6c85 CMake: shuffle translations macros into CMakeModules/ 9 years ago
Adriaan de Groot be04b12597 Modules: tidy debugging in dummypython 9 years ago
Adriaan de Groot 2dc019493d Modules: docs for users.conf 9 years ago
Calamares CI 6537a054de [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Adriaan de Groot ca3b10002b Modules: minor cleanup + docs 9 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
9 years ago
Adriaan de Groot a718eb76cb Docs: code-documentation about summary page 9 years ago
Calamares CI c00350551f [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Adriaan de Groot 61865a8e11 i18n: fix encoding of dummy translations -- not ASCII, but UTF-8 9 years ago
n3rdopolis 05e48d4357 Remove whitespace 9 years ago
n3rdopolis aac783ed3a Try to correct character per line count 9 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
9 years ago
Adriaan de Groot c860270751 i18n: mark python example-string as translatable 9 years ago
Adriaan de Groot f0894b471b i18n: mark non-translatable string as such 9 years ago
Adriaan de Groot 2fdccdf090 Merge branch 'simplify-module-desc' 9 years ago
Adriaan de Groot 46636bdf65 Modules: documentation of CMake, module.desc, etc. 9 years ago
Adriaan de Groot 445fdace36 Modules: remove another boilerplate module.desc 9 years ago
Adriaan de Groot 196b1567db Modules: remove boilerplate module.desc 9 years ago
Adriaan de Groot e3008657c4 Modules: accept 'viewmodule' as alias of 'view', improve logging on error. 9 years ago
Adriaan de Groot 445a7fc62a CMake: remove welcome-module desc, since it's generated 9 years ago
Adriaan de Groot e6e91546e4 Do not use deprecated type 9 years ago
Adriaan de Groot f50d12445a Merge pull request #766 from stikonas/master
Port away from deprecated qSort.
9 years ago
Adriaan de Groot a23b7c2a00 CMake: be more verbose about choice of webkit vs engine 9 years ago
Andrius Štikonas 1131fdce4c Port away from deprecated qSort. 9 years ago
Adriaan de Groot 4a5cee133f About: adjust to the system font size.
FIXES #433
9 years ago
Adriaan de Groot 55a63a1f67 RemoveUser: fix bad PEP8-ing
FIXES #577
9 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.
9 years ago
Adriaan de Groot 18a1f459db Partition: reduce code duplications 9 years ago
Adriaan de Groot 7d49255a78 Partitions: use an enum with clear semantics instead of bool 9 years ago
Adriaan de Groot 730e0d885f Partitions: use KPMCore-defined default backend 9 years ago