SVN Commit by guillaume: r8305 - in trunk/pgadmin3: . pgadmin/frm pgadmin/include/utils pgadmin/ui pgadmin/utils

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by guillaume: r8305 - in trunk/pgadmin3: . pgadmin/frm pgadmin/include/utils pgadmin/ui pgadmin/utils
Date: 2010-04-27 21:45:05
Message-ID: 201004272145.o3RLj5a4013010@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: guillaume

Date: 2010-04-27 22:45:05 +0100 (Tue, 27 Apr 2010)

New Revision: 8305

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

Log:
Allow the user to define the maximum size of the query that could be added in history, the total number of queries stored and avoid storing identical queries. Per a patch from Dickson S. Guedes, with minor changes by me.

Modified:
trunk/pgadmin3/CHANGELOG
trunk/pgadmin3/pgadmin/frm/frmOptions.cpp
trunk/pgadmin3/pgadmin/frm/frmQuery.cpp
trunk/pgadmin3/pgadmin/include/utils/sysSettings.h
trunk/pgadmin3/pgadmin/ui/frmOptions.xrc
trunk/pgadmin3/pgadmin/utils/sysSettings.cpp

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2010-04-27 21:45:53 Re: [pgAdmin III] #148: Miscellaneous requests for the query tool
Previous Message pgAdmin Trac 2010-04-27 21:34:13 Re: [pgAdmin III] #99: Default ACLs