Thread: pgAdmin III commit: Load plugins from any .ini file found in a new
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(-)