calamares/src/libcalamaresui
Teo Mrnjavac a54f217173 Use CalamaresUtils::lookupAndCall in PythonQtViewStep.
This is done to support both Pythonic and Qt style method names, i.e.
both "isNextEnabled" and "is_next_enabled" is ok in a Python module.
Also better documentation in PythonQtViewStep, and stub for
setConfigurationMap.
Finally, proper handling of PythonQtViewStep Python-facing basewidget:
with this change, a call to PQVS::widget() only triggers a widget
relayout if it's necessary, and leaves it alone otherwise.
2016-12-16 17:03:00 +01:00
..
modulesystem Nor this. 2016-12-16 17:03:00 +01:00
utils Add PythonQtUtils.{h,cpp} with CalamaresUtils::lookupAndCall. 2016-12-16 17:03:00 +01:00
viewpages Use CalamaresUtils::lookupAndCall in PythonQtViewStep. 2016-12-16 17:03:00 +01:00
widgets New FixedAspectRatioLabel for pixmaps. 2015-06-20 01:04:54 +02:00
Branding.cpp Port away from most cases of Q_FOREACH to C++11 ranged for loop. 2016-09-01 16:46:14 +01:00
Branding.h Port away from most cases of Q_FOREACH to C++11 ranged for loop. 2016-09-01 16:46:14 +01:00
CMakeLists.txt Add PythonQtUtils.{h,cpp} with CalamaresUtils::lookupAndCall. 2016-12-16 17:03:00 +01:00
ExecutionViewStep.cpp InstallationViewStep is now ExecutionViewStep. 2015-09-15 16:48:42 +02:00
ExecutionViewStep.h InstallationViewStep is now ExecutionViewStep. 2015-09-15 16:48:42 +02:00
libcalamaresui.qrc New icons for DeviceInfoWidget. 2015-12-30 17:27:13 +01:00
Settings.cpp Port away from most cases of Q_FOREACH to C++11 ranged for loop. 2016-09-01 16:46:14 +01:00
Settings.h Refactor configuration file loading to allow multiple instances. 2015-09-15 16:48:42 +02:00
UiDllMacro.h Refactored calamares_bin into calamares_bin and libcalamaresui. 2014-07-03 18:00:40 +02:00
ViewManager.cpp Remove obsolete code. 2015-12-30 17:27:02 +01:00
ViewManager.h Refactor view module workflow in ViewManager. 2015-09-15 16:48:42 +02:00