Summary: | Enable bookmark marker to be moved | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | greatbunzinni |
Component: | Tools/Bookmark Manager | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | nhn |
Priority: | NOR | ||
Version: | 2.2.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | 2.6 | |
Sentry Crash Report: |
Description
greatbunzinni
2009-11-15 22:10:15 UTC
You can edit the URL in the bookmark manager, but d&d would be a lot better. Git commit 55eb69bc3b0b58c930c8e957ef8f7985a586dd71 by Matěj Laitl, on behalf of Jasneet Bhatti. Committed on 25/03/2012 at 14:03. Pushed by laitl into branch 'master'. Ability to move track position bookmarks, better AmarokUrl method name FEATURES: * Ability to move track position bookmarks by dragging; patch by Jasneet Bhatti. (BR 214721) Big thanks to Jasneet for the patch and great cooperation on the review board. FIXED-IN: 2.6 REVIEW: 104307 M +2 -0 ChangeLog M +2 -2 src/amarokurls/AmarokUrl.cpp M +7 -2 src/amarokurls/AmarokUrl.h M +38 -0 src/amarokurls/BookmarkModel.cpp M +7 -0 src/amarokurls/BookmarkModel.h M +1 -1 src/amarokurls/ContextUrlGenerator.cpp M +11 -11 src/amarokurls/NavigationUrlGenerator.cpp M +17 -2 src/amarokurls/PlayUrlGenerator.cpp M +10 -1 src/amarokurls/PlayUrlGenerator.h M +1 -1 src/context/applets/similarartists/ArtistWidget.cpp M +1 -1 src/context/applets/upcomingevents/UpcomingEventsApplet.cpp M +1 -1 src/core-impl/collections/db/sql/CapabilityDelegateImpl.cpp M +4 -4 src/playlist/PlaylistViewUrlGenerator.cpp M +2 -2 src/services/ServiceCapabilities.cpp M +46 -11 src/widgets/BookmarkTriangle.cpp M +21 -5 src/widgets/BookmarkTriangle.h M +1 -2 src/widgets/SliderWidget.cpp M +2 -2 tests/amarokurls/TestAmarokUrls.cpp http://commits.kde.org/amarok/55eb69bc3b0b58c930c8e957ef8f7985a586dd71 |