Re: [pgadmin-hackers] PATCH: Choose best width for Data Output columns of Query tool

2013-11-20 Thread J.F. Oster
Hello Dinesh, DK> Do SELECT '1', 'f'; ==>> And then re-size the 1st SELECT '1', 'f'; ==>> column to the end of the screen. DK> Then do, DK> SELECT 'f', '11..Wide column' ==> This should re-size DK> the grid as per the query result, which is not happening currently DK> in my windows machine

Re: [pgadmin-hackers] [pgadmin-support] Support for non standard SSH port

2013-11-20 Thread Akshay Joshi
Thanks Dave. On Wed, Nov 20, 2013 at 4:53 PM, Dave Page wrote: > Thanks - applied with minor tweaks to the layout. > > > On Mon, Nov 18, 2013 at 1:16 PM, Akshay Joshi < > [email protected]> wrote: > >> >> >> >> On Mon, Nov 18, 2013 at 5:50 PM, Dave Page wrote: >> >>> >>> >>> >>> On

Re: [pgadmin-hackers] [pgadmin-support] Support for non standard SSH port

2013-11-20 Thread Dave Page
Thanks - applied with minor tweaks to the layout. On Mon, Nov 18, 2013 at 1:16 PM, Akshay Joshi wrote: > > > > On Mon, Nov 18, 2013 at 5:50 PM, Dave Page wrote: > >> >> >> >> On Mon, Nov 18, 2013 at 12:00 PM, Akshay Joshi < >> [email protected]> wrote: >> >>> >>> >>> >>> On Mon, No

[pgadmin-hackers] pgAdmin III commit: Regenerate xrcDialogs.cpp.

2013-11-20 Thread Dave Page
Regenerate xrcDialogs.cpp. Branch -- REL-1_18_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=911c6af6b6746159dbd58217ced1ef6f65a17b2b Modified Files -- pgadmin/ui/xrcDialogs.cpp | 71 ++--- 1 file

[pgadmin-hackers] pgAdmin III commit: Add missing "port" option for SSH tunnels

2013-11-20 Thread Dave Page
Add missing "port" option for SSH tunnels Branch -- REL-1_18_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f47e7045ff876a33287788310e6f6524a3d9b190 Author: Akshay Joshi Modified Files -- CHANGELOG |1 + pgadmi

[pgadmin-hackers] pgAdmin III commit: Add missing "port" option for SSH tunnels

2013-11-20 Thread Dave Page
Add missing "port" option for SSH tunnels Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=ce7860019365282875d664a47f838ca1311191cf Author: Akshay Joshi Modified Files -- CHANGELOG |1 + pgadmin/dlg/dlgSer

[pgadmin-hackers] pgAdmin III commit: Add missing string entry to prevent Mavericks compl

2013-11-20 Thread Dave Page
Add missing string entry to prevent Mavericks complaining. Branch -- REL-1_18_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=be5e3d1acb754a6ea3c90360f5e6507149512b15 Modified Files -- pkg/mac/debug.pgadmin.Info.plist.in |1 + 1 file ch

[pgadmin-hackers] pgAdmin III commit: Add missing string entry to prevent Mavericks compl

2013-11-20 Thread Dave Page
Add missing string entry to prevent Mavericks complaining. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=0537ca8ac156281408acd31c59f5fcac58ef04d5 Modified Files -- pkg/mac/debug.pgadmin.Info.plist.in |1 + 1 file changed, 1 ins

Re: [pgadmin-hackers] PATCH: Choose best width for Data Output columns of Query tool

2013-11-20 Thread Dinesh Kumar
Hello, Thanks for fixing this case as per my previous comments. Could you also check one more case with the latest submitted patch. Do SELECT '1', 'f'; ==> And then re-size the 1st column to the end of the screen. Then do, SELECT 'f', '11..Wide column' ==> This should re-size the grid a