2416 Commits (737b982eb221d97fe18ddc80e9f1f392e19771de)
 

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