Re: [pgadmin-hackers] [ANNOUNCE] pgAdmin III v1.6 Beta 2 Released

2006-10-09 Thread Cees
How does one unsubscribe from these mails? Dave Page schreef: I'm pleased to announce the second beta version of pgAdmin III v1.6.0 is available for download in Source, Windows, Slackware and Mac OSX formats from: http://www.pgadmin.org/download/ This version contains various fixes for bugs re

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

2006-10-09 Thread svn
Author: dpage Date: 2006-10-09 11:51:52 +0100 (Mon, 09 Oct 2006) New Revision: 5441 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5441&view=rev Log: Use a text editor for money columns so that they can be properly edited, per Phuoc Trong Chu Modified: trunk/pgadmin3/sr

Re: [pgadmin-hackers] [pgadmin-support] Unable to enter money data in pgAdmin III's Edit Grid

2006-10-09 Thread Dave Page
Thanks - I've committed a fix for this to SVN - you should see it in beta 3.   Regards, Dave. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Phuoc Trong ChuSent: 06 October 2006 23:06To: pgadmin-hackers@postgresql.org; pgadmin-support@postgresql.orgSubject:

[pgadmin-hackers] SVN Commit by dpage: r5442 - trunk/pgadmin3/src/dlg

2006-10-09 Thread svn
Author: dpage Date: 2006-10-09 13:09:38 +0100 (Mon, 09 Oct 2006) New Revision: 5442 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5442&view=rev Log: Ensure dialogues open on-screen, per Dennis Modified: trunk/pgadmin3/src/dlg/dlgProperty.cpp ---

Re: [pgadmin-hackers] Portuguese Brazilian (pt_BR) Translator

2006-10-09 Thread Fernando Ike de Oliveira
Em Qua, 2006-10-04 às 20:13 -0300, Henrique Paulino Machado escreveu: > Thanks, Guillaume. > Hi! > I think Marcos signalled OK for my helping. I will be in touch with > him to solve this lack of time on the pt_BR translation. > Euler[1] asked for to translate pgadmin in pt-BR but I see that

[pgadmin-hackers] SVN Commit by dpage: r5443 - trunk/pgadmin3/src/schema

2006-10-09 Thread svn
Author: dpage Date: 2006-10-09 14:54:22 +0100 (Mon, 09 Oct 2006) New Revision: 5443 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5443&view=rev Log: Include composite types in the pgDatatype-built lists, per Dennis Modified: trunk/pgadmin3/src/schema/pgDatatype.cpp ---

[pgadmin-hackers] SVN Commit by dpage: r5444 - trunk/pgadmin3/src/schema

2006-10-09 Thread svn
Author: dpage Date: 2006-10-09 15:23:35 +0100 (Mon, 09 Oct 2006) New Revision: 5444 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5444&view=rev Log: Suppress the "unknown" datatype from use in column dialogues etc. Modified: trunk/pgadmin3/src/schema/pgDatatype.cpp ---

[pgadmin-hackers] SVN Commit by dpage: r5445 - in trunk/pgadmin3/src: frm main

2006-10-09 Thread svn
Author: dpage Date: 2006-10-09 16:35:24 +0100 (Mon, 09 Oct 2006) New Revision: 5445 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5445&view=rev Log: Cleanup the browser tree correctly following an unexpected disconnection from the server, per AgentM. Modified: trunk/pg

[pgadmin-hackers] [patch] libkrb5 needed during static linking of 1.6beta2 on debian

2006-10-09 Thread Raphaël Enrici
Hi Dave, while working on debian packaging of 1.6 beta2 I had to add -lkrb5 as the libpq.a depends on it. As we are near from the release, I prefer to let you double check the patch attached. I would not like to be at the origin of a "dramatic play" ;) Cheers, Raph Index: acinclude.m4 ===

[pgadmin-hackers] SVN Commit by raphael: r5446 - trunk/pgadmin3/pkg/debian

2006-10-09 Thread svn
Author: raphael Date: 2006-10-09 20:03:43 +0100 (Mon, 09 Oct 2006) New Revision: 5446 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5446&view=rev Log: Update debian package files to reflect current 1.6.0 beta2 work in progress. Added: trunk/pgadmin3/pkg/debian/pgadmin3

[pgadmin-hackers] SVN Commit by raphael: r5447 - trunk/pgadmin3/pkg/debian

2006-10-09 Thread svn
Author: raphael Date: 2006-10-09 20:11:13 +0100 (Mon, 09 Oct 2006) New Revision: 5447 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5447&view=rev Log: Add missing debian package files. pgagent and pgadmin3 are two separate package on debian. Added: trunk/pgadmin3/pkg/d

Re: [pgadmin-hackers] SVN Commit by raphael: r5447 - trunk/pgadmin3/pkg/debian

2006-10-09 Thread Dave Page
Hi Raph, Shouldn't there be some tweaks to pkg/debian/Makefile.am for this? Regards, Dave. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: 09 October 2006 20:11 > To: pgadmin-hackers@postgresql.org > Subject: [pgadmin

Re: [pgadmin-hackers] SVN Commit by raphael: r5447 - trunk/pgadmin3/pkg/debian

2006-10-09 Thread Raphaël Enrici
Dave Page wrote: > Hi Raph, > > Shouldn't there be some tweaks to pkg/debian/Makefile.am for this? oooh sorry! I'm fixing it right now. Thanks for the head up. Raph ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send a

[pgadmin-hackers] SVN Commit by raphael: r5448 - trunk/pgadmin3/pkg/debian

2006-10-09 Thread svn
Author: raphael Date: 2006-10-09 20:26:36 +0100 (Mon, 09 Oct 2006) New Revision: 5448 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5448&view=rev Log: Added missing debian package files thanks to Dave's black magic eye. Modified: trunk/pgadmin3/pkg/debian/Makefile.am

Re: [pgadmin-hackers] [patch] libkrb5 needed during static linking of 1.6beta2 on

2006-10-09 Thread Dave Page
Title: Re: [patch] libkrb5 needed during static linking of 1.6beta2 on debian Looks OK, and I don’t see any problem on OSX. Go for it. /D On 9/10/06 19:52, "Raphaël Enrici" <[EMAIL PROTECTED]> wrote: Hi Dave, while working on debian packaging of 1.6 beta2 I had to add -lkrb5 as the libpq.a

[pgadmin-hackers] SVN Commit by raphael: r5449 - trunk/pgadmin3

2006-10-09 Thread svn
Author: raphael Date: 2006-10-09 20:32:32 +0100 (Mon, 09 Oct 2006) New Revision: 5449 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5449&view=rev Log: Ensure that libkrb5.a is mentioned when required (libpq depends on it at least on debian). Modified: trunk/pgadmin3/ac

[pgadmin-hackers] SVN Commit by dpage: r5450 - trunk/pgadmin3/src/utils

2006-10-09 Thread svn
Author: dpage Date: 2006-10-09 21:15:39 +0100 (Mon, 09 Oct 2006) New Revision: 5450 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5450&view=rev Log: Add a missing .c_str() Modified: trunk/pgadmin3/src/utils/sysProcess.cpp ---(end of broadcast)-

[pgadmin-hackers] SVN Commit by dpage: r5451 - trunk/pgadmin3/src/dlg

2006-10-09 Thread svn
Author: dpage Date: 2006-10-09 21:24:13 +0100 (Mon, 09 Oct 2006) New Revision: 5451 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5451&view=rev Log: Tweak dialogue positioning Modified: trunk/pgadmin3/src/dlg/dlgProperty.cpp ---(end of broadcas