Re: [pgadmin-hackers] New minor release?

2010-03-08 Thread Dave Page
On Sat, Mar 6, 2010 at 5:59 PM, Guillaume Lelarge wrote: > Hi, > > I've seen that there will be minor releases of PostgreSQL in one to two > weeks. It would probably be a good idea to release 1.10.2. There is not > a lot of fixes (9 closed tickets, see > http://code.pgadmin.org/trac/query?status=c

Re: [pgadmin-hackers] Follow-up on "Query tool layout issues"

2010-03-08 Thread Dave Page
On Sat, Mar 6, 2010 at 5:22 PM, Guillaume Lelarge wrote: > Hi, > > Dave found some issues on the layout of the query tool. They are on a > few mails, so I thought I'll answer to all of them in a new thread. > > Here is the list of issues, and my answers: > >> I just went to add a server in a pgAdm

Re: [pgadmin-hackers] New minor release?

2010-03-08 Thread Guillaume Lelarge
Le 08/03/2010 11:19, Dave Page a écrit : > On Sat, Mar 6, 2010 at 5:59 PM, Guillaume Lelarge > wrote: >> Hi, >> >> I've seen that there will be minor releases of PostgreSQL in one to two >> weeks. It would probably be a good idea to release 1.10.2. There is not >> a lot of fixes (9 closed tickets,

Re: [pgadmin-hackers] New minor release?

2010-03-08 Thread Dave Page
On Mon, Mar 8, 2010 at 5:44 PM, Guillaume Lelarge wrote: > Le 08/03/2010 11:19, Dave Page a écrit : >> On Sat, Mar 6, 2010 at 5:59 PM, Guillaume Lelarge >> wrote: >>> Hi, >>> >>> I've seen that there will be minor releases of PostgreSQL in one to two >>> weeks. It would probably be a good idea to

Re: [pgadmin-hackers] New minor release?

2010-03-08 Thread Guillaume Lelarge
Le 08/03/2010 18:46, Dave Page a écrit : > On Mon, Mar 8, 2010 at 5:44 PM, Guillaume Lelarge > wrote: >> Le 08/03/2010 11:19, Dave Page a écrit : >>> On Sat, Mar 6, 2010 at 5:59 PM, Guillaume Lelarge >>> wrote: Hi, I've seen that there will be minor releases of PostgreSQL in one to

[pgadmin-hackers] SVN Commit by guillaume: r8206 - in trunk/pgadmin3/pgadmin: . ctl dlg frm include include/ctl include/utils ui

2010-03-08 Thread svn
Author: guillaume Date: 2010-03-08 17:57:26 + (Mon, 08 Mar 2010) New Revision: 8206 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8206&view=rev Log: Replace wxColourPickerCtrl with ctlColourPicker, our own implementation to workaround Mac OS X display issues. Added:

[pgadmin-hackers] SVN Commit by guillaume: r8207 - in trunk/pgadmin3/pgadmin: ctl frm include/utils ui

2010-03-08 Thread svn
Author: guillaume Date: 2010-03-08 17:57:32 + (Mon, 08 Mar 2010) New Revision: 8207 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8207&view=rev Log: Get back the background color of the margin. Make it customizable. Modified: trunk/pgadmin3/pgadmin/ctl/ctlSQLBox.cpp

[pgadmin-hackers] SVN Commit by guillaume: r8208 - trunk/pgadmin3/pgadmin/frm

2010-03-08 Thread svn
Author: guillaume Date: 2010-03-08 17:57:35 + (Mon, 08 Mar 2010) New Revision: 8208 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8208&view=rev Log: Miscellanous: * remove the 'Current' from 'Delete Current'; * only add the query to the list if it executes without an err

[pgadmin-hackers] SVN Commit by guillaume: r8209 - trunk/pgadmin3/pgadmin/ui

2010-03-08 Thread svn
Author: guillaume Date: 2010-03-08 17:57:37 + (Mon, 08 Mar 2010) New Revision: 8209 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8209&view=rev Log: Make the frmOptions dialog usable on Mac (but not pretty). It still needs more work to be pretty. Modified: trunk/pga

