Commit graph

289 commits

Author SHA1 Message Date
Daniel Svensson
3f1d05fc08 Fix position slider offset problem 2006-08-10 14:46:31 +02:00
Daniel Svensson
8c151d1358 Show playlist entries even if album or artist props are missing. 2006-08-09 21:02:48 +02:00
Daniel Svensson
ac0ac19bf1 Check if the mediainfo has duration before using it. 2006-08-09 20:47:38 +02:00
Daniel Svensson
817c30635e Check if the mediainfo has bitrate before using it. 2006-08-09 19:31:27 +02:00
Jonne Lehtinen
da102ae302 OTHER: Fix syntax errors.
In standard C++ all member declarations must use an unqualified name for
the member itself. G++ 4.1 enforces this.
2006-07-17 15:52:05 -04:00
Tobias Rundström
c3e9b3acd9 removed sigc++ check. 2006-07-03 18:26:05 -04:00
Jonne Lehtinen
9f85634bcf OTHER: NOW they should be correct types all (tested all, I think) 2006-05-27 14:45:05 -04:00
Jonne Lehtinen
336c95805f OTHER: Use (hopefully) correct types in PlaylistChanged function 2006-05-27 14:33:04 -04:00
Tobias Rundstrom
1443d75e3a New instructions. 2006-05-27 14:06:36 -04:00
Jonne Lehtinen
bebdbae405 OTHER: running_ = true; in the mainloop thingie so that checking for it
works in synchronous functions.
2006-05-27 14:00:14 -04:00
Tobias Rundstrom
caf82d8495 OTHER: Added Jonne to the AUTHORS file. 2006-05-27 13:14:03 -04:00
Jonne Lehtinen
f8dc612c13 OTHER: Use correct types for dict gets and use Xmms::List for playlistList
signal.
2006-05-27 13:12:12 -04:00
Jonne Lehtinen
c98cadb1f2 OTHER: Use Xmms::*Dict instead of QHash for various functions. 2006-05-27 12:07:02 -04:00
Jonne Lehtinen
f16efc80e3 OTHER: foreach -> each 2006-05-27 12:06:05 -04:00
Jonne Lehtinen
a18cea60f0 OTHER: Make the mainloop inherit Xmms::MainloopInterface.
Also made it orphan (Xmms::Client deletes it properly). This should be
added as a shared library compiled with the bindings if QT libraries are
available.
2006-05-27 12:04:59 -04:00
Jonne Lehtinen
70da726f52 Port to cpp bindings 2006-05-25 15:05:04 -04:00
Tobias Rundstrom
0f06c83484 Don't crash when volume isn't available. 2006-03-25 14:06:37 -04:00
Tobias Rundstrom
f4d010e59a Show channel if the entry is a stream. 2006-03-23 22:33:05 -04:00
Tobias
e6ecb50069 Fixed annoying crashbug in playlist. 2006-03-22 16:41:16 -04:00
Tobias
5b519baa25 Conserve CPU. 2006-03-22 13:02:07 -04:00
Tobias Rundstrom
8cf4f132ff Make promoe work with DrDolittle.
This moves the c++ wrapper into promoe so we don't depend on a patched
version of xmms2 anymore. You should be able to run this with a drdolittle
out of the box. I also disabled the medialib browser for future enabling.
2006-03-20 22:46:39 -04:00
Chris Gilbert
8807e630f1 Volume slider now 100% operational. Setting volume from promoe works! 2006-03-16 00:00:00 -04:00
Tobias Rundstrom
2c20ddf6fc Moved around headers, should make it faster to compile. 2006-03-15 22:58:57 -04:00
Tobias Rundstrom
1e8286a5b9 Used my elite skills to fit the xmms2 logo into default skin! 2006-03-15 22:11:26 -04:00
Tobias Rundstrom
80f730b44e Added documentation. 2006-03-15 20:54:18 -04:00
Chris Gilbert
c4b32b5692 Volume bar does stuff now! It will stay in sync with the volume from your system. 2006-03-15 20:45:18 -04:00
Tobias Rundstrom
4318215dbb Make add DIR to work. 2006-03-15 20:45:03 -04:00
Tobias Rundstrom
bfc0548cd2 Bind some playlistbuttons. 2006-03-15 19:08:07 -04:00
Tobias Rundstrom
b575931c13 Fix correct offsets for the textbar in the maindisplay. 2006-03-15 19:07:53 -04:00
Tobias Rundstrom
bf50790f49 Add copyright headers. 2006-03-15 16:52:40 -04:00
Tobias Rundstrom
2aac8ae0ae Screwed up last import 2006-03-15 16:32:25 -04:00
Tobias Bengtsson
beeaeb95b1 Time display reverse
both minus and numberdisplays clickable
skin minus now visible
drawing minus-line (skins without minus) in correct color.
stop now contains minus as well.
2006-03-15 16:07:51 -04:00
Chris Gilbert
73e283cc48 Added the volume slider, and made the Skin loader a bit more robust in the face
of garbage/moved/deleted skins.
2006-03-15 11:30:43 -04:00
Tobias Rundstrom
d7eede1737 Insert works. 2006-03-13 21:12:39 -04:00
Tobias Rundstrom
429cf316ed Add const & in good places to avoid promoe to copy that much data. 2006-03-12 11:01:53 -04:00
Tobias Rundstrom
403b9257cc Put filedialogs in the correct parent. 2006-03-12 01:35:34 -04:00
Tobias Rundstrom
77f9088231 Added playlist buttons and enabled addDir and addFile 2006-03-12 01:19:01 -04:00
Chris Gilbert
0c5593076a Added support for the shade/close buttons on the playlist, and changed the way
that togglePL works a bit to play nicer.
2006-03-11 22:23:06 -03:00
Tobias Rundstrom
13b9c47523 Key up and down works in playlist and repositions the view. 2006-03-11 19:37:41 -03:00
Tobias Rundstrom
33d3d29914 Fix some reposition bugs in the playlist. 2006-03-11 19:08:36 -03:00
Tobias Rundstrom
103e016cbd Reposition PlaylistSlider when list contents changes or something is resized. 2006-03-11 18:45:26 -03:00
Tobias Rundstrom
c4affb2619 Speed up playlist paintEvent. 2006-03-11 16:25:33 -03:00
Tobias Rundstrom
d57ebf91a0 Clean-up of signals and move fileOpen to SkinDisplay class 2006-03-11 15:57:19 -03:00
Tobias Rundstrom
f2914f4594 Don't free objects in the SkinChooser that already freed. 2006-03-11 14:11:16 -03:00
Daniel Svensson
b74cb0102a Unbreak seeking 2006-03-11 12:08:57 +01:00
Daniel Svensson
4c500bd768 Move fileOpen from XMMSHandler to MainDisplay 2006-03-11 11:09:40 +01:00
Daniel Svensson
7b00c4c9fb Make constructor in XMMSHandler private.
Also adds a proper destructor to the class.
2006-03-10 14:36:54 +01:00
Daniel Svensson
98d56cf42d Make Skin constructor private. 2006-03-10 14:28:58 +01:00
Daniel Svensson
122884586a Remove unnecessary use of setText in ShadeDisplay which caused crash on Dapper. 2006-03-10 13:14:44 +01:00
Tobias Rundstrom
056e50ea51 Added AVAHI support to promoe. Check the promoe.pro file to enable / disable it. 2006-03-09 00:42:12 -03:00