Major ViewStep additions and changes.
Renamed ViewPlugin to ViewStep. Back/Next button status management. Subpages are now under a ViewStep's jurisdiction, we only forward back/ next signals if a ViewStep says it's got more pages to show. ViewStep exposes a QWidget* to ViewManager, this QWidget gets added to a stack. If a ViewStep wishes to show more than one page, it must manage more pages on its own inside its single QWidget*.
Showing
- src/calamares/CMakeLists.txt 1 addition, 1 deletionsrc/calamares/CMakeLists.txt
- src/calamares/CalamaresWindow.cpp 1 addition, 1 deletionsrc/calamares/CalamaresWindow.cpp
- src/calamares/ViewManager.cpp 41 additions, 27 deletionssrc/calamares/ViewManager.cpp
- src/calamares/ViewManager.h 5 additions, 7 deletionssrc/calamares/ViewManager.h
- src/calamares/modulesystem/ViewModule.cpp 4 additions, 4 deletionssrc/calamares/modulesystem/ViewModule.cpp
- src/calamares/viewpages/ViewStep.cpp 6 additions, 4 deletionssrc/calamares/viewpages/ViewStep.cpp
- src/calamares/viewpages/ViewStep.h 16 additions, 6 deletionssrc/calamares/viewpages/ViewStep.h
- src/modules/greeting/CMakeLists.txt 1 addition, 1 deletionsrc/modules/greeting/CMakeLists.txt
- src/modules/greeting/GreetingPage.cpp 15 additions, 1 deletionsrc/modules/greeting/GreetingPage.cpp
- src/modules/greeting/GreetingPage.h 2 additions, 6 deletionssrc/modules/greeting/GreetingPage.h
- src/modules/greeting/GreetingViewStep.cpp 55 additions, 4 deletionssrc/modules/greeting/GreetingViewStep.cpp
- src/modules/greeting/GreetingViewStep.h 21 additions, 5 deletionssrc/modules/greeting/GreetingViewStep.h
Loading
Please register or sign in to comment