pgAdmin III commit: Filling the cbOwner combobox happens in dlgSecurity

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Filling the cbOwner combobox happens in dlgSecurity
Дата
Msg-id E1SRkJK-0008Lb-AH@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Filling the cbOwner combobox happens in dlgSecurityProperty now

... instead of all dialogs inheriting from dlgSecurityProperty. It's simpler
this way, and more maintainable.

It was already working this way with dlgProperty.

Branch
------
master

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

Modified Files
--------------
pgadmin/dlg/dlgDatabase.cpp           |    6 ------
pgadmin/dlg/dlgExtTable.cpp           |    3 ---
pgadmin/dlg/dlgForeignDataWrapper.cpp |    6 ------
pgadmin/dlg/dlgForeignServer.cpp      |    6 ------
pgadmin/dlg/dlgFunction.cpp           |    5 -----
pgadmin/dlg/dlgLanguage.cpp           |    4 ----
pgadmin/dlg/dlgPackage.cpp            |    3 ---
pgadmin/dlg/dlgProperty.cpp           |    8 ++++++++
pgadmin/dlg/dlgSchema.cpp             |    5 -----
pgadmin/dlg/dlgSequence.cpp           |    5 -----
pgadmin/dlg/dlgTable.cpp              |    4 ----
pgadmin/dlg/dlgTablespace.cpp         |    5 -----
pgadmin/dlg/dlgType.cpp               |    1 -
pgadmin/dlg/dlgView.cpp               |    5 -----
14 files changed, 8 insertions(+), 58 deletions(-)


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

Предыдущее
От: Sachin Srivastava
Дата:
Сообщение: Re: Re: PATCH: The linker complains about the '-bundle_loader "../../src/backend/postgres"' against PostgreSQL 8.4 on OSX
Следующее
От: Akshay Joshi
Дата:
Сообщение: Fixed building of Docs project on Windows