SVN Commit by hiroshi: r6026 - in trunk/pgadmin3/debugger: . include

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by hiroshi: r6026 - in trunk/pgadmin3/debugger: . include
Date: 2007-03-12 04:12:54
Message-ID: 200703120412.l2C4Csrk013035@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: hiroshi

Date: 2007-03-12 04:12:50 +0000 (Mon, 12 Mar 2007)

New Revision: 6026

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

Log:
arrangement and optimization of names.

Added:
trunk/pgadmin3/debugger/debugger.cpp
trunk/pgadmin3/debugger/include/debugger.h
trunk/pgadmin3/debugger/include/debuggerMenu.h
trunk/pgadmin3/debugger/include/wsBreakPoint.h
trunk/pgadmin3/debugger/include/wsCodeWindow.h
trunk/pgadmin3/debugger/include/wsConnProp.h
trunk/pgadmin3/debugger/include/wsConsole.h
trunk/pgadmin3/debugger/include/wsConst.h
trunk/pgadmin3/debugger/include/wsDbresult.h
trunk/pgadmin3/debugger/include/wsDirectdbg.h
trunk/pgadmin3/debugger/include/wsDocmgr.h
trunk/pgadmin3/debugger/include/wsFainFrame.h
trunk/pgadmin3/debugger/include/wsFuncView.h
trunk/pgadmin3/debugger/include/wsFuncdoc.h
trunk/pgadmin3/debugger/include/wsMessageWindow.h
trunk/pgadmin3/debugger/include/wsPgconn.h
trunk/pgadmin3/debugger/include/wsPgthread.h
trunk/pgadmin3/debugger/include/wsQueryWindow.h
trunk/pgadmin3/debugger/include/wsResultGrid.h
trunk/pgadmin3/debugger/include/wsResultset.h
trunk/pgadmin3/debugger/include/wsRichWindow.h
trunk/pgadmin3/debugger/include/wsStackWindow.h
trunk/pgadmin3/debugger/include/wsTabWindow.h
trunk/pgadmin3/debugger/include/wsTargetInfo.h
trunk/pgadmin3/debugger/include/wsVarWindow.h
trunk/pgadmin3/debugger/include/wsWaitinGdialog.h
trunk/pgadmin3/debugger/wsBreakPoint.cpp
trunk/pgadmin3/debugger/wsCodeWindow.cpp
trunk/pgadmin3/debugger/wsConnProp.cpp
trunk/pgadmin3/debugger/wsConsole.cpp
trunk/pgadmin3/debugger/wsDbresult.cpp
trunk/pgadmin3/debugger/wsDirectdbg.cpp
trunk/pgadmin3/debugger/wsDocmgr.cpp
trunk/pgadmin3/debugger/wsFainFrame.cpp
trunk/pgadmin3/debugger/wsFuncView.cpp
trunk/pgadmin3/debugger/wsFuncdoc.cpp
trunk/pgadmin3/debugger/wsMessageWindow.cpp
trunk/pgadmin3/debugger/wsPgconn.cpp
trunk/pgadmin3/debugger/wsPgthread.cpp
trunk/pgadmin3/debugger/wsQueryWindow.cpp
trunk/pgadmin3/debugger/wsResultGrid.cpp
trunk/pgadmin3/debugger/wsResultset.cpp
trunk/pgadmin3/debugger/wsRichWindow.cpp
trunk/pgadmin3/debugger/wsStackWindow.cpp
trunk/pgadmin3/debugger/wsTabWindow.cpp
trunk/pgadmin3/debugger/wsTargetInfo.cpp
trunk/pgadmin3/debugger/wsVarWindow.cpp
trunk/pgadmin3/debugger/wsWaitinGdialog.cpp
Modified:
trunk/pgadmin3/debugger/debugger.vcproj

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2007-03-12 04:21:33 SVN Commit by hiroshi: r6027 - trunk/pgadmin3/debugger
Previous Message svn 2007-03-12 04:10:09 SVN Commit by hiroshi: r6025 - in trunk/pgadmin3/debugger: . include