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

2006-04-30 Thread Edward Di Geronimo Jr.
Quoting Andreas Pflug <[EMAIL PROTECTED]>: An improvement that ignores basics is useless. That's what we've been trying to tell you... Anyway, here's a patch that fixes what Andreas broke. Ed This message was sent using IMP, t

[pgadmin-hackers] CHANGELOG

2006-04-30 Thread Dave Page
Hi, I added the version number back into all the changelog entires that you removed them from. We know what the version number will be so it makes no sense not to include it now and save me 10 minutes of post-release editting later on. Regards, Dave. ---(end of broadcast)

[pgadmin-hackers] SVN Commit by dpage: r5106 - in trunk/pgadmin3: . src src/db src/dlg src/include src/utils

2006-04-30 Thread svn
Author: dpage Date: 2006-04-30 21:13:00 +0100 (Sun, 30 Apr 2006) New Revision: 5106 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5106&view=rev Log: Pre-encrypt passwords before sending them down the wire or displaying them in SQL statements. Added: trunk/pgadmin3/src/

[pgadmin-hackers] Reporting

2006-04-30 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 30 April 2006 19:42 > To: Dave Page > Cc: pgadmin-hackers@postgresql.org > Subject: Re: Lightspeed for frmQuery and other issues. > > Ok, I see that method, and see it used 4x in pgObject, but > dunno what it

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

2006-04-30 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: "Andreas Pflug"<[EMAIL PROTECTED]> Sent: 30/04/06 18:44:01 To: "Dave Page" Cc: "pgadmin-hackers@postgresql.org" Subject: Re: Lightspeed for frmQuery and other issues. (actually, frmReport has a listview->reporttable method that could be used).

Re: [pgadmin-hackers] programmers-readme.txt

2006-04-30 Thread Dave Page
Nevermind, I see it. Thanks. /D -Original Message- From: "Andreas Pflug"<[EMAIL PROTECTED]> Sent: 30/04/06 18:58:44 To: "Dave Page", "pgadmin-hackers" Subject: programmers-readme.txt Hm, I could have sworn that I already added programmers-readme.txt months ago to svn. Anyway, please

Re: [pgadmin-hackers] programmers-readme.txt

2006-04-30 Thread Dave Page
Where is it? :-) /D -Original Message- From: "Andreas Pflug"<[EMAIL PROTECTED]> Sent: 30/04/06 18:58:44 To: "Dave Page", "pgadmin-hackers" Subject: programmers-readme.txt Hm, I could have sworn that I already added programmers-readme.txt months ago to svn. Anyway, please review it if

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

2006-04-30 Thread Dave Page
-Original Message- From: "Andreas Pflug"<[EMAIL PROTECTED]> Sent: 30/04/06 18:44:01 To: "Dave Page" Cc: "pgadmin-hackers@postgresql.org" Subject: Re: Lightspeed for frmQuery and other issues. > > (actually, frmReport has a listview->reporttable method that could be > > used). > I don't

[pgadmin-hackers] programmers-readme.txt

2006-04-30 Thread Andreas Pflug
Hm, I could have sworn that I already added programmers-readme.txt months ago to svn. Anyway, please review it if it makes sense to you. Regards Andreas ---(end of broadcast)--- TIP 6: explain analyze is your friend

[pgadmin-hackers] SVN Commit by andreas: r5105 - trunk/pgadmin3

2006-04-30 Thread svn
Author: andreas Date: 2006-04-30 18:57:19 +0100 (Sun, 30 Apr 2006) New Revision: 5105 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5105&view=rev Log: programmer's readme Added: trunk/pgadmin3/programmers-readme.txt ---(end of broadcast)

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

2006-04-30 Thread Andreas Pflug
Dave Page wrote: Yes, but it used wxGrid methods to build the report, thus, like the copy functionality, would have needed fixing to work with a listview I already changed that to the new interface. (actually, frmReport has a listview->reporttable method that could be used). I don't quite

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

2006-04-30 Thread Dave Page
-Original Message- From: "Edward Di Geronimo Jr."<[EMAIL PROTECTED]> Sent: 30/04/06 16:20:56 To: "pgadmin-hackers@postgresql.org" Subject: Re: [pgadmin-hackers] Lightspeed for frmQuery and other issues. > Enterprise Manager handles the issue by skipping over any identity > (serial) col

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

2006-04-30 Thread Dave Page
-Original Message- From: "Andreas Pflug"<[EMAIL PROTECTED]> Sent: 30/04/06 17:23:04 To: "Dave Page" Cc: "pgadmin-hackers@postgresql.org" Subject: Re: Lightspeed for frmQuery and other issues. > That's in frmQuery only, right? If so, the local solution is fine. If > it's more global, it s

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

