pgAdmin III commit: Fix the autovacuum widgets in the table dialog - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix the autovacuum widgets in the table dialog
Date
Msg-id E1RvbnC-0006nS-3e@gothos.postgresql.org
Whole thread Raw
List 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
------
master

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

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


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix the autovacuum widgets in the table dialog
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Enable dd icon if connected to a db