Commit Graph

29 Commits

Author SHA1 Message Date
Julien Pivotto 8bc9bc29ae * Big headers review
* Remove some licencing problems
 * To do: same for images
 * See #4200
2008-08-15 03:20:23 +00:00
js 8605cd3f38 For historical reasons, we have a tab width of 3. This is strange, but
we have that in all files. To at least lesser the confusion a bit, add
vim tags for that.
Additionally, fix wrong #! in a few files.
2008-07-29 19:49:31 +00:00
Yann Leboulanger 69b088b4b9 prevent traceback when player is no more on dbus. fixes #4131 2008-07-29 07:52:51 +00:00
Stephan Erb fc39f33590 Add use_tune support for banshee 1.0. (No more polling, yeah!) 2008-07-19 19:55:13 +00:00
js 129c115837 PEP creates less traffic now and MPRIS is now more tolerant. 2008-05-15 17:42:32 +00:00
Yann Leboulanger 7c49600135 use timeout_add_seconds instead of timeout_add (when it's available), more efficient. fixes #3734, #3736 2008-02-14 19:18:07 +00:00
Jean-Marie Traissard 894e752292 Sadly, timeout_add_seconds is only availaible since gtk 2.14. It's quite recent. I have 2.10.
Reverting [9324]. Reopen #3734.
2008-02-13 18:03:29 +00:00
Yann Leboulanger ad3935d9e9 [Goedson] use timeout_add_seconds instead of timeout_add, more efficient. fixes #3734 2008-02-13 07:14:06 +00:00
Yann Leboulanger 3cea125207 [js] fix MRPIS behaviour 2007-12-26 19:25:29 +00:00
Yann Leboulanger 228f7597c0 fix rhythmbox track change. no need to liste to playingUriChanged event 2007-12-12 22:18:01 +00:00
Yann Leboulanger aa41133f63 [js] pool for benshee player only if it is installed
fix mpris track change
2007-12-12 20:50:34 +00:00
Yann Leboulanger 1b212ce90d [js] add mpris api for music players 2007-12-08 11:22:55 +00:00
Yann Leboulanger 22c1aeda29 next release will be GPL v3. fixes #3290 2007-10-22 11:13:13 +00:00
Yann Leboulanger cf9945245a don't crash when we close rhythmbox while Gajim is running. fixes #3442 2007-09-20 08:34:22 +00:00
Yann Leboulanger 4e1edc3d01 prevent TB when rhythmbox is paused 2007-09-08 21:25:14 +00:00
Yann Leboulanger a0d6f20f24 listen to Rhythmbox's changing stream titles. fixes #3013 2007-07-26 23:29:31 +00:00
Yann Leboulanger 718a4a006b [tristil] better banshee music player support. fixes #2940 2007-03-09 19:58:21 +00:00
Yann Leboulanger b22db5c331 [tristil] we now detect banshee track changement. fixes #2940 2007-01-28 18:41:51 +00:00
Yann Leboulanger 6bd518cb4a make music_track_listener work with older python-dbus than 0.80. see #2784 2006-12-18 09:13:12 +00:00
Nikos Kouremenos 6faf04a056 make sure we use dbus public api so we work for python dbus 0.80; see #2784 2006-12-17 11:43:34 +00:00
Yann Leboulanger e8c152dc38 import dbus_support where it is. Fixes #2472 2006-09-30 13:09:41 +00:00
Yann Leboulanger 3df7e1b84f install _() func in music_track_listener.py BEFORE importing dbus_support which needs it 2006-09-27 17:16:04 +00:00
Nikos Kouremenos e5ba17617f better check if main in one place 2006-09-27 15:39:05 +00:00
Yann Leboulanger c4b8421aef restore ability to test music_track_listener module by installing _() func 2006-09-26 14:56:53 +00:00
Yann Leboulanger 8d8b92c344 missing func called by emit() func. Fixes #564 2006-09-26 14:01:34 +00:00
Yann Leboulanger 4e1d7a21c9 [Gustavo Carneiro] handle stop music in music_track_listener.py. Fixes #564 2006-09-26 13:45:38 +00:00
Nikos Kouremenos 70a28b4724 do not fail because of music track listener if user does not have D-Bus bindings 2006-09-24 19:25:44 +00:00
Nikos Kouremenos d6d6b90c03 [gjc] improve patch; he adds a timeout with a FIXME. Yann plz have a look if that is the only way 2006-09-23 14:39:58 +00:00
Nikos Kouremenos 65fc27e573 Improve in style, varnames, docstrings [make it readable after months have passed], a great patch by Gustavo Carneiro with which we can get currently playing music track from Rhythmbox and Muine to be shown in our status message. fixes #564 2006-09-23 13:49:33 +00:00