Обсуждение: pgAdmin III commit: Prevent refreshing or dropping an object

Поиск
Список
Период
Сортировка

pgAdmin III commit: Prevent refreshing or dropping an object

От
Guillaume Lelarge
Дата:
Prevent refreshing or dropping an object

... when its property window is opened.

Should work with server disconnection, database disconnection, and objects
refresh, and objects drop. If an object's properties window is already opened, it'll raise this
window, and not open another one.

Per many requests, last one being from Bogdan Timofte.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=43693e1ad21d01193cdc6d9b5093518ea36b48aa

Modified Files
--------------
CHANGELOG                         |    2 +
pgadmin/dlg/dlgProperty.cpp       |   59 ++++++++++++++++------
pgadmin/frm/events.cpp            |    7 +++
pgadmin/frm/frmMain.cpp           |  101 +++++++++++++++++++++----------------
pgadmin/include/dlg/dlgProperty.h |    1 +
pgadmin/include/schema/pgObject.h |    9 +++
pgadmin/schema/pgDatabase.cpp     |   18 +++++--
pgadmin/schema/pgObject.cpp       |   33 ++++++++++++
pgadmin/schema/pgSchema.cpp       |    4 +-
pgadmin/schema/pgServer.cpp       |   20 ++++++--
10 files changed, 182 insertions(+), 72 deletions(-)