Commit Graph

4217 Commits (37ce9a08387133b625c46c696cc901b42ee98d7e)
 

Author SHA1 Message Date
Adriaan de Groot 93115b7385 Popup notification when the installation is done.
- Use DBus and FreeDesktop interface to popup message
 - Code style / formatting

FIXES 
Adriaan de Groot 5dc70ac261 Python-i18n: apply C++-coding style
Adriaan de Groot 538c59adb9 Python-i18n: add /usr/local/share/locale to search
Adriaan de Groot d6d5f54d00 Python-i18n: clarify debugging
Adriaan de Groot 22fd428664 Python-i18: avoid duplicate path entries
Adriaan de Groot 48cc1f0461 Python-i18n: adjust for changed API
Adriaan de Groot 39f5af1fcc Python-i18n: clean up filename handling a little (thanks Kevin)
Adriaan de Groot 3a1d5ed533 Python-i18n: (inefficiently) search for suitable gettext dirs
Adriaan de Groot 40335d9f1e Python-i18n: install mo files into build tree
Adriaan de Groot 34230276e3 Python-i18n: extend test-script with language setting
Adriaan de Groot 78b3c8ed32 Python-i18n: allow None as a gettext path (searches default)
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.
Adriaan de Groot 5326e9ee06 Python-style: sharp-eyed KK spots a typo
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.
Adriaan de Groot f509000215 Python-style: cut-and-paste accident
Adriaan de Groot 49384ef01f Python-style: fix derpy workaround for PEP8
Adriaan de Groot 6370898154 Python-i18n: make it compile again
Adriaan de Groot cbfdd8690d Python-i18n: WIP, moving API to libcalamares.utils
Adriaan de Groot 1dbe7c29e2 Python-i18n: prepare for move of API to libcalamares.utils, be less verbose
Adriaan de Groot fdb4be8189 Python-i18n: be explicit about parameters
Adriaan de Groot c694792e4f Python-style: pep8 fixes
Adriaan de Groot 22c0ee5dbb Python-i18n: install gettext .mo files into system locale dir
Calamares CI 0121896a70 [python] Automatic merge of Transifex translations
Calamares CI 2cd4172d6e [desktop] Automatic merge of Transifex translations
Calamares CI 0378bee397 [core] Automatic merge of Transifex translations
Adriaan de Groot d523a44407 Merge branch 'master' into i18n-pythonjob
Adriaan de Groot 40c3b3dd04 Modules: initramfscfg copy files from own install-dir
FIXES 
Adriaan de Groot f0a143cd5c PythonJob: switching between C++ and Python is hard
Adriaan de Groot 58b2abc9ac Merge pull request from n3rdopolis/patch-1
Correct update-initramfs command (add -t for cases where there already is one on disk)
Calamares CI b4a5f65f8a [python] Automatic merge of Transifex translations
Calamares CI 8052b6d6f6 [dummypythonqt] Automatic merge of Transifex translations
Calamares CI cf6d4744ea [desktop] Automatic merge of Transifex translations
Calamares CI cc369c013c [core] Automatic merge of Transifex translations
Adriaan de Groot 33bc669591 Python-i18n: trivial example adding _ to python jobs
- add to dummypython
 - also add to machineid
Adriaan de Groot b922d88b0f Python-i18n: add a gettext_path for python job modules
Adriaan de Groot 9f5ff55ba2 Python-i18n: tx pull and push improvements
- python jobmodule translations
 - only keep top-level desktop file
Adriaan de Groot 34c3bc6c85 CMake: shuffle translations macros into CMakeModules/
Adriaan de Groot be04b12597 Modules: tidy debugging in dummypython
Adriaan de Groot 2dc019493d Modules: docs for users.conf
Adriaan de Groot 5ebbc00334 i18n: document txpush, de-bash
Calamares CI 6537a054de [dummypythonqt] Automatic merge of Transifex translations
Calamares CI 48293dd9b0 [desktop] Automatic merge of Transifex translations
Calamares CI 640cc64a35 [core] Automatic merge of Transifex translations
Adriaan de Groot e1ba93a0c2 i18n: document txpull, de-bash
Adriaan de Groot ca3b10002b Modules: minor cleanup + docs
Calamares CI b78b9761c5 [desktop] Automatic merge of Transifex translations
Calamares CI 96e38ddf68 [core] Automatic merge of Transifex translations
Adriaan de Groot d79c9aa45a CI: also install the build
Adriaan de Groot 7688ab7ad3 CMake: typos in filenames (thanks Riddell)
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: