[pgadmin-hackers] Fwd: [pgadmin-support] 1.15 dev + wxWidgets 2.9.3, properties and index

2012-03-05 Thread Akshay Joshi
Hi Dave Attached is the patch that hopefully will fix the problem that Colin has faced. Patch also contains some other fixes too. I have tested it on Windows. Please review it. -- Forwarded message -- From: Dave Page Date: Mon, Mar 5, 2012 at 4:28 PM Subject: Re: [pgadmin-support

Re: [pgadmin-hackers] Fwd: [pgadmin-support] 1.15 dev + wxWidgets 2.9.3, properties and index

2012-03-05 Thread Guillaume Lelarge
On Mon, 2012-03-05 at 17:10 +0530, Akshay Joshi wrote: > Hi Dave > > Attached is the patch that hopefully will fix the problem that Colin has > faced. Patch also contains some other fixes too. I have tested it on > Windows. > Please review it. > Getting rid of the GrowableRows is not a good idea

[pgadmin-hackers] pgAdmin III commit: Ensure the HTML Help cache file is created upon ins

2012-03-05 Thread Dave Page
Ensure the HTML Help cache file is created upon installation. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c40a74a32fd8d0f5c19ae5a4f2a8cb71fdf5a14f Author: Thom Brown Modified Files -- Makefile.am |1 + 1 files changed, 1 ins

Re: [pgadmin-hackers] Problem building pgadmin

2012-03-05 Thread Dave Page
On Sun, Mar 4, 2012 at 4:14 PM, Thom Brown wrote: > On 4 March 2012 16:03, Dave Page wrote: >> On Sun, Mar 4, 2012 at 3:48 PM, Thom Brown wrote: >>> Hi all, >>> >>> I haven't tried building PgAdmin in quite a while now, so have started >>> from scratch again.  I seem to be getting the following

[pgadmin-hackers] pgAdmin III commit: Fix another bunch of errors related to wxWidgets 2.

2012-03-05 Thread Guillaume Lelarge
Fix another bunch of errors related to wxWidgets 2.9 Initial patch from Akshay Joshi. Report from Colin Beckingham. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=9a71f231c91de00760834589284516ce586afc9d Modified Files -- pgadmin/

Re: [pgadmin-hackers] Fwd: [pgadmin-support] 1.15 dev + wxWidgets 2.9.3, properties and index

2012-03-05 Thread Guillaume Lelarge
On Mon, 2012-03-05 at 13:30 +0100, Guillaume Lelarge wrote: > On Mon, 2012-03-05 at 17:10 +0530, Akshay Joshi wrote: > > Hi Dave > > > > Attached is the patch that hopefully will fix the problem that Colin has > > faced. Patch also contains some other fixes too. I have tested it on > > Windows. >

[pgadmin-hackers] pgAdmin III commit: Fix another assert with wxWidgets 2.9

2012-03-05 Thread Guillaume Lelarge
Fix another assert with wxWidgets 2.9 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=842992a7d117699307bd4ca053b755cee129a017 Modified Files -- pgadmin/dlg/dlgManageMacros.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletio

Re: [pgadmin-hackers] Database designer

2012-03-05 Thread Luis Ochoa
On Thu, Mar 1, 2012 at 8:23 AM, Dave Page wrote: > Hi > > On Thu, Mar 1, 2012 at 4:06 PM, Guillaume Lelarge > wrote: > > >> 2) Why does it take so many steps to add a column? Click the + icon, > >> and choose a name, then right click and select a datatype > >> (incidentally, some common types li

Re: [pgadmin-hackers] Database designer

2012-03-05 Thread Dave Page
Hi On Mon, Mar 5, 2012 at 3:29 PM, Luis Ochoa wrote: > > Autonaming can be turn off, but the idea of adding this feature arises from > good database design practices and the idea of having an initial default > name for it, if the user don't want to use, just overwrite it and it > automatically tu

[pgadmin-hackers] pgAdmin III commit: Forgot to refresh xrcDialogs.cpp file

2012-03-05 Thread Guillaume Lelarge
Forgot to refresh xrcDialogs.cpp file Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5eba772feca10e94683149d7c53b722df3ae5cd8 Modified Files -- pgadmin/ui/xrcDialogs.cpp | 6568 ++-- 1 files c

[pgadmin-hackers] pgAdmin III commit: The tag is useless if we have a tag

2012-03-05 Thread Guillaume Lelarge
The tag is useless if we have a tag Moreover if the number of rows multiplied by the number of cols isn't equal to the number of widgets embedded in the sizer, it brings an error with wxWidgets 2.9. So there's no good reason to maintain the number of rows. We just don't mention it, and wxWidgets

[pgadmin-hackers] pgAdmin III commit: Fix the trigger SQL

2012-03-05 Thread Guillaume Lelarge
Fix the trigger SQL Per report from Attila. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=8809ecc606a3143ba5b5a91168ccdf5a0bd26f15 Modified Files -- CHANGELOG|1 + pgadmin/schema/pgTrigger.cpp | 10 ++

[pgadmin-hackers] pgAdmin III commit: Fix the trigger SQL

2012-03-05 Thread Guillaume Lelarge
Fix the trigger SQL Per report from Attila. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=cacc2ae15519300338c680b1a010d9a3d5e5687f Modified Files -- CHANGELOG|1 + pgadmin/schema/pgTrigger.cpp |

[pgadmin-hackers] pgAdmin III commit: Another bunch of fixes WRT wxWidgets 2.9

2012-03-05 Thread Guillaume Lelarge
Another bunch of fixes WRT wxWidgets 2.9 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5a98d91cba33d31d32c3f25bdbf69053456bc218 Modified Files -- pgadmin/agent/pgaSchedule.cpp |6 +++--- pgadmin/dlg/dlgSelectDatabase.cpp |

[pgadmin-hackers] pgAdmin III commit: No title for the column datatype submenu in DD

2012-03-05 Thread Guillaume Lelarge
No title for the column datatype submenu in DD Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=48364968370f9482bb54f094b266d0f8b8238397 Modified Files -- .../dd/dditems/figures/ddTextTableItemFigure.cpp |2 +- 1 files changed,

[pgadmin-hackers] pgAdmin III commit: No default table/column name in DD

2012-03-05 Thread Guillaume Lelarge
No default table/column name in DD Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=bf52f98b0f50c301b34490e0623065e395ba6eaa Modified Files -- .../dd/dditems/figures/ddTextTableItemFigure.cpp |2 +- .../dd/dditems/handles/ddAddC