pgAdmin III commit: Filling the cbOwner combobox happens in dlgSecurity

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Filling the cbOwner combobox happens in dlgSecurity
Date: 2012-05-08 13:18:38
Message-ID: E1SRkJK-0008Lb-AH@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2012-05-08 13:35:06 Fixed building of Docs project on Windows
Previous Message Sachin Srivastava 2012-05-08 12:37:21 Re: Re: PATCH: The linker complains about the '-bundle_loader "../../src/backend/postgres"' against PostgreSQL 8.4 on OSX