Re: PGA3 Query Builder Files

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "efesar" <efesar(at)nmia(dot)com>, "Pgadmin-Hackers" <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: PGA3 Query Builder Files
Date: 2003-04-08 07:20:17
Message-ID: 03AF4E498C591348A42FC93DEA9661B8259F24@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: efesar [mailto:efesar(at)nmia(dot)com]
> Sent: 07 April 2003 23:08
> To: Pgadmin-Hackers
> Subject: [pgadmin-hackers] PGA3 Query Builder Files
>
>
> I added a few things to CVS.

Cool.

> * Adding QBJoin.cpp/QBJoin.h (this is a join form for the
> query builder, subject to change as features develop).

OK.

> * Events.cpp: Appended the QueryBuilder to the main form with
> the new "frames" construct. Also, took references out of the
> "frmMain.h" to increase compile time.

OK. I guess you mean decrease though....

> * Added a resource to pgadmin3.cpp ("frmQBJoin.xrc").

OK.

> * I added the exact same resource into the GTK directory, but
> I don't have GTK, so i have no idea if it will work (I assume
> it will).

Yup, that's fine, we should always try to do this. One of my team here
(Mark) looks after the GTK port so he'll sort out any problems.

> * Added a new folder under "UI" in the PGAdmin3 Project file
> called "Query Builder" and added all .cpp files to it (to
> help organization).

OK.

> * Cleaned, rebuilt and tested.

OK.

> * Drag and drop functionality is a *little* sensitive, so
> sometimes double clicks might be interpreted as drag/drop.
> This will be fixed in the next update.

Looking forward to it. Thanks Keith.

Regards, Dave.

Browse pgadmin-hackers by date

  From Date Subject
Next Message frank_lupo 2003-04-08 08:36:43 rule on view in pgschema
Previous Message efesar 2003-04-07 22:07:37 PGA3 Query Builder Files