pgAdmin III commit: Fix the autovacuum widgets in the table dialog

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix the autovacuum widgets in the table dialog
Date: 2012-02-09 21:44:38
Message-ID: E1RvbnC-0006na-7B@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix the autovacuum widgets in the table dialog

When a user selects another language for the UI, some of the values of the
autovacuum are set to 0 instead of their actual values because of the decimal
separator (dot) which is not valid for this language (happens with french and
polish for example).

This fix uses always the dot. To do that, I had to change the text widgets so
that they are not confined to numeric values.

Report from Bartek.

Branch
------
REL-1_14_0_PATCHES

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

Modified Files
--------------
CHANGELOG | 3 +
pgadmin/dlg/dlgTable.cpp | 303 +++++++++++++---------------------------
pgadmin/include/dlg/dlgTable.h | 27 ++--
3 files changed, 118 insertions(+), 215 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2012-02-11 15:57:22 pgAdmin III commit: Fix enabling/disabling trigger with the trigger con
Previous Message Guillaume Lelarge 2012-02-06 22:26:04 pgAdmin III commit: Highlight the log pane widgets at the frmStatus sta