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

2008-08-26 Thread svn
Author: guillaume Date: 2008-08-26 15:21:01 +0100 (Tue, 26 Aug 2008) New Revision: 7420 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7420&view=rev Log: Review of the dialogs to make them growable. Modified: trunk/pgadmin3/CHANGELOG trunk/pgadmin3/pgadmin/agent/dlgJ

Re: [pgadmin-hackers] Dialogs Review new patch

2008-08-26 Thread Guillaume Lelarge
Guillaume Lelarge a écrit : > [...] > I'll only commit some pieces of my patch. Here are the dialogs that > won't be commited: > > * dlgFunction (status bar, OK and cancel buttons don't display >correctly on Mac) > * dlgLanguage (strange error about wxChoice::GetString on Mac... >strange

Re: [pgadmin-hackers] Dialogs Review new patch

2008-08-26 Thread Dave Page
On Tue, Aug 26, 2008 at 3:22 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > Guillaume Lelarge a écrit : >> New patch is available on: >> http://developer.pgadmin.org/~guillaume/dialogreview_20080825.patch.bz2 >> >> It'll be commited tomorrow afternoon (if no one objects). >> > > Done. :-) -

Re: [pgadmin-hackers] Enabling SQL text field in the SQL tab of object dialog

2008-08-26 Thread Guillaume Lelarge
Dave Page a écrit : > On Wed, Jul 9, 2008 at 12:31 PM, Guillaume Lelarge > <[EMAIL PROTECTED]> wrote: > [...] >> I prefer to add sizing to all (properties') dialogs. This is a work I can >> do, step by step. I think I should follow these steps in this order: >> >> * one patch for each dialog to ad

Re: [pgadmin-hackers] Enabling SQL text field in the SQL tab of object dialog

2008-08-26 Thread Guillaume Lelarge
Guillaume Lelarge a écrit : > [...] > Back on this. The plan took a lot more time than I initially thought. > Anyways, here is the v5 patch updated. > I'm tired for sure... here is the patch. -- Guillaume. http://www.postgresqlfr.org http://dalibo.com enablingsqlt

Re: [pgadmin-hackers] Enabling SQL text field in the SQL tab of object dialog

2008-08-26 Thread Dave Page
On Tue, Aug 26, 2008 at 6:48 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > Guillaume Lelarge a écrit : >> [...] >> Back on this. The plan took a lot more time than I initially thought. >> Anyways, here is the v5 patch updated. >> > > I'm tired for sure... here is the patch. :-( Well it looks

[pgadmin-hackers] SVN Commit by guillaume: r7421 - trunk/pgadmin3/pgadmin/dlg

2008-08-26 Thread svn
Author: guillaume Date: 2008-08-26 22:37:27 +0100 (Tue, 26 Aug 2008) New Revision: 7421 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7421&view=rev Log: Fix an issue with an uninitialized combo box. Modified: trunk/pgadmin3/pgadmin/dlg/dlgDatabase.cpp -- Sent via pga

[pgadmin-hackers] SVN Commit by guillaume: r7422 - in trunk/pgadmin3/pgadmin: dlg include/dlg ui

2008-08-26 Thread svn
Author: guillaume Date: 2008-08-26 22:38:25 +0100 (Tue, 26 Aug 2008) New Revision: 7422 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7422&view=rev Log: dlgLanguage is now growable. Modified: trunk/pgadmin3/pgadmin/dlg/dlgLanguage.cpp trunk/pgadmin3/pgadmin/include/

Re: [pgadmin-hackers] Enabling SQL text field in the SQL tab of object dialog

2008-08-26 Thread Guillaume Lelarge
Dave Page a écrit : > On Tue, Aug 26, 2008 at 6:48 PM, Guillaume Lelarge > <[EMAIL PROTECTED]> wrote: >> Guillaume Lelarge a écrit : >>> [...] >>> Back on this. The plan took a lot more time than I initially thought. >>> Anyways, here is the v5 patch updated. >>> >> I'm tired for sure... here is th

[pgadmin-hackers] SVN Commit by guillaume: r7423 - in trunk/pgadmin3/pgadmin: dlg include/dlg ui

2008-08-26 Thread svn
Author: guillaume Date: 2008-08-26 23:24:51 +0100 (Tue, 26 Aug 2008) New Revision: 7423 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7423&view=rev Log: dlgTable is now growable. Modified: trunk/pgadmin3/pgadmin/dlg/dlgTable.cpp trunk/pgadmin3/pgadmin/include/dlg/dl

[pgadmin-hackers] frmOptions unable to Save / Fetch FTS preferences

2008-08-26 Thread Robins Tharakan
Hi, I took a recent SVN update and saw that I couldn't hide FTS items from the display, just because the frmOptions couldn't Save / Fetch the corresponding settings. Attached is a simple patch that allows us to do that. Regards, *Robins Tharakan* Index: pgadmin/utils/sysSettings.cpp