[pgadmin-hackers] pgAdmin III commit: Change DD dialogs with XRC ones

2011-07-02 Thread Guillaume Lelarge
Change DD dialogs with XRC ones Only ddTableNameDialog and ddPrecisionScaleDialog are done yet. ddSelectKindFksDialog is still missing. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=cbebf5558270c6a8e6b26c3a78548e2d6fe20bee Modified Files ---

Re: [pgadmin-hackers] First test of the Database Designer

2011-07-02 Thread Guillaume Lelarge
On Mon, 2011-06-27 at 09:09 +0200, Guillaume Lelarge wrote: > On Sun, 2011-06-26 at 20:29 +0100, Dave Page wrote: > > On Sat, Jun 25, 2011 at 3:50 PM, Guillaume Lelarge > > wrote: > > > On Sat, 2011-06-25 at 15:51 +0200, Guillaume Lelarge wrote: > > >> On Sat, 2011-06-25 at 12:18 +0200, Guillaume

[pgadmin-hackers] [BUG] Meaningless dialogue when deleting foreign key

2011-07-02 Thread Thom Brown
Hi, I'm using PgAdmin III 1.14 beta 2 on OSX. When attempting to delete a foreign key on a table, a dialogue comes up saying "Foreign Key - Foreign Key - No / Yes" Screenshot attached. I would expect this to say something more like "Drop foreign key? - Are you sure you wish to drop foreign key

Re: [pgadmin-hackers] [BUG] Meaningless dialogue when deleting foreign key

2011-07-02 Thread Guillaume Lelarge
On Sat, 2011-07-02 at 12:12 +0100, Thom Brown wrote: > Hi, > > I'm using PgAdmin III 1.14 beta 2 on OSX. When attempting to delete a > foreign key on a table, a dialogue comes up saying "Foreign Key - > Foreign Key - No / Yes" > > Screenshot attached. > > I would expect this to say something mo

Re: [pgadmin-hackers] [BUG] Meaningless dialogue when deleting foreign key

2011-07-02 Thread Thom Brown
On 2 July 2011 13:08, Guillaume Lelarge wrote: > On Sat, 2011-07-02 at 12:12 +0100, Thom Brown wrote: >> Hi, >> >> I'm using PgAdmin III 1.14 beta 2 on OSX.  When attempting to delete a >> foreign key on a table, a dialogue comes up saying "Foreign Key - >> Foreign Key - No / Yes" >> >> Screenshot

Re: [pgadmin-hackers] [BUG] Meaningless dialogue when deleting foreign key

2011-07-02 Thread Guillaume Lelarge
On Sat, 2011-07-02 at 13:11 +0100, Thom Brown wrote: > On 2 July 2011 13:08, Guillaume Lelarge wrote: > > On Sat, 2011-07-02 at 12:12 +0100, Thom Brown wrote: > >> Hi, > >> > >> I'm using PgAdmin III 1.14 beta 2 on OSX. When attempting to delete a > >> foreign key on a table, a dialogue comes up

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

2011-07-02 Thread Guillaume Lelarge
On Thu, 2011-06-30 at 09:32 +0100, Dave Page wrote: > On Thu, Jun 30, 2011 at 9:08 AM, Guillaume Lelarge > wrote: > > > > Could be the next thing I do. Last time we talked about it, I had done > > some work on sphynx. IIRC, I had two main things to do: > > > > * try to build on Windows, and Mac >

[pgadmin-hackers] pgAdmin website commit: New roadmap.

2011-07-02 Thread Guillaume Lelarge
New roadmap. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=1323b2e7477b9a1955276d8bd518dc2d01dd5ee3 Modified Files -- development/roadmap.php | 14 +- 1 files changed, 5 insertions(+), 9 deletions(-) -- Sent via

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

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

[pgadmin-hackers] [FEATURE] OIDs check box to enable OIDs

