SVN Commit by dpage: r5038 - in trunk/pgadmin3: . src/ctl src/frm src/include/ctl - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by dpage: r5038 - in trunk/pgadmin3: . src/ctl src/frm src/include/ctl
Date
Msg-id 200603060901.k2691n6W020836@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
Author: dpage

Date: 2006-03-06 09:01:49 +0000 (Mon, 06 Mar 2006)

New Revision: 5038

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5038&view=rev

Log:
Replace the query tool's wxListView control with a wxGrid and a virtual table to hold the data during loading for
significantspeedup. Enhance the query tool to allow copy/paste of arbitrary groups of columns, rows or individual
cells.
[Edward Di Geronimo Jr]


Modified:
   trunk/pgadmin3/CHANGELOG
   trunk/pgadmin3/src/ctl/ctlSQLResult.cpp
   trunk/pgadmin3/src/frm/frmEditGrid.cpp
   trunk/pgadmin3/src/frm/frmExport.cpp
   trunk/pgadmin3/src/frm/frmQuery.cpp
   trunk/pgadmin3/src/include/ctl/ctlSQLResult.h

pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: 1.4.2?
Next
From: Andreas Pflug
Date:
Subject: Re: Query results in grid, new patch