what I'm doing
Chris January
kde-cygwin@mail.kde.org
Fri, 7 Feb 2003 00:56:13 -0000
> > Just to let you know, I'm currently in the process of re-writing the
> > qapplication_win32.cpp and qwidget_win32.cpp files. I'm writing into new
> > files, but I'll try to merge the changes back into the old
> files when I have
> > some time so you can test the changes. I'm also planning on moving the
> > message handling code form qapplication_win32.cpp to
> qwidget_win32.cpp and
> > some other stuff. I'm implementing things that aren't
> implemented as I go,
> > but I'm leaving unimplemented methods out of the files
> together, so that the
> > resulting link errors can show me which methods still need to
> be written. I
> > found that leaving the X11 code in the files confused me to much as I
> > couldn't follow the program flow, so I've left it out of the new files.
> > Unfortunately there's no easy way of me doing this
> incrementally so you can
> > all see what I'm doing without branching the CVS tree again!
> Therefore at
> > the moment I'm trying to merge the changes Holger is making
> into the code
> > I'm writing.
> >
> holger, are you currently also working on this files ?
I'm trying to merge changes into CVS as I go. For example I have a new
version of QWidget::create based on Holger's version that I'll commit some
time in the next few days. The message handling stuff isn't complete but I
believe it's closer to Trolltech's version than the current implementation.
I don't want to detract from anything Holger's done already however, I'm
merely adding extra things (or in the case of the window procedure moving
stuff around).
Chris