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

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by mha: r5410 - in trunk/pgadmin3/src: dlg include ui
Date: 2006-09-28 12:28:52
Message-ID: 200609281228.k8SCSqNM002008@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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 the objects 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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2006-09-29 09:08:41 pgAdmin translations
Previous Message svn 2006-09-28 08:59:07 SVN Commit by dpage: r5409 - trunk/www/development