Adriaan de Groot
8dd1b7ed4a
Merge branch 'distro-example'
...
This was WIP, working on the fstab / UUID problem, but stands on its
own; since others are zooming in on the fstab / UUID problem, close
down the branch.
2017-08-30 08:18:12 -04:00
Adriaan de Groot
1ea79efce8
Uninitialized value
2017-08-29 14:00:48 -04:00
Adriaan de Groot
162de207c8
Package module: extensive documentation of options
2017-08-29 10:34:38 -04:00
Adriaan de Groot
3799a26b3c
Package module: optimize & fix
...
- Expand example configurations
- Optimize commoon case of just listing package names
- Do locale substitution in both kinds of cases
2017-08-29 06:58:30 -04:00
Adriaan de Groot
6c36534206
Package module: fix packages-could-be-objects code
...
- Check for 'list' when it's actually a 'dict' is strange.
Reverse logic to consider 'str' a package name and everything
else is special.
- Refactor to handle the difference between package names and
packages-with-script-data in one place.
- Add code and config documentation.
- Switch sample configurations to dummy-backend.
2017-08-29 05:51:30 -04:00
Adriaan de Groot
d66434985e
Package module: refactor package-manager into multiple classes
2017-08-29 05:51:29 -04:00
Adriaan de Groot
913521d022
Testing: set more locale-globals in testing-script.
...
When testing Python modules, passing option --lang should also
set the global 'locale' (to a BCP47 string, but hey) like it
already sets localeConf.LANG.
2017-08-29 05:51:29 -04:00
Adriaan de Groot
c5abfd6371
Having a mounted partition should not disqualify the entire device.
...
FIXES #780
(should reopen #639 for double-checking)
2017-08-28 06:01:11 -04:00
Adriaan de Groot
85595b4e04
#780 : check for isMounted(), not for where-would-it-be-mounted
2017-08-28 05:54:04 -04:00
Adriaan de Groot
7791c3cb19
DeviceInfo: refactor translation of DeviceInfoPage
...
- For Boot and Device info widgets, add a retranslateUi() method,
since the labels change not only in response to translation
events but also UI events.
FIXES #779
2017-08-28 05:44:43 -04:00
Adriaan de Groot
7e66499f36
Refactor check for EFI system.
...
The TODO stands, to delegate this to KPMCore.
2017-08-28 05:36:45 -04:00
Adriaan de Groot
186f6cd1e2
initcpiocfg: accept (but warn) for missing config file in the host
2017-08-23 17:33:03 -04:00
Adriaan de Groot
106f18e074
Log process output of failed commands
...
FIXES #612
2017-08-23 16:44:09 -04:00
Adriaan de Groot
63f9c25611
Update unpackfs.conf examples and documentation
2017-08-23 06:57:11 -04:00
Adriaan de Groot
3188a47fba
Bump version numbers on the example distro
2017-08-23 06:51:45 -04:00
Adriaan de Groot
89c2c8a76e
Suppress success-notification on failure
2017-08-23 05:25:07 -04:00
Adriaan de Groot
2c81fceacb
Python: KeyError because pretty_name may not exist
2017-08-23 04:59:04 -04:00
Calamares CI
2f5638c34e
[dummypythonqt] Automatic merge of Transifex translations
2017-08-22 05:08:39 -04:00
Adriaan de Groot
52f1ac63e3
Update translation sources
2017-08-21 17:58:06 -04:00
Calamares CI
704901762e
[dummypythonqt] Automatic merge of Transifex translations
2017-08-21 17:51:44 -04:00
Adriaan de Groot
b3a46c7506
Merge branch 'i18n-pythonjob'
2017-08-21 17:50:16 -04:00
Adriaan de Groot
93115b7385
Popup notification when the installation is done.
...
- Use DBus and FreeDesktop interface to popup message
- Code style / formatting
FIXES #599
2017-08-21 17:49:38 -04:00
Adriaan de Groot
5dc70ac261
Python-i18n: apply C++-coding style
2017-08-21 12:36:04 -04:00
Adriaan de Groot
538c59adb9
Python-i18n: add /usr/local/share/locale to search
2017-08-21 12:34:38 -04:00
Adriaan de Groot
d6d5f54d00
Python-i18n: clarify debugging
2017-08-21 10:37:35 -04:00
Adriaan de Groot
22fd428664
Python-i18: avoid duplicate path entries
2017-08-18 14:22:59 -04:00
Adriaan de Groot
48cc1f0461
Python-i18n: adjust for changed API
2017-08-18 14:19:50 -04:00
Adriaan de Groot
3a1d5ed533
Python-i18n: (inefficiently) search for suitable gettext dirs
2017-08-18 13:06:44 -04:00
Adriaan de Groot
34230276e3
Python-i18n: extend test-script with language setting
2017-08-16 16:51:56 +02:00
Adriaan de Groot
78b3c8ed32
Python-i18n: allow None as a gettext path (searches default)
2017-08-16 16:45:34 +02:00
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.
2017-08-16 10:53:11 +02:00
Adriaan de Groot
5326e9ee06
Python-style: sharp-eyed KK spots a typo
2017-08-15 14:10:56 +02:00
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.
2017-08-15 13:58:43 +02:00
Adriaan de Groot
f509000215
Python-style: cut-and-paste accident
2017-08-15 13:36:51 +02:00
Adriaan de Groot
49384ef01f
Python-style: fix derpy workaround for PEP8
2017-08-15 13:29:39 +02:00
Adriaan de Groot
6370898154
Python-i18n: make it compile again
2017-08-15 13:21:17 +02:00
Adriaan de Groot
cbfdd8690d
Python-i18n: WIP, moving API to libcalamares.utils
2017-08-15 12:31:47 +02:00
Adriaan de Groot
1dbe7c29e2
Python-i18n: prepare for move of API to libcalamares.utils, be less verbose
2017-08-15 12:30:19 +02:00
Adriaan de Groot
fdb4be8189
Python-i18n: be explicit about parameters
2017-08-15 11:46:25 +02:00
Adriaan de Groot
c694792e4f
Python-style: pep8 fixes
2017-08-15 11:39:58 +02:00
Adriaan de Groot
d523a44407
Merge branch 'master' into i18n-pythonjob
2017-08-10 16:06:39 -04:00
Adriaan de Groot
40c3b3dd04
Modules: initramfscfg copy files from own install-dir
...
FIXES #770
2017-08-10 16:04:02 -04:00
Adriaan de Groot
f0a143cd5c
PythonJob: switching between C++ and Python is hard
2017-08-10 15:45:38 -04:00
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)
2017-08-10 15:43:13 -04:00
Calamares CI
8052b6d6f6
[dummypythonqt] Automatic merge of Transifex translations
2017-08-10 15:39:24 -04:00
Adriaan de Groot
33bc669591
Python-i18n: trivial example adding _ to python jobs
...
- add to dummypython
- also add to machineid
2017-08-10 15:39:24 -04:00
Adriaan de Groot
b922d88b0f
Python-i18n: add a gettext_path for python job modules
2017-08-10 15:39:24 -04:00
Adriaan de Groot
34c3bc6c85
CMake: shuffle translations macros into CMakeModules/
2017-08-10 10:40:41 -04:00
Adriaan de Groot
be04b12597
Modules: tidy debugging in dummypython
2017-08-09 11:02:25 -04:00
Adriaan de Groot
2dc019493d
Modules: docs for users.conf
2017-08-09 10:59:14 -04:00
Calamares CI
6537a054de
[dummypythonqt] Automatic merge of Transifex translations
2017-08-09 07:20:44 +09:00
Adriaan de Groot
ca3b10002b
Modules: minor cleanup + docs
2017-08-09 05:45:09 +09:00
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
2017-08-08 17:29:44 +04:30
Adriaan de Groot
a718eb76cb
Docs: code-documentation about summary page
2017-08-08 07:54:38 -04:00
Calamares CI
c00350551f
[dummypythonqt] Automatic merge of Transifex translations
2017-08-08 03:21:32 -04:00
Adriaan de Groot
61865a8e11
i18n: fix encoding of dummy translations -- not ASCII, but UTF-8
2017-08-07 15:39:02 -04:00
n3rdopolis
05e48d4357
Remove whitespace
2017-08-06 12:20:26 -04:00
n3rdopolis
aac783ed3a
Try to correct character per line count
2017-08-06 12:07:12 -04:00
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
2017-08-06 11:43:24 -04:00
Adriaan de Groot
c860270751
i18n: mark python example-string as translatable
2017-08-02 14:43:21 -04:00
Adriaan de Groot
f0894b471b
i18n: mark non-translatable string as such
2017-08-02 14:40:26 -04:00
Adriaan de Groot
2fdccdf090
Merge branch 'simplify-module-desc'
2017-08-02 11:29:58 -04:00
Adriaan de Groot
46636bdf65
Modules: documentation of CMake, module.desc, etc.
2017-08-02 11:05:32 -04:00
Adriaan de Groot
445fdace36
Modules: remove another boilerplate module.desc
2017-08-02 11:05:32 -04:00
Adriaan de Groot
196b1567db
Modules: remove boilerplate module.desc
2017-08-02 11:05:32 -04:00
Adriaan de Groot
e3008657c4
Modules: accept 'viewmodule' as alias of 'view', improve logging on error.
2017-08-02 11:05:32 -04:00
Adriaan de Groot
445a7fc62a
CMake: remove welcome-module desc, since it's generated
2017-08-02 11:05:32 -04:00
Adriaan de Groot
e6e91546e4
Do not use deprecated type
2017-08-02 07:44:04 -04:00
Adriaan de Groot
f50d12445a
Merge pull request #766 from stikonas/master
...
Port away from deprecated qSort.
2017-08-02 04:04:44 -04:00
Adriaan de Groot
a23b7c2a00
CMake: be more verbose about choice of webkit vs engine
2017-07-25 09:44:34 +02:00
Andrius Štikonas
1131fdce4c
Port away from deprecated qSort.
2017-07-17 22:53:09 +01:00
Adriaan de Groot
4a5cee133f
About: adjust to the system font size.
...
FIXES #433
2017-07-12 07:43:47 -04:00
Adriaan de Groot
55a63a1f67
RemoveUser: fix bad PEP8-ing
...
FIXES #577
2017-07-12 07:07:53 -04:00
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.
2017-07-12 06:40:54 -04:00
Adriaan de Groot
18a1f459db
Partition: reduce code duplications
2017-07-12 05:54:22 -04:00
Adriaan de Groot
7d49255a78
Partitions: use an enum with clear semantics instead of bool
2017-07-12 05:41:29 -04:00
Adriaan de Groot
730e0d885f
Partitions: use KPMCore-defined default backend
2017-07-12 05:17:34 -04:00
Adriaan de Groot
55c6cfa1ca
Partitions: improve wording of debug messages
2017-07-12 04:57:22 -04:00
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.
2017-07-12 04:52:52 -04:00
Adriaan de Groot
33bca6d71d
Merge commit 'partitions'
2017-07-11 17:46:47 -04:00
Adriaan de Groot
594bc37d67
Coverity: uninitialized member
2017-07-11 09:32:09 -04:00
Adriaan de Groot
5bf03cc515
Partitions: shuffle some device-detection code off to PartUtils.cpp
2017-07-11 06:27:19 -04:00
Adriaan de Groot
aeb0cd0d3f
Partitions: drop devices with mounted partitions.
...
FIXES #639
2017-07-11 06:27:19 -04:00
Adriaan de Groot
cc7631dd99
Partitions: code-formatting
2017-07-11 06:27:19 -04:00
Adriaan de Groot
c66807282b
CMake: remove editorializing from CMakeLists.txt
2017-07-11 06:26:56 -04:00
Adriaan de Groot
6fb40c517a
CMake: collect all the Find-modules at top-level
2017-07-11 06:26:56 -04:00
Adriaan de Groot
ce11c7ab6d
LightDM: fix type (thanks Kevin Kofler)
2017-07-10 14:43:13 -04:00
Adriaan de Groot
8ca94db0fa
Merge branch 'python-bits'
2017-07-10 12:03:33 -04:00
Adriaan de Groot
ae6a9cd822
Python: move unsquash documentation to the config file
2017-07-10 11:58:58 -04:00
Adriaan de Groot
34b96148ae
Python: at beginning of job, if pretty status has changed, emit progress to update it in the UI.
2017-07-10 11:58:57 -04:00
Adriaan de Groot
fcde28ca9d
Python: tidy description of hwclock module
2017-07-10 11:58:57 -04:00
Adriaan de Groot
11e5a6cbe0
Python: trim description to the first line of run.__doc__
2017-07-10 11:58:57 -04:00
Adriaan de Groot
9561bac1c8
SUSE DM: add special case configuring autologin in sysconfig (openSUSE)
...
FIXES #582
2017-07-10 10:14:28 -04:00
Adriaan de Groot
984a83deb9
LightDM: if lightdm.conf doesn't exist (for autologin), create it
...
FIXES #568
2017-07-10 09:27:56 -04:00
Lisa Vitolo
9be15e68b6
Change both size box suffices to MiB.
2017-07-09 18:20:00 +01:00
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.
2017-07-09 10:10:04 -04:00
Adriaan de Groot
96ef18c2c4
CMake: help find libparted
2017-07-05 11:08:41 -04:00
Adriaan de Groot
db105079ba
CMake: drop meta-include CalamaresUse
2017-07-05 10:37:49 -04:00
Adriaan de Groot
d74627b705
CMake: remove superfluous module-path-setting
2017-07-05 10:21:25 -04:00
Adriaan de Groot
a72cc0eeb4
Python: use the module run().__doc__ as a pretty description.
2017-07-05 06:46:29 -04:00
Adriaan de Groot
f12ae5db3b
Python: get docstring from run() method
2017-07-05 06:46:29 -04:00
Adriaan de Groot
e43f41a402
Python: separate description of dummy module from docs of run()
2017-07-05 06:46:29 -04:00
Adriaan de Groot
10eaf06f60
Python: Be more descriptive when modules can't be loaded.
2017-07-05 06:30:23 -04:00
Calamares CI
1897b62538
[dummypythonqt] Automatic merge of Transifex translations
2017-07-05 00:42:16 +00:00
Adriaan de Groot
57031a4c15
Merge branch 'ui-tweaks'
2017-07-04 08:53:21 -04:00
Adriaan de Groot
3c3c0f99f8
C++ trickery, part two: shorten code
2017-07-04 08:42:14 -04:00
Adriaan de Groot
5a3bbe8088
FinishedPage: show message instead of details on failure
2017-07-04 08:16:28 -04:00
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.
2017-07-04 08:14:30 -04:00
Adriaan de Groot
232bbe18bc
Be more verbose while scanning devices
2017-07-04 05:32:05 -04:00
Adriaan de Groot
ef065c1183
Merge branch 'master' into annoy-sitter
2017-07-04 04:32:02 -04:00
Adriaan de Groot
44e6955f19
Feature: allow disable welcome-logo resizing
2017-07-04 04:30:08 -04:00
Adriaan de Groot
c4f955874d
QLabel::setPixmap() isn't virtual, don't make it so.
2017-07-04 03:36:42 -04:00
Calamares CI
77fd8be881
[dummypythonqt] Automatic merge of Transifex translations
2017-07-04 01:22:28 +00:00
Adriaan de Groot
ee4e4dfccc
C++ trickery to make the code shorter to read.
2017-07-03 18:07:18 -04:00
Adriaan de Groot
3ecd2f2ff6
Add self to copyright notice
2017-07-03 15:39:21 -04:00
Adriaan de Groot
09a7988622
FinishedPage: add copyright, reduce warnings
2017-07-03 11:36:36 -04:00
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
2017-07-03 11:32:47 -04:00
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"
2017-07-03 17:20:02 +02:00
Adriaan de Groot
da75035654
Cleanup: summary module description
2017-07-03 10:26:59 -04:00
Adriaan de Groot
79595eb532
Coverity: explicitly initialize
2017-07-03 09:21:05 -04:00
Adriaan de Groot
43e7ea6265
Merge branch 'no-rcc'
2017-07-03 05:48:50 -04:00
Adriaan de Groot
9b3af4aac3
i18n: translate yes/no buttons, don't rely on Qt translations
2017-07-03 05:46:33 -04:00
Calamares CI
6291cc9db1
[dummypythonqt] Automatic merge of Transifex translations
2017-07-03 02:51:00 +00:00
Calamares CI
314282731b
[dummypythonqt] Automatic merge of Transifex translations
2017-07-03 00:40:53 +00:00
Calamares CI
c583e4c21b
[dummypythonqt] Automatic merge of Transifex translations
2017-07-02 02:50:59 +00:00
Calamares CI
955c20c8d7
[dummypythonqt] Automatic merge of Transifex translations
2017-07-02 00:40:16 +00:00
Calamares CI
a9b89d1b25
[dummypythonqt] Automatic merge of Transifex translations
2017-07-01 03:09:55 +00:00
Calamares CI
b3fbfec997
[dummypythonqt] Automatic merge of Transifex translations
2017-07-01 01:01:58 +00:00
Calamares CI
6b7a03ea97
[dummypythonqt] Automatic merge of Transifex translations
2017-06-30 03:26:52 +00:00
Calamares CI
418974c0ea
[dummypythonqt] Automatic merge of Transifex translations
2017-06-30 01:23:26 +00:00
Adriaan de Groot
75b5303b49
i18n: stop trying to install Qt translations
2017-06-29 06:29:29 -04:00
Adriaan de Groot
61c0ab4534
Clang: fix the right conversions (thanks KKofler)
2017-06-29 06:18:52 -04:00
Calamares CI
0b6e43c899
[dummypythonqt] Automatic merge of Transifex translations
2017-06-29 02:49:05 +00:00
Philip Müller
f64266a294
Merge pull request #758 from manjaro/lightdm-greeters
...
[displaymanager] check for installed lightdm greeter and configure accordingly
2017-06-28 17:04:40 +02:00
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
2017-06-28 16:43:07 +02:00
Adriaan de Groot
5cd328dad3
Clang: if we're going to crash on purpose, crash the C++ way
2017-06-28 08:44:59 -04:00
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.
2017-06-28 07:48:51 -04:00
Adriaan de Groot
d669df625a
Clang: static QString -> literal
2017-06-28 06:35:41 -04:00
Adriaan de Groot
c0b3f3fe9d
Clang: reduce warnings; make enum-switch explicit
2017-06-28 05:49:53 -04:00
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
2017-06-28 03:57:01 -04:00
Adriaan de Groot
90e8a6cff9
Shrink upper padding.
...
FIXES #591
2017-06-28 02:46:24 -04:00
Calamares CI
a2a94af984
[dummypythonqt] Automatic merge of Transifex translations
2017-06-28 02:49:02 +00:00
Calamares CI
d2058df677
[dummypythonqt] Automatic merge of Transifex translations
2017-06-28 00:37:14 +00:00
Adriaan de Groot
a41a23a230
Merge pull request #757 from manjaro/deepin-greeter
...
fix #756 .. good catch
2017-06-27 09:44:30 -04:00
Adriaan de Groot
cea9f0fb33
Clang: stick with integers
2017-06-27 09:28:32 -04:00
Bernhard Landauer
72cfb83873
fix https://github.com/calamares/calamares/issues/756
2017-06-27 14:50:53 +02:00
Adriaan de Groot
3b0b05186a
Clang: reduce warnings
2017-06-27 07:36:46 -04:00
Adriaan de Groot
0d884869e5
Clang: reduce warnings about code-documentation
2017-06-27 07:17:40 -04:00
Adriaan de Groot
f2d2218070
Clang: fix warning about implict copy-ctor with explicit move-ctor
2017-06-27 07:15:31 -04:00
Adriaan de Groot
09b25ab3e9
Clang: make ViewManager instance a proper singleton.
2017-06-27 06:46:59 -04:00