Revision 86cea871
Added by skyjake about 11 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- client
- client.pro (diff)
- include
- ui
- widgets
- choicewidget.h (diff)
- context.h
- contextwidgetorganizer.h (diff)
- data.h
- item.h (diff)
- labelwidget.h (diff)
- listcontext.h
- listdata.h
- menuwidget.h (diff)
- submenuitem.h (diff)
- widgets
- ui
- src
- ui
- widgets
- choicewidget.cpp (diff)
- context.cpp
- contextwidgetorganizer.cpp (diff)
- data.cpp
- dialogwidget.cpp (diff)
- listcontext.cpp
- listdata.cpp
- menuwidget.cpp (diff)
- videosettingsdialog.cpp (diff)
- widgets
- updater
- ui
- client
Refactor|Client: Renamed ui::Context to ui::Data
Data is a more descriptive name for this purpose, and "Context" is
already in use in the script subsystem.