Re: [pgadmin-hackers] Patch: Query favourites

2006-01-30 Thread Andreas Pflug
Magnus Hagander wrote: As for the libxml2/msxml - I think going with *just* libxml2 is the way to go. The APIs are so completely different that it would be two completely different implementations. And AFAIK, there are no problems with libxml on Win32 in general. except for libxml2 not bein

Re: [pgadmin-hackers] Patch: Query favourites

2006-01-30 Thread Magnus Hagander
> > On this we clearly disagree (on the value of the feature, that is). > > But that's your choice, of course. I'll keep running with it myself > > until such a time as an alternative exists. > > Let's, as they say, agree to disagree on it. > > FWIW, I do think this would be a nice feature, and

Re: [pgadmin-hackers] Patch: Query favourites

2006-01-30 Thread Magnus Hagander
> >>On this we clearly disagree (on the value of the feature, that is). > >>But that's your choice, of course. I'll keep running with it myself > >>until such a time as an alternative exists. > >>Let's, as they say, agree to disagree on it. > > > > > > FWIW, I do think this would be a nice feat

Re: [pgadmin-hackers] Patch: Query favourites

2006-01-30 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 30 January 2006 14:10 > To: Dave Page > Cc: Magnus Hagander; pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] Patch: Query favourites > > > FWIW, I do think this would be a nice feature, and wou

Re: [pgadmin-hackers] Query tool: Autocompletion

2006-01-30 Thread Magnus Hagander
> - On Linux, pg_cast will appear instead of the popup. Doesn't happen for me. I get the full popup. > - On Linux, every will insert two \n, i.e. an > additional empty line that can't be addressed with the > cursor. This is also true if autotabcomplete is disabled > (doesn't happen when read

Re: [pgadmin-hackers] Patch: Query favourites

2006-01-30 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Magnus Hagander Sent: 29 January 2006 20:56 To: Andreas Pflug Cc: pgadmin-hackers@postgresql.org Subject: Re: [pgadmin-hackers] Patch: Query favourites On this we clearly disagree (

[pgadmin-hackers] SVN Commit by andreas: r4979 - trunk/pgadmin3/src/ctl

2006-01-30 Thread svn
Author: andreas Date: 2006-01-30 14:07:24 + (Mon, 30 Jan 2006) New Revision: 4979 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=4979&view=rev Log: Linux kbd handling fix Modified: trunk/pgadmin3/src/ctl/ctlSQLBox.cpp ---(end of broadcast)---

Re: [pgadmin-hackers] Patch: Query favourites

2006-01-30 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Magnus Hagander > Sent: 29 January 2006 20:56 > To: Andreas Pflug > Cc: pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] Patch: Query favourites > > On this we clearly disagree (on

Re: [pgadmin-hackers] Query tool: Autocompletion

2006-01-30 Thread Andreas Pflug
Dave Page wrote: Thanks, patch applied with minor tweaking re: trailing spaces as discussed on IM, and documentation. More problems on Linux: - select * from pg_cpopup will show the same problem as on Windows, remaining on top of all windows. - All ctrl keys were executed twice, fixed in sv

[pgadmin-hackers] SVN Commit by andreas: r4978 - trunk/pgadmin3/src/ctl

2006-01-30 Thread svn
Author: andreas Date: 2006-01-30 14:00:36 + (Mon, 30 Jan 2006) New Revision: 4978 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=4978&view=rev Log: Linux kbd handling fix Modified: trunk/pgadmin3/src/ctl/ctlSQLBox.cpp ---(end of broadcast)---

Re: [pgadmin-hackers] Query tool: Autocompletion

2006-01-30 Thread Andreas Pflug
Dave Page wrote: Thanks, patch applied with minor tweaking re: trailing spaces as discussed on IM, and documentation. I eyeballed the multibyte handling, it looks ok to me. But I found some nasty misbehaviours: select * from pg_c - On Windows, a popup will appear. If you activate a differen

[pgadmin-hackers] SVN Commit by dpage: r4977 - trunk/pgadmin3/docs/en_US

2006-01-30 Thread svn
Author: dpage Date: 2006-01-30 11:39:11 + (Mon, 30 Jan 2006) New Revision: 4977 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=4977&view=rev Log: Additional autocomplete docs Modified: trunk/pgadmin3/docs/en_US/query.html ---(end of broadcast

Re: [pgadmin-hackers] Query tool: Autocompletion

2006-01-30 Thread Dave Page
Thanks, patch applied with minor tweaking re: trailing spaces as discussed on IM, and documentation. Regards, Dave. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Magnus Hagander > Sent: 08 January 2006 15:05 > To: pgadmin-hackers@postgresql.o

[pgadmin-hackers] SVN Commit by dpage: r4976 - trunk/pgadmin3/src/include/images

2006-01-30 Thread svn
Author: dpage Date: 2006-01-30 11:13:05 + (Mon, 30 Jan 2006) New Revision: 4976 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=4976&view=rev Log: Add some newlines to cleanup GCC warnings. Modified: trunk/pgadmin3/src/include/images/ex_bmp_heap.xpm trunk/pgadmin3/

[pgadmin-hackers] SVN Commit by dpage: r4975 - in trunk/pgadmin3: . docs/en_US src src/ctl src/frm src/include src/include/ctl src/ui src/utils

2006-01-30 Thread svn
Author: dpage Date: 2006-01-30 11:05:29 + (Mon, 30 Jan 2006) New Revision: 4975 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=4975&view=rev Log: Add autocompletion to the Query Tool, based on the logic used by psql. Triggered with Control+Space, and optionally the Tab k

[pgadmin-hackers] SVN Commit by dpage: r4974 - in trunk/pgadmin3: . src xtra xtra/wx-build

2006-01-30 Thread svn
Author: dpage Date: 2006-01-30 09:25:01 + (Mon, 30 Jan 2006) New Revision: 4974 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=4974&view=rev Log: Add missing files to the Unix tarball, per Andrus - xtra/wxbuild/*, src/utils/precomp.cpp, src/main/pgAdmin3.rc Added: t

[pgadmin-hackers] SVN Commit by dpage: r4973 - in branches/REL-1_4_0_PATCHES/pgadmin3: . src xtra xtra/wx-build

2006-01-30 Thread svn
Author: dpage Date: 2006-01-30 09:24:33 + (Mon, 30 Jan 2006) New Revision: 4973 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=4973&view=rev Log: Add missing files to the Unix tarball, per Andrus - xtra/wxbuild/*, src/utils/precomp.cpp, src/main/pgAdmin3.rc Added: b