[pgadmin-hackers] CVS Commit by dpage: Include the hostname in the connect string for

2005-03-18 Thread cvs
Log Message: --- Include the hostname in the connect string for Kerberos support, per Magnus Hagander Modified Files: -- pgadmin3: CHANGELOG.txt (r1.193 -> r1.194) Index: CHANGELOG.txt === RCS file: /

[pgadmin-hackers] CVS Commit by dpage: Include the hostname in the connect string for

2005-03-18 Thread cvs
Log Message: --- Include the hostname in the connect string for Kerberos support, per Magnus Hagander Modified Files: -- pgadmin3/src/db: pgConn.cpp (r1.65 -> r1.66) Index: pgConn.cpp === RCS file: /p

[pgadmin-hackers] CVS Commit by dpage: Include the hostname in the connect string for

2005-03-18 Thread cvs
Log Message: --- Include the hostname in the connect string for Kerberos support, per Magnus Hagander Tags: REL-1_2_0_PATCHES Modified Files: -- pgadmin3: CHANGELOG.txt (r1.171.2.4 -> r1.171.2.5) pgadmin3/src/db: pgConn.cpp (r1.60.2.2 -> r1.60.2.3

[pgadmin-hackers] Guru hints

2005-03-18 Thread Dave Page
Hi Andreas, I noticed a guru hint the other day - nice to see them there. One problem - the dialogue sizing doesn't seem to work correctly; on the on-liner I found, the dialogue sized to it's minimum width and the text failed to wrap. Regards, Dave. ---(end of broadcast)

[pgadmin-hackers] CVS Commit by dpage: Call wxTheApp->Yield(); to allow the connecting

2005-03-18 Thread cvs
Log Message: --- Call wxTheApp->Yield(); to allow the connecting busy box to redraw after leaving the password dialogue. Modified Files: -- pgadmin3/src/schema: pgServer.cpp (r1.58 -> r1.59) Index: pgServer.cpp =