Ability to sort cur.playlist by long tap on it
authorNikolay Tischenko <niktischenko@gmail.com>
Sun, 26 Dec 2010 20:32:01 +0000 (02:32 +0600)
committerNikolay Tischenko <niktischenko@gmail.com>
Sun, 26 Dec 2010 20:32:01 +0000 (02:32 +0600)
commitcf3aef6b80b71f870aa872d5d1bc906254d9b8e6
tree4fd42545d1af270216762c6b905e991ed47b1767
parente359ac7796583b4bdc43a9211405a42c07cde0e6
Ability to sort cur.playlist by long tap on it
Manual sorting and autosorting: alphabet (asc/desc),
artists/album, shuffle
20 files changed:
resources/black/arrow_bottom.png [new file with mode: 0644]
resources/black/arrow_top.png [new file with mode: 0644]
resources/black/sort_alpha_asc.png [new file with mode: 0644]
resources/black/sort_alpha_desc.png [new file with mode: 0644]
resources/resources.qrc
resources/someplayer_ru.ts
resources/white/arrow_bottom.png [new file with mode: 0644]
resources/white/arrow_top.png [new file with mode: 0644]
resources/white/sort_alpha_asc.png [new file with mode: 0644]
resources/white/sort_alpha_desc.png [new file with mode: 0644]
someplayer.pro
src/playerform.cpp
src/playerform.h
src/playlistsortform.cpp [new file with mode: 0644]
src/playlistsortform.h [new file with mode: 0644]
src/track.cpp
src/track.h
src/trackrenderer.cpp
src/ui/playerform.ui
src/ui/playlistsortform.ui [new file with mode: 0644]