[pgadmin-hackers] Testing v1.7: Options->Display

2007-05-11 Thread Erwin Brandstetter
Hi developers! Hi Dave! Testing pgAdmin III 1.7.0, rev 6292:6293, client Win XP, host: Debian Sarge, PG 8.1.8. About the new tab in the options: "Display": I was missing some essential nodes in the object browser. Took me a while to find the new options to activate / deactivate nodes in the

[pgadmin-hackers] Testing v1.7: CREATE TYPE

2007-05-11 Thread Erwin Brandstetter
Hi developers! Hi Dave! Testing pgAdmin III 1.7.0, rev 6292:6293, client Win XP, host: Debian Sarge, PG 8.1.8. I have run more tests. Found something more substantial: If I create like this: CREATE TYPE mytype AS (a integer, b text, c integer) the display in the object browser ge

[pgadmin-hackers] SVN Commit by dpage: r6298 - trunk/pgadmin3/pgadmin

2007-05-11 Thread svn
Author: dpage Date: 2007-05-11 17:48:57 + (Fri, 11 May 2007) New Revision: 6298 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6298&view=rev Log: Log to stderr until logging is setup - avoid some annoying junk messages on Mac. Add a few more paths to look in for EDB util

Re: [pgadmin-hackers] Filetype registration on OS X

2007-05-11 Thread Florian G. Pflug
Dave Page wrote: Anyway, I've implemented this in SVN trunk - both Windows and Mac now allow you to double click a .sql and have it open in pgAdmin's query tool :-) Cool! Can't wait to try it... greetings, Florian Pflug ---(end of broadcast)---

[pgadmin-hackers] SVN Commit by dpage: r6297 - trunk/pgadmin3/pkg/mac

2007-05-11 Thread svn
Author: dpage Date: 2007-05-11 13:41:46 + (Fri, 11 May 2007) New Revision: 6297 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6297&view=rev Log: Improve the icon for SQL files on Mac Modified: trunk/pgadmin3/pkg/mac/sql.icns ---(end of broa

Re: [pgadmin-hackers] Filetype registration on OS X

2007-05-11 Thread Dave Page
Stefan Csomor wrote: >> The only issue was wxGrid scrolling cells but not headers. I had a >> bug >> open for that for ages, but it was noted on there this week that it's >> fixed for 2.8.4. > > yes, I had to fix it in a way no to re-introduce the performance problems > that were the reason for c

Re: [pgadmin-hackers] Filetype registration on OS X

2007-05-11 Thread Stefan Csomor
Hi > -Original Message- > From: Dave Page [mailto:[EMAIL PROTECTED] > Sent: Freitag, 11. Mai 2007 15:06 > To: Stefan Csomor > Cc: Florian G. Pflug; pgadmin-hackers > Subject: Re: Filetype registration on OS X > > Stefan Csomor wrote: > > the problem is just the lack of time, or the lack of

Re: [pgadmin-hackers] Filetype registration on OS X

2007-05-11 Thread Dave Page
Stefan Csomor wrote: > the problem is just the lack of time, or the lack of more developers to help > with wxMac, I've answered things like these on the list only, so the wiki is > a good place because people post and copy things there, also the docview > sample is showing how to do this. If in

Re: [pgadmin-hackers] Filetype registration on OS X

2007-05-11 Thread Stefan Csomor
Hi > -Original Message- > From: Dave Page [mailto:[EMAIL PROTECTED] > Sent: Freitag, 11. Mai 2007 13:02 > To: Florian G. Pflug > Cc: pgadmin-hackers; Stefan Csomor > Subject: Re: Filetype registration on OS X > > Florian G. Pflug wrote: > > you just need to change CFBundleTypeRole back fro

Re: [pgadmin-hackers] Filetype registration on OS X

2007-05-11 Thread Dave Page
Florian G. Pflug wrote: > you just need to change CFBundleTypeRole back from Node > to Editor ;-) Ahh, right - I knew we were exporting the filetype, didn't know that change was require though. >> pgAdmin3.app/Contents/MacOS/pgAdmin3 -q -f $FILE.sql > On OSX, these things are handleded via apple

[pgadmin-hackers] SVN Commit by dpage: r6296 - in trunk/pgadmin3: pgadmin pgadmin/include pkg/mac

2007-05-11 Thread svn
Author: dpage Date: 2007-05-11 10:48:20 + (Fri, 11 May 2007) New Revision: 6296 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6296&view=rev Log: Allow .sql files to launch the query tool when double clicked in the OS X Finder Modified: trunk/pgadmin3/pgadmin/includ

Re: [pgadmin-hackers] Feedback on recent Windows shapshot

2007-05-11 Thread Dave Page
Erwin Brandstetter wrote: > Hi developers! Hi Dave! > > Testing pgAdmin III 1.7.0, rev 6292:6293, client Win XP, host: Debian > Sarge, PG 8.1.8. > > I have had a quick look at the snapshot you posted. And so far I have > not found anything bad, but noticed a couple of improvements. :-) > - Th