Re: [pgadmin-hackers] PoC: Little improvements to EditGrid - Enum ComboBox

2012-06-17 Thread Ashesh Vashi
Hi Dickson, On Sun, Jun 17, 2012 at 6:48 PM, Dickson S. Guedes wrote: > 2012/6/17 Ashesh Vashi > > > > On Sun, Jun 17, 2012 at 6:39 AM, Dickson S. Guedes > wrote: > >> > >> 2012/6/6 Dickson S. Guedes : > >> > I'm starting some proof-of-concept working on frmEditGrid trying make > >> > some "imp

Re: [pgadmin-hackers] Should we keep using trac?

2012-06-17 Thread Dickson S. Guedes
2012/6/17 Guillaume Lelarge : > Quick question: is trac the right tool? Which problems we are trying to solve using trac? Are they solved or minimized? > Maybe trac is not the right tool, and we should use something else? Maybe are we using it the right way? I like trac and redmine, the former

[pgadmin-hackers] Should we keep using trac?

2012-06-17 Thread Guillaume Lelarge
Quick question: is trac the right tool? I mainly use it as a wiki (for example the list of wxWidgets 2.9 compatibility issues, and the list of issues with the Database Designer) and as a BUGS/TODO list (with the tickets). Maybe trac is not the right tool, and we should use something else? Anyway

[pgadmin-hackers] [pgAdmin III] #364: Make good use of new SQL functions pg_backup_in_progress() and pg_backup_start_time()

2012-06-17 Thread pgAdmin Trac
#364: Make good use of new SQL functions pg_backup_in_progress() and pg_backup_start_time() +--- Reporter: gleu| Owner: dpage Type: feature | Status: new Priority: minor | Milestone:

Re: [pgadmin-hackers] code.pgadmin.org broken?

2012-06-17 Thread Guillaume Lelarge
On Sun, 2012-06-17 at 22:19 +0800, Magnus Hagander wrote: > On Sun, Jun 17, 2012 at 10:13 PM, Guillaume Lelarge > wrote: > > Hi there, > > > > The trac instance on code.pgadmin.org seems utterly broken: > > > > Python 2.6.6: /usr/bin/python > > Sun Jun 17 14:12:42 2012 > > > > A problem occurred

Re: [pgadmin-hackers] code.pgadmin.org broken?

2012-06-17 Thread Magnus Hagander
On Sun, Jun 17, 2012 at 10:13 PM, Guillaume Lelarge wrote: > Hi there, > > The trac instance on code.pgadmin.org seems utterly broken: > >  Python 2.6.6: /usr/bin/python > Sun Jun 17 14:12:42 2012 > > A problem occurred in a Python script. Here is the sequence of function > calls leading up to th

[pgadmin-hackers] code.pgadmin.org broken?

2012-06-17 Thread Guillaume Lelarge
Hi there, The trac instance on code.pgadmin.org seems utterly broken: Python 2.6.6: /usr/bin/python Sun Jun 17 14:12:42 2012 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. etc etc Have you done a Python updat

Re: [pgadmin-hackers] PoC: Little improvements to EditGrid - Enum ComboBox

2012-06-17 Thread Dickson S. Guedes
2012/6/17 Ashesh Vashi > > On Sun, Jun 17, 2012 at 6:39 AM, Dickson S. Guedes > wrote: >> >> 2012/6/6 Dickson S. Guedes : >> > I'm starting some proof-of-concept working on frmEditGrid trying make >> > some "improvements" like: >> > >> > 1) show a combo box in columns of type enum; >> >> There i

Re: [pgadmin-hackers] PoC: Little improvements to EditGrid - Enum ComboBox

2012-06-17 Thread Ashesh Vashi
On Sun, Jun 17, 2012 at 6:39 AM, Dickson S. Guedes wrote: > 2012/6/6 Dickson S. Guedes : > > I'm starting some proof-of-concept working on frmEditGrid trying make > > some "improvements" like: > > > > 1) show a combo box in columns of type enum; > > There isn't changes to this code comparing to pr