Summary: | script bindings for knotify | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | William Howard <Kabal458> |
Component: | Notifications | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | kfunk |
Priority: | NOR | ||
Version: | 2.3.0 | ||
Target Milestone: | 2.4.0 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.4.2 | |
Sentry Crash Report: |
Description
William Howard
2010-12-20 00:34:53 UTC
William, could you please update to Amarok 2.3.2? Your version is quite a bit old already. @Myriam: Version does not matter here, this feature is still missing. @William: Will have a look at this feature request after release. Git commit 83533cb9720d0545e26cc01492fed2e98994ea75 by Kevin Funk. Committed on 06/06/2011 at 01:48. Pushed by kfunk into branch 'master'. Add scripting interface for KNotify Currently supports two methods: * show(titleStr, bodyStr[, pixmap]); * showCurrentTrack(); BUG: 260750 FIXED-IN: 2.4.2 M +1 -0 ChangeLog M +1 -0 src/CMakeLists.txt M +17 -3 src/KNotificationBackend.cpp M +3 -2 src/KNotificationBackend.h M +2 -0 src/ScriptManager.cpp A +68 -0 src/scriptengine/AmarokKNotifyScript.cpp [License: GPL (v2+)] A +49 -0 src/scriptengine/AmarokKNotifyScript.h [License: GPL (v2+)] http://commits.kde.org/amarok/83533cb9720d0545e26cc01492fed2e98994ea75 |