Summary: | Provide scripting interface to customize collection display (filter, sort, group, displayed tags, etc.) | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Stefan Seefeld <stefan> |
Component: | Collection Browser | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Unspecified | ||
Latest Commit: | http://commits.kde.org/amarok/6849bbb0081ab123f6b60abe7d89b4305b26dd0f | Version Fixed In: | |
Sentry Crash Report: |
Description
Stefan Seefeld
2010-03-30 16:07:50 UTC
Git commit 6849bbb0081ab123f6b60abe7d89b4305b26dd0f by Anmol Ahuja. Committed on 21/10/2013 at 08:44. Pushed by anmolahuja into branch 'master'. Add AmarokCollectionViewScript. M +13 -12 src/CMakeLists.txt M +1 -1 src/browsers/CollectionTreeItem.cpp M +4 -2 src/browsers/CollectionTreeItem.h M +2 -0 src/browsers/CollectionTreeView.cpp M +3 -2 src/browsers/CollectionTreeView.h A +268 -0 src/scripting/scriptengine/AmarokCollectionViewScript.cpp [License: GPL (v2+)] A +199 -0 src/scripting/scriptengine/AmarokCollectionViewScript.h [License: GPL (v2+)] M +5 -0 src/scripting/scriptengine/AmarokWindowScript.cpp M +1 -0 src/scripting/scriptengine/ScriptImporter.cpp http://commits.kde.org/amarok/6849bbb0081ab123f6b60abe7d89b4305b26dd0f |