Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-29For historical reasons, we have a tab width of 3. This is strange, butjs
2008-07-29prevent traceback when player is no more on dbus. fixes #4131Yann Leboulanger
2008-07-19Add use_tune support for banshee 1.0. (No more polling, yeah!)Stephan Erb
2008-05-15PEP creates less traffic now and MPRIS is now more tolerant.js
2008-02-14use timeout_add_seconds instead of timeout_add (when it's available), more ef...Yann Leboulanger
2008-02-13Sadly, timeout_add_seconds is only availaible since gtk 2.14. It's quite rece...Jean-Marie Traissard
2008-02-13[Goedson] use timeout_add_seconds instead of timeout_add, more efficient. fix...Yann Leboulanger
2007-12-26[js] fix MRPIS behaviourYann Leboulanger
2007-12-13fix rhythmbox track change. no need to liste to playingUriChanged eventYann Leboulanger
2007-12-12[js] pool for benshee player only if it is installedYann Leboulanger
2007-12-08[js] add mpris api for music playersYann Leboulanger
2007-10-22next release will be GPL v3. fixes #3290Yann Leboulanger
2007-09-20don't crash when we close rhythmbox while Gajim is running. fixes #3442Yann Leboulanger
2007-09-09prevent TB when rhythmbox is pausedYann Leboulanger
2007-07-27listen to Rhythmbox's changing stream titles. fixes #3013Yann Leboulanger
2007-03-09[tristil] better banshee music player support. fixes #2940Yann Leboulanger
2007-01-28[tristil] we now detect banshee track changement. fixes #2940Yann Leboulanger
2006-12-18make music_track_listener work with older python-dbus than 0.80. see #2784Yann Leboulanger
2006-12-17make sure we use dbus public api so we work for python dbus 0.80; see #2784Nikos Kouremenos
2006-09-30import dbus_support where it is. Fixes #2472Yann Leboulanger
2006-09-27install _() func in music_track_listener.py BEFORE importing dbus_support whi...Yann Leboulanger
2006-09-27better check if main in one placeNikos Kouremenos
2006-09-26restore ability to test music_track_listener module by installing _() funcYann Leboulanger
2006-09-26missing func called by emit() func. Fixes #564Yann Leboulanger
2006-09-26[Gustavo Carneiro] handle stop music in music_track_listener.py. Fixes #564Yann Leboulanger
2006-09-24do not fail because of music track listener if user does not have D-Bus bindingsNikos Kouremenos
2006-09-23[gjc] improve patch; he adds a timeout with a FIXME. Yann plz have a look if ...Nikos Kouremenos
2006-09-23Improve in style, varnames, docstrings [make it readable after months have pa...Nikos Kouremenos