2006-04-30 Thread Andreas Pflug
Edward Di Geronimo Jr. wrote: Quoting Andreas Pflug <[EMAIL PROTECTED]>: I still don't see a need for that extended handling, because the ctl always allowed row selections (and column selections can be achieved from SELECT , a basic SQL feature... ) Very often in my work, I would not kno

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

2006-04-30 Thread Edward Di Geronimo Jr.
Quoting Andreas Pflug <[EMAIL PROTECTED]>: I still don't see a need for that extended handling, because the ctl always allowed row selections (and column selections can be achieved from SELECT , a basic SQL feature... ) Very often in my work, I would not know exactly what columns I need

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

2006-04-30 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: "Andreas Pflug"<[EMAIL PROTECTED]> Sent: 30/04/06 16:19:51 To: "Dave Page" Cc: "pgadmin-hackers@postgresql.org" Subject: Re: Lightspeed for frmQuery and other issues. It wasn't removed explicitely, but the underlying class that didn't meet the

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

2006-04-30 Thread Dave Page
-Original Message- From: "Andreas Pflug"<[EMAIL PROTECTED]> Sent: 30/04/06 16:19:51 To: "Dave Page" Cc: "pgadmin-hackers@postgresql.org" Subject: Re: Lightspeed for frmQuery and other issues. > > It wasn't removed explicitely, but the underlying class that didn't meet > the requirement

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

2006-04-30 Thread Edward Di Geronimo Jr.
Quoting Andreas Pflug <[EMAIL PROTECTED]>: So this was a frmEditGrid issue, not frmQuery. I didn't touch that. Please note that there are many editing issues here (very platform specific), which is, I know it's boring to read again, a wxGrid issue. Yes, it's Edit Grid. I fully realize wxGrid s

Re: [pgadmin-hackers] Problem in graphical explain

2006-04-30 Thread Andreas Pflug
Miha Radej wrote: Hi! I have some tables and playing with a query and graphical explain got me to a strange result - a grey line across the entire window; see http://mcajvar.prkoritu.net/pgadmin/graphic_explain_db1.png . Ok Miha, apparently the problem is triggered by multiline filters. I add

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

2006-04-30 Thread Andreas Pflug
Edward Di Geronimo Jr. wrote: Quoting Dave Page : Pasteing? I dunno. Anyway in MS Query Analyser you can paste entire rows, or sets of new rows into a table. I had been planning on looking at something similar, but with an additional option (offered at paste time, when necessary) to ski

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

2006-04-30 Thread Andreas Pflug
Edward Di Geronimo Jr. wrote: Quoting Andreas Pflug <[EMAIL PROTECTED]>: Simply select some non-adjacent cells in arbitrary cols and rows. I stated that in the beginning, and asked if anyone had any suggestions on what to do in that case. If you completely arbitrarily hightlight cells, t

[pgadmin-hackers] SVN Commit by andreas: r5104 - in trunk/pgadmin3: . src/ctl src/frm src/include

2006-04-30 Thread svn
Author: andreas Date: 2006-04-30 16:24:08 +0100 (Sun, 30 Apr 2006) New Revision: 5104 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5104&view=rev Log: Fix Explain issue with multiple lines Modified: trunk/pgadmin3/CHANGELOG trunk/pgadmin3/src/ctl/explainCanvas.cpp

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

2006-04-30 Thread Edward Di Geronimo Jr.
Quoting Dave Page : Pasteing? I dunno. Anyway in MS Query Analyser you can paste entire rows, or sets of new rows into a table. I had been planning on looking at something similar, but with an additional option (offered at paste time, when necessary) to skip OID/serial columns. Enterpr

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

2006-04-30 Thread Andreas Pflug
Dave Page wrote: When asked for further info about *that* todo, you didn't give any helpful answers :-( Well, anybody not knowing how to code a virtual ListView shouldn't start on that... However, I am not complaining about that change - I am complaining that a copy/paste feature was remov

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

2006-04-30 Thread Edward Di Geronimo Jr.
Quoting Andreas Pflug <[EMAIL PROTECTED]>: Simply select some non-adjacent cells in arbitrary cols and rows. I stated that in the beginning, and asked if anyone had any suggestions on what to do in that case. If you completely arbitrarily hightlight cells, there really isn't a way to store

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

