Commit Graph

1119 Commits (e6f98393b8f3ba1abc8e84d18e8f4221d99d2f9c)
 

Author SHA1 Message Date
Teo Mrnjavac e6f98393b8 Add icons to qrc.
Teo Mrnjavac cb69e95bd9 New icons for Greeting page links.
Teo Mrnjavac 262ef38c0a Show/hide available links based on greeting.conf and Branding.
Teo Mrnjavac 23ddfaae67 Read configuration map into GreetingViewStep.
Teo Mrnjavac 43487198a2 The greeting module now has a config file.
Teo Mrnjavac dc74e38a60 New Url entries in branding.desc
Teo Mrnjavac ec883e391d Add different kinds of Url to Branding.
Calamares CI 593973fc9e Automatic merge of Transifex translations
Teo Mrnjavac a1e643044e Make ProductUrl/ProductUrlText optional.
Teo Mrnjavac 00d3205ed3 Update branding.desc syntax.
Teo Mrnjavac bce6ec94fd Add ProductUrl and ProductUrlText to Branding.
demmm 4088d9bd3b implement http://calamares.io/bugs/browse/CAL-185
Teo Mrnjavac cff7fbef1f Update README.md
Calamares CI 2a14174095 Automatic merge of Transifex translations
Ramon Buldó a253101258 [partition] Disable bootloader disk selection when installing in a efi system.
Calamares CI d89a7c1279 Automatic merge of Transifex translations
Calamares CI a1e69b8aa9 Automatic merge of Transifex translations
Teo Mrnjavac 19bcc887a8 Fix build with Qt 5.5 branch.
Calamares CI 1d5f24f412 Automatic merge of Transifex translations
Teo Mrnjavac 5a24916fd0 Make which plymouth execute in chroot.
Calamares CI 30fad6a575 Automatic merge of Transifex translations
Teo Mrnjavac 535441ee49 Merge pull request from shadeslayer/fix_plymouth_finding
Use which to find plymouth instead of hard coding /usr/bin
Rohan Garg 44105895f8 Use 'which' to find plymouth instead of hard coding /usr/bin
Debian ships plymouth in  /bin instead of /usr/bin, so we should use
'which' to figure out if it's installed.
Teo Mrnjavac 75f4f0fa04 Fix issue with splitting being allowed when it shouldn't be.
KPM docs misreport Partition::available to be in sectors, when it's
actually in bytes. Because of this, available space estimates were
completely off and resizing was allowed even when there's no room to
do it. This used to put the resize widget in all sorts of weird,
visually broken states.
CAL-188 #comment Does this still happen with current master?
Calamares CI 7fe49decd1 Automatic merge of Transifex translations
Calamares CI 0a81d0a509 Automatic merge of Transifex translations
Calamares CI 628fcadd31 Automatic merge of Transifex translations
Calamares CI 35f49097c0 Automatic merge of Transifex translations
Calamares CI b5e2793e1e Automatic merge of Transifex translations
Teo Mrnjavac 19715c2ab1 Merge pull request from calamares/branding-style
Eliminate CalamaresStyle and get style constants from Branding instead.
Calamares CI d4daa22a38 Automatic merge of Transifex translations
demmm f2c7458ebe proper align
Teo Mrnjavac 62f6f1d9cf Dress color codes, otherwise they are treated as YAML comments.
Teo Mrnjavac e5d4c02b4a Use Branding styleStrings instead of CalamaresStyle constants.
Teo Mrnjavac cc5095781d Branding::style is now ::styleString for clarity.
Teo Mrnjavac 9615691554 CalamaresStyle is no more. Look for color constants in Branding.
demmm b982d751af adding needed Branding.cpp section
builds, but segfaults on running
demmm 56afa45812 start of trial to add sidebar style options
use a new style section in branding.desc, doesn't build as is
Teo Mrnjavac c7f46136fc Do not crash.
demmm b81e46b6ef Merge pull request from calamares/revert-209-master
Revert "add URL option in greeting page"
demmm d750885e75 Revert "add URL option in greeting page"
demmm 331333aa1a Merge pull request from demmm/master
add URL option in greeting page
demmm be29755230 add URL option in greeting page
URL is a variable set in branding.desc, distros cna link to a Known Issues page
text for the URL is also possible to set in branding, known issues is default
advantage is any text possible as distros see fit
disadvantage, not part of translated strings
if most agree, Known Issues can be set as hard coded text, not in branding.desc
Calamares CI 19943348dc Automatic merge of Transifex translations
Teo Mrnjavac d0235c4e76 Improve strings for actions in ChoicePage.
Teo Mrnjavac 288177efdf Update README.md
Calamares CI 075c9edddd Automatic merge of Transifex translations
Teo Mrnjavac c45e757cea Good guy clang catches lousy code.
CAL-212 #close Fixed.
Calamares CI 2fac966c00 Automatic merge of Transifex translations
Philip a62743185a [partition] use C++11 initialization list for mountPoints