SVN Commit by dpage: r6224 - in trunk/pgadmin3/pgadmin: . debugger include include/debugger include/images include/utils utils

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r6224 - in trunk/pgadmin3/pgadmin: . debugger include include/debugger include/images include/utils utils
Date: 2007-04-20 15:13:19
Message-ID: 200704201513.l3KFDJMf016234@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage

Date: 2007-04-20 15:13:17 +0000 (Fri, 20 Apr 2007)

New Revision: 6224

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6224&view=rev

Log:
Phase one of a proper merge of the debugger into pgAdmin. It was never going to work as well as it should as a seperate app. This commit adds the source to the build and removes the use of global variables.

Added:
trunk/pgadmin3/pgadmin/debugger/
trunk/pgadmin3/pgadmin/debugger/debugger.cpp
trunk/pgadmin3/pgadmin/debugger/module.mk
trunk/pgadmin3/pgadmin/debugger/wsBreakPoint.cpp
trunk/pgadmin3/pgadmin/debugger/wsCodeWindow.cpp
trunk/pgadmin3/pgadmin/debugger/wsDbresult.cpp
trunk/pgadmin3/pgadmin/debugger/wsDirectdbg.cpp
trunk/pgadmin3/pgadmin/debugger/wsMainFrame.cpp
trunk/pgadmin3/pgadmin/debugger/wsMessageWindow.cpp
trunk/pgadmin3/pgadmin/debugger/wsPgconn.cpp
trunk/pgadmin3/pgadmin/debugger/wsPgthread.cpp
trunk/pgadmin3/pgadmin/debugger/wsResultGrid.cpp
trunk/pgadmin3/pgadmin/debugger/wsResultset.cpp
trunk/pgadmin3/pgadmin/debugger/wsRichWindow.cpp
trunk/pgadmin3/pgadmin/debugger/wsStackWindow.cpp
trunk/pgadmin3/pgadmin/debugger/wsTabWindow.cpp
trunk/pgadmin3/pgadmin/debugger/wsTargetInfo.cpp
trunk/pgadmin3/pgadmin/debugger/wsVarWindow.cpp
trunk/pgadmin3/pgadmin/debugger/wsWaitingDialog.cpp
trunk/pgadmin3/pgadmin/include/debugger/
trunk/pgadmin3/pgadmin/include/debugger/debugger.h
trunk/pgadmin3/pgadmin/include/debugger/module.mk
trunk/pgadmin3/pgadmin/include/debugger/wsBreakPoint.h
trunk/pgadmin3/pgadmin/include/debugger/wsCodeWindow.h
trunk/pgadmin3/pgadmin/include/debugger/wsConnProp.h
trunk/pgadmin3/pgadmin/include/debugger/wsConst.h
trunk/pgadmin3/pgadmin/include/debugger/wsDbresult.h
trunk/pgadmin3/pgadmin/include/debugger/wsDirectdbg.h
trunk/pgadmin3/pgadmin/include/debugger/wsMainFrame.h
trunk/pgadmin3/pgadmin/include/debugger/wsMessageWindow.h
trunk/pgadmin3/pgadmin/include/debugger/wsPgconn.h
trunk/pgadmin3/pgadmin/include/debugger/wsPgthread.h
trunk/pgadmin3/pgadmin/include/debugger/wsResultGrid.h
trunk/pgadmin3/pgadmin/include/debugger/wsResultset.h
trunk/pgadmin3/pgadmin/include/debugger/wsRichWindow.h
trunk/pgadmin3/pgadmin/include/debugger/wsStackWindow.h
trunk/pgadmin3/pgadmin/include/debugger/wsTabWindow.h
trunk/pgadmin3/pgadmin/include/debugger/wsTargetInfo.h
trunk/pgadmin3/pgadmin/include/debugger/wsVarWindow.h
trunk/pgadmin3/pgadmin/include/debugger/wsWaitingDialog.h
trunk/pgadmin3/pgadmin/include/images/clearAll.xpm
trunk/pgadmin3/pgadmin/include/images/continue.xpm
trunk/pgadmin3/pgadmin/include/images/setBreak.xpm
trunk/pgadmin3/pgadmin/include/images/stepInto.xpm
trunk/pgadmin3/pgadmin/include/images/stepOver.xpm
trunk/pgadmin3/pgadmin/include/images/stop.xpm
Removed:
trunk/pgadmin3/pgadmin/include/utils/debugger.h
trunk/pgadmin3/pgadmin/utils/debugger.cpp
Modified:
trunk/pgadmin3/pgadmin/Makefile.am
trunk/pgadmin3/pgadmin/include/images/module.mk
trunk/pgadmin3/pgadmin/include/module.mk
trunk/pgadmin3/pgadmin/include/utils/module.mk
trunk/pgadmin3/pgadmin/pgAdmin3.vcproj
trunk/pgadmin3/pgadmin/utils/module.mk

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2007-04-20 15:37:32 SVN Commit by dpage: r6225 - in trunk/pgadmin3/pgadmin: frm include/debugger
Previous Message Valentin Gjorgjioski(Валентин Ѓорѓиоски) 2007-04-20 13:48:47 Re: Translation to Macedonian