* 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
* Make the browsers receive focus when they are opened * Make the searchBrowser columns auto size to the browser's width, works really well :-) svn path=/trunk/kdeextragear-1/amarok/; revision=303830
* remove debug from ToolBarAnalyzer (BlockAnalyzer) * BrowserBar cleanup, much cleaner code now, hopefully other people can understand it. Still a nice and lean class, uses less memory now as is using QValueList<QWidget*>s rather than QPtrList<QWidget>s, other tricks planned to make this one almighty lean widget. This sort of thing is fun to me if you wonder why I try :-) * Bug fix in PlaylistWidget, don't enable undo/redo unless it is safe to. * Don't show time display when stopped, someone was annoyed they couldn't change the timedisplay when nothing was playing(!) so this seemed the logical solution. svn path=/trunk/kdeextragear-1/amarok/; revision=300009
* Use the amaroK namespace, not amK, I also updated the amarok* classes to use the namespace * Helpful tooltip for analyzer widget svn path=/trunk/kdeextragear-1/amarok/; revision=298209
* make painting for nextTrack functionality work better * more subtle colouring for column divider * better colouring for when currentTrack is selected * center align track column * keep right pad bitrate and length column as it should not break anything fingers crossed! * TODO padding left and right sides of all cells. I fear I may have to do all the drawing for cells. However! this should lead to paint speed gains hopefully as QListView::paintCell is surprisingly complex and we don't have features like nested items. svn path=/trunk/kdeextragear-1/amarok/; revision=297336
* Make the browsers behave more like Kate and KDevelop and float over the playlist when not in overlap-mode. Quite chuffed with this, do try it out. Code is nice and small. Will make more compact over the weekend. * Rename PlaylistSideBar, BrowserBar so we have less playlist* files in root srcdir svn path=/trunk/kdeextragear-1/amarok/; revision=297250
added 2 files, changed 5 files and deleted 2 files