Commit graph

162 commits

Author SHA1 Message Date
Tobias Rundstrom
4c02a3b938 Drag from medialib to Playlist now works! No inserts yet, just append 2006-03-04 16:06:47 -03:00
Tobias Rundstrom
ef5a523a8d Maybe people stop whining now. 2006-03-04 13:42:23 -03:00
Tobias Rundstrom
b0f7061f84 Medialib now works a bit better and has a very nice status bar. 2006-03-03 19:40:45 -03:00
Tobias Rundstrom
44de5fb428 MD5 medialib names. 2006-03-03 17:24:59 -03:00
Tobias Rundstrom
3ba5c1b73d Fix jpeg compliation flags for static systems 2006-03-03 10:49:34 -03:00
Tobias Rundstrom
b8f4b7acb7 Added a beginning of the medialib. 2006-03-02 23:50:22 -03:00
Tobias Rundstrom
9b5aac622c Forgot two files. 2006-03-02 00:57:24 -03:00
Tobias Rundstrom
a94631fc50 Updated TODO 2006-03-02 00:56:48 -03:00
Tobias Rundstrom
07977b89f5 Shaded mode for playlist. 2006-03-02 00:56:17 -03:00
Tobias Rundstrom
c8d095a6f5 Fix entry removal. 2006-03-01 22:13:49 -03:00
Tobias Rundstrom
7436ae5e45 Unbreak scrolling again. 2006-03-01 21:52:12 -03:00
Tobias Rundstrom
f4c904b022 Some cleanup of the item code. 2006-03-01 21:33:09 -03:00
Tobias Rundstrom
fabbfba162 Added duration to playlist. 2006-03-01 14:24:50 -03:00
Tobias Rundstrom
5d34e1f330 Updated TODO list mucho. 2006-03-01 11:34:58 -03:00
Tobias Rundstrom
5965debcc8 You can now move entries around in the playlist. 2006-03-01 00:39:44 -03:00
Tobias Rundstrom
ce54eaba15 Added some keyboard modifiers and simplified some item tech. 2006-02-28 22:17:49 -03:00
Tobias Rundstrom
e665b5d7ad Uberpimped the playlist into be fast and nice. 2006-02-28 21:01:26 -03:00
Tobias Rundstrom
09494985d1 Doubleclick something in the playlist makes it start playing if status is stopped 2006-02-27 22:40:40 -03:00
Tobias Rundstrom
479aecb564 Very basic windowsnapping now works. 2006-02-27 22:32:14 -03:00
Tobias Rundstrom
30dd3acee6 Added MacOSX icons. 2006-02-27 22:22:11 -03:00
Tobias Rundstrom
277dfb619a Added filedialog on eject button. 2006-02-27 21:36:40 -03:00
Tobias Rundstrom
f64f4748a3 Don't leak huge amount of memory in SkinChooser 2006-02-27 20:06:40 -03:00
Tobias Rundstrom
19cafc34e1 Added cool icon to promoe. 2006-02-27 19:30:36 -03:00
Daniel Svensson
fa4fc01a31 Singletonify Skin class 2006-02-27 18:00:00 +01:00
Tobias Rundstrom
4e46089c01 Added beginning of skinchooser.
Drop your skins into ~/.xmms2/clients/promoe/skins
2006-02-27 00:10:46 -03:00
Tobias Rundstrom
18f87d65d5 Make Items in playlist clickable. 2006-02-26 22:07:58 -03:00
Tobias Rundstrom
072a53b219 Enable titles for ShadedDisplay again. 2006-02-26 21:43:24 -03:00
Tobias Rundstrom
ce0acc79d4 Remove warning for unused parameters 2006-02-26 21:42:33 -03:00
Tobias Rundstrom
561987527f Playlist now listen to updates. 2006-02-26 19:27:15 -03:00
Tobias Rundstrom
3326962123 Open PlaylistWindow beside the Mainwindow. 2006-02-26 18:34:01 -03:00
Tobias Rundstrom
e6f333f2b4 Playlist button now toggle playlist window. 2006-02-26 18:20:54 -03:00
Tobias Rundstrom
9693e64dab Working playlist in Promoe! 2006-02-26 18:06:03 -03:00
Daniel Svensson
3ce3581d04 Merge with git+ssh://git.xmms.se/xmms2/promoe.git 2006-02-26 19:17:01 +01:00
Daniel Svensson
787a5c7b5b Singletonify XMMSHandler and kick out everything not XMMSisch from the class.
A class that needs to talk to xmms2 now calls XMMSHandler::getInstance()
and all communication is handled by signals'n'slots.
2006-02-26 19:16:43 +01:00
Tobias Rundstrom
f58f03f19e Remove noDrag madness. 2006-02-26 14:45:36 -03:00
Tobias Rundstrom
56dd4cf3ee Unbreak resizing and scrolling. 2006-02-26 14:36:54 -03:00
Tobias Rundstrom
5dec0fb5fe Updates 2006-02-26 14:16:58 -03:00
Tobias Rundstrom
65c1011b8a Playlist "works" 2006-02-26 02:36:20 -03:00
Daniel Svensson
4c0bffeb6f Add initial call to playback_current_id so already playing minfo shows up. 2006-02-24 18:23:58 +01:00
Tobias Rundstrom
018f3c97a8 API updates 2006-02-22 16:02:56 -03:00
Tobias Rundstrom
d356989d5e Lot of fixes for everything. 2006-02-21 00:29:28 -03:00
Tobias Rundstrom
bdb2d70683 Use dynamic_cast<> as much as possible. 2006-02-20 21:20:19 -03:00
Tobias Rundstrom
4548a1d6d3 Don't send a string to the Skin class twice. 2006-02-20 16:44:22 -03:00
Tobias Rundstrom
46a0fd1b29 Added PlayStatus widget. 2006-02-20 16:21:35 -03:00
Tobias Rundstrom
a50e7afd4a Don't waste CPU 2006-02-20 00:56:26 -03:00
Tobias Rundstrom
270fdfb97e Updated todo 2006-02-20 00:48:29 -03:00
Tobias Rundstrom
f36ba49ea9 Huge push that fixes lot of the problems with headers and added a Slider 2006-02-20 00:43:42 -03:00
Tobias Rundstrom
76b9131d03 Added StereoMono display. 2006-02-19 18:12:39 -03:00
Tobias Rundstrom
eaa2e021a6 Promoe now shows kbps / khz for the playing entry. 2006-02-19 16:53:10 -03:00
Tobias Rundstrom
722158f10c Added SmallNumberDisplay class 2006-02-19 16:25:45 -03:00