[pgadmin-support] Patch: password style for the "Add Server" dialog

2004-09-16 Thread Ivan Nejgebauer
The password text field in the "Add Server" dialog lacks the password style option, so the password is displayed in the clear when typed in. The attached patch fixes it. i. --- src/ui/common/dlgServer.xrc.old Sun Aug 15 21:21:49 2004 +++ src/ui/common/dlgServer.xrc Thu Sep 16 11:48:12 2004 @

[pgadmin-support] Patch: view data for tables/views on double click

2004-09-16 Thread Ivan Nejgebauer
The attached patch a) defines a double click handler for the list in the properties pane, so that a double click on an item in the list launches the properties editor for the item (or the data view if the item is a table or a view); and b) modifies the tree view double click handler so that a d

Re: [pgadmin-support] crash in FC2

2004-09-16 Thread Ivan Nejgebauer
Diego A. Gil wrote: Hi, I am having some strange behavior in Fedora Core 2. I compiled a cvs version, checked out today 16 september. When I try to add a new table, or database, etc, pgadmin3 crash without any notice or warning, without logging anything. A new bug ?. It's a side effect of the fix

Re: [pgadmin-support] Crash when editing object properties

2004-09-15 Thread Ivan Nejgebauer
Andreas Pflug wrote: 4. Click the "Display/Edit Properties" button in the toolbar. *BOOM* Confirmed as bug on **ix, patch committed to cvs. It's FindFocus, my old friend on GTK reporting bogus controls. I applied the cvs patch and it works. Thanks, i. ---(end of broadcast)-

[pgadmin-support] Crash when editing object properties

2004-09-14 Thread Ivan Nejgebauer
This should be reproducible: 1. Connect to the database of your choice. 2. Navigate to the "Tables" node in the tree view and select it. The list of tables appears in the upper right pane. 3. Select a table in the upper right pane. 4. Click the "Display/Edit Properties" button in the toolbar. *BO