From: | "Gevik Babakhani" <pgdev(at)xs4all(dot)nl> |
---|---|
To: | "'Dave Page'" <dpage(at)pgadmin(dot)org> |
Cc: | <pgadmin-hackers(at)postgresql(dot)org> |
Subject: | Re: extending functionality strategy |
Date: | 2008-10-20 22:59:08 |
Message-ID: | 002401c93307$76149da0$0a01a8c0@gevmus |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Hereby a v1.0 patch implementing basic ordering for a wxListCtrl:
- The patch is developed using MSVC 2008.
- 2 new source files ctl\ListItemArranger.cpp and include\ListItemArranger.h
are added.
- 4 new image file are added in include\images (wxListItemArranger*.xpm)
- For demo the dlgType.xrc and dlgType.cpp are modified.
- 2 mk files modified manually.
- After patching run embed-xrc
- For compiling with MSVC the two source files must be added manually to ctl
and include filters inside VS2005/2008.
- For testing: Goto "add new composite type" then the definition tab.
Please let me know what you think.
regards,
Gevik.
> -----Original Message-----
> From: pgadmin-hackers-owner(at)postgresql(dot)org
> [mailto:pgadmin-hackers-owner(at)postgresql(dot)org] On Behalf Of Dave Page
> Sent: Monday, October 20, 2008 3:10 PM
> To: Gevik Babakhani
> Cc: pgadmin-hackers(at)postgresql(dot)org
> Subject: Re: [pgadmin-hackers] extending functionality strategy
>
> On Mon, Oct 20, 2008 at 1:52 PM, Gevik Babakhani
> <pgdev(at)xs4all(dot)nl> wrote:
> >> Having never used QT, I have no idea. I have little doubt
> you would
> >> better measuring in man-months though.
> >
> > I can do an impact analysis if you are remotely considering moving
> > away from wxWidgets :)
>
> I can't honestly say it's very high on the priority list.
>
>
>
> --
> Dave Page
> EnterpriseDB UK: http://www.enterprisedb.com
>
> --
> Sent via pgadmin-hackers mailing list
> (pgadmin-hackers(at)postgresql(dot)org) To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
Attachment | Content-Type | Size |
---|---|---|
ListItemArrange-1.patch | application/octet-stream | 18.9 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2008-10-21 07:05:42 | Re: [GENERAL] [HACKERS] Hot Standby utility and administrator functions |
Previous Message | Tom Lane | 2008-10-20 22:45:31 | Re: [HACKERS] Hot Standby utility and administrator functions |