D27197: Add symbolic screenshot icons

2020-02-09 Thread Linus Jahn
lnj resigned from this revision. REPOSITORY R266 Breeze Icons REVISION DETAIL https://phabricator.kde.org/D27197 To: mbruchert Cc: kde-frameworks-devel, LeGast00n, cblack, GB_2, michaelh, ngraham, bruns

D27197: Add symbolic screenshot icons

2020-02-09 Thread Linus Jahn
lnj added a comment. This is required for the screenshot action in the panel of the plasma mobile shell. I don't know enough about creating breeze icons to approve this diff, but at least I don't see any problems. REPOSITORY R266 Breeze Icons REVISION DETAIL https://phabricator.kde.org/

D25727: Expose enum to the metaobject compiler

2019-12-04 Thread Linus Jahn
lnj added a comment. The ActionsTypes are already registered using a wrapper class (this was required before Qt 5.8 / Q_NAMESPACE) in peopleqmlplugin.cpp. The Q_NAMESPACE solution would be better I think. And yes, the namespace still needs to be registered using e.g. `qmlRegisterUncreat

D22365: KNotification macOS native support by NSNotificationCenter

2019-09-26 Thread Linus Jahn
lnj added a comment. There's something for notifications for iOS and macOS here: https://developer.apple.com/documentation/foundation/nsnotification Would this patch already work on iOS or could a common API for both be used? (I have no experiences with iOS or macOS, but we (Kaidan) wou