Re: [pgadmin-hackers] PATCH: Using wxDatePickerCtrl instead of wxCalendarBox

2011-05-28 Thread Dave Page
On Saturday, May 28, 2011, Ashesh Vashi wrote: > On ubuntu 10.04 and some of the linux flavors, the wxCalendarBox is not at > all usable.Sometimes, it even does not render the calendar properly on > clicking the pop up button, and sometimes, it does not allow to click on the > calendar. > > > A

Re: [pgadmin-hackers] PATCH: Using wxDatePickerCtrl instead of wxCalendarBox

2011-05-28 Thread Dave Page
Oh, and I'll review/commit this later... On Saturday, May 28, 2011, Dave Page wrote: > On Saturday, May 28, 2011, Ashesh Vashi wrote: >> On ubuntu 10.04 and some of the linux flavors, the wxCalendarBox is not at >> all usable.Sometimes, it even does not render the calendar properly on >> click

Re: [pgadmin-hackers] PATCH: Using wxDatePickerCtrl instead of wxCalendarBox

2011-05-28 Thread Guillaume Lelarge
On 05/28/2011 06:57 AM, Ashesh Vashi wrote: > On ubuntu 10.04 and some of the linux flavors, the wxCalendarBox is not at > all usable. > Sometimes, it even does not render the calendar properly on clicking the pop > up button, and sometimes, it does not allow to click on the calendar. > > As per m

[pgadmin-hackers] Help with dlg

2011-05-28 Thread Jasmin Dizdarevic
Hi, I'd like to work on this item "Ability to search a database for objects with a specific name.". I've took frmReport.cpp as template for the Search Object UI. I've created frm/frmSearchObject.cpp include/frm/frmSearchObject.h ui/frmSearchObject.xrc added #include "frm/frmSearchObject.h" to incl

Re: [pgadmin-hackers] Help with dlg

2011-05-28 Thread Dave Page
On Sat, May 28, 2011 at 10:09 AM, Jasmin Dizdarevic wrote: > Hi, > I'd like to work on this item "Ability to search a database for objects with > a specific name.". > I've took frmReport.cpp as template for the Search Object UI. I've created > frm/frmSearchObject.cpp > include/frm/frmSearchObject.

Re: [pgadmin-hackers] Help with dlg

2011-05-28 Thread Jasmin Dizdarevic
Thanks! I've forgotten to implement frmSearchObject::OnChange() in frmSearchObject.cpp. 2011/5/28 Dave Page > On Sat, May 28, 2011 at 10:09 AM, Jasmin Dizdarevic > wrote: > > Hi, > > I'd like to work on this item "Ability to search a database for objects > with > > a specific name.". > > I've t

[pgadmin-hackers] Seems you forgot to add a file to your repository

2011-05-28 Thread Guillaume Lelarge
Or maybe more than one. dd/dditems/figures/ddTextColumnFigure.cpp is missing, and I guess its header file too. Can you add them, and check nothing else is missing? so that I can compile, and check what you've done till now. Thanks. -- Guillaume http://www.postgresql.fr http://dalibo.com --

[pgadmin-hackers] pgAdmin III commit: Fix segfault when connecting to a database

2011-05-28 Thread Guillaume Lelarge
Fix segfault when connecting to a database The issue appears when you first connect to a database, and then disconnect from it. If you try to connect once again to it, you get a segmentation fault because pgAdmin will try to get the database statistics informations from a non-existent connection.

[pgadmin-hackers] [pgAdmin III] #319: Recovering SQL Files after pgAdmin

2011-05-28 Thread pgAdmin Trac
#319: Recovering SQL Files after pgAdmin ---+ Reporter: gleu | Owner: dpage Type: feature| Status: new Priority: minor | Milestone: Component: pgadmin| Version: 1.12

[pgadmin-hackers] [pgAdmin III] #320: Usability improvment ideas in the query tool

2011-05-28 Thread pgAdmin Trac
#320: Usability improvment ideas in the query tool -+-- Reporter: Gabriele Garuglieri | Owner: dpage Type: feature | Status: new Priority: minor| Milestone: Compon

[pgadmin-hackers] [pgAdmin III] #321: Cmd +a on output grid doesn't select all lines

2011-05-28 Thread pgAdmin Trac
#321: Cmd +a on output grid doesn't select all lines +--- Reporter: Christophe Chauvet | Owner: dpage Type: bug | Status: new Priority: minor | Milestone: 1.14 Compone

Re: [pgadmin-hackers] 1.14, Cmd +a on output grid doesn't select all lines

2011-05-28 Thread Guillaume Lelarge
On 05/07/2011 06:43 PM, Christophe Chauvet wrote: > I test PgAdmin 1.14 Beta1 on MacOS X snow-leopard and found an issue > when i want to select all lines in the datas output grid, if i press > "Cmd + a" no lines select, if i use "Ctrl + a" i can select all the > content ("Cmd + c" and "Cmd + v" wo

[pgadmin-hackers] pgAdmin III commit: Some fixes on the query tool

2011-05-28 Thread Guillaume Lelarge
Some fixes on the query tool "Database bar" has been renamed to "Connection bar". The connection bar is larger. The connection name doesn't contain the rolename. Per discussion with Erwin. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c49f3b

Re: [pgadmin-hackers] Database bar

2011-05-28 Thread Guillaume Lelarge
On 05/09/2011 07:17 PM, Erwin Brandstetter wrote: > On 06.05.2011 23:40, Guillaume Lelarge wrote: >> On 05/06/2011 04:27 PM, Erwin Brandstetter wrote: >>> Hi Guillaume! >>> >>> On 05.05.2011 22:50, Guillaume Lelarge wrote: On 05/05/2011 05:25 PM, Erwin Brandstetter wrote: (...) > Chan

[pgadmin-hackers] Table dependents tab empty lines

2011-05-28 Thread Vladimir Kokovic
Hi, PostgreSQL 9.1devel 'table object tab dependents' contains many empty lines. Attached patch fixes this. Best regards, Vladimir Kokovic, DP senior, Belgrade, Serbia pgobject.diff Description: Binary data -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make cha