From: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | Ticket 3: groups of servers |
Date: | 2010-04-11 21:36:41 |
Message-ID: | 4BC240E9.4060809@lelarge.info |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Hi,
I have an almost working patch. I still have one bug: if someone adds
the first server in a group, the group and the server don't appear in
the treeview. After quite some tests and debugging, the program adds
them in the treeview, but after the CreateObjects call, they disappear.
If someone can take a look at the patch, I would be glad to know if they
find something strange in it. The bug fix is probably something obvious
but I don't see what.
BTW, it is not the final patch, some work remain to be done (the group
combobox is only used as a textbox right now, it's badly displayed, some
code are redundant, etc.)
Thanks.
--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com
Attachment | Content-Type | Size |
---|---|---|
ticket3_v1.patch | text/x-patch | 14.7 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2010-04-12 12:14:22 | Re: Ticket 3: groups of servers |
Previous Message | Guillaume Lelarge | 2010-04-11 10:07:54 | Re: Ticket 144: allow the selection of a different user in dlgSelectConnection |