Summary: | [PATCH] 2.1 -2.2: different behaviour of event Amarok.Engine.trackFinished | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Michael MacDonald <mars> |
Component: | Tools/Script Manager | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alex.merry, peterzhoulei |
Priority: | NOR | ||
Version: | 2.3-GIT | ||
Target Milestone: | 2.3.0 | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch from git master as of 02/27 |
Description
Michael MacDonald
2010-02-17 04:54:56 UTC
That would be EngineController::slotAboutToFinish, not slowAboutToFinish Created attachment 41173 [details]
Patch from git master as of 02/27
Here is a patch that makes the change suggested.
Thank you for the patch. Please make a merge request on http://gitorious.org/amarok/amarok Created Merge Request #135 on gitorious for this. Since gitorious seems to be a little buggy, this took a few tries, but the merge request 135 that exists now is correct. commit c45b37373f1e953e6b420d9ad64a27ae321f47d9 Author: Mark Kretschmann <kretschmann@kde.org> Date: Wed Mar 17 08:48:38 2010 +0100 Add new "trackFinished" scripting function. Reviewed by Leo Franchi and me. Thanks for the patch go to Michael MacDonald <mars@antlersoft.com>. BUG: 227312 diff --git a/ChangeLog b/ChangeLog index 76d54f4..a88e818 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ Amarok ChangeLog VERSION 2.3.1-Beta 1 FEATURES: + * The scripting system now offers a new function for detecting that a + track has finished. Patch by Michael MacDonald <mars@antlersoft.com>. + (BR 227312) * New "CoverBling" applet, which allows to browse your collection in an animated 3D view. Thanks to Manu Wagner <manu.wagner@sfr.fr>. * Support for the new System Tray technology from KDE SC 4.4. This adds |