shainer
|
e462c3c8d8
|
Use QNetworkAccessManager instead of KIO to download the config; remove KIO dep.
|
2016-07-15 13:27:10 +01:00 |
|
Teo Mrnjavac
|
8704a799ad
|
Merge pull request #249 from shainer/networkcfg
networkcfg needs to copy resolv.conf in the chroot
|
2016-07-12 12:25:30 +02:00 |
|
shainer
|
8798dc03ea
|
README for netinstall now explains how to require a working connection when launching Calamares.
|
2016-07-11 22:07:42 +01:00 |
|
Teo Mrnjavac
|
611f81761b
|
Merge pull request #247 from shainer/master
packageOperations should be a map between operation type and list of …
|
2016-07-11 11:20:59 +02:00 |
|
shainer
|
a45f78e9ac
|
networkcfg needs to copy resolv.conf in the chroot.
|
2016-07-10 15:29:49 +01:00 |
|
shainer
|
d16691ae44
|
Add netinstall module setup instructions and lessons in README.md
|
2016-07-09 17:14:10 +01:00 |
|
shainer
|
53214a15bc
|
Add pkgman to run_operations invocation.
|
2016-07-05 21:06:27 +01:00 |
|
shainer
|
2349f7125e
|
Add conversion utilities from QHash to py dict. When translating from pydict, however, translate into a QMap as before to keep current behaviour.
|
2016-07-04 22:30:45 +01:00 |
|
shainer
|
d0321fdf4f
|
When setting packageOperations, use QMap, not QHash, since QHash is not currently supported.
|
2016-07-04 22:20:54 +01:00 |
|
shainer
|
058c7d8913
|
packageOperations should be a map between operation type and list of packages. It does not make sense for it to be a list of dictionaries, all with the same format. Also makes conversions with QVariant harder.
|
2016-07-04 22:18:21 +01:00 |
|
shainer
|
f84da1e013
|
Fix build failure seen in the live test.
|
2016-07-02 23:54:32 +01:00 |
|
shainer
|
f2658f5eb0
|
Left commented code in previous commit, switch to cDebug().
|
2016-06-30 23:00:03 +01:00 |
|
shainer
|
aa54d82d85
|
Last connect() conversion in the module.
|
2016-06-30 22:59:29 +01:00 |
|
shainer
|
c54fae2f6e
|
Delete redundant include
|
2016-06-30 22:33:00 +01:00 |
|
shainer
|
793717e145
|
Change view name to 'Package selection'
|
2016-06-30 22:32:31 +01:00 |
|
shainer
|
afedf9e024
|
Switch two connects to Qt5 style.
|
2016-06-30 22:27:37 +01:00 |
|
Teo Mrnjavac
|
d568f18145
|
Bump.
|
2016-06-30 13:57:11 +02:00 |
|
Teo Mrnjavac
|
e172fd7326
|
Add LUKS modules hint to settings.conf
|
2016-06-30 13:56:30 +02:00 |
|
Teo Mrnjavac
|
e7c3d0b7ac
|
Update languages list.
|
2016-06-30 13:09:08 +02:00 |
|
Teo Mrnjavac
|
0f40e8f3fa
|
Refresh summary widgets on leave.
|
2016-06-29 19:25:52 +02:00 |
|
Teo Mrnjavac
|
2c68802446
|
Reapply the action choice instead.
|
2016-06-29 18:46:02 +02:00 |
|
Teo Mrnjavac
|
b2b202d190
|
Do a full revert.
|
2016-06-29 18:34:02 +02:00 |
|
Teo Mrnjavac
|
f1a29033a2
|
Revert PCM before applying Alongside operation.
|
2016-06-29 18:21:38 +02:00 |
|
shainer
|
877eb71886
|
Use utils from the YamlUtils package to read nodes more elegantly.
|
2016-06-27 23:23:10 +01:00 |
|
shainer
|
631dcc18f5
|
Use nullptr instead of 0 for pointers.
|
2016-06-27 23:03:15 +01:00 |
|
shainer
|
b043b42795
|
Add copyright statements when missing, make them all the same.
|
2016-06-27 23:00:47 +01:00 |
|
shainer
|
a5cc9f2a9d
|
Netinstall module. See README for complete guide. Allows to configure groups and packages; selected packages are installed through the 'packages' module.
|
2016-06-25 23:26:08 +01:00 |
|
Teo Mrnjavac
|
9d4a636a16
|
Revert "Improve debug output in PartitionBarsView."
This reverts commit 9e186190fc .
|
2016-06-24 17:38:52 +02:00 |
|
Teo Mrnjavac
|
59f0e9cc2d
|
Revert "Improve debug output."
This reverts commit 3d5ccb2712 .
|
2016-06-24 17:38:45 +02:00 |
|
Teo Mrnjavac
|
d4d2fd1432
|
Bump.
|
2016-06-24 17:28:52 +02:00 |
|
Teo Mrnjavac
|
e96c7f95ef
|
Improve debug output.
|
2016-06-24 17:15:26 +02:00 |
|
Teo Mrnjavac
|
9888a4e5d3
|
Only make it dirty if something changes.
|
2016-06-24 17:06:39 +02:00 |
|
Teo Mrnjavac
|
a96b7c1596
|
Reset previous spinBox value on resizer widget reset.
|
2016-06-24 17:00:55 +02:00 |
|
Teo Mrnjavac
|
1f664f1eec
|
Keep track of previous spinbox value.
|
2016-06-24 16:58:23 +02:00 |
|
Teo Mrnjavac
|
cd94768850
|
Revert "Try to work around spinbox dirty status change on apply issue."
This reverts commit 9c90d54eda .
|
2016-06-24 16:46:56 +02:00 |
|
Teo Mrnjavac
|
9c90d54eda
|
Try to work around spinbox dirty status change on apply issue.
|
2016-06-24 16:28:17 +02:00 |
|
Teo Mrnjavac
|
5450a18c85
|
Copyright.
|
2016-06-24 16:05:33 +02:00 |
|
Teo Mrnjavac
|
2e173c183f
|
Do not align partition boundaries unless explicitly requested.
|
2016-06-24 16:04:48 +02:00 |
|
Teo Mrnjavac
|
9d995f3625
|
Use length instead of calculating sectors count.
|
2016-06-24 15:10:20 +02:00 |
|
Teo Mrnjavac
|
4f41cf54a9
|
Hook up PartitionLabelsView to model.
|
2016-06-23 10:01:13 +02:00 |
|
Teo Mrnjavac
|
3940e2b09d
|
Add config option for always showing partition labels.
|
2016-06-23 10:00:55 +02:00 |
|
Teo Mrnjavac
|
5520972e5a
|
Add labels view to manual partitioning page.
|
2016-06-23 10:00:00 +02:00 |
|
Teo Mrnjavac
|
3d5ccb2712
|
Improve debug output.
|
2016-06-23 09:48:03 +02:00 |
|
Teo Mrnjavac
|
9e186190fc
|
Improve debug output in PartitionBarsView.
|
2016-06-22 18:18:53 +02:00 |
|
Teo Mrnjavac
|
d6676b2245
|
Retry mke2fs before giving up.
|
2016-06-21 17:20:45 +02:00 |
|
Teo Mrnjavac
|
7c89bc87ce
|
Bump.
|
2016-06-17 18:11:00 +02:00 |
|
Teo Mrnjavac
|
66a516038b
|
Check for existence of LUKS information.
|
2016-06-17 17:35:33 +02:00 |
|
Teo Mrnjavac
|
0f8ef4220c
|
Lint.
|
2016-06-17 17:10:09 +02:00 |
|
Teo Mrnjavac
|
e6806048e4
|
Add support for generating crypttab.
This relies on the luksbootkeyfile module, which should create a keyfile
at / and add it to all interested partitions.
|
2016-06-17 17:04:20 +02:00 |
|
Teo Mrnjavac
|
73e4cee81b
|
Copyright.
|
2016-06-17 15:58:32 +02:00 |
|