amarok

  • Filter
Mark Kretschmann
The amarok/ subdir has been renamed to src/. Removing all obsolete content in this directory.
svn path=/trunk/kdeextragear-1/amarok/; revision=306460
Mark Kretschmann
Added "Make Playlist" context menu item to Collection Browser.
The idea is to provide something similar to dynamic playlists - a hybrid of our classic playlist concept and something like JuK. Making it possible to create new playlists on the fly, without the need for drag-and-drop.

svn path=/trunk/kdeextragear-1/amarok/; revision=306335
Max Howell
Less code for toggleactions via a pointer to a function, no change to public interface.
svn path=/trunk/kdeextragear-1/amarok/; revision=306268
Mark Kretschmann
Improved startup tip by Mike Diehl <madpenguin8@yahoo.com>.
svn path=/trunk/kdeextragear-1/amarok/; revision=306069
changed startupTip.txt
Mark Kretschmann
FIX: Crash on AMD64 due to assumption about pointer size.
svn path=/trunk/kdeextragear-1/amarok/; revision=305781
Max Howell
Few comments, a few small changes. Nothing important. I just wanted to commit them so I can more clearly see the important changes I'm making in my checkout.
svn path=/trunk/kdeextragear-1/amarok/; revision=305761
Max Howell
Make clearer, since Worf was having trouble understanding it all.
svn path=/trunk/kdeextragear-1/amarok/; revision=305760
changed playerwidget.cpp
Max Howell
CVS_SILENT: Update documentation
svn path=/trunk/kdeextragear-1/amarok/; revision=305759
changed threadweaver.h
Max Howell
* Looks better
svn path=/trunk/kdeextragear-1/amarok/; revision=305758
changed blockanalyzer.cpp
Christian Muehlhaeuser
Collection now gets updated for sure, after scanning. Ugly fix, I'd still like to find a proper solution.
svn path=/trunk/kdeextragear-1/amarok/; revision=305583
changed collectionbrowser.cpp
Mark Kretschmann
Suppress all sqlite compile warnings.
svn path=/trunk/kdeextragear-1/amarok/; revision=305556
changed Makefile.am
Max Howell
build ./plugin/* before ./engine/*
svn path=/trunk/kdeextragear-1/amarok/; revision=305517
changed Makefile.am
Mark Kretschmann
Remove obsolete files.
svn path=/trunk/kdeextragear-1/amarok/; revision=305450
Mark Kretschmann
Patch from Worf which apparently reduces CrossFading problems.
svn path=/trunk/kdeextragear-1/amarok/; revision=305449
changed artsengine.cpp
Mark Kretschmann
Small #include fix.
svn path=/trunk/kdeextragear-1/amarok/; revision=305351
changed collectionbrowser.cpp
Mark Kretschmann
CHG: SQLite library sourcecode now included with amaroK.
Needs some testing, for sure.

svn path=/trunk/kdeextragear-1/amarok/; revision=305341
Mark Kretschmann
Slider fixx0r.
svn path=/trunk/kdeextragear-1/amarok/; revision=305075
Mark Kretschmann
Some code cleanup.
svn path=/trunk/kdeextragear-1/amarok/; revision=305074
Mark Kretschmann
Use QSlider instead of amaroK::Slider for statusbar.
svn path=/trunk/kdeextragear-1/amarok/; revision=305073
Max Howell
Seems to fix this bug where a remote playlist wouldn't load. What gets me is I have no idea how any streams were loading before.
CCMAIL: 78303-done@bugs.kde.org

svn path=/trunk/kdeextragear-1/amarok/; revision=305063
changed playlistloader.cpp
Christian Muehlhaeuser
The collection-thread now inserts its data in a temporary database while scanning, which allows us to safely use the collection in the meantime. This is done by two concurrent sqlite-connections (thread-safe). Wrote a new class named CollectionDB, which handles the database communication for the collection.
svn path=/trunk/kdeextragear-1/amarok/; revision=305047
Max Howell
* Support multiple drag from the SearchBrowser * Set the QSplitter colours for the SearchBrowser properly * Remember the position of the SearchBrowser splitter * Enable conditional compilation of PlaylistBrowser as per user request * Allow selection of directories in the FileBrowser (I finally figured out how to do this!) * Set the BrowserBarTab splitter cursor to QSplitter style when overlapped and resize when not * Cleanse the TODO of redundant stuff
svn path=/trunk/kdeextragear-1/amarok/; revision=304979
Max Howell
* Make searchBrowser remember some properties of its state, also full width selection, select the correct item in the historyview when search commences, allow multiple selection in the resultView, etc. Oh and use a QSplitter between listViews. Splitter colours aren't right yet, will fix soon! Will also make it remember more properties soon too. * Make Visualisation dialog only get created on use.
svn path=/trunk/kdeextragear-1/amarok/; revision=304712
Mark Kretschmann
CHG: CollectionBrowser now fills the database inside of a thread, resulting in improved performance.
svn path=/trunk/kdeextragear-1/amarok/; revision=304709
Mark Kretschmann
ADD: Mini position slider for playlist window.
svn path=/trunk/kdeextragear-1/amarok/; revision=304655
changed 3 files
Max Howell
Include fullscreen functionality that xmms plugins expect, unfortunately it doesn't seem to work well
svn path=/trunk/kdeextragear-1/amarok/; revision=304621
added fullscreen.c and changed xmmswrapper.cpp
Markus Brueffer
sys/types.h must be included before sys/socket.h on FreeBSD
svn path=/trunk/kdeextragear-1/amarok/; revision=304604
Markus Brueffer
Add friend relationship that gcc 3.3 doesn't catch (but gcc 2.95 does)
svn path=/trunk/kdeextragear-1/amarok/; revision=304601
changed collectionbrowser.h
Mark Kretschmann
FIX: Don't try to crossfade with engines that do not support this feature.
svn path=/trunk/kdeextragear-1/amarok/; revision=304570
Mark Kretschmann
Remove obsolete xmmswrapper README.
svn path=/trunk/kdeextragear-1/amarok/; revision=304567