Graphical query builder [Luis Ochoa - GSoC]
authordpage <dpage@a7884b65-44f6-0310-8a51-81a127f17b15>
Tue, 19 Aug 2008 15:32:25 +0000 (15:32 +0000)
committerdpage <dpage@a7884b65-44f6-0310-8a51-81a127f17b15>
Tue, 19 Aug 2008 15:32:25 +0000 (15:32 +0000)
commit1987dbc2d84438684df60fcae39e9a6bcffed6c2
tree68c41e4d495d1a175bc723cfbcbd46fe8dc9fa32
parentcbea3d83368ba766ed4c216910189cba1f0f6997
Graphical query builder [Luis Ochoa - GSoC]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7404 a7884b65-44f6-0310-8a51-81a127f17b15
64 files changed:
CHANGELOG
pgadmin/Makefile.am
pgadmin/frm/frmQuery.cpp
pgadmin/gqb/gqbArrayCollection.cpp [new file with mode: 0644]
pgadmin/gqb/gqbBrowser.cpp [new file with mode: 0644]
pgadmin/gqb/gqbCollection.cpp [new file with mode: 0644]
pgadmin/gqb/gqbColumn.cpp [new file with mode: 0644]
pgadmin/gqb/gqbController.cpp [new file with mode: 0644]
pgadmin/gqb/gqbDatabase.cpp [new file with mode: 0644]
pgadmin/gqb/gqbGraphSimple.cpp [new file with mode: 0644]
pgadmin/gqb/gqbGridOrderTable.cpp [new file with mode: 0644]
pgadmin/gqb/gqbGridProjTable.cpp [new file with mode: 0644]
pgadmin/gqb/gqbGridRestTable.cpp [new file with mode: 0644]
pgadmin/gqb/gqbModel.cpp [new file with mode: 0644]
pgadmin/gqb/gqbObject.cpp [new file with mode: 0644]
pgadmin/gqb/gqbObjectCollection.cpp [new file with mode: 0644]
pgadmin/gqb/gqbQueryObjs.cpp [new file with mode: 0644]
pgadmin/gqb/gqbSchema.cpp [new file with mode: 0644]
pgadmin/gqb/gqbTable.cpp [new file with mode: 0644]
pgadmin/gqb/gqbView.cpp [new file with mode: 0644]
pgadmin/gqb/gqbViewPanels.cpp [new file with mode: 0644]
pgadmin/gqb/module.mk [new file with mode: 0644]
pgadmin/include/frm/frmQuery.h
pgadmin/include/frm/menu.h
pgadmin/include/gqb/gqbArrayCollection.h [new file with mode: 0644]
pgadmin/include/gqb/gqbBrowser.h [new file with mode: 0644]
pgadmin/include/gqb/gqbCollection.h [new file with mode: 0644]
pgadmin/include/gqb/gqbCollectionBase.h [new file with mode: 0644]
pgadmin/include/gqb/gqbColumn.h [new file with mode: 0644]
pgadmin/include/gqb/gqbDatabase.h [new file with mode: 0644]
pgadmin/include/gqb/gqbEvents.h [new file with mode: 0644]
pgadmin/include/gqb/gqbGraphBehavior.h [new file with mode: 0644]
pgadmin/include/gqb/gqbGraphSimple.h [new file with mode: 0644]
pgadmin/include/gqb/gqbGridOrderTable.h [new file with mode: 0644]
pgadmin/include/gqb/gqbGridProjTable.h [new file with mode: 0644]
pgadmin/include/gqb/gqbGridRestTable.h [new file with mode: 0644]
pgadmin/include/gqb/gqbModel.h [new file with mode: 0644]
pgadmin/include/gqb/gqbObject.h [new file with mode: 0644]
pgadmin/include/gqb/gqbObjectCollection.h [new file with mode: 0644]
pgadmin/include/gqb/gqbQueryObjs.h [new file with mode: 0644]
pgadmin/include/gqb/gqbSchema.h [new file with mode: 0644]
pgadmin/include/gqb/gqbTable.h [new file with mode: 0644]
pgadmin/include/gqb/gqbViewController.h [new file with mode: 0644]
pgadmin/include/gqb/gqbViewPanels.h [new file with mode: 0644]
pgadmin/include/gqb/module.mk [new file with mode: 0644]
pgadmin/include/images/gqbAddRest.xpm [new file with mode: 0644]
pgadmin/include/images/gqbColNotSel.xpm [new file with mode: 0644]
pgadmin/include/images/gqbColSel.xpm [new file with mode: 0644]
pgadmin/include/images/gqbDown.xpm [new file with mode: 0644]
pgadmin/include/images/gqbDownBottom.xpm [new file with mode: 0644]
pgadmin/include/images/gqbJoin.xpm [new file with mode: 0644]
pgadmin/include/images/gqbJoinCursor.xpm [new file with mode: 0644]
pgadmin/include/images/gqbOrderAdd.xpm [new file with mode: 0644]
pgadmin/include/images/gqbOrderAddAll.xpm [new file with mode: 0644]
pgadmin/include/images/gqbOrderRemove.xpm [new file with mode: 0644]
pgadmin/include/images/gqbOrderRemoveAll.xpm [new file with mode: 0644]
pgadmin/include/images/gqbRemoveRest.xpm [new file with mode: 0644]
pgadmin/include/images/gqbUp.xpm [new file with mode: 0644]
pgadmin/include/images/gqbUpTop.xpm [new file with mode: 0644]
pgadmin/include/module.mk
pgadmin/include/precomp.h
pgadmin/pgAdmin3.vcproj
xtra/pgaevent/pgaevent.vcproj
xtra/pgagent/pgAgent.vcproj