[pgadmin-hackers] pgAdmin III: 'public' schema not selected by default for "Default Privileges" tab

2011-02-03 Thread Nikhil S
Hi, If one right clicks on database and goes to properties, there the "Default Privileges" tab does not seem to contain the 'public' schema pre-selected. It is so the case in the normal "Privileges" for example. This patch pre-populates the 'public' schema for the default privileges case too. Reg

Re: [pgadmin-hackers] pgAdmin III: synonym support for EDBAS functions/procedures

2011-02-03 Thread Nikhil S
Hi Dave, > > > I'm inclined to consider this a bug, as my failure to update this > > prior to the release of 1.12 means that our support for that feature > > is essentially broken. > > > > Does anyone object, before I commit it to 1.12? > > > > No objection here. > > > Aye from the patch submitter

[pgadmin-hackers] pgAdmin III commit: Trim the training newline from text copied from a l

2011-02-03 Thread Dave Page
Trim the training newline from text copied from a listview. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=2be50ad0a363d54785c2ddc528020810e9f2a24e Modified Files -- pgadmin/frm/frmMain.cpp |1 + 1 files changed, 1 insertions(+)

[pgadmin-hackers] pgAdmin III commit: The generic list view control on the Mac doesn't fi

2011-02-03 Thread Dave Page
The generic list view control on the Mac doesn't fire focus events as it should, so we set currentControl here instead of relying on the ChildFocusEvent. The native list view does fire the events, but does weird things with multi-select items so we currently disable it (see the creation of the list

[pgadmin-hackers] pgAdmin III commit: Add a couple of #includes to keep GCC happy, and ru

2011-02-03 Thread Dave Page
Add a couple of #includes to keep GCC happy, and run make style. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=fece0701999fda206b788edf9c4c640a007f5cc2 Modified Files -- pgadmin/ctl/ctlAuiNotebook.cpp |9 ++--- pgadmi

[pgadmin-hackers] pgAdmin III commit: Implement a more reliable method for detecting chan

2011-02-03 Thread Dave Page
Implement a more reliable method for detecting changes to the focussed control on the main form, by implementing a custom wxAuiNotebook control which passes ChildFocus events to it's parent. Primarily this is used at the moment for enabling/disabling the Copy menu option, but we'll use the new con

[pgadmin-hackers] pgAdmin III commit: Fix a regression in my previous patch, which fixed

2011-02-03 Thread Dave Page
Fix a regression in my previous patch, which fixed VC++ and broke GCC builds. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=b139f19bab884f83266ef539932111f2767d90f6 Modified Files -- pgadmin/debugger/dlgDirectDbg.cpp |2 +- 1 f

Re: [pgadmin-hackers] phase 2 of wxWidgets 2.9 build

2011-02-03 Thread Dave Page
On Thu, Feb 3, 2011 at 3:00 AM, Peter Geoghegan wrote: > > I'm going to clean up your commit from the other day per your > suggestion. I'm also going to get started on moving OGL into the tree, > and building it ourselves. OK. > I've noticed that the sample OGL applications have obvious bugs in