pgAdmin III commit: Put the DD font setting in the common Options dialo

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Put the DD font setting in the common Options dialo
Date: 2012-03-12 20:58:51
Message-ID: E1S7CKR-0000o9-Bb@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Put the DD font setting in the common Options dialog

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=15a657d332e7bfb5c6e2fb5e7f08a067478d6824

Modified Files
--------------
pgadmin/frm/frmDatabaseDesigner.cpp | 12 +-
pgadmin/frm/frmOptions.cpp | 10 +
pgadmin/frm/frmQuery.cpp | 4 +-
pgadmin/hotdraw/main/hdDrawingEditor.cpp | 4 +-
pgadmin/include/frm/frmDatabaseDesigner.h | 1 -
pgadmin/include/utils/sysSettings.h | 2 +
pgadmin/ui/frmOptions.xrc | 33 +++
pgadmin/ui/xrcDialogs.cpp | 301 ++++++++++++++++++-----------
pgadmin/utils/sysSettings.cpp | 26 +++
9 files changed, 265 insertions(+), 128 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2012-03-12 21:44:29 pgAdmin III commit: Get rid of the weird cursors in the DD
Previous Message Guillaume Lelarge 2012-03-12 20:28:12 pgAdmin III commit: Fix another wxWidgets 2.8 assert