Re: [pgadmin-hackers] SVN Commit by hiroshi: r6054 - in trunk/pgadmin3/pgadmin/include: nodes parser

2007-03-13 Thread Dave Page
[EMAIL PROTECTED] wrote: Author: hiroshi Date: 2007-03-13 16:54:22 + (Tue, 13 Mar 2007) New Revision: 6054 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6054&view=rev Log: Ooops sorry,I simply forgot this. Modified: trunk/pgadmin3/pgadmin/include/nodes/parsenodes

[pgadmin-hackers] SVN Commit by hiroshi: r6054 - in trunk/pgadmin3/pgadmin/include: nodes parser

2007-03-13 Thread svn
Author: hiroshi Date: 2007-03-13 16:54:22 + (Tue, 13 Mar 2007) New Revision: 6054 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6054&view=rev Log: Ooops sorry,I simply forgot this. Modified: trunk/pgadmin3/pgadmin/include/nodes/parsenodes.h trunk/pgadmin3/pgadmi

Re: [pgadmin-hackers] SVN Commit by hiroshi: r6053 - in trunk/pgadmin3/pgadmin: db include/parser

2007-03-13 Thread Dave Page
[EMAIL PROTECTED] wrote: Author: hiroshi Date: 2007-03-13 16:33:37 + (Tue, 13 Mar 2007) New Revision: 6053 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6053&view=rev Log: Keywords and parser applied pg version 8.2. Modified: trunk/pgadmin3/pgadmin/db/keywords.c

[pgadmin-hackers] SVN Commit by hiroshi: r6053 - in trunk/pgadmin3/pgadmin: db include/parser

2007-03-13 Thread svn
Author: hiroshi Date: 2007-03-13 16:33:37 + (Tue, 13 Mar 2007) New Revision: 6053 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6053&view=rev Log: Keywords and parser applied pg version 8.2. Modified: trunk/pgadmin3/pgadmin/db/keywords.c trunk/pgadmin3/pgadmin/i

Re: [pgadmin-hackers] Found a bug in frmIndexcheck.xrc, is it still being used?

2007-03-13 Thread Dave Page
Tim Stahlhut wrote: FYI: Found a bug in frmIndexcheck.xrc, the class wxCheckList was renamed wxCheckListBox in wxWidgets 2.6, so it works in 2.6 with compatible support for 2.4 on, but under 2.8 by default 2.4 compatible support is off. So, if this XRC is still being used it will have a runtime

[pgadmin-hackers] SVN Commit by dpage: r6052 - in trunk/pgadmin3/pgadmin: . frm include include/frm ui

2007-03-13 Thread svn
Author: dpage Date: 2007-03-13 16:19:11 + (Tue, 13 Mar 2007) New Revision: 6052 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6052&view=rev Log: Remove unused/unfinished dialogue. Removed: trunk/pgadmin3/pgadmin/frm/frmIndexcheck.cpp trunk/pgadmin3/pgadmin/includ

[pgadmin-hackers] SVN Commit by dpage: r6051 - trunk/pgadmin3/pgadmin/ui

2007-03-13 Thread svn
Author: dpage Date: 2007-03-13 16:09:34 + (Tue, 13 Mar 2007) New Revision: 6051 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6051&view=rev Log: Found a bug in frmIndexcheck.xrc, the class wxCheckList was renamed wxCheckListBox in wxWidgets 2.6, so it works in 2.6 with c

[pgadmin-hackers] Found a bug in frmIndexcheck.xrc, is it still being used?

2007-03-13 Thread Tim Stahlhut
FYI: Found a bug in frmIndexcheck.xrc, the class wxCheckList was renamed wxCheckListBox in wxWidgets 2.6, so it works in 2.6 with compatible support for 2.4 on, but under 2.8 by default 2.4 compatible support is off. So, if this XRC is still being used it will have a runtime error. Tim S Index:

Re: [pgadmin-hackers] compile problem

