Commit Graph

2053 Commits

Author SHA1 Message Date
Teo Mrnjavac
06ebf69afe Initialize all members (fix Coverity defect 98200). 2016-02-26 14:02:22 +01:00
Teo Mrnjavac
7e89e67059 Initialize all members (fix Coverity defect 98206). 2016-02-26 13:39:41 +01:00
Teo Mrnjavac
ff9cf0880a Fix QVariant type check (fix Coverity defect 114155). 2016-02-26 13:34:30 +01:00
Teo Mrnjavac
b2f1e08377 Prevent unnecessary switch fallthrough (fix Coverity defect 114171). 2016-02-26 13:24:13 +01:00
Teo Mrnjavac
c1d1e7cb5a Prevent memory leak on bad module dir (fix Coverity defect 114172). 2016-02-26 13:22:03 +01:00
Teo Mrnjavac
27b27644c4 Initialize all members (fix Coverity defect 114173). 2016-02-26 13:19:47 +01:00
Teo Mrnjavac
749a740ffa Ensure the resizing items aren't null (fix Coverity defect 121862). 2016-02-26 13:13:01 +01:00
Teo Mrnjavac
a0ac9d9f07 Don't dereference nullptr (fix Coverity defect 121863). 2016-02-26 13:00:58 +01:00
Teo Mrnjavac
53741f0d36 Initialize all members in ctor (fix Coverity defect 122658). 2016-02-26 13:00:58 +01:00
Calamares CI
787d2ea080 Automatic merge of Transifex translations 2016-02-26 00:31:10 +00:00
Calamares CI
5253869469 Automatic merge of Transifex translations 2016-02-25 00:30:55 +00:00
Teo Mrnjavac
eb26b4ee89 Update settings defaults. 2016-02-24 15:40:40 +01:00
Teo Mrnjavac
cb317f8d9e Update README.md 2016-02-24 15:34:09 +01:00
Teo Mrnjavac
dcaadeca78 Update list of enabled translation languages. 2016-02-24 15:17:14 +01:00
Teo Mrnjavac
f470756d5f Bump for 2.0. 2016-02-24 15:17:14 +01:00
Calamares CI
923c2cddd7 Automatic merge of Transifex translations 2016-02-24 00:33:53 +00:00
Teo Mrnjavac
1e3e1d22bb Fix build. 2016-02-23 14:43:12 +01:00
Teo Mrnjavac
3c8aee7b5e Add resizing state flag to Splitter items.
New iterator for Splitter items.
Use std::function instead of templates for type safety.
2016-02-23 10:50:48 +01:00
Teo Mrnjavac
757a5b48eb Merge pull request #236 from tctara/patch-1
Modify Hostname input validation to accept number as first character
2016-02-23 09:36:01 +01:00
Tith Chantara
80864bdf27 Modify Hostname input validation to accept number as first character
Input validation for Hostname accept a letter or a digit as the first character to conform to [rfc1123](http://tools.ietf.org/html/rfc1123#page-13 ) . Fixing [CAL-346](https://calamares.io/bugs/browse/CAL-346)
2016-02-23 15:32:29 +07:00
Calamares CI
2ccfd9e50e Automatic merge of Transifex translations 2016-02-23 02:44:43 +00:00
Calamares CI
24a8d2af79 Automatic merge of Transifex translations 2016-02-23 00:31:12 +00:00
Teo Mrnjavac
bafaa6a225 Keep Splitter items on the stack. 2016-02-22 18:51:44 +01:00
Teo Mrnjavac
7bf0fa2575 Get better debug information. 2016-02-22 16:39:06 +01:00
Teo Mrnjavac
d6de5be8d0 Don't segfault on free space in Splitter widget. 2016-02-22 15:51:50 +01:00
Calamares CI
c5db05fff7 Automatic merge of Transifex translations 2016-02-22 00:31:10 +00:00
Philip Müller
c6cf6f6906 Merge pull request #235 from konqoro/patch-1
Enable Greek translation of the project
2016-02-21 09:03:15 +01:00
Calamares CI
d44679d097 Automatic merge of Transifex translations 2016-02-21 00:31:03 +00:00
konqoro
56a522c278 Enable Greek translation of the project 2016-02-20 22:35:45 +02:00
Calamares CI
30dd9c9937 Automatic merge of Transifex translations 2016-02-20 02:44:51 +00:00
Calamares CI
c7c4ae80f5 Automatic merge of Transifex translations 2016-02-20 00:30:54 +00:00
Teo Mrnjavac
12e20f6c7f Bump. 2016-02-19 18:18:48 +01:00
Teo Mrnjavac
64498ea71b Keep the EFI system partitions model up to date with reverts. 2016-02-19 17:04:16 +01:00
Teo Mrnjavac
e91d213872 Improve setting ESP. 2016-02-19 16:57:49 +01:00
Teo Mrnjavac
e27b9fc295 Handle ESP selector visibility. 2016-02-19 16:51:24 +01:00
Teo Mrnjavac
a4831085fb Only override BIOS bootloader install path if there's no UI. 2016-02-19 16:42:51 +01:00
Teo Mrnjavac
7a89b53538 Refactor leave event of ChoicePage, add ESP mount point support.
PVS now calls ChoicePage::onLeave, which in turn runs ChoicePage::
doAlongsideApply and/or sets up the ESP mount point based on the UI
state if it's running in EFI mode and the action is Alongside or
Replace.
If setting up under BIOS, Alongside and Replace always install
the bootloader in the MBR of the current device.
2016-02-19 16:33:19 +01:00
Calamares CI
7ec039f860 Automatic merge of Transifex translations 2016-02-18 00:36:08 +00:00
Teo Mrnjavac
569f2d9d50 Use iterators instead. 2016-02-17 17:17:50 +01:00
Teo Mrnjavac
dc038dfe1e Useless code is useless. 2016-02-17 16:52:21 +01:00
Teo Mrnjavac
4781bc0f7a Use a QVector. 2016-02-17 16:46:51 +01:00
Teo Mrnjavac
c1b4320f5c Correctly handle free space in Splitter widget. 2016-02-17 16:41:05 +01:00
Teo Mrnjavac
7f6199ad37 Remember to update total. 2016-02-17 16:36:13 +01:00
Teo Mrnjavac
7bf918bfee Compensate for small partition visibility in Splitter widget. 2016-02-17 16:25:01 +01:00
Calamares CI
43cfbaa15d Automatic merge of Transifex translations 2016-02-17 00:31:06 +00:00
Teo Mrnjavac
ea7b95e474 Maybe don't crash. 2016-02-16 14:50:01 +01:00
Teo Mrnjavac
9ecd23dfc7 In the labels view too. 2016-02-16 14:45:50 +01:00
Teo Mrnjavac
db69a860b0 Try to make it more responsive. 2016-02-16 14:27:54 +01:00
Teo Mrnjavac
9757de0d2c Restore the cursor. 2016-02-16 14:21:38 +01:00
Teo Mrnjavac
adbf0c7276 Try another approach. 2016-02-16 14:19:22 +01:00