mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 02:37:35 +00:00
Help: Convert to GML and propagate more errors
Converts Help's layout to GML, propagates model and icon creation errors, and switches to the MainWidget-namespace organization pattern seen in more up-to-date apps like TextEditor to make things easier to maintain going forward.
This commit is contained in:
parent
6879465725
commit
8825abe7ed
6 changed files with 439 additions and 320 deletions
|
@ -4,9 +4,13 @@ serenity_component(
|
|||
TARGETS Help
|
||||
)
|
||||
|
||||
compile_gml(HelpWindow.gml HelpWindowGML.h help_window_gml)
|
||||
|
||||
set(SOURCES
|
||||
HelpWindowGML.h
|
||||
History.cpp
|
||||
main.cpp
|
||||
MainWidget.cpp
|
||||
ManualModel.cpp
|
||||
ManualPageNode.cpp
|
||||
ManualSectionNode.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue