Re: [pgadmin-hackers] pgAdmin III commit: Database Designer (milestone 1 of GSoC 2011)

2011-07-25 Thread Guillaume Lelarge
On Tue, 2011-07-19 at 21:44 +0100, Dave Page wrote: > On Tue, Jul 19, 2011 at 8:06 PM, Guillaume Lelarge > wrote: > >> There's no Makefile there. Did you forget to check it in? > >> > >> > > > > Oops, forgot this one. The fact that Makefile is in the .gitignore file > > didn't help. > > So I'm th

[pgadmin-hackers] pgAdmin III commit: Support for security labels on global objects

2011-07-25 Thread Guillaume Lelarge
Support for security labels on global objects This is to support a 9.2 feature of PostgreSQL. It adds a new tab to databases, roles, and tablespaces dialogs, that allows one to add security label for each provider they want. I suppose most users will have only one provider, but the patch supports

[pgadmin-hackers] pgAdmin III commit: Support for security labels on local objects

2011-07-25 Thread Guillaume Lelarge
Support for security labels on local objects This patch adds support to a PostgreSQL 9.1 feature called security labels. It adds a new tab to tables, columns, aggregates, domains, foreign tables, functions, languages, sequences, types, and views dialogs, that allows one to add security label for e

[pgadmin-hackers] pgAdmin III commit: Support for not valid domain and check constraints

2011-07-25 Thread Guillaume Lelarge
Support for not valid domain and check constraints In 9.2, domains and check constraints can be declared not valid. Their validity can be forced later. This patch adds support for this. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=8b28d87704

[pgadmin-hackers] pgAdmin III commit: Adds support for load/save models in the database d

2011-07-25 Thread Guillaume Lelarge
Adds support for load/save models in the database designer Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=271d84f7baaeae8e3ee235dbcf3838e6546bda8d Author: Luis Ochoa Modified Files -- CHANGELOG

[pgadmin-hackers] pgAdmin III commit: Update CHANGELOG, and make style

2011-07-25 Thread Guillaume Lelarge
Update CHANGELOG, and make style Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=038f993311f71ffb5496eeff259d217e791221fb Modified Files -- CHANGELOG |4 + pgadmin/ctl/ctlSeclabelPanel.cpp | 11

Re: [pgadmin-hackers] pgAdmin III commit: Database Designer (milestone 1 of GSoC 2011)

2011-07-25 Thread Dave Page
On Mon, Jul 25, 2011 at 8:52 AM, Guillaume Lelarge wrote: > On Tue, 2011-07-19 at 21:44 +0100, Dave Page wrote: >> On Tue, Jul 19, 2011 at 8:06 PM, Guillaume Lelarge >> wrote: >> >> There's no Makefile there. Did you forget to check it in? >> >> >> >> >> > >> > Oops, forgot this one. The fact tha

[pgadmin-hackers] pgAdmin III commit: Forgot this file.

2011-07-25 Thread Guillaume Lelarge
Forgot this file. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=084e0947b59afc3377ee0e57c047692c9c144e59 Modified Files -- pgadmin/include/images/checkbad.png | Bin 0 -> 579 bytes 1 files changed, 0 insertions(+), 0 deletions(-)

[pgadmin-hackers] pgAdmin III commit: Add multiline flag for textbox in domain and server

2011-07-25 Thread Guillaume Lelarge
Add multiline flag for textbox in domain and server dialog Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=a81daf94aa063d2d1fa1be66978dcf261eb33eb1 Modified Files -- pgadmin/ui/dlgDomain.xrc |1 + pgadmin/ui/dlgServe

[pgadmin-hackers] pgAdmin III commit: Add multiline flag for textbox in domain and server

2011-07-25 Thread Guillaume Lelarge
Add multiline flag for textbox in domain and server dialog Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=199b23e3ec5c8062a50e58b266c3fdbe12035c8e Modified Files -- pgadmin/ui/dlgDomain.xrc |1 + pgadmin/ui/dlgServer.xrc |

Re: [pgadmin-hackers] Load/Save feature for the database designer

2011-07-25 Thread Guillaume Lelarge
On Mon, 2011-07-25 at 09:02 +0200, Guillaume Lelarge wrote: > Hi, > > Luis sent me his last patch to support load/save features for the > database designer. It's a quite simple patch, and works flawlessly > AFAICT. > > I'd like to commit it this afternoon, so if you want to look at it > first, yo

Re: [pgadmin-hackers] Patch to add support for security labels on local objects

2011-07-25 Thread Guillaume Lelarge
On Sun, 2011-07-24 at 21:23 +0200, Guillaume Lelarge wrote: > On Sun, 2011-07-24 at 17:40 +0200, Guillaume Lelarge wrote: > > On Sun, 2011-07-24 at 10:58 +0200, Guillaume Lelarge wrote: > > > Hi, > > > > > > This patch adds support to a PostgreSQL 9.1 feature called security > > > labels. It adds

Re: [pgadmin-hackers] [pgAdmin III] #322: CHECK constraints with NOT VALID

2011-07-25 Thread pgAdmin Trac
#322: CHECK constraints with NOT VALID --+- Reporter: gleu | Owner: gleu Type: feature | Status: closed Priority: minor| Milestone: 1.16 Component:

Re: [pgadmin-hackers] [pgAdmin III] #243: Add security label support

2011-07-25 Thread pgAdmin Trac
#243: Add security label support --+- Reporter: gleu | Owner: gleu Type: feature | Status: closed Priority: minor| Milestone: 1.16 Component: pgadmin | Ve

[pgadmin-hackers] Re: [pgAdmin III] #331: Add support for SECURITY LABEL on databases, tablespaces, and roles.

2011-07-25 Thread pgAdmin Trac
#331: Add support for SECURITY LABEL on databases, tablespaces, and roles. --+- Reporter: gleu | Owner: gleu Type: feature | Status: closed Priority:

Re: [pgadmin-hackers] pgAdmin III commit: Database Designer (milestone 1 of GSoC 2011)

2011-07-25 Thread Guillaume Lelarge
On Mon, 2011-07-25 at 16:20 +0100, Dave Page wrote: > On Mon, Jul 25, 2011 at 8:52 AM, Guillaume Lelarge > wrote: > > On Tue, 2011-07-19 at 21:44 +0100, Dave Page wrote: > >> On Tue, Jul 19, 2011 at 8:06 PM, Guillaume Lelarge > >> wrote: > >> >> There's no Makefile there. Did you forget to check

Re: [pgadmin-hackers] Copy/Paste table(s) functions - git context patch

2011-07-25 Thread Guillaume Lelarge
On Sun, 2011-07-24 at 16:00 +0200, Vladimir Kokovic wrote: > Hi, > > This patch is probably Release Candidate 2! > > Fixed copy / paste of tables that do not have columns. > > Everything functions as provided except for one detail that I have no > explanation or solution. > > Functionality: > 1

Re: [pgadmin-hackers] pgAdmin III commit: Database Designer (milestone 1 of GSoC 2011)

2011-07-25 Thread Dave Page
On Mon, Jul 25, 2011 at 8:33 PM, Guillaume Lelarge wrote: >> Something like the attached? (lightly tested!) >> > > Oh yeah, thanks, it works right out of the box for me. Sweet :-) > So I guess we have it all? or is there anything missing? You need to change _static to images I think. Plus, the

Re: [pgadmin-hackers] Handling connection loss

2011-07-25 Thread Guillaume Lelarge
On Tue, 2011-07-19 at 21:12 +0100, Dave Page wrote: > On Tue, Jul 19, 2011 at 7:47 PM, Guillaume Lelarge > wrote: > > I tried something else today. Suppose a database with two schemas. Both > > have objects in them, let's say two tables in each schema. Connect to > > the database, click on the + o

Re: [pgadmin-hackers] pgAdmin III commit: Database Designer (milestone 1 of GSoC 2011)

2011-07-25 Thread Guillaume Lelarge
On Mon, 2011-07-25 at 20:39 +0100, Dave Page wrote: > On Mon, Jul 25, 2011 at 8:33 PM, Guillaume Lelarge > wrote: > >> Something like the attached? (lightly tested!) > >> > > > > Oh yeah, thanks, it works right out of the box for me. > > Sweet :-) > > > So I guess we have it all? or is there any

Re: [pgadmin-hackers] pgAdmin III commit: Database Designer (milestone 1 of GSoC 2011)

2011-07-25 Thread Dave Page
On Mon, Jul 25, 2011 at 8:59 PM, Guillaume Lelarge wrote: > You mean something like this? > > diff --git a/Makefile.am b/Makefile.am > index 677ec5c..d1d19f3 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -34,7 +34,8 @@ EXTRA_DIST = \ > >  TMP_docs = \ >        $(top_srcdir)/docs/en_US/*.css

[pgadmin-hackers] pgAdmin III commit: Use sphinx documentation system

2011-07-25 Thread Guillaume Lelarge
Use sphinx documentation system With a big help from Dave, especially with the autoconf system. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=2d85533a2699c687d95b4b8f5ed0b9fcd844ede2 Modified Files -- CHANGELOG

Re: [pgadmin-hackers] pgAdmin III commit: Database Designer (milestone 1 of GSoC 2011)

2011-07-25 Thread Guillaume Lelarge
On Mon, 2011-07-25 at 21:01 +0100, Dave Page wrote: > On Mon, Jul 25, 2011 at 8:59 PM, Guillaume Lelarge > wrote: > > You mean something like this? > > > > diff --git a/Makefile.am b/Makefile.am > > index 677ec5c..d1d19f3 100644 > > --- a/Makefile.am > > +++ b/Makefile.am > > @@ -34,7 +34,8 @@ EXT