2007-03-13 Thread Dave Page
Tim Stahlhut wrote: It failed windows testing, but it may appear on Macs since Apple was supposed to be using it in their new release of OSX. OK, thanks. I'll resist the urge to upgrade to Leopard just for that! Regards, Dave ---(end of broadcast)--

Re: [pgadmin-hackers] compile problem

2007-03-13 Thread Tim Stahlhut
It failed windows testing, but it may appear on Macs since Apple was supposed to be using it in their new release of OSX. Tim S -Original Message- From: Dave Page [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 13, 2007 11:23 AM To: Tim Stahlhut Cc: 'Hiroshi Saito'; pgadmin-hackers@postg

Re: [pgadmin-hackers] compile problem

2007-03-13 Thread Dave Page
Tim Stahlhut wrote: Note, wxWidgets 2.8.2 is do to be released today, if internal testing works well. Oh - what happened to 2.8.1? Regards, Dave. ---(end of broadcast)--- TIP 7: You can help support the PostgreSQL project by donating at

Re: [pgadmin-hackers] compile problem

2007-03-13 Thread Dave Page
Tim Stahlhut wrote: Sorry, about my misunderstanding the permission system. No problem at all. Here's a subset of a patch I did for codeblocks to get 2.9 to work, they are maintaining 2.6 support as primary. These constants were everywhere so I added the below code to the application common

Re: [pgadmin-hackers] keyword and parse from PostgreSQL file.

2007-03-13 Thread Dave Page
Hiroshi Saito wrote: Hi Dave. keywords.h and parse.h is seems to be old for a moment. It seems to have to reform this version... Is it unquestionable for EDB? keywords.c gram.y(109) : error C2061: [snip] 'ContainsOids' [snip]. gram.y(131) : error C2059: y.tab.h(771) : error C2061: y.tab.h(771)

Re: [pgadmin-hackers] compile problem

2007-03-13 Thread Tim Stahlhut
I would check your setup.h file, it is never safe to assume what values is in it. Check both include\wx\msw\setup.h and the one(s) under sub-folders in the folder lib\ The ones under lib\ are the ones that should be used in compiling clients apps, but this starts out as a copy of include\wx\msw\se

Re: [pgadmin-hackers] compile problem

2007-03-13 Thread Tim Stahlhut
Yes, wxWidgets-2.8 has WXWIN_COMPATIBILITY_2_6=1 this is set in setup.h for windows users and passed as an option for Linux Users when building wxWidgets. If, you no longer support your application under wxWidgets 2.6 or below I would just rename them all they are listed in wx/filedlg.h. If you sti

Re: [pgadmin-hackers] compile problem

2007-03-13 Thread Tim Stahlhut
Dave Page wrote: > Tim Stahlhut wrote: >> Dave Page wrote: >> >>> Giuseppe Sacco wrote: Hi all, I am testing pgadmin3 and wxwidget, both from CVS head on a GNU/Linux system. Once I compiled and installaed wxwidget and its "contrib" directory, I get this error while compiling p

[pgadmin-hackers] keyword and parse from PostgreSQL file.

2007-03-13 Thread Hiroshi Saito
Hi Dave. keywords.h and parse.h is seems to be old for a moment. It seems to have to reform this version... Is it unquestionable for EDB? keywords.c gram.y(109) : error C2061: [snip] 'ContainsOids' [snip]. gram.y(131) : error C2059: y.tab.h(771) : error C2061: y.tab.h(771) : error C2059: my tar

Re: [pgadmin-hackers] compile problem

2007-03-13 Thread Hiroshi Saito
Hi Tim-san. I would check your setup.h file, it is never safe to assume what values is in it. Check both include\wx\msw\setup.h and the one(s) under sub-folders in the folder lib\ The ones under lib\ are the ones that should be used in compiling clients apps, but this starts out as a copy of in

Re: [pgadmin-hackers] compile problem

2007-03-13 Thread Hiroshi Saito
Hi Tim-san. Yes, wxWidgets-2.8 has WXWIN_COMPATIBILITY_2_6=1 this is set in setup.h for windows users and passed as an option for Linux Users when building wxWidgets. If, you no longer support your application under wxWidgets 2.6 or below I would just rename them all they are listed in wx/filedl

Re: [pgadmin-hackers] Translate

2007-03-13 Thread Hiroshi Saito
Hi. Welcome pgAdmin Translate team.:-) Guillaume-san will receive it. http://www.pgadmin.org/translation/howto.php ru_RU requested charge now. http://www.pgadmin.org/translation/status.php Thanks! Regards, Hiroshi Saito - Original Message - From: "Алексей Смирнов" <[EMAIL PROTECTED]>

