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
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
> -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.
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
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
> -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
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
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
> -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