Fairly large overhaul of the JuK codebase to beat out a lot of the Qt 3 stuff.
commit64675d243a4e342a82a3086f6ea10c82f5cfc717
authormpyne <mpyne@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Thu, 24 May 2007 03:49:24 +0000 (24 03:49 +0000)
committermpyne <mpyne@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Thu, 24 May 2007 03:49:24 +0000 (24 03:49 +0000)
treea13b272447ed476462c3f59ced634c38e081abf8
parentca92bfe3ba4cf0140a89b84cc24b939c8f94283b
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.

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/KDE/kdemultimedia@667815 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
54 files changed:
juk/actioncollection.h
juk/advancedsearchdialog.h
juk/cache.h
juk/categoryreaderinterface.h
juk/collectionlist.cpp
juk/collectionlist.h
juk/coverdialog.cpp
juk/covermanager.cpp
juk/covermanager.h
juk/dynamicplaylist.cpp
juk/dynamicplaylist.h
juk/filehandle.h
juk/filerenamer.cpp
juk/filerenamer.h
juk/googlefetcher.cpp
juk/googlefetcher.h
juk/googlefetcherdialog.cpp
juk/googlefetcherdialog.h
juk/historyplaylist.cpp
juk/juk.cpp
juk/k3bexporter.cpp
juk/keydialog.cpp
juk/keydialog.h
juk/ktrm.cpp
juk/ktrm.h
juk/musicbrainzquery.cpp
juk/nowplaying.cpp
juk/nowplaying.h
juk/playlist.cpp
juk/playlist.h
juk/playlistbox.cpp
juk/playlistbox.h
juk/playlistcollection.h
juk/playlistinterface.cpp
juk/playlistinterface.h
juk/playlistitem.cpp
juk/playlistitem.h
juk/playlistsearch.cpp
juk/playlistsearch.h
juk/playlistsplitter.cpp
juk/playlistsplitter.h
juk/searchplaylist.cpp
juk/searchwidget.cpp
juk/searchwidget.h
juk/stringhash.h
juk/systemtray.cpp
juk/systemtray.h
juk/tageditor.cpp
juk/tageditor.h
juk/tagguesser.h
juk/tagtransactionmanager.h
juk/tracksequenceiterator.cpp
juk/viewmode.cpp
juk/viewmode.h