pgAdmin III commit: Allow the decimal mark displayed by the query tool

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Allow the decimal mark displayed by the query tool
Date: 2013-04-29 09:05:22
Message-ID: E1UWk1S-0005i1-Jo@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow the decimal mark displayed by the query tool to be configured as the thousands separator can.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=ffe9ddbc422462b7bb35298fd638cb8c15f7632b
Author: Jasmin Dizdarevic <jasmin(dot)dizdarevic(at)gmail(dot)com>

Modified Files
--------------
CHANGELOG | 3 +
pgadmin/ctl/ctlSQLResult.cpp | 19 +-
pgadmin/frm/frmOptions.cpp | 10 +
pgadmin/include/utils/sysSettings.h | 10 +
pgadmin/ui/frmOptions.xrc | 15 +
pgadmin/ui/xrcDialogs.cpp | 1548 ++++++++++++++++++-----------------
6 files changed, 844 insertions(+), 761 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2013-04-29 13:59:44 pgAdmin III commit: Add an option to include column headers when copyin
Previous Message Jasmin Dizdarevic 2013-04-27 20:32:54 2 patches