The Frameworks: 2011/12/04 Meeting

2011-12-05 Thread Kevin Ottens
Hello KDE! I am glad to let you know that the first KDE Frameworks IRC meeting happened last night, and it was very productive. The main goals where to get everyone up to speed on what's going on in the different areas, but also to identify where effort are needed. The meeting involving a bunch o

Review Request: Fix KCategorizedView race

2011-12-05 Thread Thomas Lübking
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103335/ --- Review request for kdelibs, Rafael Fernández López and Jaime Torres Amate.

Re: Review Request: fix infinite recurssion in kcategorizedview

2011-12-05 Thread Thomas Lübking
> On Dec. 4, 2011, 6:47 p.m., Thomas Lübking wrote: > > Ok, i think i know what's wrong. > > KCategorizedView::updateGeometries() calls QListView::updateGeometries() > > which has it's own opinion on whether the scrollbars should be visible > > (valid range) or not and triggers a (sometimes add

Re: kactivities update

2011-12-05 Thread Aaron J. Seigo
On Monday, December 5, 2011 10:12:04 Ivan =?utf-8?B?xIx1a2nEhw==?= wrote: > On 5 December 2011 09:54, Aaron J. Seigo wrote: > > On Monday, December 5, 2011 09:31:49 Ivan =?utf-8?B?xIx1a2nEhw==?= wrote: > >> Since kdelibs are frozen, this will never go into master, but will > >> need to wait for kf

Review Request: [FIXED] "konsole --nofork" crashes when started not from terminal

2011-12-05 Thread Askar Safin
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/10/ --- Review request for kdelibs. Description --- See https://bugs.kde.org/

Re: kactivities update

2011-12-05 Thread Ivan Čukić
On 5 December 2011 09:54, Aaron J. Seigo wrote: > On Monday, December 5, 2011 09:31:49 Ivan =?utf-8?B?xIx1a2nEhw==?= wrote: >> Since kdelibs are frozen, this will never go into master, but will >> need to wait for kf5. > > to expand on why this is a bit more: it requires libkactivities, which will

Re: kactivities update

2011-12-05 Thread Aaron J. Seigo
On Monday, December 5, 2011 09:31:49 Ivan =?utf-8?B?xIx1a2nEhw==?= wrote: > Since kdelibs are frozen, this will never go into master, but will > need to wait for kf5. to expand on why this is a bit more: it requires libkactivities, which will need to be built after various tier1/2 libraries but b

Re: kactivities update

2011-12-05 Thread Ivan Čukić
Cool :) When we are at it: Apart from various changes in libkactivities, there is now a branch of kdelibs called ivan/kparts-activities which provides all kparts-based applications the ability to report resource events (document open/close...) to the activity manager. Since kdelibs are frozen, t

Re: Review Request: fix infinite recurssion in kcategorizedview

2011-12-05 Thread Jaime Torres Amate
> On Dec. 4, 2011, 6:47 p.m., Thomas Lübking wrote: > > Ok, i think i know what's wrong. > > KCategorizedView::updateGeometries() calls QListView::updateGeometries() > > which has it's own opinion on whether the scrollbars should be visible > > (valid range) or not and triggers a (sometimes add