Revision 667815

Go back to digest for 27th May 2007

Features in Multimedia

Michael Pyne committed changes in /trunk/KDE/kdemultimedia/juk:

Fairly large overhaul of the JuK codebase to beat out a lot of the Qt 3 stuff.

Still a lot of Qt 3 code to go but at this point Q3ValueList, Q3Vector, Q3PtrDict and Q3Dict should all be gone.

In addition many loops have been foreach()'ed, which really does make it more readable.

There is a crash fix as well, now the polish() function in Playlist has been replaced with an initialization slot which is singleShot'ed since the timing of the polish event is apparently different than it was in Qt 3, which was making new Playlists crash when they were first shown.

Also I went through almost every header and pared it down to the minimum reasonably achievable, which required some additional headers in a few .cpp files but overall compilation time should be down and you won't have to rebuild all of JuK just because a header file got touched.

I haven't seen any regressions yet but then again I still can't play music either.

File Changes

Modified 54 files
  • /trunk/KDE/kdemultimedia/juk
  •   /actioncollection.h
  •   /advancedsearchdialog.h
  •   /cache.h
  •   /categoryreaderinterface.h
  •   /collectionlist.cpp
  •   /collectionlist.h
  •   /coverdialog.cpp
  •   /covermanager.cpp
  •   /covermanager.h
  •   /dynamicplaylist.cpp
  •   /dynamicplaylist.h
  •   /filehandle.h
  •   /filerenamer.cpp
  •   /filerenamer.h
  •   /googlefetcher.cpp
  •   /googlefetcher.h
  •   /googlefetcherdialog.cpp
  •   /googlefetcherdialog.h
  •   /historyplaylist.cpp
  •   /juk.cpp
  •   /k3bexporter.cpp
  •   /keydialog.cpp
  •   /keydialog.h
  •   /ktrm.cpp
  •   /ktrm.h
  •   /musicbrainzquery.cpp
  •   /nowplaying.cpp
  •   /nowplaying.h
  •   /playlist.cpp
  •   /playlist.h
  •   /playlistbox.cpp
  •   /playlistbox.h
  •   /playlistcollection.h
  •   /playlistinterface.cpp
  •   /playlistinterface.h
  •   /playlistitem.cpp
  •   /playlistitem.h
  •   /playlistsearch.cpp
  •   /playlistsearch.h
  •   /playlistsplitter.cpp
  •   /playlistsplitter.h
  •   /searchplaylist.cpp
  •   /searchwidget.cpp
  •   /searchwidget.h
  •   /stringhash.h
  •   /systemtray.cpp
  •   /systemtray.h
  •   /tageditor.cpp
  •   /tageditor.h
  •   /tagguesser.h
  •   /tagtransactionmanager.h
  •   /tracksequenceiterator.cpp
  •   /viewmode.cpp
  •   /viewmode.h
54 files changed in total