Commit graph

122 commits

Author SHA1 Message Date
Tobias Rundstrom
52e75244fc Fix various artists in medialib. 2006-03-05 16:15:07 -03:00
Tobias Rundstrom
152e1b2be8 Make difference on ShadedDisplay and MainDisplay in settings 2006-03-05 15:31:31 -03:00
Tobias Rundstrom
0498d4d44a Correctly toggle the playlist open button 2006-03-04 22:29:11 -03:00
Tobias Rundstrom
651558d6c4 Fixed annoying of-by-one bug in the selection 2006-03-04 21:41:56 -03:00
Tobias Rundstrom
2ae3f3bf7e The beginning of a settings window. Only application settings for now 2006-03-04 21:23:15 -03:00
Tobias Rundstrom
002867c17b Remember sizes, positions and such. 2006-03-04 18:01:12 -03:00
Tobias Rundstrom
6e88190239 Give the SkinChooser some love. 2006-03-04 16:51:04 -03:00
Tobias Rundstrom
fcf2c543ee If skin not set, read it from the QRC file instead. 2006-03-04 16:37:49 -03:00
Tobias Rundstrom
726826234b Remove spam 2006-03-04 16:28:47 -03:00
Tobias Rundstrom
7b5f4f5a38 Don't be stupid with m_currentid 2006-03-04 16:27:45 -03:00
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