pgAdmin III commit: Make the dlgSelectConnection combobox read/write

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Make the dlgSelectConnection combobox read/write
Дата
Msg-id 201008230835.o7N8Zfau008211@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=ab76ad229f54cd89b407f32fc0c1edcf04a68aa9

Log Message
-----------
Make the dlgSelectConnection combobox read/write

When a user launches the dlgSelectConnection dialog from the query tool, all
combobox are read-only, forcing the user to select one of the available items
on each combobox.

When a user launches pgAdmin with -q or -S command line options, he first gets
the dlgSelectConnection dialog. As no connection is already made, the only
thing the combox box will have depends on the previous quick connect action.
So, the combobox should be read/write, so that he can change the values.

It used to work in 1.10, but was broken since 1.12 because of one of my
patches.

Reported by Steffen Kuhn. Patch by him, reworked by me.

Branch
------
REL-1_12_0_PATCHES

Modified Files
--------------
pgadmin/dlg/dlgSelectConnection.cpp       |   14 +++++++++-----
pgadmin/include/dlg/dlgSelectConnection.h |    2 +-
pgadmin/ui/dlgSelectConnection.xrc        |    4 ----
3 files changed, 10 insertions(+), 10 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Updated Czech translation
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Make the dlgSelectConnection combobox read/write