Teo Mrnjavac
0f734c8c5c
Make sure to only call Py_Initialize if Python is not initialized.
2016-12-16 17:03:00 +01:00
Teo Mrnjavac
553062fc11
Fix build.
2016-12-16 17:03:00 +01:00
Teo Mrnjavac
8a90b89d25
Headers.
2016-12-16 17:03:00 +01:00
Teo Mrnjavac
264fb6996f
dummypythonqt module for testing purposes.
2016-12-16 17:03:00 +01:00
Teo Mrnjavac
0a5faa4888
PythonQtConsoleViewStep for testing purposes.
2016-12-16 17:03:00 +01:00
Teo Mrnjavac
2c3b56c803
Link against PythonQt; new PythonQtViewModule stub.
2016-12-16 17:03:00 +01:00
Teo Mrnjavac
ada620effc
Find PythonQt.
2016-12-16 17:03:00 +01:00
Teo Mrnjavac
026fa922d2
Do not dereference nullptr.
2016-12-14 09:02:07 +01:00
Teo Mrnjavac
07de427aab
Provide default for m_writeEtcDefaultKeyboard in KeyboardViewStep.
2016-12-14 09:01:56 +01:00
Teo Mrnjavac
163cf52900
Write hasInternet to GlobalStorage.
...
CAL-431 #close
2016-12-14 09:01:39 +01:00
Teo Mrnjavac
cdf77c8a0d
Do not LINK_PUBLIC by default.
2016-12-14 09:01:10 +01:00
Teo Mrnjavac
07fd7135e3
Add LINK_PRIVATE_LIBRARIES to calamares_add_plugin.
2016-12-14 09:00:59 +01:00
Teo Mrnjavac
bbba9e60ee
Document settings for services module.
2016-12-14 09:00:35 +01:00
Calamares CI
b801efe1c9
Automatic merge of Transifex translations
2016-12-14 00:37:40 +00:00
Teo Mrnjavac
457172df66
Do not dereference nullptr.
2016-12-13 12:17:07 +01:00
Teo Mrnjavac
c36b1f66a5
Provide default for m_writeEtcDefaultKeyboard in KeyboardViewStep.
2016-12-13 12:17:07 +01:00
Calamares CI
18ff94d41a
Automatic merge of Transifex translations
2016-12-13 00:35:03 +00:00
Teo Mrnjavac
f4dc81b0bc
Write hasInternet to GlobalStorage.
...
CAL-431 #close
2016-12-12 13:37:18 +01:00
Teo Mrnjavac
a44f336150
Correctly untar Coverity tool.
2016-12-09 17:43:44 +01:00
Teo Mrnjavac
2e405acbac
Update Coverity CI scripts.
2016-12-09 17:16:39 +01:00
Calamares CI
223e5e0620
Automatic merge of Transifex translations
2016-12-09 15:54:28 +00:00
Teo Mrnjavac
0e922d3481
Add KDevelop and Visual Studio Code files to .gitignore.
2016-12-08 12:54:14 +01:00
Teo Mrnjavac
e2b2d761c2
Do not LINK_PUBLIC by default.
2016-12-07 16:37:29 +01:00
Teo Mrnjavac
8b427cf2df
Add LINK_PRIVATE_LIBRARIES to calamares_add_plugin.
2016-12-07 16:36:31 +01:00
Philip
0bd31b0404
[displaymanager] set_autologin: Unset autologin for sddm when needed
2016-12-06 21:58:30 +01:00
Teo Mrnjavac
dd035bf151
Document settings for services module.
2016-12-05 17:59:47 +01:00
Kevin Kofler
bc8dd4225a
[displaymanager] set_autologin: Unset autologin for sddm when needed
...
CAL-423 #close
2016-12-03 19:18:41 +01:00
Teo Mrnjavac
45315e6ae9
Improve debug output for bootloader code path.
2016-12-02 18:36:02 +01:00
Teo Mrnjavac
e10034c670
Bump KPMcore requirement.
2016-12-01 19:15:11 +01:00
Philip
b6e0e226a1
Bump
2016-11-25 22:28:57 +01:00
Kevin Kofler
041db6e3d7
[dracutlukscfg] Don't include keyfile in initramfs on unencrypted /boot.
...
This matches the fix in initcpiocfg and initramfscfg.
2016-11-25 22:28:44 +01:00
Kevin Kofler
423c7b57e3
[initramfscfg] Don't include keyfile in initramfs on unencrypted /boot.
...
This matches the fix in initcpiocfg.
I had to create an encrypt_hook_nokey that is a copy of encrypt_hook
without the part that copies the keyfile.
2016-11-25 22:28:33 +01:00
Teo Mrnjavac
e0c5e81b5b
Write Btrfs subvolume lines to fstab.
2016-11-25 22:24:57 +01:00
Teo Mrnjavac
84b96b4f18
Special case for Btrfs root: create subvolumes and mount them.
2016-11-25 22:24:53 +01:00
Teo Mrnjavac
0ad819e301
Make sure we write the inner fs type to globalstorage.
2016-11-25 16:21:25 +01:00
shainer
8d5fbaafeb
New cmake switch to skip installing configuration.
...
The INSTALL_CONFIG is "on" by default. When set to off,
no *.conf file, both global and related to a single module,
will be installed. A warning message is printed by cmake too,
and the module description is edited to make this visible.
This is useful for testing, when we want to install our
own libraries and binary but keep the configuration of the
live system we are testing on (e.g. path to distro image).
Tested on the master branch.
2016-11-21 00:36:49 +00:00
shainer
2759529841
Remove current partition's mountpoint from used list.
...
This means that when we edit a partition, we don't consider
its current mountpoint invalid because it is already in-use.
We need to do this for both "edit existing partition" and
"edit a partition that we are still creating".
2016-11-20 23:19:33 +00:00
shainer
349470ae71
Check mountpoints when editing a partition too.
2016-11-20 23:06:03 +00:00
shainer
8c1199df2d
Check first selection of mountpoint too.
...
When opening the dialog.
2016-11-20 23:05:44 +00:00
shainer
f51b05e8aa
Get the mountpoint from PartitionInfo.
...
The Partition object includes the root mountpoint in
the partition mountpoint, which is not what we want.
2016-11-20 22:46:28 +00:00
shainer
c8dbeb5341
Avoid creating a new partition with a used mountpoint.
...
We get the mountpoints already used by other partitions, and
disable the Ok button in the "Create new partition" dialog if
the user selects/writes a mountpoint which is already used.
We are going to do the same in the Edit partition dialog
after testing.
2016-11-20 22:05:55 +00:00
Kevin Kofler
34516e9477
[dracutlukscfg] Don't include keyfile in initramfs on unencrypted /boot.
...
This matches the fix in initcpiocfg and initramfscfg.
2016-11-19 02:30:34 +01:00
Kevin Kofler
d9840feef9
[initramfscfg] Don't include keyfile in initramfs on unencrypted /boot.
...
This matches the fix in initcpiocfg.
I had to create an encrypt_hook_nokey that is a copy of encrypt_hook
without the part that copies the keyfile.
2016-11-19 02:13:04 +01:00
Teo Mrnjavac
c0b7b0bc27
Show warning.
2016-11-18 09:06:29 +01:00
Teo Mrnjavac
45e7363dfb
Oops.
2016-11-18 09:06:26 +01:00
Teo Mrnjavac
8d93c34031
Warn user about encrypted root with unencrypted /boot.
2016-11-18 09:06:21 +01:00
Teo Mrnjavac
555f0ba6cf
Don't include keyfile in initramfs on unencrypted /boot.
2016-11-18 09:06:17 +01:00
Calamares CI
290f3511fe
Automatic merge of Transifex translations
2016-11-18 00:34:12 +00:00
Teo Mrnjavac
83b51a5867
Show warning.
2016-11-17 19:03:24 +01:00
Teo Mrnjavac
17fe2d82f4
Oops.
2016-11-17 18:28:58 +01:00