SVN Commit by dpage: r7293 - in trunk/pgadmin3: . pgadmin pgadmin/debugger pgadmin/frm pgadmin/include pgadmin/include/utils pgadmin/ui pgadmin/utils

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r7293 - in trunk/pgadmin3: . pgadmin pgadmin/debugger pgadmin/frm pgadmin/include pgadmin/include/utils pgadmin/ui pgadmin/utils
Date: 2008-05-16 10:15:21
Message-ID: 200805161015.m4GAFLnk007477@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage

Date: 2008-05-16 11:15:20 +0100 (Fri, 16 May 2008)

New Revision: 7293

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7293&view=rev

Log:
Allow default settings to be set via a global config file. This allows redistributors and sysadmins to pre-configure an installation as required.

While we're at it, refactor the path search code to be a little more maintainable.

Tested on Windows so far - expect bug fixes for other platforms :-p

Added:
trunk/pgadmin3/pgadmin/settings.ini
Modified:
trunk/pgadmin3/CHANGELOG
trunk/pgadmin3/pgadmin/Makefile.am
trunk/pgadmin3/pgadmin/debugger/dlgDirectDbg.cpp
trunk/pgadmin3/pgadmin/frm/plugins.cpp
trunk/pgadmin3/pgadmin/include/pgAdmin3.h
trunk/pgadmin3/pgadmin/include/utils/sysSettings.h
trunk/pgadmin3/pgadmin/pgAdmin3.cpp
trunk/pgadmin3/pgadmin/pgAdmin3.vcproj
trunk/pgadmin3/pgadmin/ui/module.mk
trunk/pgadmin3/pgadmin/utils/sysSettings.cpp

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2008-05-16 10:53:05 SVN Commit by dpage: r7294 - in trunk/pgadmin3/pgadmin: . frm
Previous Message Kev 2008-05-15 14:35:07 Re: multi-select for privileges