calamares/src/libcalamaresui
Adriaan de Groot c233bbb23d [libcalamaresui] Handle no-finished-page scenarios
- From an exec section, next() is called automatically when
   all the jobs in that section are done.
 - If there **is** no next section (e.g. there's no finished
   page to show after the exec), then m_steps.at() would assert
   on an out-of-range index.
 - Introdcuce a helper predicate isAtVeryEnd() which handles both
   out-of-range and normal at-the-end scenarios.
 - If there's no page following the exec section, stay with the
   slideshow but update buttons to match the normal last-page
   behavior, and don't ask about cancel (since we're done).
2019-06-07 21:54:07 +02:00
..
modulesystem [libcalamaresui] Make sure finished() is processed once 2019-05-27 17:15:49 +02:00
utils [libcalamaresui] Use meaningful asserts 2019-05-27 15:38:37 +02:00
viewpages [libcalamares] Remove Typedefs.h 2019-05-07 09:51:23 -04:00
widgets Reduce warnings about extra ; 2019-04-18 12:06:09 +02:00
Branding.cpp [libcalamaresui] Add branding-aware function for loading image by name 2019-05-31 17:27:11 +02:00
Branding.h [libcalamaresui] Add branding-aware function for loading image by name 2019-05-31 17:27:11 +02:00
CMakeLists.txt [libcalamaresui] Fix build with KOSRelease 2019-05-20 22:54:54 +02:00
ExecutionViewStep.cpp [libcalamaresui] Fix sidebar label for setup mode 2019-05-08 12:29:01 +02:00
ExecutionViewStep.h Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
libcalamaresui.qrc [libcalamaresui] Add breeze SVGs under LGPLv3 2017-11-20 08:59:10 -05:00
UiDllMacro.h Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
ViewManager.cpp [libcalamaresui] Handle no-finished-page scenarios 2019-06-07 21:54:07 +02:00
ViewManager.h [libcalamaresui] Handle no-finished-page scenarios 2019-06-07 21:54:07 +02:00