Revision 003f9714
Added by skyjake almost 11 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- client
- include
- AtlasProceduralImage
- ChildWidgetOrganizer
- DialogContentStylist
- FontLineWrapping
- GLTextComposer
- GridLayout
- GuiRootWidget
- GuiWidget
- ProceduralImage
- SequentialLayout
- SignalAction
- TextDrawable
- commandaction.h
- ui
- ActionItem
- Data
- Item
- ListData
- Margins
- Stylist
- SubmenuItem
- SubwidgetItem
- VariableToggleItem
- framework
- actionitem.h
- atlasproceduralimage.h
- childwidgetorganizer.h
- commandaction.h
- data.h
- dialogcontentstylist.h
- fontlinewrapping.h
- gltextcomposer.h
- gridlayout.h
- guirootwidget.h
- guiwidget.h
- guiwidgetprivate.h
- item.h
- listdata.h
- margins.h
- proceduralimage.h
- sequentiallayout.h
- signalaction.h
- stylist.h
- submenuitem.h
- subwidgetitem.h
- textdrawable.h
- variabletoggleitem.h
- widgetactions.h
- style.h
- uidefs.h
- widgetactions.h
- widgets
- blurwidget.h
- buttonwidget.h
- choicewidget.h
- commandwidget.h
- compositorwidget.h
- dialogwidget.h
- documentwidget.h
- foldpanelwidget.h
- gridpopupwidget.h
- labelwidget.h
- lineeditwidget.h
- logwidget.h
- menuwidget.h
- notificationwidget.h
- panelwidget.h
- popupmenuwidget.h
- popupwidget.h
- progresswidget.h
- scriptcommandwidget.h
- scrollareawidget.h
- sliderwidget.h
- togglewidget.h
- variablechoicewidget.h
- variabletogglewidget.h
- src
- ui
- commandaction.cpp
- framework
- childwidgetorganizer.cpp
- commandaction.cpp
- data.cpp
- dialogcontentstylist.cpp
- fontlinewrapping.cpp
- gltextcomposer.cpp
- gridlayout.cpp
- guirootwidget.cpp
- guiwidget.cpp
- item.cpp
- listdata.cpp
- margins.cpp
- proceduralimage.cpp
- sequentiallayout.cpp
- signalaction.cpp
- textdrawable.cpp
- widgetactions.cpp
- style.cpp
- widgetactions.cpp
- widgets
- blurwidget.cpp
- buttonwidget.cpp
- choicewidget.cpp
- commandwidget.cpp
- compositorwidget.cpp
- dialogwidget.cpp
- documentwidget.cpp
- foldpanelwidget.cpp
- gridpopupwidget.cpp
- labelwidget.cpp
- lineeditwidget.cpp
- logwidget.cpp
- menuwidget.cpp
- notificationwidget.cpp
- panelwidget.cpp
- popupmenuwidget.cpp
- popupwidget.cpp
- progresswidget.cpp
- scriptcommandwidget.cpp
- scrollareawidget.cpp
- sliderwidget.cpp
- togglewidget.cpp
- variablechoicewidget.cpp
- variabletogglewidget.cpp
- ui
- include
- doomsday.pro (diff)
- libappfw
- include
- de
- AtlasProceduralImage
- BaseGuiApp
- BlurWidget
- ButtonWidget
- ChildWidgetOrganizer
- ChoiceWidget
- CommandWidget
- CompositorWidget
- DialogContentStylist
- DialogWidget
- DocumentWidget
- FoldPanelWidget
- FontLineWrapping
- GLTextComposer
- GridLayout
- GridPopupWidget
- GuiRootWidget
- GuiWidget
- LabelWidget
- LineEditWidget
- LogWidget
- MenuWidget
- NotificationWidget
- PanelWidget
- PopupMenuWidget
- PopupWidget
- ProceduralImage
- ProgressWidget
- ScriptCommandWidget
- ScrollAreaWidget
- SequentialLayout
- SignalAction
- SliderWidget
- Style
- TextDrawable
- ToggleWidget
- VariableChoiceWidget
- VariableToggleWidget
- framework
- actionitem.h
- atlasproceduralimage.h
- baseguiapp.h
- childwidgetorganizer.h
- data.h
- dialogcontentstylist.h
- fontlinewrapping.h
- gltextcomposer.h
- gridlayout.h
- guirootwidget.h
- guiwidget.h
- guiwidgetprivate.h
- item.h
- libappfw.h
- listdata.h
- margins.h
- proceduralimage.h
- sequentiallayout.h
- signalaction.h
- style.h
- stylist.h
- submenuitem.h
- subwidgetitem.h
- textdrawable.h
- variabletoggleitem.h
- ui
- widgets
- blurwidget.h
- buttonwidget.h
- choicewidget.h
- commandwidget.h
- compositorwidget.h
- dialogwidget.h
- documentwidget.h
- foldpanelwidget.h
- gridpopupwidget.h
- labelwidget.h
- lineeditwidget.h
- logwidget.h
- menuwidget.h
- notificationwidget.h
- panelwidget.h
- popupmenuwidget.h
- popupwidget.h
- progresswidget.h
- scriptcommandwidget.h
- scrollareawidget.h
- sliderwidget.h
- togglewidget.h
- variablechoicewidget.h
- variabletogglewidget.h
- de
- libappfw.pro
- src
- baseguiapp.cpp
- childwidgetorganizer.cpp
- data.cpp
- dialogcontentstylist.cpp
- fontlinewrapping.cpp
- gltextcomposer.cpp
- gridlayout.cpp
- guirootwidget.cpp
- guiwidget.cpp
- item.cpp
- listdata.cpp
- margins.cpp
- proceduralimage.cpp
- sequentiallayout.cpp
- signalaction.cpp
- style.cpp
- textdrawable.cpp
- widgets
- blurwidget.cpp
- buttonwidget.cpp
- choicewidget.cpp
- commandwidget.cpp
- compositorwidget.cpp
- dialogwidget.cpp
- documentwidget.cpp
- foldpanelwidget.cpp
- gridpopupwidget.cpp
- labelwidget.cpp
- lineeditwidget.cpp
- logwidget.cpp
- menuwidget.cpp
- notificationwidget.cpp
- panelwidget.cpp
- popupmenuwidget.cpp
- popupwidget.cpp
- progresswidget.cpp
- scriptcommandwidget.cpp
- scrollareawidget.cpp
- sliderwidget.cpp
- togglewidget.cpp
- variablechoicewidget.cpp
- variabletogglewidget.cpp
- include
- libgui
- client
Started work branch for separating the UI framework in a shared lib
The client's UI framework has grown large enough to warrant moving
it into its own shared library called "libappfw" (deng_appfw).
Going forward, this'll ensure proper decoupling between the UI and
the rest of the client.
Todo: Move and update relevant sources.