*sqlite engine wrapper changedmaster
commitdbe576e47035109c70b760ccb547bf6e54b8c9ef
authorMarek Malevic <developer@malevicovi.net>
Mon, 9 Apr 2007 17:48:03 +0000 (9 19:48 +0200)
committerMarek Malevic <developer@malevicovi.net>
Mon, 9 Apr 2007 17:48:03 +0000 (9 19:48 +0200)
tree83f5ed29370ca7d71741ee66db048fe87289e2dd
parent41a231619297152f47bb83f43c490786f6c15096
*sqlite engine wrapper changed
*register db dialog done
*stdoutput can show message boxes
*unregister db done
*actions checking done
*db connecting/disconnecting done

*object model tree in progress

Signed-off-by: Marek Malevic <developer@malevicovi.net>
36 files changed:
icons/action_connect_db.png [new file with mode: 0644]
icons/action_disconnect_db.png [new file with mode: 0644]
icons/action_exit.png [moved from icons/exit.png with 100% similarity]
icons/action_register_db.png [new file with mode: 0644]
icons/action_unregister_db.png [new file with mode: 0644]
icons/icons.qrc
icons/object_type_registered_db_connected.png [new file with mode: 0644]
icons/object_type_registered_db_disconnected.png [new file with mode: 0644]
icons/object_type_registered_relational_dbs.png [new file with mode: 0644]
icons/object_type_unknown.png [new file with mode: 0644]
include/core/actions.h
include/core/appl.h
include/core/database.h [new file with mode: 0644]
include/core/glob.h [new file with mode: 0644]
include/core/object_tree_model.h
include/core/query.h [new file with mode: 0644]
include/core/sqlengine.h [deleted file]
include/core/stdoutput.h
include/core/utils.h [new file with mode: 0644]
include/gui/frm_main.h [moved from include/gui/frm_main_ui.h with 89% similarity]
include/gui/frm_reg.h [new file with mode: 0644]
include/gui/gui.h
include/gui/w_object_tree.h
sqool.pro
src/core/appl.cpp
src/core/database.cpp [new file with mode: 0644]
src/core/main.cpp
src/core/object_tree_model.cpp
src/core/query.cpp [new file with mode: 0644]
src/core/sqlengine.cpp [deleted file]
src/core/stdoutput.cpp
src/core/utils.cpp [new file with mode: 0644]
src/gui/frm_main.cpp [new file with mode: 0644]
src/gui/frm_main_ui.cpp [deleted file]
src/gui/frm_reg.cpp [new file with mode: 0644]
src/gui/w_object_tree.cpp