2532 Commits (f63b44c984ada32f3891b631b35b427814005552)

Author SHA1 Message Date
Adriaan de Groot 22fd428664 Python-i18: avoid duplicate path entries 7 years ago
Adriaan de Groot 48cc1f0461 Python-i18n: adjust for changed API 7 years ago
Adriaan de Groot 3a1d5ed533 Python-i18n: (inefficiently) search for suitable gettext dirs 7 years ago
Adriaan de Groot 34230276e3 Python-i18n: extend test-script with language setting 7 years ago
Adriaan de Groot 78b3c8ed32 Python-i18n: allow None as a gettext path (searches default) 7 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.
7 years ago
Adriaan de Groot 5326e9ee06 Python-style: sharp-eyed KK spots a typo 7 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.
7 years ago
Adriaan de Groot f509000215 Python-style: cut-and-paste accident 7 years ago
Adriaan de Groot 49384ef01f Python-style: fix derpy workaround for PEP8 7 years ago
Adriaan de Groot 6370898154 Python-i18n: make it compile again 7 years ago
Adriaan de Groot cbfdd8690d Python-i18n: WIP, moving API to libcalamares.utils 7 years ago
Adriaan de Groot 1dbe7c29e2 Python-i18n: prepare for move of API to libcalamares.utils, be less verbose 7 years ago
Adriaan de Groot fdb4be8189 Python-i18n: be explicit about parameters 7 years ago
Adriaan de Groot c694792e4f Python-style: pep8 fixes 7 years ago
Adriaan de Groot d523a44407 Merge branch 'master' into i18n-pythonjob 7 years ago
Adriaan de Groot 40c3b3dd04 Modules: initramfscfg copy files from own install-dir
FIXES #770
7 years ago
Adriaan de Groot f0a143cd5c PythonJob: switching between C++ and Python is hard 7 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)
7 years ago
Calamares CI 8052b6d6f6 [dummypythonqt] Automatic merge of Transifex translations 7 years ago
Adriaan de Groot 33bc669591 Python-i18n: trivial example adding _ to python jobs
- add to dummypython
 - also add to machineid
