pgAdmin III commit: Prevent refreshing or dropping an object

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Prevent refreshing or dropping an object
Дата
Msg-id E1QrbTY-000873-Re@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Support for multimodel diagrams in the database des
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Weird git messages