Commit graph

24 commits

Author SHA1 Message Date
Thomas Frauendorfer
bece172e92 OTHER: Make pause button toggle play/pause 2008-05-17 04:48:48 +02:00
Thomas Frauendorfer
1bc5d6fb02 OTHER: Fixed mistake in fix for BUG 1963 2008-05-15 03:25:59 +02:00
Thomas Frauendorfer
ca0582e1cc BUG(1963): update promoe to playlist position broadcast
Promoe should still compile with DrK. If you compile against -devel,
you need the fix for Bug 1965 from xmms2-eclipser.git
2008-05-14 17:51:36 +02:00
Thomas Frauendorfer
5c2b669285 Small fix to make promoe compile with g++-4.3 and Qt-4.4 2008-05-09 17:26:39 +02:00
Thomas Frauendorfer
60c17af114 Change Sliders to new Slider-class
Use the new PixmapSlider class which is based on Qt's AbstractSlider
class for sliders. This should also fix some offset problems in
PositionSlider which appeared after the introduction of the new Button
class
2008-05-08 04:19:34 +02:00
Thomas Frauendorfer
4b90120888 Updated copyright notices in the files (mainly 2007->2008)
Additionaly, I transfer the copyright for nearly all modifications I made
to the XMMS2 Team (The only exception are the files under directory  widgets)
2008-03-09 12:24:36 +01:00
Thomas Frauendorfer
3a74436a2e Fix a warning on string comparison 2008-02-29 00:29:07 +01:00
Thomas Frauendorfer
5b5600aadd Enable loading playlists from filesystem 2008-02-17 17:49:16 +01:00
Thomas Frauendorfer
6af763a954 Whitespace cleanups and replaceing a functon from XMMSHandler by one in xplayback 2008-02-17 08:12:30 +01:00
Thomas Frauendorfer
f10cd0465a remove some now unused code from XMMSHandler and clean up headers 2008-02-11 19:28:07 +01:00
Thomas Frauendorfer
e1e809d8fb added dialog to add urls 2008-02-10 10:35:57 +01:00
Thomas Frauendorfer
4c7317f71d Improve the playlists-choose dialog 2008-02-09 15:25:47 +01:00
Thomas Frauendorfer
d93f2ee188 Implement creation, deletion and switching of playlists (Idlists) 2008-02-08 14:36:30 +01:00
Thomas Frauendorfer
ba27687590 renamed XSettings to XConfig. 2008-02-05 08:22:29 +01:00
Thomas Frauendorfer
ac44b4efc6 implement equalizer widget. access to legacy equalizer is now possible 2008-02-04 18:26:36 +01:00
Thomas Frauendorfer
47d8e323ab make playlist show playtime again 2008-02-01 09:53:10 +01:00
Thomas Frauendorfer
a228d7a01b rework PlaylistWindow: move handling of visibilitychanges into Playlistwindow
and rely on signals and slots to get rid of MainWindow::togglePL().
cleaned up some unnecessary includes
2008-02-01 05:16:32 +01:00
Thomas Frauendorfer
efa16e9236 rewrote Button and ToggleButton to use the new PixmapButton as baseclass. 2008-01-27 07:58:02 +01:00
Thomas Frauendorfer
e677ad6f83 Enable Drag and Drop in playlist 2008-01-26 05:13:42 +01:00
Thomas Frauendorfer
0cf6c18de4 Implement removing of items in the Playlist 2007-10-17 14:11:45 +02:00
Thomas Frauendorfer
eef3e53bd9 Make playlist's selection buttons work 2007-10-17 03:00:15 +02:00
Thomas Frauendorfer
c988db9f31 added myself to Authors and small cleanups 2007-10-17 02:02:21 +02:00
Thomas Frauendorfer
cbb6ed1d15 Implement a XSettings Class as interface to xmms2d's serverside config 2007-10-10 16:46:16 +02:00
Thomas Frauendorfer
503385309b Change playlist to use Esperanza's playlistmodel 2007-10-07 14:34:53 +02:00