Re: [pgadmin-hackers] PATCH(WIP): Printing Support And Save GQB/Explain as an image

2009-11-18 Thread Guillaume Lelarge
Le mardi 17 novembre 2009 à 13:35:05, Ashesh Vashi a écrit : > Hi All, > > After a long time, I got some time to refine/correct the patch. > > Please find the WIP patch for "Printing Support in frmQuery > (QueryBuilder/Graphical Query Builder(GQB)/Explain) & Save as an image". > It doesn't appl

[pgadmin-hackers] Database reconnect patch

2009-11-18 Thread Dave Page
The attached patch against svn trunk is a first cut WIP offering an option in the main window to reconnect to the database server if the connection is lost. I'd appreciate some feedback please, and some thought given to the question "does this break anything in any non-obvious ways?" -- Dave Pag

Re: [pgadmin-hackers] Fwd: [Bug 484145] [NEW] Keyboard shortcuts for closing window / application inconsistent with GNOME

2009-11-18 Thread Dave Page
On Thu, Nov 19, 2009 at 4:16 PM, Guillaume Lelarge wrote: > I probably didn't explain enough. Alt-F4 is the default at least on Windows > and Linux (KDE). But it is a window manager shortcut, not an application one. > > The usual default shortcuts are Ctrl-Q to quit an application and Ctrl-W to >

Re: [pgadmin-hackers] Fwd: [Bug 484145] [NEW] Keyboard shortcuts for closing window / application inconsistent with GNOME

2009-11-18 Thread Guillaume Lelarge
Le jeudi 19 novembre 2009 à 08:12:29, Dave Page a écrit : > On Thu, Nov 19, 2009 at 4:05 PM, Guillaume Lelarge > > wrote: > > Hi, > > > > This is a bug report from Ubuntu's Launchpad. I think they are right, and > > wonder why we use the Alt-F4 shortcut. Probably something that was done > > in th

Re: [pgadmin-hackers] Fwd: [Bug 484145] [NEW] Keyboard shortcuts for closing window / application inconsistent with GNOME

2009-11-18 Thread Guillaume Lelarge
Le jeudi 19 novembre 2009 à 08:11:19, Magnus Hagander a écrit : > 2009/11/19 Guillaume Lelarge : > > Hi, > > > > This is a bug report from Ubuntu's Launchpad. I think they are right, and > > wonder why we use the Alt-F4 shortcut. Probably something that was done > > in the first releases of pgAdmin

Re: [pgadmin-hackers] Support for drag and drop of a query file in the query tool

2009-11-18 Thread Guillaume Lelarge
Le jeudi 19 novembre 2009 à 01:01:38, Dave Page a écrit : > On Wed, Nov 18, 2009 at 11:08 PM, Guillaume Lelarge > > wrote: > > Hi, > > > > The idea is to automatically open a file if a user drags it from the > > explorer window onto the query tool. > > Looks perfectly reasonable. frmQuery is get

Re: [pgadmin-hackers] Fwd: [Bug 484145] [NEW] Keyboard shortcuts for closing window / application inconsistent with GNOME

2009-11-18 Thread Dave Page
On Thu, Nov 19, 2009 at 4:05 PM, Guillaume Lelarge wrote: > Hi, > > This is a bug report from Ubuntu's Launchpad. I think they are right, and > wonder why we use the Alt-F4 shortcut. Probably something that was done in the > first releases of pgAdmin? Probably - but also we've tried to standardis

[pgadmin-hackers] Re: [pgAdmin III] #92: Add drag and drop support for files in the query tool

2009-11-18 Thread pgAdmin Trac
#92: Add drag and drop support for files in the query tool --+- Reporter: gleu | Owner: gleu Type: feature | Status: closed Priority: minor| Milestone: 1.12 Component: pgadmi

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

2009-11-18 Thread svn
Author: guillaume Date: 2009-11-19 07:12:08 + (Thu, 19 Nov 2009) New Revision: 8080 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8080&view=rev Log: Support for drag-and-drop of a file in the query tool. Modified: trunk/pgadmin3/CHANGELOG trunk/pgadmin3/pgadmin/

Re: [pgadmin-hackers] Fwd: [Bug 484145] [NEW] Keyboard shortcuts for closing window / application inconsistent with GNOME

2009-11-18 Thread Magnus Hagander
2009/11/19 Guillaume Lelarge : > Hi, > > This is a bug report from Ubuntu's Launchpad. I think they are right, and > wonder why we use the Alt-F4 shortcut. Probably something that was done in the > first releases of pgAdmin? Umm, because Alt-F4 is the key that does it on Windows? But yeah, it'd c

Re: [pgadmin-hackers] Fwd: Re: [ADMIN] Can i write a time-trigger?

2009-11-18 Thread Dave Page
On Thu, Nov 19, 2009 at 3:57 PM, Guillaume Lelarge wrote: > Hi, > > I don't know all the in and out of pgagent, but I think he's right in his > complaint (unfortunately not in the way he did complain). Should we really > have "dbname=postgres" instead of "dbname=pgadmin" or am I missing something

[pgadmin-hackers] Fwd: [Bug 484145] [NEW] Keyboard shortcuts for closing window / application inconsistent with GNOME

2009-11-18 Thread Guillaume Lelarge
Hi, This is a bug report from Ubuntu's Launchpad. I think they are right, and wonder why we use the Alt-F4 shortcut. Probably something that was done in the first releases of pgAdmin? -- Guillaume. http://www.postgresqlfr.org http://dalibo.com --- Begin Message --- Public bug reported: Bin

[pgadmin-hackers] Fwd: Re: [ADMIN] Can i write a time-trigger?

2009-11-18 Thread Guillaume Lelarge
Hi, I don't know all the in and out of pgagent, but I think he's right in his complaint (unfortunately not in the way he did complain). Should we really have "dbname=postgres" instead of "dbname=pgadmin" or am I missing something obvious? -- Guillaume. http://www.postgresqlfr.org http://da

Re: [pgadmin-hackers] Support for drag and drop of a query file in the query tool

2009-11-18 Thread Dave Page
On Wed, Nov 18, 2009 at 11:08 PM, Guillaume Lelarge wrote: > Hi, > > The idea is to automatically open a file if a user drags it from the explorer > window onto the query tool. Looks perfectly reasonable. frmQuery is getting a bit crowded now though (and has been for a while) :-( -- Dave Page

[pgadmin-hackers] Support for drag and drop of a query file in the query tool

2009-11-18 Thread Guillaume Lelarge
Hi, The idea is to automatically open a file if a user drags it from the explorer window onto the query tool. The patch attached does this. Comments? -- Guillaume. http://www.postgresqlfr.org http://dalibo.com Index: pgadmin/frm/frmQuery.cpp

[pgadmin-hackers] [pgAdmin III] #92: Add drag and drop support for files in the query tool

2009-11-18 Thread pgAdmin Trac
#92: Add drag and drop support for files in the query tool ---+ Reporter: gleu | Owner: gleu Type: feature| Status: new Priority: minor | Milestone: 1.12 Component: pgadmin|

Re: [pgadmin-hackers] Suggestion for pgAgent

2009-11-18 Thread Albe Laurenz
Dave Page wrote: > In further thought though - why can't you just set the target database > of the step to be 'remote' and then specify a connection string with a > specified username? I am running version 1.8 here, and this feature is new in 1.10, that's why I didn't see it. You are right, that