svn software and patches

Vadim Zeitlin vadim at wxwidgets.org
Sat Apr 5 06:35:05 PDT 2008


On Sat, 5 Apr 2008 05:32:40 -0700 (PDT) olivier.corrio at gmail.com wrote:

> i have a simple question, i want to do a patch (already tested) to
> make these things work the same for all platform
> 
> * SetShape works for GTK without using it in create events
> * to have good size for frame even before it is created
> * to add event type in upper case same name as type
> 
> Before doing these patches, i just want to know if i have to do 3
> patches (i think so),

 Yes, please make independent patches for independent problems, see
point 5 of http://www.wxwidgets.org/technote/patches.htm (and please all
the other points if you hadn't made patches before, TIA!).

> which interface for svn people use on linux

 My guess would be that majority of people under Unix systems don't use any
interface but run it from the command-line (personally I remain convinced
that it's by far the most efficient way to use it). But IDEs such as
Eclipse or KDevelop have support for it too, of course.

> and if someone if interested by these patches. The goal is (at least for
> the first 2 one) to have same code for all platforms.

 I don't really understand the first and the third problems (it probably
would be better to describe a bit more clearly what the problem is and what
you intend to do about it) but the second one is indeed important, however
you should try to use the latest svn trunk where a lot of changes were done
related to frame sizing in wxGTK before starting to work on it.

 Regards,
VZ

-- 
TT-Solutions: wxWidgets consultancy and technical support
               http://www.tt-solutions.com/



More information about the wx-users mailing list