Re: [pgadmin-hackers] import: source code is pushed to git repository

2009-12-22 Thread Dave Page
On Tue, Dec 22, 2009 at 9:08 PM, Dave Page wrote: >> All of them only tested under WindowsXP. > > Not so good on Mac yet :-( > ... > Seems like oyu need to add to frmImport.h. > > OK, got it to the link phase with the attached patch, but then it died horribly. I think you need to build your cod

Re: [pgadmin-hackers] import: source code is pushed to git repository

2009-12-22 Thread Dave Page
On Sun, Dec 20, 2009 at 9:10 AM, Quan Zongliang wrote: > hi all > > I pushed import 's source code to: > git://git.postgresql.org/git/users/quan74/pgadmin-import.git > > web: > http://git.postgresql.org/gitweb?p=users/quan74/pgadmin-import.git;a=summary > > To suport ODBC, please define preprocess

Re: [pgadmin-hackers] One question on the Restore window

2009-12-22 Thread Guillaume Lelarge
Le 22/12/2009 10:39, Dave Page a écrit : > On Sun, Dec 20, 2009 at 10:22 PM, Guillaume Lelarge > wrote: >> Hi, >> >> I worked today on the restore window. I added all the missing options >> (with a release check for some of them), and I added sizers to have a >> good UI. You can see the result in

Re: [pgadmin-hackers] Feature request: disable copying SQL from main window to query tool by default

2009-12-22 Thread Guillaume Lelarge
Le 22/12/2009 14:23, Thom Brown a écrit : > 2009/12/22 Dave Page > >> On Tue, Dec 22, 2009 at 1:16 PM, Guillaume Lelarge >> wrote: >>> Done. I didn't backpatch it on the 1.10 branch. I don't think we should >>> do this but I don't really have a hard feeling on this, so tell me if it >>> needs to

Re: [pgadmin-hackers] Feature request: disable copying SQL from main window to query tool by default

2009-12-22 Thread Thom Brown
2009/12/22 Dave Page > On Tue, Dec 22, 2009 at 1:16 PM, Guillaume Lelarge > wrote: > > Done. I didn't backpatch it on the 1.10 branch. I don't think we should > > do this but I don't really have a hard feeling on this, so tell me if it > > needs to be done. > > It's not a bug fix so it doesn't g

[pgadmin-hackers] Re: [pgAdmin III] #120: Disable copying SQL from main window to query tool by default

2009-12-22 Thread pgAdmin Trac
#120: Disable copying SQL from main window to query tool by default +--- Reporter: Tom Brown | Owner: gleu Type: feature| Status: closed Priority: minor | Milestone: 1.12 Com

[pgadmin-hackers] Re: [pgAdmin III] #120: Disable copying SQL from main window to query tool by default

2009-12-22 Thread pgAdmin Trac
#120: Disable copying SQL from main window to query tool by default ---+ Reporter: Tom Brown | Owner: gleu Type: feature| Status: assigned Priority: minor | Milestone: 1.12 Component:

[pgadmin-hackers] [pgAdmin III] #120: Disable copying SQL from main window to query tool by default

2009-12-22 Thread pgAdmin Trac
#120: Disable copying SQL from main window to query tool by default ---+ Reporter: Tom Brown | Owner: dpage Type: feature| Status: new Priority: minor | Milestone: 1.12 Component: pgadmin

Re: [pgadmin-hackers] Feature request: disable copying SQL from main window to query tool by default

2009-12-22 Thread Dave Page
On Tue, Dec 22, 2009 at 1:16 PM, Guillaume Lelarge wrote: > Done. I didn't backpatch it on the 1.10 branch. I don't think we should > do this but I don't really have a hard feeling on this, so tell me if it > needs to be done. It's not a bug fix so it doesn't get back patched. -- Dave Page Ent

Re: [pgadmin-hackers] Feature request: disable copying SQL from main window to query tool by default

2009-12-22 Thread Guillaume Lelarge
Le 22/12/2009 11:07, Thom Brown a écrit : > 2009/12/22 Guillaume Lelarge > >> Le 22/12/2009 11:02, Thom Brown a écrit : >>> 2009/12/22 Dave Page >>> On Mon, Dec 21, 2009 at 5:37 PM, Guillaume Lelarge wrote: > Le 21/12/2009 15:41, Thom Brown a écrit : >> [...] >> Not so muc

[pgadmin-hackers] SVN Commit by guillaume: r8140 - in trunk/pgadmin3: . pgadmin/include/utils

2009-12-22 Thread svn
Author: guillaume Date: 2009-12-22 13:14:18 + (Tue, 22 Dec 2009) New Revision: 8140 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8140&view=rev Log: StickySql is false by default, per request from Tom Brown. Modified: trunk/pgadmin3/CHANGELOG trunk/pgadmin3/pgad

Re: [pgadmin-hackers] Feature request: disable copying SQL from main window to query tool by default

2009-12-22 Thread Thom Brown
2009/12/22 Guillaume Lelarge > Le 22/12/2009 11:02, Thom Brown a écrit : > > 2009/12/22 Dave Page > > > >> On Mon, Dec 21, 2009 at 5:37 PM, Guillaume Lelarge > >> wrote: > >>> Le 21/12/2009 15:41, Thom Brown a écrit : > [...] > Not so much a feature request but a tweak to a default se

Re: [pgadmin-hackers] Feature request: disable copying SQL from main window to query tool by default

2009-12-22 Thread Guillaume Lelarge
Le 22/12/2009 11:02, Thom Brown a écrit : > 2009/12/22 Dave Page > >> On Mon, Dec 21, 2009 at 5:37 PM, Guillaume Lelarge >> wrote: >>> Le 21/12/2009 15:41, Thom Brown a écrit : [...] Not so much a feature request but a tweak to a default settings. The >> guys at work agree that c

Re: [pgadmin-hackers] Feature request: disable copying SQL from main window to query tool by default

2009-12-22 Thread Dave Page
On Tue, Dec 22, 2009 at 10:03 AM, Magnus Hagander wrote: > 2009/12/22 Dave Page : >> On Tue, Dec 22, 2009 at 9:59 AM, Magnus Hagander wrote: >> >>> We still have an explicit option in the right-click menu to do it, right? >> >> What right-click menu? > > Right click on an object in the tree. Oh

Re: [pgadmin-hackers] Feature request: disable copying SQL from main window to query tool by default

2009-12-22 Thread Magnus Hagander
2009/12/22 Dave Page : > On Tue, Dec 22, 2009 at 9:59 AM, Magnus Hagander wrote: > >> We still have an explicit option in the right-click menu to do it, right? > > What right-click menu? Right click on an object in the tree. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.r

Re: [pgadmin-hackers] Feature request: disable copying SQL from main window to query tool by default

2009-12-22 Thread Thom Brown
2009/12/22 Dave Page > On Mon, Dec 21, 2009 at 5:37 PM, Guillaume Lelarge > wrote: > > Le 21/12/2009 15:41, Thom Brown a écrit : > >> [...] > >> Not so much a feature request but a tweak to a default settings. The > guys > >> at work agree that copying the creation script for a database object

Re: [pgadmin-hackers] Feature request: disable copying SQL from main window to query tool by default

2009-12-22 Thread Guillaume Lelarge
Le 22/12/2009 10:57, Dave Page a écrit : > On Mon, Dec 21, 2009 at 5:37 PM, Guillaume Lelarge > wrote: >> Le 21/12/2009 15:41, Thom Brown a écrit : >>> [...] >>> Not so much a feature request but a tweak to a default settings. The guys >>> at work agree that copying the creation script for a data

Re: [pgadmin-hackers] Feature request: disable copying SQL from main window to query tool by default

2009-12-22 Thread Dave Page
On Tue, Dec 22, 2009 at 9:59 AM, Magnus Hagander wrote: > We still have an explicit option in the right-click menu to do it, right? What right-click menu? -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To

Re: [pgadmin-hackers] Feature request: disable copying SQL from main window to query tool by default

2009-12-22 Thread Magnus Hagander
2009/12/22 Dave Page : > On Mon, Dec 21, 2009 at 5:37 PM, Guillaume Lelarge > wrote: >> Le 21/12/2009 15:41, Thom Brown a écrit : >>> [...] >>> Not so much a feature request but a tweak to a default settings.  The guys >>> at work agree that copying the creation script for a database object into a

Re: [pgadmin-hackers] Feature request: disable copying SQL from main window to query tool by default

2009-12-22 Thread Dave Page
On Mon, Dec 21, 2009 at 5:37 PM, Guillaume Lelarge wrote: > Le 21/12/2009 15:41, Thom Brown a écrit : >> [...] >> Not so much a feature request but a tweak to a default settings.  The guys >> at work agree that copying the creation script for a database object into a >> new query window is a bit a

Re: [pgadmin-hackers] Feature request: disable copying SQL from main window to query tool by default

2009-12-22 Thread Dave Page
On Mon, Dec 21, 2009 at 2:41 PM, Thom Brown wrote: > Hi, > > Not so much a feature request but a tweak to a default settings.  The guys > at work agree that copying the creation script for a database object into a > new query window is a bit annoying and unnecessary as we always end up > having to

Re: [pgadmin-hackers] One question on the Restore window

2009-12-22 Thread Dave Page
On Sun, Dec 20, 2009 at 10:22 PM, Guillaume Lelarge wrote: > Hi, > > I worked today on the restore window. I added all the missing options > (with a release check for some of them), and I added sizers to have a > good UI. You can see the result in the screenshots attached (from > frmRestore_1.png