Re: A new feature patch and a bug fix - Mailing list pgadmin-hackers

From Dave Page
Subject Re: A new feature patch and a bug fix
Date
Msg-id 937d27e10801090413h6b05b540ncc315ae3fd5a30c4@mail.gmail.com
Whole thread Raw
In response to Re: A new feature patch and a bug fix  (Guillaume Lelarge <guillaume@lelarge.info>)
Responses Re: A new feature patch and a bug fix
List pgadmin-hackers
Hi Guillaume,

On 22/12/2007, Guillaume Lelarge <guillaume@lelarge.info> wrote:
> I've finally done it. It's the first time I create a new dialog, so it
> probably need some tweaks. I attached the patch and a tar.gz file for
> the new files.

Finally, some feedback for you!!

- In pgRole::ReassignDropOwnedTo, objets should be objects.

- In pgRole::ReassignDropOwnedTo an error should be raised if the
connection cannot be opened.

- The database selection in dlgReassignDropOwned should respect the DB
restriction setting for the server.

- Remember to append a 'd' to all size/position values in XRC files to
denote cross-platform friendly dialog units.

- The dialog needs some work. Get yourself a copy of XRCed - it will
help enormously. Try to keep the layout and sizing in line with other
dialogues. Use sizers to keep everything in line rather than absolute
positioning (new dialogues do this, older ones might not). It's a bit
fiddly until you get the hang of them, but it does make things much
easier to get right across platforms.

Thanks, Dave

pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: "set schema" patch
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r6991 - in trunk/pgadmin3: . pgadmin/schema