can't remove playlist item
Bug #1374248 reported by
Viko Adi Rahmawan
This bug affects 7 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Audience |
In Progress
|
Medium
|
Artem Anufrij |
Bug Description
as we can add playlist item, i think there should be a way to remove it.
as UX
-i think we should add remove button on each playlist item. in this case we should write custom cellrenderer because there arent button cell renderer.
or
-add popup menu to delete item
Related branches
lp://staging/~artem-anufrij/audience/playlist-rewrite
Rejected
for merging
into
lp://staging/~audience-members/audience/trunk
- Jeremy Wootten: Needs Fixing (code, ui, function)
-
Diff: 1481 lines (+453/-511)11 files modifiedsrc/CMakeLists.txt (+2/-2)
src/Objects/Video.vala (+7/-2)
src/Widgets/BottomBar.vala (+28/-21)
src/Widgets/EpisodesPage.vala (+23/-5)
src/Widgets/LibraryPage.vala (+5/-4)
src/Widgets/PlayerPage.vala (+42/-82)
src/Widgets/Playlist.vala (+199/-196)
src/Widgets/PlaylistItem.vala (+66/-0)
src/Widgets/PlaylistPopover.vala (+0/-118)
src/Widgets/WelcomePage.vala (+41/-34)
src/Window.vala (+40/-47)
Changed in audience: | |
assignee: | nobody → elementary UX Team (elementary-design) |
Changed in audience: | |
status: | New → Confirmed |
Changed in audience: | |
milestone: | none → loki-beta1 |
status: | Confirmed → New |
Changed in audience: | |
status: | New → Confirmed |
Changed in audience: | |
importance: | Undecided → Medium |
Changed in audience: | |
status: | Confirmed → In Progress |
assignee: | elementary UX (elementary-design) → Artem Anufrij (artem-anufrij) |
Changed in audience: | |
milestone: | loki-beta1 → none |
To post a comment you must log in.
There should also be a way to clear the whole playlist in one click.
(Related SE question [How do I clear the playlist in Videos?](http:// elementaryos. stackexchange. com/questions/ 885/how- do-i-clear- the-playlist- in-videos))