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

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r5038 - in trunk/pgadmin3: . src/ctl src/frm src/include/ctl
Date: 2006-03-06 09:01:49
Message-ID: 200603060901.k2691n6W020836@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 significant speedup. 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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2006-03-06 09:41:53 Re: Query results in grid, new patch
Previous Message Dave Page 2006-03-06 08:26:50 Re: 1.4.2?