pgAdmin III commit: Load plugins from any .ini file found in a new - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin III commit: Load plugins from any .ini file found in a new
Date
Msg-id 201007292208.o6TM8F5S039275@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin III commit: Correct logging config requirements, per Susan Doug
Next
From: Dave Page
Date:
Subject: pgAdmin III commit: Remove some CMakeList.txt files that got missed pre