[wx-dev] GTK implementation (was: Re: Re[6]: [wx-dev] New
event)
Vadim Zeitlin
vadim at wxwidgets.org
Sun Feb 3 04:04:48 PST 2008
On Sat, 2 Feb 2008 21:30:26 -0500 (GMT-05:00) Igor Korot <ikorot at earthlink.net> wrote:
IK> This feature is kind of big, so I propose to divide the
IK> implementation to pieces.
IK>
IK> 1. Implement the call of the dialog (mouse click on the
IK> toolbar) on all platforms.
IK> 2. Implement the dialog. Design will be discussed here.
IK> 3. Implement functinality along with the demo and docs.
IK>
IK> Now, step 1 is completed here for MSW. I need one more day
IK> of testing to make sure that GTK part is working fine.
IK> Besides I will probably need some help from you or Robert.
IK> But in the meantime, I want to submit at least MSW piece.
IK>
IK> After I'm done with the testing, I'll update the same
IK> patch for stages 2 and 3.
IK>
IK> Could we agree on such a plan?
Normally we need to have a working implementation for at least one
platform + samples + docs for a new feature. This ensures that:
a) This will actually be useful (at least to people using this platform)
b) People will know about it (because it is documented)
c) Future implementations for the other platforms will have existing test
code and so it will be easier to check that they work as intended by
comparing the behaviour with the reference platform
So, if possible at all, I'd really like to proceed like this here as well.
Thanks,
VZ
More information about the wx-dev
mailing list