pgAdmin III commit: Prevent refreshing or dropping an object

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Prevent refreshing or dropping an object
Date: 2011-08-11 20:03:32
Message-ID: E1QrbTY-000873-Re@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-08-11 20:08:39 Weird git messages
Previous Message Guillaume Lelarge 2011-08-11 20:00:26 pgAdmin III commit: Support for multimodel diagrams in the database des