pgAdmin III commit: Prevent refreshing or dropping an object - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Prevent refreshing or dropping an object
Date
Msg-id E1QrbTY-000873-Re@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Support for multimodel diagrams in the database des
Next
From: Guillaume Lelarge
Date:
Subject: Weird git messages