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

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

From
svn@pgadmin.org
Date:
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

Hi Hiroshi,

svn@pgadmin.org wrote:
> Author: hiroshi
>
>    trunk/pgadmin3/debugger/images/

I thought we'd agreed the images would go in debugger/include/images

>    trunk/pgadmin3/debugger/src/wsapp.cpp

And the .cpp files in debugger/ ?

Regards, Dave

Hi.

> Hi Hiroshi,
>
> svn@pgadmin.org wrote:
>> Author: hiroshi
>>
>>    trunk/pgadmin3/debugger/images/
>
> I thought we'd agreed the images would go in debugger/include/images

Oops, I will move soon.

>
>>    trunk/pgadmin3/debugger/src/wsapp.cpp
>
> And the .cpp files in debugger/ ?

Does it mean that it is desirable for wsapp.cpp to be the debugger.cpp main?

Regards,
Hiroshi Saito

Hiroshi Saito wrote:
> Hi.
>
>> Hi Hiroshi,
>>
>> svn@pgadmin.org wrote:
>>> Author: hiroshi
>>>
>>>    trunk/pgadmin3/debugger/images/
>>
>> I thought we'd agreed the images would go in debugger/include/images
>
> Oops, I will move soon.
>
>>
>>>    trunk/pgadmin3/debugger/src/wsapp.cpp
>>
>> And the .cpp files in debugger/ ?
>
> Does it mean that it is desirable for wsapp.cpp to be the debugger.cpp
> main?

I don't mind /too/ much what it's called, but debugger.cpp would be
good, and it might be nice to camel-case the rest - ie. wsbreakpoint.cpp
-> wxBreakpoint.cpp

Regards, Dave