[pgadmin-hackers] SVN Commit by guillaume: r8210 - trunk/pgadmin3/pgadmin/ctl

2010-03-08 Thread svn
Author: guillaume Date: 2010-03-08 17:57:39 + (Mon, 08 Mar 2010) New Revision: 8210 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8210&view=rev Log: Suppress trailing whitespace. Modified: trunk/pgadmin3/pgadmin/ctl/ctlColourPicker.cpp -- Sent via pgadmin-hackers

[pgadmin-hackers] SVN Commit by guillaume: r8211 - trunk/pgadmin3/pgadmin/frm

2010-03-08 Thread svn
Author: guillaume Date: 2010-03-08 17:57:41 + (Mon, 08 Mar 2010) New Revision: 8211 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8211&view=rev Log: Fix an issue occuring when you haven't set the colour of a server. Modified: trunk/pgadmin3/pgadmin/frm/frmQuery.cpp

[pgadmin-hackers] SVN Commit by guillaume: r8212 - in trunk/pgadmin3: . pgadmin/ui

2010-03-08 Thread svn
Author: guillaume Date: 2010-03-08 17:57:45 + (Mon, 08 Mar 2010) New Revision: 8212 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8212&view=rev Log: Update CHANGELOG file. Rebuild xrcDialogs.cpp. Modified: trunk/pgadmin3/CHANGELOG trunk/pgadmin3/pgadmin/ui/xrcDia

Re: [pgadmin-hackers] Follow-up on "Query tool layout issues"

2010-03-08 Thread Guillaume Lelarge
Le 08/03/2010 11:24, Dave Page a écrit : > On Sat, Mar 6, 2010 at 5:22 PM, Guillaume Lelarge > wrote: > [...] >>> BTW, on OSX, the tabset overflows the width of the dialogue now. Can >>> we widen the dialogue, and perhaps move all the colour options onto >>> one tab? >> >> I need to add 50% of the

Re: [pgadmin-hackers] New minor release?

2010-03-08 Thread Dave Page
If u can finalise, stamp and tag today, that would be extremely helpful. I'll build tomorrow then. On 3/8/10, Guillaume Lelarge wrote: > Le 08/03/2010 18:46, Dave Page a écrit : >> On Mon, Mar 8, 2010 at 5:44 PM, Guillaume Lelarge >> wrote: >>> Le 08/03/2010 11:19, Dave Page a écrit : On Sa

[pgadmin-hackers] SVN Commit by guillaume: r8213 - in branches/REL-1_10_0_PATCHES/pgadmin3/i18n: af_ZA ar_SA bg_BG ca_ES cs_CZ da_DK de_CH de_DE el_GR es_ES fa_IR fi_FI fr_FR gl_ES gu_IN hi_IN hr_HR h

2010-03-08 Thread svn
Author: guillaume Date: 2010-03-08 19:02:30 + (Mon, 08 Mar 2010) New Revision: 8213 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8213&view=rev Log: Automatic merge using stringmerge script. Modified: branches/REL-1_10_0_PATCHES/pgadmin3/i18n/af_ZA/pgadmin3.po br

[pgadmin-hackers] SVN Commit by guillaume: r8214 - branches/REL-1_10_0_PATCHES/pgadmin3

2010-03-08 Thread svn
Author: guillaume Date: 2010-03-08 19:03:24 + (Mon, 08 Mar 2010) New Revision: 8214 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8214&view=rev Log: Update .pot file. Modified: branches/REL-1_10_0_PATCHES/pgadmin3/pgadmin3.pot -- Sent via pgadmin-hackers mailing

Re: [pgadmin-hackers] Follow-up on "Query tool layout issues"

2010-03-08 Thread Dave Page
On Mon, Mar 8, 2010 at 6:04 PM, Guillaume Lelarge wrote: > I'll try to do something based on that. My first idea was something like > wxPropertyGrid > (http://wxpropgrid.sourceforge.net/cgi-bin/index?page=about), I suppose > also this is what you wanted to say with the VisualStudio stuff. Yeah,

