amarokrc

  • 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
Fix #34, playlist columns can be resized back into site. Qt doesn't disable resizing for columns that you "hide" (hiding for a QListView means setting the width = 0). Easy fix: override setColumnWidth (it's virtual) and use QHeader::enableResizeEnabled(). Hard part: first time amaroK is run setColumnWidth() is not called because QListView::addColumn( QString, int width ) doesn't call it! GRRR! So I set the default column widths in the default amarokrc file that is installed to CONFIGDIR. Seems to be all fixed. Nice.
svn path=/trunk/kdeextragear-1/amarok/; revision=292733
changed 4 files
Max Howell
* Much cleanup to the Playlist/BrowserWin classes. Fixed quite a few bugs in the process and implemented some minor features like "Play Next" in the context menu and check for double-click before auto-closing the sidebar. Mainly this patch just does a load of things better. * Most significant thing is PlaylistWidget now inherits KListView privately (again). This time I did it so we won't get issues with SIGNALS/SLOTS. I had to do this as PlaylistItems are too fragile to expose to the rest of the program. * Apologies for the 189 item diff for PlaylistWidget.cpp. AFAICT It's because `diff` seems to prefer "change" to "delete".
svn path=/trunk/kdeextragear-1/amarok/; revision=286001
changed 17 files
Max Howell
* Fix issue where m3us with blank lines gave wierd results * Upgrade some streambrowser code so it's inline with kderadiostation 0.5. We'd like to use the kderadiostation part, but I haven't tested it yet, mainly because it didn't seem like drag and drop was working, which is essential for our purposes.. I'll see if I can work on some patches at some point. * NOTE: you'll probably need to do make install, also some of the wierd titled streams are user-contributed and mostly don't seem to work..
svn path=/trunk/kdeextragear-1/amarok/; revision=281452
changed 5 files
Max Howell
* add more streams. Hopefully.
svn path=/trunk/kdeextragear-1/amarok/; revision=269978
added metasound.xml and changed 2 files
Max Howell
* shoot me, I'm a fool. Add all dependencies when you introduce new features. If you don't, don't wonder why people can't compile. CVS_SILENT
svn path=/trunk/kdeextragear-1/amarok/; revision=269961
added amarokrc