Re: KClasses vs. Qt5Classes

2014-01-06 Thread Aurélien Gâteau
Le mardi 31 décembre 2013 12:42:22 Martin Graesslin a écrit : 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

Re: KClasses vs. Qt5Classes

2014-01-02 Thread Kevin Krammer
On Tuesday, 2013-12-31, 12:42:22, Martin Graesslin wrote: 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

Re: KClasses vs. Qt5Classes

2014-01-02 Thread Aleix Pol
On Tue, Dec 31, 2013 at 12:42 PM, Martin Graesslin mgraess...@kde.orgwrote: 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.

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: * which of

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 still

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

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

KClasses vs. Qt5Classes

2013-12-26 Thread Allen Winter
In KDE4 we had this list of KClasses we should be using instead of these associated QClasses: QColorDialog = KColorDialog QComboBox = KComboBox QMessageBox = KMessageBox QErrorMessage = KMessageBox QInputDialog = KInputDialog QFileDialog = KFileDialog QProgressDialog = KProgressDialog