Adriaan de Groot
201a015bd4
Docs: welcomeStyleCalamares documentation / example
8 years ago
Adriaan de Groot
6e69585b31
Merge branch 'welcome-string'
8 years ago
Adriaan de Groot
f1cfde36d6
Allow different welcome message.
...
FIXES #592
8 years ago
Adriaan de Groot
e92d82c5db
Cleanup: add copyright lines
8 years ago
Adriaan de Groot
5f38da9d30
Docs: styles in the branding file
8 years ago
Rohan Garg
b90fdaca7a
Use KDE Neon since it has a newer kpmcore
8 years ago
Adriaan de Groot
b7a0b3930f
Reduce minimum-width to 800px
...
Tested in a VirtualBox setup with screen set to 800x600,
all of the Generic Linux RT components are visible, and
the buttons are too (which fall off the screen otherwise).
FIXES #731
8 years ago
Adriaan de Groot
fc5522741a
Bump required KPMCore to 3.0.3
...
The newer release resolves (upstream) a problem with NVMe encryption.
FIXES #697
8 years ago
Adriaan de Groot
e771845d91
Cleanup: bump CMake requirement, so we have better C++14 build support
8 years ago
Adriaan de Groot
aea73b982e
Cleanup: require ECM 5.10 or later (released 2015)
8 years ago
Adriaan de Groot
5382a510a9
Cleanup: switch to C++11 user-defined literals
8 years ago
Adriaan de Groot
4fab3c93c2
Docs: document effect of ensureSuspendToisk more thoroughly
8 years ago
Adriaan de Groot
829f72363e
Cleanup: remove duplicate #define
8 years ago
Calamares CI
99b00229b6
[dummypythonqt] Automatic merge of Transifex translations
8 years ago
Calamares CI
8de4b7fdd1
[dummypythonqt] Automatic merge of Transifex translations
8 years ago
Calamares CI
5c5a35081d
[dummypythonqt] Automatic merge of Transifex translations
8 years ago
Calamares CI
d3b70da243
[dummypythonqt] Automatic merge of Transifex translations
8 years ago
Calamares CI
17b421a16d
[dummypythonqt] Automatic merge of Transifex translations
8 years ago
Calamares CI
b53a21af3f
[dummypythonqt] Automatic merge of Transifex translations
8 years ago
Calamares CI
56d7d32f0d
[dummypythonqt] Automatic merge of Transifex translations
8 years ago
Adriaan de Groot
90bedac341
Merge branch 'AOSC-Dev-master'
8 years ago
Adriaan de Groot
bfe7334812
Branding: add example setting, document fallback behavior
8 years ago
Adriaan de Groot
daf5b025ce
Branding: fall back to original app palette
8 years ago
Adriaan de Groot
14912d6c63
Merge branch 'master' of https://github.com/AOSC-Dev/calamares into AOSC-Dev-master
8 years ago
Calamares CI
38ff1a9753
[dummypythonqt] Automatic merge of Transifex translations
8 years ago
Calamares CI
27e1983a2c
[dummypythonqt] Automatic merge of Transifex translations
8 years ago
adriaandegroot
2c0802d18e
Merge pull request #742 from siduction/pep8-displaymanager
...
Fixed pep8 whining in module displaymanager
8 years ago
adriaandegroot
ca76199705
Merge pull request #740 from siduction/pep8-services
...
Fixed pep8 whining in module services
8 years ago
Adriaan de Groot
b6715098e1
Manual: move to section 8, minor polishing
8 years ago
adriaandegroot
1813686d19
Merge pull request #275 from highvoltage/add-man-page
...
Add man page
8 years ago
Calamares CI
df8067d767
[dummypythonqt] Automatic merge of Transifex translations
8 years ago
Calamares CI
2e5aed22dd
[dummypythonqt] Automatic merge of Transifex translations
8 years ago
Calamares CI
b11de8b29d
[core] Automatic merge of Transifex translations
8 years ago
Adriaan de Groot
56dec8f575
Merge branch 'locale-fixes'
8 years ago
adriaandegroot
aa75fda9f2
Merge pull request #738 from siduction/pep8-unpackfs
...
Fixed pep8 whining in module unpackfs
8 years ago
Adriaan de Groot
e1a5af6529
Locale: when entering page, guess language.
...
If user picks an installer language on the welcome page, then
the system language follows that setting -- but only after the
first action where Calamares must guess the system language
based on location. So guess on entry, so that system language
follows installer language.
FIXES #688 .
8 years ago
Alf Gaida
f9695cabac
Fixed pep8 whining in module displaymanager
...
Added myself to copyright
8 years ago
Alf Gaida
48b3699a0f
Fixed pep8 whining in module services
...
Added myself to copyright
8 years ago
Alf Gaida
5f7b1dda26
Fixed pep8 whining in module unpackfs
...
Added myself to copyright
8 years ago
Adriaan de Groot
d545904f5c
Locale: don't overwrite explicit choice
...
If the user selects a language from the dialog (by clicking 'change'),
then preserve that explicit choice even when clicking on another
location which would reset the language based on the installer-
language.
8 years ago
Adriaan de Groot
89753a35f0
Locale: double-click to close locale-selection dialog
8 years ago
Rohan Garg
ad1c96cdd1
Use ftp.debian.org since deb.debian.org keeps 503'ing
8 years ago
Adriaan de Groot
f1bb16c4df
Merge branch 'locale-fixes'
8 years ago
Adriaan de Groot
4df0de200b
Locale: refactor to update labels in one place only
8 years ago
Adriaan de Groot
e0988a5e19
Timezones: make some TZ+0 pixels transparent, since otherwise it claims Amsterdam
8 years ago
Adriaan de Groot
3ae12f2573
Keyboard: avoid multiple connects
...
When selecting keyboard layout, pause, then select another, the
QTimer wasn't being disconnected from the previously selected
language, so the second selection would fire the timeout, and
then call *two* slots .. and then three, ... Disconnect when
the timer fires, too.
8 years ago
Adriaan de Groot
d29acf4a06
Logging: add a global storage dump method
8 years ago
Adriaan de Groot
17b8a9d884
Logging: format the multi-line warning about no-supported-languages
8 years ago
Adriaan de Groot
14cba59ab3
Logging: distinguish different failures in module instantiation.
8 years ago
adriaandegroot
eb2c14b7f6
Merge pull request #739 from siduction/pep8-grubcfg
...
Fixed pep8 whining in module grubcfg
8 years ago