browserbar.cpp

  • 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
changed 239 files
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
changed 11 files
Max Howell
*** empty log message ***
svn path=/trunk/kdeextragear-1/amarok/; revision=304122
changed 9 files
Max Howell
* 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
changed 3 cpp files
Max Howell
* 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
changed 5 files
Max Howell
* 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
changed 19 files
Max Howell
Really remember widths of browsers
svn path=/trunk/kdeextragear-1/amarok/; revision=297735
changed browserbar.cpp
Mark Kretschmann
Fix compilation.
svn path=/trunk/kdeextragear-1/amarok/; revision=297479
changed browserbar.cpp
Max Howell
* Remember widths of browser pages.
svn path=/trunk/kdeextragear-1/amarok/; revision=297344
changed browserbar.cpp
Max Howell
* 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
changed 7 files
Max Howell
* 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