- .dotest/
- HACKING/
- HACKING.dir/
-
amarok/
- amarokarts/
- amarokcore/
- analyzers/
- data/
- engine/
- fht/
- images/
- loader/
- plugin/
- sqlite/
- titleproxy/
- ui/
- vis/
- Makefile.am
- Options1.ui
- Options2.ui
- Options3.ui
- Options4.ui
- Options5.ui
- Options5.ui.h
- amarok.desktop
- amarok.kcfg
- amarok_plugin.desktop
- amarokbutton.cpp
- amarokbutton.h
- amarokconfig.h
- amarokconfig.kcfgc
- amarokconfigdialog.cpp
- amarokconfigdialog.h
- amarokdcophandler.cpp
- amarokdcophandler.h
- amarokdcopiface.h
- amarokfilelist.cpp
- amarokfilelist.h
- amarokmenu.cpp
- amarokmenu.h
- amaroknavbutton.cpp
- amaroknavbutton.h
- amarokrc
- amarokslider.cpp
- amarokslider.h
- amaroksystray.cpp
- amaroksystray.h
- amarokui.rc
- bcpp.cfg
- browserbar.cpp
- browserbar.h
- browserwidget.cpp
- browserwidget.h
- browserwin.cpp
- browserwin.h
- collectionbrowser.cpp
- collectionbrowser.h
- cr16-app-amarok.png
- cr22-app-amarok.png
- cr32-app-amarok.png
- cr48-app-amarok.png
- cr64-app-amarok.png
- debugareas.h
- directorylist.cpp
- directorylist.h
- directorylistbase.ui
- effectwidget.cpp
- effectwidget.h
- enginecontroller.cpp
- enginecontroller.h
- engineobserver.cpp
- engineobserver.h
- expandbutton.cpp
- expandbutton.h
- fht.cpp
- fht.h
- filebrowser.cpp
- filebrowser.h
- kactionselector.cpp
- kactionselector.h
- kbookmarkhandler.cpp
- kbookmarkhandler.h
- main.cpp
- metabundle.cpp
- metabundle.h
- osd.cpp
- osd.h
- playerapp.cpp
- playerapp.h
- playerwidget.cpp
- playerwidget.h
- playlistbrowser.cpp
- playlistbrowser.h
- playlistitem.cpp
- playlistitem.h
- playlistloader.cpp
- playlistloader.h
- playlistsidebar.cpp
- playlistsidebar.h
- playlisttooltip.cpp
- playlisttooltip.h
- playlistwidget.cpp
- playlistwidget.h
- plugin.h
- pluginmanager.cpp
- pluginmanager.h
- searchbrowser.cpp
- searchbrowser.h
- socketserver.cpp
- socketserver.h
- statusbar.cpp
- statusbar.h
- streambrowser.cpp
- streambrowser.h
- threadweaver.cpp
- threadweaver.h
- autopackage/
- bamboo/
- bksys/
- cmake/
- debian/
- docs/
- handbook/
- playground/
- release_scripts/
- shared/
- src/
- supplementary_scripts/
- tests/
- utilities/
- .gitignore
- .krazy
- AUTHORS
- Amarok.kdev4
- CMakeLists.txt
- COPYING
- COPYING-DOCS
- COPYING.DOC
- COPYING.LGPL
- COPYING.LIB
- CTestConfig.cmake
- ChangeLog
- ConfigureChecks.cmake
- FILES
- HACKING
- INSTALL
- Makefile.am
- Messages.sh
- OXYGEN
- README
- RELEASE_HOWTO
- SConstruct
- TODO
- UIREFACTOR_TODO
- VIS_PLAN
- VIS_PLAN.test
- Version.h
- amarok.kdev4
- amarok.kdevelop
- amarok.lsm
- amarok_1.1_announcement.txt
- bump_plugin_version.rb
- config-amarok.h.cmake
- config.h.cmake
- configure.in.bot
- configure.in.in
- first
- generate_changelog.rb
- get-amarok-cvssnapshot.sh
- packers_amarok.vcf
- release_amarok
- release_amarok.rb
- release_amarok.sh
- release_amarok_cvs.rb
- release_amarok_svn.rb
- release_tarball.sh
- slogan_ideas.txt
- tag_amarok.rb
Stats
Commits this week: 0
| Total Committers: | 315 |
|---|---|
| Last Commit: | 24 Aug |
| Commits this week: | 0 |
| Total Lines of Code (LoC): | 447,353 |
| Net change in LoC this week: | 0 |
Line History
Commit Activity
52 week commits volume
Commits by day
Commits by hour
Commit calendar
Most active committers (90 days)
Amarok-git
Rick W. Chen
Bring back podcast episode info in the info applet
changed 6 files
Rick W. Chen
Remove obsolete PodcastCategoryDelegate
changed 2 files
Rick W. Chen
Fix current track applet's handling of playback stopped state
If the context dock is polished after playback starts, it will end up in
the stopped state mode (with last played tracks showing, and also last
added albums in the albums applet).
This fixes that and also removes a timer used for switching states. Now
the current track applet (and hence the albums applet) will be more
responsive on data updates.
If the context dock is polished after playback starts, it will end up in
the stopped state mode (with last played tracks showing, and also last
added albums in the albums applet).
This fixes that and also removes a timer used for switching states. Now
the current track applet (and hence the albums applet) will be more
responsive on data updates.
changed 3 files
Rick W. Chen
Properly cleanup when cancelling cover fetch in dialog
changed 4 files
Rick W. Chen
Do not close the cover found dialog if download is cancelled or failed
changed 2 files
Mark Kretschmann
ILIBS, begone! (typo fail)
changed
CMakeLists.txt
Leo Franchi
File Name->Filename, not consistent with the same dialog, but it's an already-translated string while File Name is not and we're in string freeze
changed
EditFilterDialog.ui
Mark Kretschmann
Make all unit tests build with the Gold Linker.
Gold is stricter than the GNU linker, so there were a lot of link targets
missing. Also, some targets had spelling errors.
Happy lightning fast linking ;)
Gold is stricter than the GNU linker, so there were a lot of link targets
missing. Also, some targets had spelling errors.
Happy lightning fast linking ;)
changed
CMakeLists.txt
- … 8 more files in changeset.
Jacob Vigeveno
Replace class forward declaration of QXmlStreamReader with #include to build on OS X reorder header
changed
CoverFetchUnit.h
Martin Blumenstingl
LabelsApplet: trying to fix a crash in the applet's destructor. Also initialized all pointers in the constructor to 0.
CCBUG: 248553
CCBUG: 248553
changed
LabelsApplet.cpp
Mark Kretschmann
Make Amarok build with the Gold linker.
Our imported classes KRatingWidget and KRatingPainter (from KDElibs/Nepomuk)
need to be in a separate namespace to make Gold happy.
Thanks to Pino for the hint.
Our imported classes KRatingWidget and KRatingPainter (from KDElibs/Nepomuk)
need to be in a separate namespace to make Gold happy.
Thanks to Pino for the hint.
changed 11 files
- … 6 more files in changeset.
Mark Kretschmann
Revert "Remove copies of KRatingWidget and KRatingPainter, use KDE classes."
This reverts commit d7986c253fa0717ed4837a6b3b5e902fb203a2af.
Too bad: Nepomuk is optional, so we can't rely on its presence, even though
these classes are in KDElibs. So the revert fixes this case.
However, without this patch Amarok won't build with the Gold Linker any more :(
This reverts commit d7986c253fa0717ed4837a6b3b5e902fb203a2af.
Too bad: Nepomuk is optional, so we can't rely on its presence, even though
these classes are in KDElibs. So the revert fixes this case.
However, without this patch Amarok won't build with the Gold Linker any more :(
changed 13 files
- … 8 more files in changeset.
Mark Kretschmann
Remove copies of KRatingWidget and KRatingPainter, use KDE classes.
These classes have been in KDElibs (Nepomuk) since KDE 4.1, so there
is no point in bundling our own copies. Our crufty classes must have
been around from KDE 4.0 days :)
These classes have been in KDElibs (Nepomuk) since KDE 4.1, so there
is no point in bundling our own copies. Our crufty classes must have
been around from KDE 4.0 days :)
changed 13 files
- … 8 more files in changeset.
Rick W. Chen
Add informative debugging info on daap service availability
changed
DaapCollection.cpp
Rick W. Chen
Consolidate duplicate plugin loading code in the collection manager
changed 2 files
Rick W. Chen
Prevent SqlPodcastProvider from creating CollectionManager instance on shutdown
SqlPodcastProvider calls updateInDb() in its dtor, which in turn calls
CollectionManager::instance() for savng episode/channel info into the db.
Since the playlist manager is destroyed after the collection manager, an
instance of the latter is created again, and slowing down shutdown.
SqlPodcastProvider calls updateInDb() in its dtor, which in turn calls
CollectionManager::instance() for savng episode/channel info into the db.
Since the playlist manager is destroyed after the collection manager, an
instance of the latter is created again, and slowing down shutdown.
changed
App.cpp
Rick W. Chen
test: make CollectionLocationTest pass
changed 2
cpp files
Ralf Engels
Fix test case after removing abortMetaDataUpdate
changed
TestProxyCollectionMeta.cpp
Ralf Engels
Fix covers no longer displayed and album not longer renamed if you rename it together with artist. Both were problems in the previous patches.
changed 2 files
Rick W. Chen
Fix fetching audiocd cddb info with localized amarok
We are using the audiocd kioslave to retrieve the cddb info for us. It is
put under "audiocd:/Information/CDDB Information.txt" but the url would be
invalid if the strings are localized.
We are using the audiocd kioslave to retrieve the cddb info for us. It is
put under "audiocd:/Information/CDDB Information.txt" but the url would be
invalid if the strings are localized.
changed 3 files
Daniel Faust
yet another fix for the labels applet height
changed
LabelsApplet.cpp
Marius Helf
changed Filename to File Name in EditFilterDialog to be consistent to the string File Size in the same dialog
changed
EditFilterDialog.ui
Marius Helf
enable search by filename via 'filename:'
changed 3 files
Rick W. Chen
Fix double-clicking items in collection browser in double-click mode
Noted by Frank Steinmetzger:
the collection cannot be expanded in double-click mode, instead it is
added to the playlist (which takes lots of time if you have +34000
titles in it) This is especially annoying because sometimes the
collection is collapsed by default, so there is no way to actually see
anything of it.
Noted by Frank Steinmetzger:
the collection cannot be expanded in double-click mode, instead it is
added to the playlist (which takes lots of time if you have +34000
titles in it) This is especially annoying because sometimes the
collection is collapsed by default, so there is no way to actually see
anything of it.
changed 2 files
Ralf Engels
SqlMeta copy cover image when renaming an album. Fix BUG 203211
changed
SqlMeta.cpp
Ralf Engels
SqlMeta.cpp notify all observers if metadata changes
Just invalidating the cache is not enough. Also the observers should be notified.
Just invalidating the cache is not enough. Also the observers should be notified.
changed 2 files
Ralf Engels
Remove unused abortMetaDataUpdate.
I can't imagine how this can be ever usefull. And even if it were then
the caller could re-do it on it's own.
The only real implementation of this function was in SqlMeta.cpp
I can't imagine how this can be ever usefull. And even if it were then
the caller could re-do it on it's own.
The only real implementation of this function was in SqlMeta.cpp
changed 22 files
- … 17 more files in changeset.
Ralf Engels
SqlMeta.cpp cleanup batch commit logic
changed 2 files
Rick W. Chen
Bypass QSFPM in playlist browser merged view
This fixes a crash when adding new folders repeatedly in saved playlist /
podcast browsers.
This fixes a crash when adding new folders repeatedly in saved playlist /
podcast browsers.
changed 2 files
Rick W. Chen
Set numbered names properly when adding new folders in playlist browsers
changed
PlaylistBrowserCategory.cpp
