3412 Commits (6537a054dee133e9749ea95c42ed16072bf5a41a)
 

Author SHA1 Message Date
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
Calamares CI 9d2f8cac3c [core] 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 c9c4e4d064 Merge pull request #759 from Psy-Kai/master
Fix unknown partition-type Fat32 at mount and in fstab
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 ef8cbcf526 Coverity: add (stub) modeling file 7 years ago
Adriaan de Groot 5704719ea4 CMake: minor styling 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
Adriaan de Groot 4885b4afec i18n: reduce noise-only commits from Transifex 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
Calamares CI 955c20c8d7 [dummypythonqt] Automatic merge of Transifex translations 7 years ago
Calamares CI 75e9123e05 [core] Automatic merge of Transifex translations 7 years ago
Calamares CI a9b89d1b25 [dummypythonqt] Automatic merge of Transifex translations 7 years ago
Calamares CI b3fbfec997 [dummypythonqt] Automatic merge of Transifex translations 7 years ago
Calamares CI b2fe83d698 [core] Automatic merge of Transifex translations 7 years ago
Calamares CI 6b7a03ea97 [dummypythonqt] Automatic merge of Transifex translations 7 years ago
Calamares CI 418974c0ea [dummypythonqt] Automatic merge of Transifex translations 7 years ago
Calamares CI 1f8af77738 [core] Automatic merge of Transifex translations 7 years ago
Adriaan de Groot 75b5303b49 i18n: stop trying to install Qt translations 7 years ago
Adriaan de Groot 611cb1f94c i18n: QT_TRANSLATIONS_DIR hasn't been set since Qt 5.3.
None of the Qt translations are found, nor shipped along with the
Calamares translations; it depends on the translations of Qt
on the live system. The mechanism was broken, anyway, by the
split into qt_<foo>.qm and qtbase_<foo>.qm, and the introduction
for QPT for the translation of standard button texts.

Just drop the special code looking for Qt translations and the
rcc hacks that entails.

FIXES #336
7 years ago
Adriaan de Groot 61c0ab4534 Clang: fix the right conversions (thanks KKofler) 7 years ago
Calamares CI 0b6e43c899 [dummypythonqt] Automatic merge of Transifex translations 7 years ago
Calamares CI de1755c404 [core] Automatic merge of Transifex translations 7 years ago
Philip Müller f64266a294 Merge pull request #758 from manjaro/lightdm-greeters
[displaymanager] check for installed lightdm greeter and configure accordingly
7 years ago
Bernhard Landauer a1173bccc2 [displaymanager] check for installed lightdm greeter and configure accordingly
- no matter if for example slick-greeter is installed as "lightdm-slick-greeter" or whatever.
  tested with lightdm-deepin-greeter and slick-greeter.
- plus some little simplifications
- added Copyright
https://github.com/calamares/calamares/issues/756
7 years ago
Adriaan de Groot 5cd328dad3 Clang: if we're going to crash on purpose, crash the C++ way 7 years ago
Adriaan de Groot 97ded0ec48 i18n: see if Transifex sync uses these scripts. 7 years ago
Adriaan de Groot 4561849c39 UI: add tooltip to Cancel / Quit button
Change 'Quit' at the end to 'Done', because we're done -- and Quit
is sometimes interpreted as cancelling. Tooltip for additional
explanation.
7 years ago
Adriaan de Groot d669df625a Clang: static QString -> literal 7 years ago
Adriaan de Groot c0b3f3fe9d Clang: reduce warnings; make enum-switch explicit 7 years ago
Adriaan de Groot 2905a9969d SDDM-config: allow poorly formatted SDDM config
SDDM itself doesn't trip over duplicate sections or keys, but
the Python config-parser does (in strict mode). Relax a bit.

FIXES #579
7 years ago
Adriaan de Groot 90e8a6cff9 Shrink upper padding.
FIXES #591
7 years ago
Calamares CI a2a94af984 [dummypythonqt] Automatic merge of Transifex translations 7 years ago
Calamares CI d2058df677 [dummypythonqt] Automatic merge of Transifex translations 7 years ago
Calamares CI 7650924407 [core] Automatic merge of Transifex translations 7 years ago
Adriaan de Groot a41a23a230 Merge pull request #757 from manjaro/deepin-greeter
fix #756 .. good catch
7 years ago
Adriaan de Groot cea9f0fb33 Clang: stick with integers 7 years ago