[pgadmin-hackers] SVN Commit by guillaume: r5530 - trunk/pgadmin3/i18n/fr_FR

2006-10-24 Thread svn
Author: guillaume Date: 2006-10-25 07:38:55 +0100 (Wed, 25 Oct 2006) New Revision: 5530 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5530&view=rev Log: Update french translation, per Christophe Chauvet. Modified: trunk/pgadmin3/i18n/fr_FR/pgadmin3.mo trunk/pgadmin3

[pgadmin-hackers] SVN Commit by guillaume: r5529 - trunk/pgadmin3/i18n/fr_FR

2006-10-24 Thread svn
Author: guillaume Date: 2006-10-25 07:36:31 +0100 (Wed, 25 Oct 2006) New Revision: 5529 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5529&view=rev Log: Update french .po file, per Christophe Chauvet. Modified: trunk/pgadmin3/i18n/fr_FR/pgadmin3.mo trunk/pgadmin3/i1

[pgadmin-hackers] SVN Commit by guillaume: r5528 - trunk/pgadmin3/i18n/zh_TW

2006-10-24 Thread svn
Author: guillaume Date: 2006-10-25 07:21:57 +0100 (Wed, 25 Oct 2006) New Revision: 5528 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5528&view=rev Log: Update traditional chinese .po file, per ?\233?\131?\173?\230?\156?\157?\231?\155?\138 (ChaoYi, Kuo). Modified: tru

[pgadmin-hackers] SVN Commit by guillaume: r5527 - trunk/pgadmin3/i18n/it_IT

2006-10-24 Thread svn
Author: guillaume Date: 2006-10-24 23:28:32 +0100 (Tue, 24 Oct 2006) New Revision: 5527 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5527&view=rev Log: Update Italian translation, per Giuseppe Sacco. Modified: trunk/pgadmin3/i18n/it_IT/pgadmin3.mo trunk/pgadmin3/i1

[pgadmin-hackers] SVN Commit by guillaume: r5526 - trunk/pgadmin3/i18n/af_ZA

2006-10-24 Thread svn
Author: guillaume Date: 2006-10-24 23:25:22 +0100 (Tue, 24 Oct 2006) New Revision: 5526 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5526&view=rev Log: Update Afrikaans translation, per Petri Jooste. Modified: trunk/pgadmin3/i18n/af_ZA/pgadmin3.mo trunk/pgadmin3/i1

[pgadmin-hackers] SVN Commit by guillaume: r5525 - in trunk: pgadmin3/i18n pgadmin3/i18n/zh_CN pgadmin3/pkg/win32/src www/translation

2006-10-24 Thread svn
Author: guillaume Date: 2006-10-24 23:22:03 +0100 (Tue, 24 Oct 2006) New Revision: 5525 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5525&view=rev Log: Update simplified chinese .po file, per ?\233?\131?\173?\230?\156?\157?\231?\155?\138 (ChaoYi, Kuo). Modified: trun

[pgadmin-hackers] SVN Commit by dpage: r5524 - trunk/pgadmin3/src/ctl

2006-10-24 Thread svn
Author: dpage Date: 2006-10-24 22:33:15 +0100 (Tue, 24 Oct 2006) New Revision: 5524 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5524&view=rev Log: Make sure explain popups get displayed properly, per Nick Farina. Modified: trunk/pgadmin3/src/ctl/explainCanvas.cpp --

[pgadmin-hackers] SVN Commit by dpage: r5520 - in trunk/pgadmin3/src: dlg include

2006-10-24 Thread svn
Author: dpage Date: 2006-10-24 10:15:16 +0100 (Tue, 24 Oct 2006) New Revision: 5520 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5520&view=rev Log: Fix GCC's inability to tell some function names apart, per Florian. Modified: trunk/pgadmin3/src/dlg/dlgIndex.cpp tru

Re: [pgadmin-hackers] Buid fails on OSX 10.3.9

2006-10-24 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Florian G. Pflug > Sent: 24 October 2006 09:46 > To: pgadmin-hackers > Subject: [pgadmin-hackers] Buid fails on OSX 10.3.9 > > Hi > > The build fails since yesterday on OSX 10.3.9, using wx-2.7.

[pgadmin-hackers] Buid fails on OSX 10.3.9

2006-10-24 Thread Florian G. Pflug
Hi The build fails since yesterday on OSX 10.3.9, using wx-2.7.0 This is the error message: dlg/dlgIndex.cpp:42: error: invalid static_cast from type `' to type `void (wxEvtHandler::*)(wxListEvent&)' dlg/dlgIndex.cpp:43: error: invalid static_cast from type `' to type `void (wxEvtHandler::*

[pgadmin-hackers] SVN Commit by dpage: r5519 - trunk/pgadmin3/src/base

2006-10-24 Thread svn
Author: dpage Date: 2006-10-24 09:34:04 +0100 (Tue, 24 Oct 2006) New Revision: 5519 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5519&view=rev Log: Don't barf too horribly if the connection attempt fails under us even though we are already connected to one DB. Modified:

[pgadmin-hackers] Beta 4

2006-10-24 Thread Dave Page
I intend to wrap beta 4 tomorrow to bundle with PostgreSQL 8.2 beta 2. Any objections? Regards, Dave. ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED]

Re: [pgadmin-hackers] pgAdmin beta fixes

2006-10-24 Thread Mike G
Fine with me. On Sun, 22 Oct 2006 20:43:12 +0100, Dave Page wrote > Hi all, > > I've found and fixed (or reported to wxWidgets) a number of issues in > pgAdmin beta 3 over the last few days. You've certainly been keeping me > busy with corner cases and hard to reproduce stuff! Anyway, here's a >