Calamares CI
e4c52bb650
Automatic merge of Transifex translations
2016-07-24 02:44:56 +00:00
Calamares CI
f5b976496e
Automatic merge of Transifex translations
2016-07-23 02:44:57 +00:00
Teo Mrnjavac
59e68ad29a
Bump.
2016-07-22 16:58:05 +02:00
Teo Mrnjavac
e9da3acd95
Fix EncryptWidget height.
2016-07-22 16:36:26 +02:00
Teo Mrnjavac
04ab71bad9
Fix default new partition text.
2016-07-22 16:36:26 +02:00
Teo Mrnjavac
9c90a2a500
Useless margins are useless.
2016-07-22 16:36:26 +02:00
Teo Mrnjavac
edeee85cd3
Write reuse Home check box string.
2016-07-22 16:36:26 +02:00
Teo Mrnjavac
e6f9714f84
Avoid homePartitionPath going out of scope.
2016-07-22 16:36:26 +02:00
Teo Mrnjavac
90bb64fb17
Pass current index by value.
2016-07-22 16:36:26 +02:00
Teo Mrnjavac
aaf85407fb
Only look for a separate /home partition if a partition was found.
2016-07-22 16:36:26 +02:00
Teo Mrnjavac
d65df112dd
If reuseHome is set and if /home/<username> exists, backup dotfiles.
2016-07-22 16:36:26 +02:00
Teo Mrnjavac
6c6e4a1f88
Write reuseHome to GlobalStorage.
2016-07-22 16:36:26 +02:00
Teo Mrnjavac
b20e18cc26
Update languages list.
2016-07-22 16:36:26 +02:00
Teo Mrnjavac
8b0b4c73de
Add Q_UNUSED where relevant.
2016-07-22 16:36:26 +02:00
Teo Mrnjavac
d44a3d831b
Warning fixes: avoid C-style casts.
2016-07-22 16:36:26 +02:00
Teo Mrnjavac
30ff216dea
Warning fix: implicit cast.
2016-07-22 16:36:26 +02:00
Teo Mrnjavac
90c06bd733
Warning fixage (init list order, lossy cast, Q_UNUSED).
2016-07-22 16:36:26 +02:00
Teo Mrnjavac
c1e535a8e8
Hide reuse checkbox on action selection change.
2016-07-22 16:36:26 +02:00
Teo Mrnjavac
a17f369cee
React to reuse home checkbox by setting /home mount point.
...
Rearranged Replace workflow a bit: onPartitionReplaceSelected is now
the on choice slot, which in turn calls doReplaceSelectedPartition.
onHomeCheckBoxStateChanged also calls doReplaceSelectedPartition if we
need to redo the Replace task with/without a separate home to keep.
m_reuseHomeCheckBox is hidden by default.
2016-07-22 16:36:26 +02:00
Teo Mrnjavac
bc345b3ddc
Add "reuse home" check box to .ui.
2016-07-22 16:36:26 +02:00
Teo Mrnjavac
45ed210192
Add OsproberHomePartitionPathRole to PartitionModel.
2016-07-22 16:36:26 +02:00
Teo Mrnjavac
be3070ca48
Populate /home partition path, if any.
2016-07-22 16:36:26 +02:00
Teo Mrnjavac
1443b335d3
OsproberEntry.cpp be gone!
2016-07-22 16:36:26 +02:00
Teo Mrnjavac
edecccfa46
Build it.
2016-07-22 16:36:26 +02:00
Teo Mrnjavac
5fe5b8a4f3
Add some guesswork to acquire a part node from a fstab entry for /home.
2016-07-22 16:36:26 +02:00
Teo Mrnjavac
f2f5a18984
Reading a system's fstab lines into the osprober entries list.
2016-07-22 16:36:26 +02:00
Teo Mrnjavac
098aa5546c
Add struct FstabEntry to OsproberEntry.h.
2016-07-22 16:36:26 +02:00
Calamares CI
a3104e2430
Automatic merge of Transifex translations
2016-07-22 14:17:54 +00:00
Teo Mrnjavac
2951c88990
Init filesystems asynchronously.
2016-07-20 13:02:04 +02:00
Teo Mrnjavac
45f6e6c55b
Rearrange asynchronous scan in PartitionCoreModule a bit.
2016-07-19 13:04:00 +02:00
Teo Mrnjavac
92eb947cc5
Merge pull request #245 from shainer/netinstall
...
Netinstall module. See README for complete guide. Allows to configure...groups and packages; selected packages are installed through the 'packages' module.
2016-07-15 18:01:43 +02:00
shainer
5e2ed69629
Set a descriptive User Agent for requests, so sourceforge.net does not complain.
2016-07-15 14:02:14 +01:00
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