KDE 4.6 Beta1 tarballs (4.5.80) uploaded

Jonathan Riddell jriddell at ubuntu.com
Tue Nov 23 13:35:32 CET 2010


On Fri, Nov 19, 2010 at 08:44:08PM +0100, Dirk Mueller wrote:
> I just finished uploading the first set of tarballs.. I believe I need a couple 
> of more tarballs for those to work properly (akonadi etc), working on  that 
> now. 
> 
> Please let me know of urgent fixes/compile issues in those tar balls. 

This commit breaks kdelibs compiling 
http://websvn.kde.org/?view=revision&revision=1199825

needs this patch

+++ kdelibs/knewstuff/knewstuff3/ui/itemsgridviewdelegate.cpp
2010-11-23 10:37:12.596926002 +0000
@@ -94,7 +94,7 @@
     int elementYPos = PreviewHeight + ItemMargin + FrameThickness*2;
     
     //setup rating widget
-    KRatingWidget * rating = qobject_cast<KRatingWidget*>(widgets.at(DelegateRatingWidget));
+    KRatingWidget * rating = qobject_cast<KRatingWidget*>(widgets.at(DelegateGridRatingWidget));

It also isn't in trunk

Jonathan


More information about the release-team mailing list