7 years ago
Adriaan de Groot b922d88b0f Python-i18n: add a gettext_path for python job modules 7 years ago
Adriaan de Groot 34c3bc6c85 CMake: shuffle translations macros into CMakeModules/ 7 years ago
Adriaan de Groot be04b12597 Modules: tidy debugging in dummypython 7 years ago
Adriaan de Groot 2dc019493d Modules: docs for users.conf 7 years ago
Calamares CI 6537a054de [dummypythonqt] Automatic merge of Transifex translations 7 years ago
Adriaan de Groot ca3b10002b Modules: minor cleanup + docs 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
Calamares CI c00350551f [dummypythonqt] Automatic merge of Transifex translations 7 years ago
Adriaan de Groot 61865a8e11 i18n: fix encoding of dummy translations -- not ASCII, but UTF-8 7 years ago
n3rdopolis 05e48d4357 Remove whitespace 7 years ago
n3rdopolis aac783ed3a Try to correct character per line count 7 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
7 years ago
Adriaan de Groot c860270751 i18n: mark python example-string as translatable 7 years ago
Adriaan de Groot f0894b471b i18n: mark non-translatable string as such 7 years ago
Adriaan de Groot 2fdccdf090 Merge branch 'simplify-module-desc' 7 years ago
Adriaan de Groot 46636bdf65 Modules: documentation of CMake, module.desc, etc. 7 years ago
Adriaan de Groot 445fdace36 Modules: remove another boilerplate module.desc 7 years ago
Adriaan de Groot 196b1567db Modules: remove boilerplate module.desc 7 years ago
Adriaan de Groot e3008657c4 Modules: accept 'viewmodule' as alias of 'view', improve logging on error. 7 years ago
Adriaan de Groot 445a7fc62a CMake: remove welcome-module desc, since it's generated 7 years ago
Adriaan de Groot e6e91546e4 Do not use deprecated type 7 years ago
Adriaan de Groot f50d12445a Merge pull request #766 from stikonas/master
Port away from deprecated qSort.
7 years ago
Adriaan de Groot a23b7c2a00 CMake: be more verbose about choice of webkit vs engine 7 years ago
Andrius Štikonas 1131fdce4c Port away from deprecated qSort. 7 years ago
Adriaan de Groot 4a5cee133f About: adjust to the system font size.
FIXES #433
7 years ago
Adriaan de Groot 55a63a1f67 RemoveUser: fix bad PEP8-ing
FIXES #577
7 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.
7 years ago
Adriaan de Groot 18a1f459db Partition: reduce code duplications 7 years ago
Adriaan de Groot 7d49255a78 Partitions: use an enum with clear semantics instead of bool 7 years ago
Adriaan de Groot 730e0d885f Partitions: use KPMCore-defined default backend 7 years ago
Adriaan de Groot 55c6cfa1ca Partitions: improve wording of debug messages 7 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.
7 years ago
Adriaan de Groot 33bca6d71d Merge commit 'partitions' 7 years ago
Adriaan de Groot 594bc37d67 Coverity: uninitialized member 7 years ago
Adriaan de Groot 5bf03cc515 Partitions: shuffle some device-detection code off to PartUtils.cpp 7 years ago
Adriaan de Groot aeb0cd0d3f Partitions: drop devices with mounted partitions.
FIXES #639
7 years ago
Adriaan de Groot cc7631dd99 Partitions: code-formatting 7 years ago
Adriaan de Groot c66807282b CMake: remove editorializing from CMakeLists.txt 7 years ago
Adriaan de Groot 6fb40c517a CMake: collect all the Find-modules at top-level 7 years ago
Adriaan de Groot ce11c7ab6d LightDM: fix type (thanks Kevin Kofler) 7 years ago
Adriaan de Groot 8ca94db0fa Merge branch 'python-bits' 7 years ago
Adriaan de Groot ae6a9cd822 Python: move unsquash documentation to the config file 7 years ago
Adriaan de Groot 34b96148ae Python: at beginning of job, if pretty status has changed, emit progress to update it in the UI. 7 years ago
Adriaan de Groot fcde28ca9d Python: tidy description of hwclock module 7 years ago
Adriaan de Groot 11e5a6cbe0 Python: trim description to the first line of run.__doc__ 7 years ago
Adriaan de Groot 9561bac1c8 SUSE DM: add special case configuring autologin in sysconfig (openSUSE)
FIXES #582
7 years ago
Adriaan de Groot 984a83deb9 LightDM: if lightdm.conf doesn't exist (for autologin), create it
FIXES #568
7 years ago
Lisa Vitolo 9be15e68b6 Change both size box suffices to MiB. 7 years ago
Lisa Vitolo 925d3a61a7 Add "MB" suffix to the "edit partition" size box.
Makes it easier to know which unit Calamares is using when
resizing a partition. The "Create partition" dialog has
it already.
7 years ago
Adriaan de Groot 96ef18c2c4 CMake: help find libparted 7 years ago
Adriaan de Groot db105079ba CMake: drop meta-include CalamaresUse 7 years ago
Adriaan de Groot d74627b705 CMake: remove superfluous module-path-setting 7 years ago
Adriaan de Groot a72cc0eeb4 Python: use the module run().__doc__ as a pretty description. 7 years ago
Adriaan de Groot f12ae5db3b Python: get docstring from run() method 7 years ago
Adriaan de Groot e43f41a402 Python: separate description of dummy module from docs of run() 7 years ago
Adriaan de Groot 10eaf06f60 Python: Be more descriptive when modules can't be loaded. 7 years ago
Calamares CI 1897b62538 [dummypythonqt] Automatic merge of Transifex translations 7 years ago
Adriaan de Groot 57031a4c15 Merge branch 'ui-tweaks' 7 years ago
Adriaan de Groot 3c3c0f99f8 C++ trickery, part two: shorten code 7 years ago
Adriaan de Groot 5a3bbe8088 FinishedPage: show message instead of details on failure 7 years ago
Adriaan de Groot d3f624f818 FinishedPage: no modal pop-ups in a slot
Switch the failure popup to non-modal, and quit the application when
the pop-up is closed. This allows signals to be delivered to other
slots connected to JobQueue::failed.
7 years ago
Adriaan de Groot 232bbe18bc Be more verbose while scanning devices 7 years ago
Adriaan de Groot ef065c1183 Merge branch 'master' into annoy-sitter 7 years ago
Adriaan de Groot 44e6955f19 Feature: allow disable welcome-logo resizing 7 years ago
Adriaan de Groot c4f955874d QLabel::setPixmap() isn't virtual, don't make it so. 7 years ago
Calamares CI 77fd8be881 [dummypythonqt] Automatic merge of Transifex translations 7 years ago
Adriaan de Groot ee4e4dfccc C++ trickery to make the code shorter to read. 7 years ago
Adriaan de Groot 3ecd2f2ff6 Add self to copyright notice 7 years ago
Adriaan de Groot 09a7988622 FinishedPage: add copyright, reduce warnings 7 years ago
Adriaan de Groot 72659dc6e1 FinishedPage: don't reboot on failure
If installation fails, and you end up on the last page, suppress the
reboot-now checkbox.

FIXES #605
7 years ago
Kai Dohmen 6f680c0269 Fix unknown partition-type Fat32 at mount and in fstab
Only the string "fat32" and "fat16" will be replaced with vfat. If an
case sensitive "Fat32" some problems occure:
- mount: partition cannot be mounted (e.g. a fat32 efi partition)
- fstab: system won't even boot because fstab does not know the type "Fat32"
7 years ago
Adriaan de Groot da75035654 Cleanup: summary module description 7 years ago
Adriaan de Groot 79595eb532 Coverity: explicitly initialize 7 years ago
Adriaan de Groot 43e7ea6265 Merge branch 'no-rcc' 7 years ago
Adriaan de Groot 9b3af4aac3 i18n: translate yes/no buttons, don't rely on Qt translations 7 years ago
Calamares CI 6291cc9db1 [dummypythonqt] Automatic merge of Transifex translations 7 years ago
Calamares CI 314282731b [dummypythonqt] Automatic merge of Transifex translations 7 years ago
Calamares CI c583e4c21b [dummypythonqt] Automatic merge of Transifex translations 7 years ago