pgAdmin III commit: Disabled triggers are displayed with another icon

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Disabled triggers are displayed with another icon
Дата
Msg-id 201103072039.p27Kd8lB029066@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Disabled triggers are displayed with another icon

The "other" icon is the old one with a red cross on it. It helps to know which
triggers are enabled and which aren't.

Idea from Erika.

Branch
------
master

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

Modified Files
--------------
pgadmin/include/images/triggerbad.xpm |  102 +++++++++++++++++++++++++++++++++
pgadmin/include/schema/pgTrigger.h    |   12 ++++-
pgadmin/pgAdmin3.vcproj               |    4 +
pgadmin/schema/pgTable.cpp            |    2 +-
pgadmin/schema/pgTrigger.cpp          |   17 +++++-
5 files changed, 132 insertions(+), 5 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: s/xpm/png/g
Следующее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #306: Visual feedback of disabled triggers