Revision 4c412afe
Added by skyjake about 11 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- client
- client.pro (diff)
- include
- ChildWidgetOrganizer
- ContextWidgetOrganizer
- ui
- framework
- childwidgetorganizer.h
- contextwidgetorganizer.h
- data.h (diff)
- guiwidgetprivate.h (diff)
- widgets
- framework
- src
- ui
- dialogs
- framework
- childwidgetorganizer.cpp
- contextwidgetorganizer.cpp
- guirootwidget.cpp (diff)
- widgets
- updater
- ui
- libdeng2
- client
Refactor|UI|Client: Dialog action button placement to opposite edge
Dialog action buttons are now placed in a separate menu on the
opposite side of the dialog. However, there is only a single buttons
data model for a dialog, shared by both widgets.
The Gear button in UpdateAvailableDialog is now displayed using this
mechanism.