Re: [pgadmin-hackers] Minimum height of server status dialog

2008-08-01 Thread Guillaume Lelarge
Magnus Hagander a écrit : Can somebody explain why there appears to be a minimum height on the server status dialog that corresponds (on $customers screen at least) to about 20 active connections? I have <10 on each server right now, but would like to fit three windows over each other vertically

Re: [pgadmin-hackers] Google Summer of Code Projects

2008-08-01 Thread Guillaume Lelarge
Dave Page a écrit : [...] It's important that these projects are given as much support as possible to ensure that we can attract future GSoC sponsorship from Google in the future to help us continue to add cool new features to pgAdmin, so please take some time to try of the binaries, review the c

Re: [pgadmin-hackers] Minimum height of server status dialog

2008-08-01 Thread Magnus Hagander
Guillaume Lelarge wrote: > Magnus Hagander a écrit : >> Can somebody explain why there appears to be a minimum height on the >> server status dialog that corresponds (on $customers screen at least) to >> about 20 active connections? >> >> I have <10 on each server right now, but would like to fit

Re: [pgadmin-hackers] Minimum height of server status dialog

2008-08-01 Thread Guillaume Lelarge
Magnus Hagander a écrit : Guillaume Lelarge wrote: Magnus Hagander a écrit : Can somebody explain why there appears to be a minimum height on the server status dialog that corresponds (on $customers screen at least) to about 20 active connections? I have <10 on each server right now, but would

Re: [pgadmin-hackers] Minimum height of server status dialog

2008-08-01 Thread Magnus Hagander
Guillaume Lelarge wrote: >> The hotkey stuff I was working on already, but I'll just use your patch >> instead. It seems to be working fine in on my machine as well, so I'll >> go ahead and commit it. One thing first though... >> >> When I ran embed-xrc, I got a diff containing: >> Index: ui/xrcDia

Re: [pgadmin-hackers] Minimum height of server status dialog

2008-08-01 Thread Guillaume Lelarge
Magnus Hagander a écrit : Guillaume Lelarge wrote: The hotkey stuff I was working on already, but I'll just use your patch instead. It seems to be working fine in on my machine as well, so I'll go ahead and commit it. One thing first though... When I ran embed-xrc, I got a diff containing: Inde

Re: [pgadmin-hackers] Support for integrated tsearch configuration

2008-08-01 Thread Guillaume Lelarge
Dave Page a écrit : On Sat, Jun 28, 2008 at 1:54 PM, Guillaume Lelarge [...] I was sure I was following the "collection nodes and objects nodes" way of doing. Here are some ascii artwork: - Databases (3) + DB1 + DB2 - DB3 + Catalogs (2) + Casts (0) + Languages (0) + Schemas (1)

[pgadmin-hackers] SVN Commit by mha: r7395 - in trunk/pgadmin3/pgadmin: frm ui

2008-08-01 Thread svn
Author: mha Date: 2008-08-01 13:06:11 +0100 (Fri, 01 Aug 2008) New Revision: 7395 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7395&view=rev Log: In the server status dialog: * Make sure the escape key doesn't cancel a query, just closes the Window * Make it possible to

[pgadmin-hackers] SVN Commit by mha: r7396 - in branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin: frm ui

2008-08-01 Thread svn
Author: mha Date: 2008-08-01 13:06:38 +0100 (Fri, 01 Aug 2008) New Revision: 7396 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7396&view=rev Log: In the server status dialog: * Make sure the escape key doesn't cancel a query, just closes the Window * Make it possible to

Re: [pgadmin-hackers] First public pre-alpha release of GQB (Graphical Query Builder) for pgAdmin

2008-08-01 Thread Guillaume Lelarge
Hi, Luis Ochoa a écrit : I have been working on improve my Google Summer of Code Project: http://wiki.postgresql.org/wiki/Gsoc08-querybuilder for a while, and today I'm going to release what I believe it's the first public pre-alpha release, as you notice this release is for testing only an

Re: [pgadmin-hackers] pgScript patch

2008-08-01 Thread Guillaume Lelarge
Hi, Mickael Deloison a écrit : [...] pgScript can now be integrated into pgAdmin3. I have made a patch on revision 7394 of pgAdmin. This patch is big therefore I do not post it in this email, it is instead available on the following server: http://pgscript.projects.postgresql.org/pgadmin This p

[pgadmin-hackers] SVN Commit by guillaume: r7397 - trunk/pgadmin3/i18n/ca_ES

2008-08-01 Thread svn
Author: guillaume Date: 2008-08-01 15:49:57 +0100 (Fri, 01 Aug 2008) New Revision: 7397 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7397&view=rev Log: Update catalan's translation, per Carme Cerd?\195?\160 Torres. Modified: trunk/pgadmin3/i18n/ca_ES/pgadmin3.mo tr

Re: [pgadmin-hackers] Dialogs review

2008-08-01 Thread Guillaume Lelarge
Dave Page a écrit : On Wed, Jul 23, 2008 at 12:30 AM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: Here is a patch that merges all the others. I don't see another way to do it without completely loosing track of the version of each individual patch. This patch fixes the display issues on Mac OS