Juk: Difference between revisions
(porting away from k3listview-plan-ish) |
(formatting, wishlistish) |
||
Line 1: | Line 1: | ||
JuK is a music organizer and player | JuK is a lightweight music organizer and player. | ||
If you want to do something, please talk with mpyne or sandsmark on IRC. | If you want to do something, please talk with mpyne or sandsmark on IRC. | ||
Line 5: | Line 5: | ||
It is in git: http://quickgit.kde.org/index.php?p=juk.git&a=summary | It is in git: http://quickgit.kde.org/index.php?p=juk.git&a=summary | ||
Porting plan | ==TODO/Wishlist== | ||
* Port away from k3listview (see below). | |||
* CD playback. | |||
* Mobile device synchronization. | |||
* QML/mobile interface. | |||
==Porting plan== | |||
* '''done''' Move stuff around so it's more logically organized. | * '''done''' Move stuff around so it's more logically organized. | ||
* '''done''' Make Playlist not depend on K3ListView. | * '''done''' Make Playlist not depend on K3ListView. |
Revision as of 18:44, 27 July 2012
JuK is a lightweight music organizer and player.
If you want to do something, please talk with mpyne or sandsmark on IRC.
It is in git: http://quickgit.kde.org/index.php?p=juk.git&a=summary
TODO/Wishlist
- Port away from k3listview (see below).
- CD playback.
- Mobile device synchronization.
- QML/mobile interface.
Porting plan
- done Move stuff around so it's more logically organized.
- done Make Playlist not depend on K3ListView.
- done Make the playlist subclasses not depend on k3listview.
- Move view functionality commented out from playlist class into custom qlistview class.
- Remove PlaylistInterface class in favour of plain old QObject signals and slots.
- Store just PlaylistItem::Datas in the Playlist.
This is being done in the nokde3 branch in git.