Обсуждение: SVN Commit by mha: r5410 - in trunk/pgadmin3/src: dlg include ui

Поиск
Список
Период
Сортировка

SVN Commit by mha: r5410 - in trunk/pgadmin3/src: dlg include ui

От
svn@pgadmin.org
Дата:
Author: mha

Date: 2006-09-28 13:28:51 +0100 (Thu, 28 Sep 2006)

New Revision: 5410

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5410&view=rev

Log:
Yet another bugfix for the new connection dialog in the query tool. Turns the boxes readonly when working from the tree
-back to where they were before. This can't be set at runtime in wix (causes very weird bugs), so move the creation of
theobjects from the xrc to code. 

Also, fix another bug where you couldn't properly specify a port number when using the standalone query tool.


Modified:
   trunk/pgadmin3/src/dlg/dlgSelectConnection.cpp
   trunk/pgadmin3/src/include/dlgSelectConnection.h
   trunk/pgadmin3/src/ui/dlgSelectConnection.xrc
   trunk/pgadmin3/src/ui/xrcDialogs.cpp