KDevelop-2.1.3 possible (was: [Fwd: IMPORTANT: Changelog for KDE 3.0.3])

Harald Fernengel harry at kdevelop.org
Thu Jul 18 01:36:02 UTC 2002


Hi,

On Wednesday 17 July 2002 22:59, Jens Zurheide wrote:
> The patch kdevelop-2.1-leaks.diff are some more or less obvious leaks.

please apply, it looks good. Fixing the two memleaks in the classparser and 
kwrite will probably introduce other nice side-effects, and since the 
memleaks are really small I think we can just ignore them.

> The changes in kdevelop-2.1-clogfileview.diff definitely needs reviewing
> because the original implementation seemed to be a little bit strange to
> me.

yes, looks pretty scary... A QMap would be a better solution since we want to 
store values instead of pointers.

> Furthermore valgrind finds a lot of conditional tests on uninitialized
> values in the kwrite code, mainly parentesis highlighting.

Ugh - just ignore them ;)

> After updating my Qt to the current qt-copy (which claims to be qt-3.0.6)
> the output lines from make et al. in the respective view are double spaced
> again (but at least it works for me now :-))
>
> Does anybody take care for these issues?

I posted a patch which fixed the output-view for Qt > 3.0.5 but unfortunately 
this broke all other Qt versions... A patch will come soon, as a hotfix just 
comment out the following line in coutputview.cpp:

//styleSheet()->item( "font" )->setDisplayMode( QStyleSheetItem::DisplayBlock 
);

Best regards,
Harry




More information about the KDevelop-devel mailing list