[pgadmin-hackers] SVN Commit by guillaume: r6683 - trunk/pgadmin3/i18n/zh_CN

2007-09-27 Thread svn
Author: guillaume Date: 2007-09-27 15:27:28 +0100 (Thu, 27 Sep 2007) New Revision: 6683 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6683&view=rev Log: Update zh_CN translation, per Kevin Lee. Modified: trunk/pgadmin3/i18n/zh_CN/pgadmin3.mo trunk/pgadmin3/i18n/zh_C

Re: [pgadmin-hackers] A bunch of minor issues

2007-09-27 Thread Heikki Linnakangas
Dave Page wrote: > Heikki Linnakangas wrote: >> Dave Page wrote: >>> I'd be more interested in the patches so I can update my utilities and >>> those of developer.pgadmin.org where stringextract tends to be run (I >>> imagine Guillaume would like a copy too). >> Ok. Here's two patches to enable tha

Re: [pgadmin-hackers] SVN Commit by guillaume: r6677 - in trunk/pgadmin3: docs docs/en_US/hints docs/fi_FI docs/fi_FI/hints i18n/fi_FI

2007-09-27 Thread Guillaume Lelarge
Dave Page a écrit : > Guillaume Lelarge wrote: >> Dave Page a écrit : >>> Shouldn't this have touched a makefile and the Windows installer code? >>> >> For the hints file ? > > Yes, and the new tips.txt. They're included seperately from the message > catalogs. > > I updated the VC++ project file

[pgadmin-hackers] Re: SVN Commit by guillaume: r6677 - in trunk/pgadmin3: docs docs/en_US/hints docs/fi_FI docs/fi_FI/hints i18n/fi_FI

2007-09-27 Thread Milen A. Radev
Guillaume Lelarge написа: > Heikki Linnakangas a écrit : >> [EMAIL PROTECTED] wrote: >>> Log: >>> Update finnish's translation. >>> Add finnish's hints. >>> And fix a typo in an english hint. >> Thanks! >> >> You left out the i18n/fi_FI/README file I added in the patch, for the >> benefit of future

Re: [pgadmin-hackers] SVN Commit by guillaume: r6677 - in trunk/pgadmin3: docs docs/en_US/hints docs/fi_FI docs/fi_FI/hints i18n/fi_FI

2007-09-27 Thread Guillaume Lelarge
Heikki Linnakangas a écrit : > [EMAIL PROTECTED] wrote: >> Log: >> Update finnish's translation. >> Add finnish's hints. >> And fix a typo in an english hint. > > Thanks! > > You left out the i18n/fi_FI/README file I added in the patch, for the > benefit of future translators. Can you put that in

Re: [pgadmin-hackers] A bunch of minor issues

2007-09-27 Thread Dave Page
Heikki Linnakangas wrote: > Dave Page wrote: >> I'd be more interested in the patches so I can update my utilities and >> those of developer.pgadmin.org where stringextract tends to be run (I >> imagine Guillaume would like a copy too). > > Ok. Here's two patches to enable that: > > wx-linenumber

Re: [pgadmin-hackers] SVN Commit by guillaume: r6677 - in trunk/pgadmin3: docs docs/en_US/hints docs/fi_FI docs/fi_FI/hints i18n/fi_FI

2007-09-27 Thread Heikki Linnakangas
[EMAIL PROTECTED] wrote: > Log: > Update finnish's translation. > Add finnish's hints. > And fix a typo in an english hint. Thanks! You left out the i18n/fi_FI/README file I added in the patch, for the benefit of future translators. Can you put that in there as well, please? I've attached it for

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

2007-09-27 Thread svn
Author: dpage Date: 2007-09-27 13:30:07 +0100 (Thu, 27 Sep 2007) New Revision: 6682 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6682&view=rev Log: pgadmin-stringextract-keep-filenames-1.patch modifies stringextract so that it runs wxrc and xgettext separately on each xrc f

Re: [pgadmin-hackers] A bunch of minor issues

2007-09-27 Thread Dave Page
Heikki Linnakangas wrote: > Dave Page wrote: >> Heikki Linnakangas wrote: >>> There's some strings in calls to wxLogDebug, like "OnTargetComplete() >>> called", that are wrapped in _() for translation. Aren't those just for >>> developers, and therefore a waste of time to translate? >> Yep. Removed

