D29420: Generate DBus interface

2020-05-20 Thread Nicolas Fella
nicolasfella closed this revision. REPOSITORY R289 KNotifications REVISION DETAIL https://phabricator.kde.org/D29420 To: nicolasfella, #frameworks, broulik Cc: kde-frameworks-devel, LeGast00n, cblack, michaelh, ngraham, bruns

D29420: Generate DBus interface

2020-05-20 Thread Kai Uwe Broulik
broulik accepted this revision. broulik added inline comments. This revision is now accepted and ready to land. INLINE COMMENTS > notifybypopup.cpp:363 > +watcher->deleteLater(); > +QDBusPendingReply reply = *watcher; > +notifications.insert(reply.argumentAt<0>(),

D29420: Generate DBus interface

2020-05-07 Thread Nicolas Fella
nicolasfella updated this revision to Diff 82237. nicolasfella added a comment. - Use q as parent - Change reply type - Use ranged-for REPOSITORY R289 KNotifications CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D29420?vs=81920=82237 BRANCH geninterface REVISION DETAIL

D29420: Generate DBus interface

2020-05-07 Thread Nicolas Fella
nicolasfella marked 3 inline comments as done. REPOSITORY R289 KNotifications REVISION DETAIL https://phabricator.kde.org/D29420 To: nicolasfella, #frameworks, broulik Cc: kde-frameworks-devel, LeGast00n, cblack, michaelh, ngraham, bruns

D29420: Generate DBus interface

2020-05-05 Thread Nicolas Fella
nicolasfella added inline comments. INLINE COMMENTS > broulik wrote in notifybypopup.cpp:115 > Previously it would accept the signal from any service which I find odd, > though. Could you maybe check git logs to see if there was a reason for this? > It should survive restarts anyway and the

D29420: Generate DBus interface

2020-05-05 Thread Kai Uwe Broulik
broulik added inline comments. INLINE COMMENTS > notifybypopup.cpp:115 > > - bool connected = QDBusConnection::sessionBus().connect(QString(), // > from any service > - > QString::fromLatin1(dbusPath), Previously it would

D29420: Generate DBus interface

2020-05-04 Thread Nicolas Fella
nicolasfella created this revision. nicolasfella added reviewers: Frameworks, broulik. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. nicolasfella requested review of this revision. REVISION SUMMARY We already use a generated interface in