pgAdmin III commit: Load plugins from any .ini file found in a new

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Load plugins from any .ini file found in a new
Date: 2010-07-29 22:08:15
Message-ID: 201007292208.o6TM8F5S039275@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers


Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=feec1f082b08df2738165d4710c528e4ff673069

Log Message
-----------
Load plugins from any .ini file found in a new
plugins.d directory. This makes it much easier for
other software to register itself as a plugin
because it can just drop an ini file in the dir
rather than having to edit the existing file.

Branch
------
master

Modified Files
--------------
CHANGELOG | 3 +
Makefile.am | 2 +-
configure.ac.in | 1 +
pgadmin/Makefile.am | 2 -
pgadmin/frm/plugins.cpp | 246 ++++++++++++++++++++++++--------------------
pgadmin/include/pgAdmin3.h | 2 +-
pgadmin/pgAdmin3.cpp | 8 +-
pgadmin/plugins.ini | 169 ------------------------------
pkg/win32/src/pgadmin3.wxs | 8 ++-
plugins.d/Makefile.am | 23 ++++
plugins.d/plugins.ini | 169 ++++++++++++++++++++++++++++++
11 files changed, 342 insertions(+), 291 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2010-07-29 22:12:26 pgAdmin III commit: Remove some CMakeList.txt files that got missed pre
Previous Message Dave Page 2010-07-29 11:48:33 pgAdmin III commit: Correct logging config requirements, per Susan Doug