[pgadmin-hackers] SVN Commit by dpage: r6681 - in trunk/pgadmin3/pgadmin: debugger frm

2007-09-27 Thread svn
Author: dpage Date: 2007-09-27 13:17:16 +0100 (Thu, 27 Sep 2007) New Revision: 6681 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6681&view=rev Log: Remove the gettext macro from some debug messages that needn't be translated. [Heikki Linnakangas] Modified: trunk/pgadm

Re: [pgadmin-hackers] Viewing data of a zero-column table gives an assertion failure

2007-09-27 Thread Dave Page
Heikki Linnakangas wrote: > Viewing data of a table with zero columns triggers this assertion: > > ./db/pgSet.cpp(222): assert "col < nCols && col >= 0" failed in > GetVal(). [in child thread] > > To reproduce, create a table with no columns, and click "View Data" -> > "First 100 rows". > > This

[pgadmin-hackers] SVN Commit by dpage: r6680 - trunk/pgadmin3/pgadmin/db

2007-09-27 Thread svn
Author: dpage Date: 2007-09-27 09:36:38 +0100 (Thu, 27 Sep 2007) New Revision: 6680 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6680&view=rev Log: Remove extraneous GetVal() call that was causing an assert when viewing data from tables containing no rows. Per report from

Re: [pgadmin-hackers] SVN Commit by guillaume: r6677 - in trunk/pgadmin3: docs docs/en_US/hints docs/fi_FI docs/fi_FI/hints i18n/fi_FI

2007-09-27 Thread Dave Page
Guillaume Lelarge wrote: > Dave Page a écrit : >> Shouldn't this have touched a makefile and the Windows installer code? >> > > For the hints file ? Yes, and the new tips.txt. They're included seperately from the message catalogs. I updated the VC++ project file whilst looking at Heikki's assert

[pgadmin-hackers] SVN Commit by dpage: r6679 - trunk/pgadmin3/docs

2007-09-27 Thread svn
Author: dpage Date: 2007-09-27 09:22:21 +0100 (Thu, 27 Sep 2007) New Revision: 6679 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6679&view=rev Log: Add the new Finnish docs to the VC++ project file. Modified: trunk/pgadmin3/docs/Docs.vcproj ---

Re: [pgadmin-hackers] SVN Commit by guillaume: r6677 - in trunk/pgadmin3: docs docs/en_US/hints docs/fi_FI docs/fi_FI/hints i18n/fi_FI

2007-09-27 Thread Guillaume Lelarge
Dave Page a écrit : > Shouldn't this have touched a makefile and the Windows installer code? > For the hints file ? because fi_Fi .po file is already on the published translations. Regards. -- Guillaume. http://www.postgresqlfr.org http://dalibo.com ---(end of broad

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

2007-09-27 Thread svn
Author: dpage Date: 2007-09-27 09:11:40 +0100 (Thu, 27 Sep 2007) New Revision: 6678 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6678&view=rev Log: Add a Mac buglet that I've yet to figure out lest it gets forgotten. Modified: trunk/pgadmin3/BUGS -

Re: [pgadmin-hackers] SVN Commit by guillaume: r6677 - in trunk/pgadmin3: docs docs/en_US/hints docs/fi_FI docs/fi_FI/hints i18n/fi_FI

2007-09-27 Thread Dave Page
Shouldn't this have touched a makefile and the Windows installer code? Regards, Dave. [EMAIL PROTECTED] wrote: > Author: guillaume > > Date: 2007-09-26 23:49:43 +0100 (Wed, 26 Sep 2007) > > New Revision: 6677 > > Revision summary: > http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6677&view=re

Re: [pgadmin-hackers] Finnish translation update

2007-09-27 Thread Dave Page
Guillaume Lelarge wrote: >> Let me confirm something: the tips.txt file is supposed to be in UTF-8 >> encoding, right? The hint HTML files seem to be in Windows-1252 >> encoding, which fortunately isn't a problem for Finnish. >> > > Yes, I think they should be UTF-8. Dave ? Yes. /D

Re: [pgadmin-hackers] Patch to enable/disable rule on a table

2007-09-27 Thread Dave Page
Guillaume Lelarge wrote: > Hi all, > > Here is a patch to support this new PostgreSQL 8.3 feature : the > possibility to enable and disable a rule on a table. > > Regards. > > Filed for the next release. Thanks, Dave ---(end of broadcast)--- TI