[pgadmin-hackers] SVN Commit by guillaume: r8215 - branches/REL-1_10_0_PATCHES/pgadmin3/pgadmin/include

2010-03-08 Thread svn
Author: guillaume Date: 2010-03-08 20:58:17 + (Mon, 08 Mar 2010) New Revision: 8215 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8215&view=rev Log: Bump version for release. Modified: branches/REL-1_10_0_PATCHES/pgadmin3/pgadmin/include/version.h -- Sent via pga

[pgadmin-hackers] SVN Commit by guillaume: r8216 - tags

2010-03-08 Thread svn
Author: guillaume Date: 2010-03-08 21:20:36 + (Mon, 08 Mar 2010) New Revision: 8216 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8216&view=rev Log: Create REL-1_10_2 tag Added: tags/REL-1_10_2/ -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.

[pgadmin-hackers] Re: [pgAdmin III] #46: "Use Replication" label/field bug in Column Create/Edit Dialog

2010-03-08 Thread pgAdmin Trac
#46: "Use Replication" label/field bug in Column Create/Edit Dialog --+- Reporter: JwexlerAt MailDotCom | Owner: gleu Type: bug | Status: accepted Priority: minor |

[pgadmin-hackers] Re: [pgAdmin III] #70: pgAdmin III crashed if select Add a New join in joins section of GQB

2010-03-08 Thread pgAdmin Trac
#70: pgAdmin III crashed if select Add a New join in joins section of GQB --+- Reporter: dpage | Owner: dpage Type: bug | Status: new Priority: critical | Milestone: Component:

[pgadmin-hackers] Re: [pgAdmin III] #72: Database name contains Chinese chars then debugging procedure/function in it results in core dump

2010-03-08 Thread pgAdmin Trac
#72: Database name contains Chinese chars then debugging procedure/function in it results in core dump --+- Reporter: dpage | Owner: dpage Type: bug | Status: new Priority: critical | M

[pgadmin-hackers] Re: [pgAdmin III] #64: Null pointer error when trying to create database with Chinese characters in name

2010-03-08 Thread pgAdmin Trac
#64: Null pointer error when trying to create database with Chinese characters in name -+-- Reporter: dpage| Owner: dpage Type: bug | Status: new Priority: major| Milestone:

Re: [pgadmin-hackers] New minor release?

2010-03-08 Thread Guillaume Lelarge
Le 08/03/2010 19:24, Dave Page a écrit : > If u can finalise, stamp and tag today, that would be extremely > helpful. I'll build tomorrow then. > Stamped and tagged. I still need to work on the website though. -- Guillaume. http://www.postgresqlfr.org http://dalibo.com -- Sent via pgadmin-

Re: [pgadmin-hackers] SVN Commit by guillaume: r8217 - in tags/REL-1_10_2: . pgadmin3 pgadmin3/i18n/af_ZA pgadmin3/i18n/ar_SA pgadmin3/i18n/bg_BG pgadmin3/i18n/ca_ES pgadmin3/i18n/cs_CZ pgadmin3/i18n/

2010-03-08 Thread Guillaume Lelarge
Le 08/03/2010 22:22, s...@pgadmin.org a écrit : > Author: guillaume > > Date: 2010-03-08 21:22:43 + (Mon, 08 Mar 2010) > > New Revision: 8217 > > Revision summary: > http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8217&view=rev > > Log: > Tag pgAdmin 1.10.2 > > > Added: >tags/REL-1_1

Re: [pgadmin-hackers] [pgAdmin III] #143: Replace wxColourPicker with a custom one

2010-03-08 Thread pgAdmin Trac
#143: Replace wxColourPicker with a custom one --+- Reporter: gleu | Owner: gleu Type: feature | Status: closed Priority: minor| Milestone: 1.12 Component: pgadmin | Version: tr