Re: [pgadmin-hackers] Buglets in dlgFunction

2008-11-19 Thread Guillaume Lelarge
Dave Page a écrit : > On Thu, Nov 6, 2008 at 11:15 PM, Guillaume Lelarge > <[EMAIL PROTECTED]> wrote: >> Still a hack but it works. It even works with GTK. The patch attached >> removes the WXMAC ifdef. >> I also found on Windows that the check boxes for different privileges on the privil

Re: [pgadmin-hackers] TODO List

2008-11-19 Thread Guillaume Lelarge
Dave Page a écrit : > [...] > Can you please take a minute or two to look at the TODO list: > http://www.pgadmin.org/development/todo.php and note any items that > have been completed already, ones that don't make any sense now > (perhaps because PostgreSQL has implemented a feature we wanted to >

[pgadmin-hackers] new patch for index DESC/NULLS FIRST/NULLS LAST

2008-11-19 Thread Quan Zongliang
hi, all new version Patch for TODO item: - Add support for DESC/NULLS FIRST/NULLS LAST when creating indexes. The Go method in dlgIndex seems clumsy. Maybe we need a new pgIndexColumn class or another coding? Now, OnAddCol, OnRemoveCol, GetColumns and OnChangeSize methods have different vesion i