[wx-dev] 2.8.2 next week ?

Julian Smart julian at anthemion.co.uk
Mon Mar 5 02:12:31 PST 2007


Vadim Zeitlin wrote:
> On Mon, 05 Mar 2007 09:02:33 +0000 chris elliott <biol75 at york.ac.uk> wrote:
>
> ce> Hi, I had been thinking to get 2.8.2 out today, but haven't seen anyone 
> ce>   supporting this. Would next week be better ?
>
>  I don't really object against releasing it now but OTOH I think there are
> a few patches in the tracker which should be applied to WX_2_8_BRANCH too
> and I didn't have time to look at them since getting back so postponing the
> release for the next weekend could be better from this point of view.
>   
Also there are two two issues I think we need to resolve:

1) reverting the top-level window GetMaxSize code to previous behaviour 
so as to not break
multiple monitor support; I will try to look at this in the next few days.

2) utils/src/helpview and samples/html/helpview are currently broken in 
2.8 because of the help
frame's ShouldPreventAppExit returning false, causing the apps to 
terminate immediately after
opening a file (or any other dialog showing operation where wxWidgets 
checks for ability to
terminate now). I've fixed it in CVS head by checking whether the help 
frame is the top window
and returning false only if not, but I think binary compatibility will 
break if I change

    virtual bool ShouldPreventAppExit() const { return false; }

to

    virtual bool ShouldPreventAppExit() const;

So perhaps we can override the helpview apps' 
wxApp::GetExitOnFrameDelete() to return false to
avoid the behaviour, for 2.8.

Regards,

Julian





More information about the wx-dev mailing list