Re: Review Request 109609: disable session management for screensavers

2013-12-31 Thread Wolfgang Bauer
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/109609/#review46471 --- Ping? Any opinions/comments? Btw, this patch is part of openS

Re: Moving Baloo and Baloo-widgets into KDE SC

2013-12-31 Thread Shantanu Tushar Jha
Though not listed, plasma-mediacenter will move to baloo as soon as it gets a stable release. This is also a great excuse for us to spend time in fixing the tight coupling between our media collection logic and Nepomuk. On Fri, Dec 27, 2013 at 6:13 PM, Albert Astals Cid wrote: > El Divendres, 2

Re: KClasses vs. Qt5Classes

2013-12-31 Thread David Faure
On Tuesday 31 December 2013 09:47:59 Allen Winter wrote: > Thanks for the detailed response. I will fix the krazy test accordingly. > > Also: remember how in Qt4 there were a couple deprecated classes (QMdiArea, > for example)? I guess you mean QWorkspace; QMdiArea is not deprecated. > Does Qt5

KF5 Update Meeting Minutes Almost 2014

2013-12-31 Thread Kevin Ottens
Hello everyone, This is the minutes of the last meeting of 2013. As usual it has been held on #kde-devel at 4pm Paris time. Were present: apol and myself. Announcement: * TP1 is almost ready, forwarding headers work missing * apol has been working on the header generation for KCoreAddons, KG

Re: Review Request 109609: disable session management for screensavers

2013-12-31 Thread Lukáš Tinkl
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/109609/#review46506 --- Ship it! Ship It! - Lukáš Tinkl On Sept. 11, 2013, 1:15 a.

Re: KClasses vs. Qt5Classes

2013-12-31 Thread Allen Winter
Thanks for the detailed response. I will fix the krazy test accordingly. Also: remember how in Qt4 there were a couple deprecated classes (QMdiArea, for example)? Does Qt5 also ship any deprecated classes? I'm being lazy now by asking and not looking myself. On Tuesday, December 31, 2013 12:1

Re: KClasses vs. Qt5Classes

2013-12-31 Thread Martin Graesslin
On Tuesday 31 December 2013 12:15:09 David Faure wrote: > > QSystemTrayIcon => KNotificationItem > > No clue. I can't even find KNotificationItem in KF5 anywhere !?!? > In fact it doesn't exist in kdelibs4 either. > > I think it got replaced with KStatusNotifierItem since 4.4 ? > That one is

Re: KClasses vs. Qt5Classes

2013-12-31 Thread David Faure
On Thursday 26 December 2013 16:46:59 Allen Winter wrote: > In KDE4 we had this list of KClasses we should be using instead of these > associated QClasses: > > > I know that some (or all?) of these QClasses in Qt5 are now cool for > frameworks and eventually KDE5 > > So my questions are: > * whi