Added new ComboBox child classes. Updated SetupEditDialog to use these.
authorMikko Keinänen <mikko.keinanen@gmail.com>
Fri, 1 Oct 2010 21:51:02 +0000 (00:51 +0300)
committerMikko Keinänen <mikko.keinanen@gmail.com>
Fri, 1 Oct 2010 21:51:02 +0000 (00:51 +0300)
commit3de20eee7ec18470c5798e249a7d17bc2a1f1897
tree272b1e3eb84b2c67b97100b60b8c78aac8144cd9
parente2f61dd06139529ec8f3c82181fcf13187487c03
Added new ComboBox child classes. Updated SetupEditDialog to use these.
Added data model updating to DatabaseManager. Added virtual UpdateData
to DataObjectEditDialog.
14 files changed:
doc/uml-db_layer.dia
src/db/databasemanager.cpp
src/db/databasemanager.h
src/dialogs/dataobjecteditdialog.cpp
src/dialogs/dataobjecteditdialog.h
src/dialogs/dbobjectdialog.cpp
src/dialogs/platformnamedialog.cpp
src/dialogs/setupeditdialog.cpp
src/dialogs/setupeditdialog.h
src/emufront.pro
src/widgets/efcombobox.cpp [new file with mode: 0644]
src/widgets/efcombobox.h [new file with mode: 0644]
src/widgets/effileobjectcombobox.cpp [new file with mode: 0644]
src/widgets/effileobjectcombobox.h [new file with mode: 0644]