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

Поиск
Список
Период
Сортировка
От svn@pgadmin.org
Тема SVN Commit by dpage: r4995 - trunk/pgadmin3/src/frm
Дата
Msg-id 200602081603.k18G3qOO022036@developer.pgadmin.org
обсуждение исходный текст
Список 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

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r4994 - in branches/REL-1_4_0_PATCHES/pgadmin3: . src xtra/pgagent
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: More data edit grid fixes