Re: [pgadmin-hackers] compile problem

2007-03-13 Thread Hiroshi Saito
Hi Dave. From: "Dave Page" Sorry, I was sleeping - and you did email to say cancel the post! ?wxSAVE was renamed to wxFD_SAVE when WXWIN_COMPATIBILITY_2_6=0 which is the default for 2.9 builds now (cvs head is 2.9) Umm, I am confused for a moment. as for wxWidgets-2.8.0, WXWIN_COMPATIB

[pgadmin-hackers] SVN Commit by dpage: r6050 - in trunk/pgadmin3/pgadmin: . frm include/utils utils

2007-03-13 Thread svn
Author: dpage Date: 2007-03-13 13:19:01 + (Tue, 13 Mar 2007) New Revision: 6050 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6050&view=rev Log: Add some smarts to the way helper apps are discovered. Try a comprehensive search in the normal places first, and store the p

[pgadmin-hackers] Translate

2007-03-13 Thread Алексей Смирнов
I want to start translation project on Russian language J. С уважением, IT-специалист ЗАО "ФОРУМ ТЕЛЕКОМ" Смирнов Алексей тел. +7 495 796-96-20 ext. 523

[pgadmin-hackers] SVN Commit by dpage: r6049 - in trunk/pgadmin3/pgadmin: dlg include/dlg include/schema schema ui

2007-03-13 Thread svn
Author: dpage Date: 2007-03-13 11:12:45 + (Tue, 13 Mar 2007) New Revision: 6049 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6049&view=rev Log: Support inline trigger functions in dlgTrigger Add concurrent edit detection for packages and triggers Fix Apply button for pa

[pgadmin-hackers] SVN Commit by dpage: r6048 - trunk/pgadmin3/pgadmin/frm

2007-03-13 Thread svn
Author: dpage Date: 2007-03-13 09:09:33 + (Tue, 13 Mar 2007) New Revision: 6048 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6048&view=rev Log: Get rid of a couple of deprecated wxWidgets constants Modified: trunk/pgadmin3/pgadmin/frm/frmBackupGlobals.cpp trunk/

[pgadmin-hackers] SVN Commit by dpage: r6047 - in trunk/pgadmin3/pgadmin: include include/schema schema

2007-03-13 Thread svn
Author: dpage Date: 2007-03-13 09:00:55 + (Tue, 13 Mar 2007) New Revision: 6047 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6047&view=rev Log: Couple of *nix fixes. Modified: trunk/pgadmin3/pgadmin/include/precomp.h trunk/pgadmin3/pgadmin/include/schema/pgCata

Re: [pgadmin-hackers] compile problem

2007-03-13 Thread Dave Page
Tim Stahlhut wrote: > Dave Page wrote: > >> Giuseppe Sacco wrote: >>> Hi all, >>> I am testing pgadmin3 and wxwidget, both from CVS head on a GNU/Linux >>> system. Once I compiled and installaed wxwidget and its "contrib" >>> directory, I get this error while compiling pgAdmin3: >>> >>> ./frm/frmB

Re: [pgadmin-hackers] compile problem

2007-03-13 Thread Tim Stahlhut
Dave Page wrote: > Giuseppe Sacco wrote: >> Hi all, >> I am testing pgadmin3 and wxwidget, both from CVS head on a GNU/Linux >> system. Once I compiled and installaed wxwidget and its "contrib" >> directory, I get this error while compiling pgAdmin3: >> >> ./frm/frmBackupServer.cpp: In member fun