2461 Commits (d45a6bd856b0d741b796d9c53e6de83b620407fb)
 

Author SHA1 Message Date
Teo Mrnjavac 41ee4096a6 Merge pull request #244 from hmikihth/master
Support the already mounted loop fs (example in the blackPanther OS)
9 years ago
Teo Mrnjavac e70ab95e92 Fix Coverity build. 9 years ago
Teo Mrnjavac 78b01d1e20 Fix CI. 9 years ago
Calamares CI 910204aaf8 Automatic merge of Transifex translations 9 years ago
Calamares CI a86753f386 Automatic merge of Transifex translations 9 years ago
Calamares CI e4c52bb650 Automatic merge of Transifex translations 9 years ago
Calamares CI f5b976496e Automatic merge of Transifex translations 9 years ago
Teo Mrnjavac 59e68ad29a Bump. 9 years ago
Teo Mrnjavac e9da3acd95 Fix EncryptWidget height. 9 years ago
Teo Mrnjavac 04ab71bad9 Fix default new partition text. 9 years ago
Teo Mrnjavac 9c90a2a500 Useless margins are useless. 9 years ago
Teo Mrnjavac edeee85cd3 Write reuse Home check box string. 9 years ago
Teo Mrnjavac e6f9714f84 Avoid homePartitionPath going out of scope. 9 years ago
Teo Mrnjavac 90bb64fb17 Pass current index by value. 9 years ago
Teo Mrnjavac aaf85407fb Only look for a separate /home partition if a partition was found. 9 years ago
Teo Mrnjavac d65df112dd If reuseHome is set and if /home/<username> exists, backup dotfiles. 9 years ago
Teo Mrnjavac 6c6e4a1f88 Write reuseHome to GlobalStorage. 9 years ago
Teo Mrnjavac b20e18cc26 Update languages list. 9 years ago
Teo Mrnjavac 8b0b4c73de Add Q_UNUSED where relevant. 9 years ago
Teo Mrnjavac d44a3d831b Warning fixes: avoid C-style casts. 9 years ago
Teo Mrnjavac 30ff216dea Warning fix: implicit cast. 9 years ago
Teo Mrnjavac 90c06bd733 Warning fixage (init list order, lossy cast, Q_UNUSED). 9 years ago
Teo Mrnjavac c1e535a8e8 Hide reuse checkbox on action selection change. 9 years ago
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.
9 years ago
Teo Mrnjavac bc345b3ddc Add "reuse home" check box to .ui. 9 years ago
Teo Mrnjavac 45ed210192 Add OsproberHomePartitionPathRole to PartitionModel. 9 years ago
Teo Mrnjavac be3070ca48 Populate /home partition path, if any. 9 years ago
Teo Mrnjavac 1443b335d3 OsproberEntry.cpp be gone! 9 years ago
Teo Mrnjavac edecccfa46 Build it. 9 years ago
Teo Mrnjavac 5fe5b8a4f3 Add some guesswork to acquire a part node from a fstab entry for /home. 9 years ago
Teo Mrnjavac f2f5a18984 Reading a system's fstab lines into the osprober entries list. 9 years ago
Teo Mrnjavac 098aa5546c Add struct FstabEntry to OsproberEntry.h. 9 years ago
Calamares CI a3104e2430 Automatic merge of Transifex translations 9 years ago
Teo Mrnjavac 2951c88990 Init filesystems asynchronously. 9 years ago
Teo Mrnjavac 45f6e6c55b Rearrange asynchronous scan in PartitionCoreModule a bit. 9 years ago
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.
9 years ago
shainer 5e2ed69629 Set a descriptive User Agent for requests, so sourceforge.net does not complain. 9 years ago
shainer e462c3c8d8 Use QNetworkAccessManager instead of KIO to download the config; remove KIO dep. 9 years ago
Teo Mrnjavac 8704a799ad Merge pull request #249 from shainer/networkcfg
networkcfg needs to copy resolv.conf in the chroot
9 years ago
shainer 8798dc03ea README for netinstall now explains how to require a working connection when launching Calamares. 9 years ago
Teo Mrnjavac 611f81761b Merge pull request #247 from shainer/master
packageOperations should be a map between operation type and list of …
9 years ago
shainer a45f78e9ac networkcfg needs to copy resolv.conf in the chroot. 9 years ago
shainer d16691ae44 Add netinstall module setup instructions and lessons in README.md 9 years ago
shainer 53214a15bc Add pkgman to run_operations invocation. 9 years ago
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. 9 years ago
shainer d0321fdf4f When setting packageOperations, use QMap, not QHash, since QHash is not currently supported. 9 years ago
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. 9 years ago
shainer f84da1e013 Fix build failure seen in the live test. 9 years ago
shainer f2658f5eb0 Left commented code in previous commit, switch to cDebug(). 9 years ago
shainer aa54d82d85 Last connect() conversion in the module. 9 years ago