calamares/src/libcalamaresui
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.
2014-11-16 04:19:53 +01:00
..
modulesystem And some more debug output readability improvements. 2014-10-30 17:36:56 +01:00
utils And some more debug output readability improvements. 2014-10-30 17:36:56 +01:00
viewpages Show a summary of the partition changes on the summary page 2014-07-30 14:17:14 +02:00
widgets Add ClickableLabel, a QLabel which emits the clicked signal. 2014-10-07 16:07:27 +02:00
Branding.cpp Introduce and use a Calamares::Branding::setGlobals method. 2014-11-16 04:19:53 +01:00
Branding.h Introduce and use a Calamares::Branding::setGlobals method. 2014-11-16 04:19:53 +01:00
CMakeLists.txt Groundwork for branding loader/manager. 2014-10-10 18:18:35 +02:00
InstallationViewStep.cpp Change signature of JobQueue::progress, add finished() signal 2014-07-23 10:58:08 +02:00
InstallationViewStep.h Shut up Qt lupdate warnings. 2014-10-29 13:06:52 +01:00
libcalamaresui.qrc Add icons to qrc. 2014-10-07 16:07:27 +02:00
Settings.cpp Load branding component name from Settings. 2014-10-10 18:13:02 +02:00
Settings.h Load branding component name from Settings. 2014-10-10 18:13:02 +02:00
UiDllMacro.h Refactored calamares_bin into calamares_bin and libcalamaresui. 2014-07-03 18:00:40 +02:00
ViewManager.cpp Ensure viewpages will have focus. To choose a focused widget inside it, 2014-11-10 12:26:03 +01:00
ViewManager.h Generalized code path for Phase switching. Also load install modules. 2014-07-12 14:38:33 +02:00