2006-04-30 Thread Dave Page
-Original Message- From: "Andreas Pflug"<[EMAIL PROTECTED]> Sent: 30/04/06 15:27:52 To: "Dave Page" Cc: "pgadmin-hackers@postgresql.org" Subject: Re: Lightspeed for frmQuery and other issues. > Simply select some non-adjacent cells in arbitrary cols and rows. That shouldn't work - there'

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

2006-04-30 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: "Andreas Pflug"<[EMAIL PROTECTED]> Sent: 30/04/06 14:48:08 To: "Dave Page" Cc: "pgadmin-hackers@postgresql.org" Subject: Re: Lightspeed for frmQuery and other issues. EditGrid is untouched. copying of arbitrary groups of cells did *never* wo

[pgadmin-hackers] SVN Commit by andreas: r5103 - trunk/pgadmin3

2006-04-30 Thread svn
Author: andreas Date: 2006-04-30 15:27:25 +0100 (Sun, 30 Apr 2006) New Revision: 5103 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5103&view=rev Log: Modified: trunk/pgadmin3/TODO ---(end of broadcast)--- TIP 5: don't f

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

2006-04-30 Thread Dave Page
-Original Message- From: "Andreas Pflug"<[EMAIL PROTECTED]> Sent: 30/04/06 14:48:08 To: "Dave Page" Cc: "pgadmin-hackers@postgresql.org" Subject: Re: Lightspeed for frmQuery and other issues. > EditGrid is untouched. > copying of arbitrary groups of cells did *never* work correct. The >

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

2006-04-30 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: "Andreas Pflug"<[EMAIL PROTECTED]> Sent: 30/04/06 12:24:08 To: "Dave Page" Cc: "pgadmin-hackers@postgresql.org" Subject: Re: Lightspeed for frmQuery and other issues. Cool, nice work. I assume all the clipboard stuff still works? Depends o

[pgadmin-hackers] SVN Commit by andreas: r5102 - in trunk/pgadmin3: . src/frm src/include src/schema

2006-04-30 Thread svn
Author: andreas Date: 2006-04-30 14:41:36 +0100 (Sun, 30 Apr 2006) New Revision: 5102 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5102&view=rev Log: Scripting for view SELECT/INSERT/UPDATE Modified: trunk/pgadmin3/CHANGELOG trunk/pgadmin3/src/frm/frmQuery.cpp tr

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

2006-04-30 Thread Dave Page
-Original Message- From: "Andreas Pflug"<[EMAIL PROTECTED]> Sent: 30/04/06 12:24:08 To: "Dave Page" Cc: "pgadmin-hackers@postgresql.org" Subject: Re: Lightspeed for frmQuery and other issues. > > Cool, nice work. I assume all the clipboard stuff still works? > > Depends on what you call

[pgadmin-hackers] Problem with autocomplete

2006-04-30 Thread Andreas Pflug
When triggering autocomplete on spaces (e.g. empty query window), a memory damage will be triggered. If ignored, the full keyword listbox will popup. Happens with VC6, not gtk. Regards, Andreas ---(end of broadcast)--- TIP 2: Don't 'kill -9' the

[pgadmin-hackers] SVN Commit by andreas: r5101 - in trunk/pgadmin3: . src/include src/schema

2006-04-30 Thread svn
Author: andreas Date: 2006-04-30 13:42:14 +0100 (Sun, 30 Apr 2006) New Revision: 5101 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5101&view=rev Log: Scripting for table SELECT/INSERT/UPDATE Modified: trunk/pgadmin3/CHANGELOG trunk/pgadmin3/src/include/pgTable.h

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

2006-04-30 Thread svn
Author: andreas Date: 2006-04-30 13:10:21 +0100 (Sun, 30 Apr 2006) New Revision: 5100 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5100&view=rev Log: cleanup submenu handling to avoid touching events.cpp when menus are added Modified: trunk/pgadmin3/CHANGELOG trunk/

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

2006-04-30 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: "Andreas Pflug"<[EMAIL PROTECTED]> Sent: 30/04/06 01:44:21 To: "pgadmin-hackers", "Dave Page" Subject: Lightspeed for frmQuery and other issues. as announced I realized the virtual listview implementation in frmQuery; the code became amazingly

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

2006-04-30 Thread Dave Page
-Original Message- From: "Andreas Pflug"<[EMAIL PROTECTED]> Sent: 30/04/06 01:44:21 To: "pgadmin-hackers", "Dave Page" Subject: Lightspeed for frmQuery and other issues. > as announced I realized the virtual listview implementation in frmQuery; > the code became amazingly slim. Since th