SVN Commit by dpage: r4995 - trunk/pgadmin3/src/frm

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4995 - trunk/pgadmin3/src/frm
Date: 2006-02-08 16:03:52
Message-ID: 200602081603.k18G3qOO022036@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage

Date: 2006-02-08 16:03:52 +0000 (Wed, 08 Feb 2006)

New Revision: 4995

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

Log:
Here's two more minor fixes to the edit data grid.

First is related to the copy changes I recently made. Since I modified
the code to copy the cell the cursor is on if there is no highlight,
this change makes the Copy button in the toolbar enabled at all times.

The other is related to editing text cells. It looks like someone
half-implemented a check to only update the database if the contents of
the cell actually changed. This fix finishes that work. This
functionality was already in place for numeric cells.
[Edward Di Geronimo Jr.]

Modified:
trunk/pgadmin3/src/frm/frmEditGrid.cpp

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2006-02-08 16:04:42 Re: More data edit grid fixes
Previous Message svn 2006-02-08 15:48:10 SVN Commit by dpage: r4994 - in branches/REL-1_4_0_PATCHES/pgadmin3: . src xtra/pgagent