Update the Query Builder to include a new tab for joins, rather than relying on the...
authordpage <dpage@a7884b65-44f6-0310-8a51-81a127f17b15>
Thu, 4 Dec 2008 11:01:23 +0000 (11:01 +0000)
committerdpage <dpage@a7884b65-44f6-0310-8a51-81a127f17b15>
Thu, 4 Dec 2008 11:01:23 +0000 (11:01 +0000)
commita6fb331518ad0cc0ee5b9bfc22b9a97b467bde61
treedfec9ab75e573324144842a900e24064ce8202c8
parent6304561cca95fbef5c5911f929060fe6fc8a65d0
Update the Query Builder to include a new tab for joins, rather than relying on the context menu on the drawing canvas. [Ashesh Vashi]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7507 a7884b65-44f6-0310-8a51-81a127f17b15
15 files changed:
pgadmin/gqb/gqbController.cpp
pgadmin/gqb/gqbGridJoinTable.cpp [new file with mode: 0644]
pgadmin/gqb/gqbQueryObjs.cpp
pgadmin/gqb/gqbView.cpp
pgadmin/gqb/gqbViewPanels.cpp
pgadmin/gqb/module.mk
pgadmin/include/gqb/gqbArrayCollection.h
pgadmin/include/gqb/gqbGridJoinTable.h [new file with mode: 0644]
pgadmin/include/gqb/gqbViewController.h
pgadmin/include/gqb/gqbViewPanels.h
pgadmin/include/gqb/module.mk
pgadmin/include/images/gqbAdd.xpm [new file with mode: 0644]
pgadmin/include/images/gqbRemove.xpm [new file with mode: 0644]
pgadmin/include/images/module.mk
pgadmin/pgAdmin3.vcproj