SVN Commit by hiroshi: r6021 - in trunk/pgadmin3/debugger: . images include src

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by hiroshi: r6021 - in trunk/pgadmin3/debugger: . images include src
Date: 2007-03-10 19:09:01
Message-ID: 200703101909.l2AJ917q000831@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: hiroshi

Date: 2007-03-10 19:08:57 +0000 (Sat, 10 Mar 2007)

New Revision: 6021

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

Log:
Now, this cannot be used by MAC-OSX by the cause for using MDI.
We make this possible by the following version 1.8.0 of pgAdmin3.

1.) appearance with look and feel by wxAUI.
2.) correspondence of a framework simple from MDI.

this starts as the first stage being original.
Anyhow, it is under operation.

The version of PostgreSQL is planning 8.3. Because, the PL/pgSQL
function which this debugger needs is equipped. However, present
EnterpriseDB can be used.

Added:
trunk/pgadmin3/debugger/Makefile.am
trunk/pgadmin3/debugger/README.txt
trunk/pgadmin3/debugger/TODO.txt
trunk/pgadmin3/debugger/debugger.rc
trunk/pgadmin3/debugger/debugger.vcproj
trunk/pgadmin3/debugger/images/
trunk/pgadmin3/debugger/images/bug.xpm
trunk/pgadmin3/debugger/images/clabrk.xpm
trunk/pgadmin3/debugger/images/clearall.xpm
trunk/pgadmin3/debugger/images/clip_copy.xpm
trunk/pgadmin3/debugger/images/clip_cut.xpm
trunk/pgadmin3/debugger/images/clip_paste.xpm
trunk/pgadmin3/debugger/images/clrBreak.xpm
trunk/pgadmin3/debugger/images/clrWatch.xpm
trunk/pgadmin3/debugger/images/continue.xpm
trunk/pgadmin3/debugger/images/execute.xpm
trunk/pgadmin3/debugger/images/execute1.xpm
trunk/pgadmin3/debugger/images/file_open.xpm
trunk/pgadmin3/debugger/images/file_save.xpm
trunk/pgadmin3/debugger/images/img.xpm
trunk/pgadmin3/debugger/images/orange.xpm
trunk/pgadmin3/debugger/images/pgAdmin3.xpm
trunk/pgadmin3/debugger/images/redo.xpm
trunk/pgadmin3/debugger/images/restart.xpm
trunk/pgadmin3/debugger/images/setBreak.xpm
trunk/pgadmin3/debugger/images/setPC.xpm
trunk/pgadmin3/debugger/images/setWatch.xpm
trunk/pgadmin3/debugger/images/stepInto.xpm
trunk/pgadmin3/debugger/images/stepOver.xpm
trunk/pgadmin3/debugger/images/stop.xpm
trunk/pgadmin3/debugger/images/undo.xpm
trunk/pgadmin3/debugger/include/
trunk/pgadmin3/debugger/include/menu.h
trunk/pgadmin3/debugger/include/wsapp.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/wsfuncdoc.h
trunk/pgadmin3/debugger/include/wsfuncview.h
trunk/pgadmin3/debugger/include/wsmainframe.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/src/
trunk/pgadmin3/debugger/src/wsapp.cpp
trunk/pgadmin3/debugger/src/wsbreakpoint.cpp
trunk/pgadmin3/debugger/src/wscodewindow.cpp
trunk/pgadmin3/debugger/src/wsconnprop.cpp
trunk/pgadmin3/debugger/src/wsconsole.cpp
trunk/pgadmin3/debugger/src/wsdbresult.cpp
trunk/pgadmin3/debugger/src/wsdirectdbg.cpp
trunk/pgadmin3/debugger/src/wsdocmgr.cpp
trunk/pgadmin3/debugger/src/wsfuncdoc.cpp
trunk/pgadmin3/debugger/src/wsfuncview.cpp
trunk/pgadmin3/debugger/src/wsmainframe.cpp
trunk/pgadmin3/debugger/src/wsmessagewindow.cpp
trunk/pgadmin3/debugger/src/wspgconn.cpp
trunk/pgadmin3/debugger/src/wspgthread.cpp
trunk/pgadmin3/debugger/src/wsquerywindow.cpp
trunk/pgadmin3/debugger/src/wsresultgrid.cpp
trunk/pgadmin3/debugger/src/wsresultset.cpp
trunk/pgadmin3/debugger/src/wsrichwindow.cpp
trunk/pgadmin3/debugger/src/wsstackwindow.cpp
trunk/pgadmin3/debugger/src/wstabwindow.cpp
trunk/pgadmin3/debugger/src/wstargetinfo.cpp
trunk/pgadmin3/debugger/src/wsvarwindow.cpp
trunk/pgadmin3/debugger/src/wswaitingdialog.cpp

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2007-03-11 10:13:35 Re: SVN Commit by hiroshi: r6021 - in trunk/pgadmin3/debugger: . images include src
Previous Message svn 2007-03-10 18:02:11 SVN Commit by guillaume: r6020 - in trunk/pgadmin3/i18n: zh_CN zh_TW