2011-07-02 Thread Thom Brown
Hi, me again. I noticed that on the table properties dialogue window, the checkbox for "Has OIDs" is disabled if there aren't any OIDs already for the table rows. I believe the check used for enabling this isn taking into account that PostgreSQL versions 8.4 and above can re-enable OIDs. Patch a

[pgadmin-hackers] pgAdmin III commit: Fix a crash bug when trying to create a new table o

2011-07-02 Thread Guillaume Lelarge
Fix a crash bug when trying to create a new table on 8.3 Instead of deleting the autovacuum notebook page, pgAdmin deleted the constraints notebook page. So, when the user clicked OK, pgAdmin tried to find changes in the constraints widgets which didn't exist anymore. This bug was introduced by m

[pgadmin-hackers] pgAdmin III commit: Fix a crash bug when trying to create a new table o

2011-07-02 Thread Guillaume Lelarge
Fix a crash bug when trying to create a new table on 8.3 Instead of deleting the autovacuum notebook page, pgAdmin deleted the constraints notebook page. So, when the user clicked OK, pgAdmin tried to find changes in the constraints widgets which didn't exist anymore. This bug was introduced by m

[pgadmin-hackers] pgAdmin III commit: Enable "Has OIDs" on 8.4+ when table is created

2011-07-02 Thread Guillaume Lelarge
Enable "Has OIDs" on 8.4+ when table is created I noticed that on the table properties dialogue window, the checkbox for "Has OIDs" is disabled if there aren't any OIDs already for the table rows. I believe the check used for enabling this isn't taking into account that PostgreSQL versions 8.4 an

Re: [pgadmin-hackers] [FEATURE] OIDs check box to enable OIDs

2011-07-02 Thread Guillaume Lelarge
Hi, On Sat, 2011-07-02 at 16:18 +0100, Thom Brown wrote: [...] > > I noticed that on the table properties dialogue window, the checkbox > for "Has OIDs" is disabled if there aren't any OIDs already for the > table rows. I believe the check used for enabling this isn taking > into account that Po

Re: [pgadmin-hackers] [FEATURE] OIDs check box to enable OIDs

2011-07-02 Thread Thom Brown
On 2 July 2011 20:20, Guillaume Lelarge wrote: > Great patch. It even helped me find a bug. Anyway, commited and pushed. > Thank you. Thanks for committing it. :) >> I personally prefer the ones with newlines, especially since I've been >> experimenting with tables having very long names, and so

[pgadmin-hackers] pgAdmin website commit: More roadmap.

2011-07-02 Thread Guillaume Lelarge
More roadmap. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=7d7822a40396f53e43d461eced26a3ac1ca1a8ae Modified Files -- development/roadmap.php |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) -- Sent via pgadmin-h

[pgadmin-hackers] [pgAdmin III] #323: CLUSTER in maintenance window

2011-07-02 Thread pgAdmin Trac
#323: CLUSTER in maintenance window +--- Reporter: Thom Brown | Owner: dpage Type: feature | Status: new Priority: minor | Milestone: Component: pgadmin | Version: trunk K

[pgadmin-hackers] [pgAdmin III] #324: Generate Reports

2011-07-02 Thread pgAdmin Trac
#324: Generate Reports --+- Reporter: Boblitz John | Owner: dpage Type: feature | Status: new Priority: minor | Milestone: Component: pgadmin | Version: trunk Keywor

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

2011-07-02 Thread Guillaume Lelarge
Update CHANGELOG and make style. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=ac158b076d598748d8d9bac4afc1ae028b05d28a Modified Files -- CHANGELOG |5 - .../dditems/utilities/ddPrec

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

2011-07-02 Thread Thom Brown
On 2 July 2011 23:17, Guillaume Lelarge wrote: > Update CHANGELOG and make style. > > Branch > -- > master > > Details > --- > http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=ac158b076d598748d8d9bac4afc1ae028b05d28a > > Modified Files > -- > CHANGELOG