[pgadmin-hackers] Patch: commandline connect/launch

2006-01-08 Thread Magnus Hagander
Attached patch makes it possibe to specify a server description to auto-connect to on the commandline ("-s mydbserver"), and also to have pgAdmin automatically launch the query tool ("-s mydbserver -q"). It will still open the main window as well, as there seems to be interaction between the query

[pgadmin-hackers] Copy quoting

2006-01-08 Thread Magnus Hagander
Hi! Attached are two patches around the copying-to-clipboard in the query editor. The first patch fixes an outright bug - the code attempted to read the quoting settings, but processed them wrong. pgadmin_copy_quoting1.patch fixes this. However, it seems wrong to use the export settings for copy

Re: [pgadmin-hackers] Copy quoting

2006-01-08 Thread Magnus Hagander
Re-sending witohut the attached files so the list cna't eat it. Files are at: http://www.hagander.net/pgsql/patches/pgadmin_copy_quoting1.patch http://www.hagander.net/pgsql/patches/pgadmin_copy_quoting2.patch //Magnus > -Original Message- > From: Magnus Hagander > Sent: Sunday, Januar

Re: [pgadmin-hackers] Query tool: Autocompletion

2006-01-08 Thread Magnus Hagander
Dave tells me the list silently eats large mails, so here is the mail again without the patch. The patch is now on http://www.hagander.net/pgsql/patches/pgadmin_autocomplete.patch //Magnus > -Original Message- > From: Magnus Hagander > Sent: Saturday, January 07, 2006 6:33 PM > To: pgad

[pgadmin-hackers] Patch: Select all in result pane

2006-01-08 Thread Magnus Hagander
This patch implements the ability to hit Ctrl-A to select all results in the query result pane. //Magnus pgadmin_query_allresults.patch Description: pgadmin_query_allresults.patch ---(end of broadcast)--- TIP 4: Have you searched our list archive

[pgadmin-hackers] Patch: Export unicode typo

2006-01-08 Thread Magnus Hagander
Attached patch fixes what looks like a typo in the reading of previous unicode settings when exporting files from the query editor. Also, I sent a rather large patch yesterday, that has yet to show up on the list. I assume there is a size limit, which puts it on hold? Please let it through :P I'l

[pgadmin-hackers] SVN Commit by dpage: r4877 - branches/REL-1_4_0_PATCHES/pgadmin3/src/include

2006-01-08 Thread svn
Author: dpage Date: 2006-01-08 14:45:38 + (Sun, 08 Jan 2006) New Revision: 4877 Modified: branches/REL-1_4_0_PATCHES/pgadmin3/src/include/version.h Log: Use winver.h instead of ver.h [Magnus Hagander] Modified: branches/REL-1_4_0_PATCHES/pgadmin3/src/include/version.h =

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

2006-01-08 Thread svn
Author: dpage Date: 2006-01-08 14:44:48 + (Sun, 08 Jan 2006) New Revision: 4876 Modified: trunk/pgadmin3/src/include/version.h Log: Use winver.h instead of ver.h [Magnus Hagander] Modified: trunk/pgadmin3/src/include/version.h ===