Re: [pgadmin-hackers] Query tool layout issues

2010-03-04 Thread Dave Page
On Wed, Mar 3, 2010 at 10:03 PM, Guillaume Lelarge wrote: > Done too. See miscquery.patch. The Query tool looks good now, but I get a crash if I try to open the Options dialogue: Thread 0 Crashed: Dispatch queue: com.apple.main-thread 0 org.postgresql.pgadmin 0x001eddb0 pgSettin

[pgadmin-hackers] SVN Commit by guillaume: r8201 - in branches/REL-1_10_0_PATCHES/pgadmin3: . pgadmin/dlg

2010-03-04 Thread svn
Author: guillaume Date: 2010-03-04 19:56:17 + (Thu, 04 Mar 2010) New Revision: 8201 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8201&view=rev Log: Correctly save the position of a pgFrame, per a report from Andreas Laggner and Dan Halbert. Modified: branches/REL

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

2010-03-04 Thread svn
Author: guillaume Date: 2010-03-04 19:56:38 + (Thu, 04 Mar 2010) New Revision: 8202 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8202&view=rev Log: Update the .pot file. Modified: branches/REL-1_10_0_PATCHES/pgadmin3/pgadmin3.pot -- Sent via pgadmin-hackers mail

[pgadmin-hackers] SVN Commit by guillaume: r8203 - in trunk/pgadmin3: . pgadmin/dlg

2010-03-04 Thread svn
Author: guillaume Date: 2010-03-04 19:58:38 + (Thu, 04 Mar 2010) New Revision: 8203 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8203&view=rev Log: Correctly save the position of a pgFrame, per a report from Andreas Laggner and Dan Halbert. Modified: trunk/pgadmi

[pgadmin-hackers] [pgAdmin III] #147: Window Size SQL-query

2010-03-04 Thread pgAdmin Trac
#147: Window Size SQL-query -+-- Reporter: Andreas Laggner | Owner: gleu Type: bug | Status: new Priority: minor| Milestone: 1.10.2 Component: pgadmin | Ver

Re: [pgadmin-hackers] [pgAdmin III] #147: Window Size SQL-query

2010-03-04 Thread pgAdmin Trac
#147: Window Size SQL-query -+-- Reporter: Andreas Laggner | Owner: gleu Type: bug | Status: new Priority: minor| Milestone: 1.10.2 Component: pgadmin | Ver

Re: [pgadmin-hackers] [pgAdmin III] #147: Window Size SQL-query

2010-03-04 Thread pgAdmin Trac
#147: Window Size SQL-query --+- Reporter: Andreas Laggner | Owner: gleu Type: bug | Status: closed Priority: minor| Milestone: 1.10.2 Component: pgadmin |

Re: [pgadmin-hackers] Query tool layout issues

2010-03-04 Thread Guillaume Lelarge
Le 04/03/2010 11:23, Dave Page a écrit : > On Wed, Mar 3, 2010 at 10:03 PM, Guillaume Lelarge > wrote: > >> Done too. See miscquery.patch. > > The Query tool looks good now, but I get a crash if I try to open the > Options dialogue: > I don't get a crash when I open the frmOptions window. With

Re: [pgadmin-hackers] Query tool layout issues

2010-03-04 Thread Dave Page
On Thu, Mar 4, 2010 at 8:42 PM, Guillaume Lelarge wrote: > Le 04/03/2010 11:23, Dave Page a écrit : >> On Wed, Mar 3, 2010 at 10:03 PM, Guillaume Lelarge >> wrote: >> >>> Done too. See miscquery.patch. >> >> The Query tool looks good now, but I get a crash if I try to open the >> Options dialogue

Re: [pgadmin-hackers] Query tool layout issues

2010-03-04 Thread Guillaume Lelarge
Le 04/03/2010 21:45, Dave Page a écrit : > On Thu, Mar 4, 2010 at 8:42 PM, Guillaume Lelarge > wrote: >> Le 04/03/2010 11:23, Dave Page a écrit : >>> On Wed, Mar 3, 2010 at 10:03 PM, Guillaume Lelarge >>> wrote: >>> Done too. See miscquery.patch. >>> >>> The Query tool looks good now, but I

[pgadmin-hackers] Strange error message when linking

2010-03-04 Thread Guillaume Lelarge
Hi, I'm still working on a ctlColourPicker widget, our custom wxColourPickerCtrl to work around issues found on Mac OS X by Dave. I was obviously wrong when I said that coding this widget would be simple :-/ The patch attached is my current work. I'm pretty ashamed of it, but can't find a way to

Re: [pgadmin-hackers] Strange error message when linking

2010-03-04 Thread Guillaume Lelarge
Le 05/03/2010 00:52, Guillaume Lelarge a écrit : > [...] > I'm still working on a ctlColourPicker widget, our custom > wxColourPickerCtrl to work around issues found on Mac OS X by Dave. I > was obviously wrong when I said that coding this widget would be simple :-/ > > The patch attached is my cu

Re: [pgadmin-hackers] Strange error message when linking

2010-03-04 Thread Ashesh Vashi
Hi Guillaume, Very small mistake. (I saw this error earlier.) You forget to add "$(srcdir)/ctl/xh_ctlcolourpicker.cpp" in "pgadmin/ctl/ module.mk" file. Please find the attached patch. -- Thanks & Regards, Ashesh Vashi On Fri, Mar 5, 2010 at 5:44 AM, Guillaume Lelarge wrote: > Le 05/03/2010 00:

Re: [pgadmin-hackers] Strange error message when linking

2010-03-04 Thread Guillaume Lelarge
Hi Ashesh, Le 05/03/2010 07:31, Ashesh Vashi a écrit : > [...] > Very small mistake. (I saw this error earlier.) > You forget to add "$(srcdir)/ctl/xh_ctlcolourpicker.cpp" in "pgadmin/ctl/ > module.mk" file. > Please find the attached patch. > Wow, thanks a lot. I thought I updated all module.mk