34 Commits (cbcf85b4a2640eb43a73f2314e05c43923b35fd8)

Author SHA1 Message Date
Adriaan de Groot 52f09f7f46 [modules] Minor documentation work on modules a-g 8 years ago
Adriaan de Groot 762ad54344 Documentation: change http links to GitHub to https 8 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.
8 years ago
Adriaan de Groot 1dbe7c29e2 Python-i18n: prepare for move of API to libcalamares.utils, be less verbose 8 years ago
Adriaan de Groot fdb4be8189 Python-i18n: be explicit about parameters 8 years ago
Adriaan de Groot c694792e4f Python-style: pep8 fixes 8 years ago
Adriaan de Groot d523a44407 Merge branch 'master' into i18n-pythonjob 8 years ago
Adriaan de Groot f0a143cd5c PythonJob: switching between C++ and Python is hard 8 years ago
Adriaan de Groot 33bc669591 Python-i18n: trivial example adding _ to python jobs
- add to dummypython
 - also add to machineid
8 years ago
Adriaan de Groot be04b12597 Modules: tidy debugging in dummypython 8 years ago
Adriaan de Groot ca3b10002b Modules: minor cleanup + docs 8 years ago
Adriaan de Groot e43f41a402 Python: separate description of dummy module from docs of run() 9 years ago
Alf Gaida 2f45dc0f5d Fixed pep8 whining in module dummypython
added myself to copyright
9 years ago
Teo Mrnjavac 40cb168468 Fix typo. 9 years ago
Teo Mrnjavac 742b2013f9 Sleep for 3, not 30s. 10 years ago
Teo Mrnjavac fcb6817c54 Make dummypython sleep for 30sec. 11 years ago
Philip e7a67b9c52 [dummypython] add python doc strings 11 years ago
Gormogon 113d9db7cb Python Better Docstrings 11 years ago
Gormogon 7989267e81 Unused Imports 11 years ago
Gormogon 5c1ee7bbcb [PEP 8] General Style Part 3 11 years ago
Gormogon 8e1480431a [PEP 263] Corrected Encoding Headers 11 years ago
Teo Mrnjavac 8f10c21e5b Big configuration overhaul.
Module descriptors are now module.desc, no configuration allowed inside.
Module config files are <modulename>.conf, installed in
share/calamares/modules.
settings.conf is read from /etc/calamares, then share/calamares, and if
running with --debug also in the current dir.
Module config files are read from /etc/calamares/modules, then
share/calamares/modules, and if running with --debug also in
src/modules/<modulename> relative to the current dir.
11 years ago
Aurélien Gâteau a75b1809d8 Do not make dummypython fail 11 years ago
Teo Mrnjavac 2232c49471 Make dummypython work with current API. 11 years ago
Teo Mrnjavac 0d3a3a0b78 Fix dummypython for recent API change. 12 years ago
Teo Mrnjavac 906560ffee PEPify dummypython 12 years ago
Teo Mrnjavac 5369038ed6 Add debug test to dummypython 12 years ago
Teo Mrnjavac 4fc2efb7fa Correctly report exit status from Python modules. 12 years ago
Teo Mrnjavac beafcd9cc4 Consistency: calamares_main ==> run; global_storage => globalStorage 12 years ago
Teo Mrnjavac da83ecfb13 libcalamares.job is of type libcalamares.Job 12 years ago
Teo Mrnjavac 73f03017fd Spaces, not tabs. 12 years ago
Teo Mrnjavac 4516213b0b Add some dummy configuration to dummypython, and then show it. 12 years ago
Teo Mrnjavac a61a36d99d We have a Python API for jobmodules!
Created a Boost.Python module interface in libcalamares.
Added a PythonJob wrapper and exposed it in the Python module.
Rename target calamareslib ==> calamares so in Python it's libcalamares.
Python-related classes in libcalamares that aren't exported as C++
symbols are now in a CalamaresPrivate namespace.
Import the libcalamares python module into every Python script before
running it.
Added Python error handling to PythonJobHelper.
Added some more testing code to dummypython module.
12 years ago
Teo Mrnjavac 2f628cd1d4 Add dummy python jobmodule. 12 years ago