Summary: | Use .desktop files to describe "tube" services | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Daniele E. Domenichelli <ddomenichelli> |
Component: | general | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | task | CC: | kde, mklapetek |
Priority: | NOR | ||
Version: | git-latest | ||
Target Milestone: | 0.6-next | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/telepathy-approver/e44c775b4679e68c603a47d460e28ed84843cf6e | Version Fixed In: | 0.6.0 |
Sentry Crash Report: |
Description
Daniele E. Domenichelli
2012-06-07 07:56:30 UTC
*** Bug 297434 has been marked as a duplicate of this bug. *** Git commit e44c775b4679e68c603a47d460e28ed84843cf6e by Dan Vrátil. Committed on 06/02/2013 at 16:55. Pushed by dvratil into branch 'master'. .desktop-based tubes channel approver Every application using tubes should now install a ,desktop file to `kde4-config --prefix`/share/kde4/services/ktp. Approver will pick the .desktop file on incoming tube, show message and icon as specified in the file and 'Accept' and 'Reject' buttons. REVIEW: 108780 M +2 -0 CMakeLists.txt A +19 -0 ktp-approver.service M +1 -1 src/CMakeLists.txt M +2 -1 src/approverdaemon.cpp M +4 -4 src/channelapprover.cpp M +4 -0 src/ktpapprovermodule.cpp D +0 -123 src/streamtubechannelapprover.cpp A +158 -0 src/tubechannelapprover.cpp [License: LGPL (v2.1+)] R +22 -15 src/tubechannelapprover.h [from: src/streamtubechannelapprover.h - 057% similarity] http://commits.kde.org/telepathy-approver/e44c775b4679e68c603a47d460e28ed84843cf6e |