Juk: Difference between revisions

From KDE Community Wiki
(mention who is currently active.)
(porting away from k3listview-plan-ish)
Line 3: Line 3:
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.


It is in SVN still.
It is in git: http://quickgit.kde.org/index.php?p=juk.git&a=summary


svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdemultimedia/
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.

Revision as of 18:41, 27 July 2012

JuK is a music organizer and player. The current focus should be on porting it away from kde3compat stuff.

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

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.