[pgadmin-hackers] Lightspeed for frmQuery and other issues.

2006-04-29 Thread Andreas Pflug
Hi Dave, as announced I realized the virtual listview implementation in frmQuery; the code became amazingly slim. Since there's no more data retrieval, the retrieval time shrinks to precisely 0.00 microseconds which should be sufficiently fast to justify omitting this value :-) I left grid s

[pgadmin-hackers] SVN Commit by andreas: r5099 - in trunk/pgadmin3: i18n/tr_TR src/frm src/main

2006-04-29 Thread svn
Author: andreas Date: 2006-04-30 01:43:07 +0100 (Sun, 30 Apr 2006) New Revision: 5099 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5099&view=rev Log: non-win32 fixes Modified: trunk/pgadmin3/i18n/tr_TR/pgadmin3.mo trunk/pgadmin3/i18n/tr_TR/pgadmin3.po trunk/pgadm

[pgadmin-hackers] SVN Commit by andreas: r5098 - in trunk/pgadmin3: . src src/base src/ctl src/frm src/include src/include/base src/include/ctl src/main src/schema

2006-04-29 Thread svn
Author: andreas Date: 2006-04-30 01:02:53 +0100 (Sun, 30 Apr 2006) New Revision: 5098 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5098&view=rev Log: Use virtual ListView for Query Tool, so no more retrieval time Modified: trunk/pgadmin3/CHANGELOG trunk/pgadmin3/src

Re: [pgadmin-hackers] Commits 5097(1.4 branch) and 5096(trunk) break

2006-04-29 Thread Florian G. Pflug
Andreas Pflug wrote: Florian G. Pflug wrote: Hi Starting from revisions 5097 (for 1.4) and 5096 (trunk) the OSX build failes for me. Seems like ::GetLastError() is undefined when using wxMac 2.6.2. Any ideas? Man, you really should upgrade your operating system to a compatible one... :-) Tr

Re: [pgadmin-hackers] Commits 5097(1.4 branch) and 5096(trunk) break

2006-04-29 Thread Dave Page
-Original Message- From: "Andreas Pflug"<[EMAIL PROTECTED]> Sent: 29/04/06 17:12:42 To: "Florian G. Pflug"<[EMAIL PROTECTED]> Cc: "pgadmin-hackers" Subject: Re: [pgadmin-hackers] Commits 5097(1.4 branch) and 5096(trunk) break > GetLastError is a win32 api call, needs to be removed. Thi

Re: [pgadmin-hackers] Commits 5097(1.4 branch) and 5096(trunk) break

2006-04-29 Thread Andreas Pflug
Florian G. Pflug wrote: Hi Starting from revisions 5097 (for 1.4) and 5096 (trunk) the OSX build failes for me. Seems like ::GetLastError() is undefined when using wxMac 2.6.2. Any ideas? Man, you really should upgrade your operating system to a compatible one... :-) GetLastError is a win3

[pgadmin-hackers] Commits 5097(1.4 branch) and 5096(trunk) break the OSX build

2006-04-29 Thread Florian G. Pflug
Hi Starting from revisions 5097 (for 1.4) and 5096 (trunk) the OSX build failes for me. Seems like ::GetLastError() is undefined when using wxMac 2.6.2. Any ideas? -- diff --- Index: src/frm/frmQuery.cpp ==