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

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix the autovacuum widgets in the table dialog
Дата
Msg-id E1RvbnC-0006nS-3e@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix the autovacuum widgets in the table dialog
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Enable dd icon if connected to a db