Summary: | KDE Telepathy support in IMStatus plugin | ||
---|---|---|---|
Product: | [Applications] choqok | Reporter: | Mehrdad Momeny <mehrdad.momeny> |
Component: | general | Assignee: | Mehrdad Momeny <mehrdad.momeny> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | ahmedibrahimkhali, scarpino |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 1.5 | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/choqok/eb235c57b6d98270bc1d4fc3601a220597a1ff48 | Version Fixed In: | 1.5 |
Sentry Crash Report: |
Description
Mehrdad Momeny
2012-06-12 03:38:43 UTC
I'll try to take a look on it I've tried doing it without Telepathy-Qt by using QtDBus to contact the Telepathy DBus interface directly, but my efforts went in vain in trying to parse the response. Is it okay to link IMStatus plugin with Telepathy-Qt ? IMHO sure, if you keep it optional it's fine. (In reply to Ahmed Ibrahim from comment #2) > I've tried doing it without Telepathy-Qt by using QtDBus to contact the > Telepathy DBus interface directly, but my efforts went in vain in trying to > parse the response. > > Is it okay to link IMStatus plugin with Telepathy-Qt ? It's OK, just make sure if the Tepepathy-Qt is missing on system, that plugin won't stop the build. i.e. make it optional as Andrea mentioned. Git commit eb235c57b6d98270bc1d4fc3601a220597a1ff48 by Ahmed I. Khalil. Committed on 17/12/2014 at 14:26. Pushed by ibrahim into branch 'master'. KDE Telepathy support in IMStatus Plugin REVIEW: 121577 M +6 -2 plugins/imstatus/CMakeLists.txt A +1 -0 plugins/imstatus/config-imstatus.h.cmake M +76 -19 plugins/imstatus/imqdbus.cpp M +28 -9 plugins/imstatus/imqdbus.h M +10 -2 plugins/imstatus/imstatus.cpp M +4 -0 plugins/imstatus/imstatus.h http://commits.kde.org/choqok/eb235c57b6d98270bc1d4fc3601a220597a1ff48 |