Re: [pgadmin-hackers] [Fwd: french translation update]

2004-09-23 Thread Dave Page
Thanks, committed. Regards, Dave. > -Original Message- > From: Raphaël Enrici [mailto:[EMAIL PROTECTED] > Sent: 23 September 2004 22:52 > To: Dave Page > Subject: [Fwd: french translation update] > > > > Original Message > Subject: french translation update > Date: T

[pgadmin-hackers] CVS Commit by dpage: Updated translation from Rapha�l Enrici.

2004-09-23 Thread cvs
Log Message: --- Updated translation from Raphaël Enrici. Modified Files: -- pgadmin3/src/ui/fr_FR: pgadmin3.po (r1.58 -> r1.59) pgadmin3.mo (r1.49 -> r1.50) Index: pgadmin3.po === RCS file: /p

Re: [pgadmin-hackers] Beta-2?

2004-09-23 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 23 September 2004 20:47 > To: Dave Page; pgadmin-hackers > Subject: Beta-2? > > As we have now fixed some nasty things in Beta-1, how about rolling > Beta-2 the next days? Yeah, was just thinking that myself.

[pgadmin-hackers] Beta-2?

2004-09-23 Thread Andreas Pflug
As we have now fixed some nasty things in Beta-1, how about rolling Beta-2 the next days? Regards, Andreas ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [pgadmin-hackers] Repost: Patch: view data for tables/views on

2004-09-23 Thread Andreas Pflug
Ivan Nejgebauer wrote: Dave Page wrote: That breaks the principle of least surprise because it introduces inconsistent behaviour. Perhaps a better approach would be to open the data view only if 'double-click-for-properties' is turned off? Andreas Pflug wrote: - the default action might differ

Re: [pgadmin-hackers] Compilation on Windows

2004-09-23 Thread Dave Page
> -Original Message- > From: Alexander Borkowski > [mailto:[EMAIL PROTECTED] > Sent: 23 September 2004 09:36 > To: [EMAIL PROTECTED]; Dave Page > Subject: Re: [pgadmin-hackers] Compilation on Windows > > I am currently writing a "How to build pgAdmin III from > source on Windows"-lik

Re: [pgadmin-hackers] Repost: Patch: view data for tables/views on

2004-09-23 Thread Ivan Nejgebauer
Dave Page wrote: I think this is exactly when it should be enabled - such that you have the choice that double click can do one of the following: - Nothing - Open the data view on a table/view (and nothing on other objects) - Open the properties dialogue. I thought about that, too, but that would b

Re: [pgadmin-hackers] Compilation on Windows

2004-09-23 Thread Alexander Borkowski
Dave Page wrote: [SSL_version_str symbol missing] I've run into that before - you need to use the static SSL libs, not the import libs for the dll. They do (should) contain that symbol. Ah, so one has to use ms/nt.mak instead of ms/ntdll.mak to build the static version of the libraries (which in my

Re: [pgadmin-hackers] Repost: Patch: view data for tables/views on double click

2004-09-23 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Ivan Nejgebauer > Sent: 22 September 2004 13:18 > To: [EMAIL PROTECTED] > Subject: [pgadmin-hackers] Repost: Patch: view data for > tables/views on double click > > 1. There is an additional che