79 Commits (dd0491e5caf886464d1289a53d45fffcd3913379)

Author SHA1 Message Date
Adriaan de Groot f8bc195fb4 [libcalamaresui] Improve warning when branding has no translation 8 years ago
Adriaan de Groot 3ae126f589 [modules] Use cError() as well
- Switch KPMHelpers to using Calamares logging instead of qDebug()
8 years ago
Adriaan de Groot 60f440f72b [libcalamaresui] Use new convenience logging methods
- Remove a few confusing Q_FUNCINFO
8 years ago
Adriaan de Groot 762ad54344 Documentation: change http links to GitHub to https 8 years ago
Adriaan de Groot 6c5199c9cc YAML: on error, report filename along with location 8 years ago
Adriaan de Groot 594bc37d67 Coverity: uninitialized member 9 years ago
Adriaan de Groot 44e6955f19 Feature: allow disable welcome-logo resizing 9 years ago
Adriaan de Groot 3b5955900e Coverity: explicit initialization 9 years ago
Adriaan de Groot ce6997d214 Coverity: fix some uninitialized members 9 years ago
Adriaan de Groot f1cfde36d6 Allow different welcome message.
FIXES #592
9 years ago
Adriaan de Groot 14912d6c63 Merge branch 'master' of https://github.com/AOSC-Dev/calamares into AOSC-Dev-master 9 years ago
Andrius Štikonas 9f0ca042fe Port away from most cases of Q_FOREACH to C++11 ranged for loop.
In order to avoid deep copies, Qt containers over which we iterate must be const
The remaining unported cases require qAsConst (Qt 5.7) or std::as_const (C++17)
9 years ago
Mingcong Bai 2d64110150 calamares: sidebarTextHighlight for branding
This commit adds support for distribution to define sidebarTextHighlight to their
branding.desc file, to control the left panel (sidebar) with highlight behind the
current step (isCurrent) text label.
10 years ago
Teo Mrnjavac 75cf3f08c6 Add ProductWelcome image to Branding. 11 years ago
Teo Mrnjavac 09d7cd9de6 Add translationsPathPrefix to Branding. 11 years ago
Teo Mrnjavac ec883e391d Add different kinds of Url to Branding. 11 years ago
Teo Mrnjavac bce6ec94fd Add ProductUrl and ProductUrlText to Branding. 11 years ago
Teo Mrnjavac cc5095781d Branding::style is now ::styleString for clarity. 11 years ago
demmm b982d751af adding needed Branding.cpp section
builds, but segfaults on running
11 years ago
demmm 56afa45812 start of trial to add sidebar style options
use a new style section in branding.desc, doesn't build as is
11 years ago
demmm d750885e75 Revert "add URL option in greeting page" 11 years ago
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
11 years ago
Teo Mrnjavac 14ddba70ef Initial commit for QML slideshow support. 11 years ago
Kevin Kofler 462819060b branding: Add a dedicated bootloaderEntryName setting.
Use it in the bootloader and grubcfg modules instead of
shortProductName.
11 years ago
Kevin Kofler 538b457ea8 branding: Add a shortProductName entry.
This is what the bootloader modules really want, and it was also missing
for consistency with the other branding entries.
11 years ago
Kevin Kofler 98f99fa5bf Introduce and use a Calamares::Branding::setGlobals method.
The method creates a map called "branding" in the global storage, and
inserts an entry for each of the branding strings. This makes the
branding information accessible to the Python modules.

The method is called by CalamaresApplication::initJobQueue.

This is necessary because the Branding class is in libcalamaresui, so
Python modules cannot access it directly.
11 years ago
Teo Mrnjavac 7594c85f2e Add ImageRegistry support to Branding. 11 years ago
Teo Mrnjavac 5e8ab97de4 Actually load branding data from default component. 11 years ago
Teo Mrnjavac 2182918476 Groundwork for branding loader/manager. 11 years ago