aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/mediaplayer/mp_mprisinterface.cpp
Commit message (Collapse)AuthorAgeFilesLines
* The big rename for modules. Still some details remaining.Gravatar Szymon Tomasz Stefanek2011-01-011-579/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Beginning of 'the big rename & cleanup'. File names should match class ↵Gravatar Szymon Tomasz Stefanek2010-12-251-1/+1
| | | | | | names, when possible. Move classes to one per file. Move C functions to namespaces, if possible. Kill some abbreviations... git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added mediaplayer interface for vlc; added proper detection for vlc, totem ↵Gravatar Fabio Bas2010-11-221-0/+19
| | | | | | | | and songbird. Please note that you need to manually enable dbus in vlc preferences->all->interface->control interface git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5162 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added basic support for totem media player, based on dbus/mpris. no ↵Gravatar Fabio Bas2010-11-221-0/+18
| | | | | | | | documentation exists: http://git.gnome.org/browse/totem/tree/src/plugins/dbus-service/dbus-service.py git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5161 17fca916-40b9-46aa-a4ea-0a15b648b75c
* applied typo fixes for the "file" and "config" modules (thank OmegaPhil)Gravatar Fabio Bas2010-08-311-3/+3
| | | | | | | | fixed fsf address in python/pythoncore modules fixed "space before comma" in documentation/coments/code regenerated translations git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4954 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fix an issue with the mediaplayer module when DBUS support is disabled.Gravatar Szymon Tomasz Stefanek2010-08-251-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4935 17fca916-40b9-46aa-a4ea-0a15b648b75c
* cleaned code: removed all instances of debugGravatar Elvio Basello2010-08-071-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4805 17fca916-40b9-46aa-a4ea-0a15b648b75c
* updated some mediaplayer homepage urls and some other typos, thanks xofficeGravatar Fabio Bas2010-07-131-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4666 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Make the KVS parameter specification a bit more typesafe. Fix some ↵Gravatar Szymon Tomasz Stefanek2010-06-131-2/+2
| | | | | | mismatched types detected with the new method. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4457 17fca916-40b9-46aa-a4ea-0a15b648b75c
* updated translation files;Gravatar Elvio Basello2009-12-301-1/+1
| | | | | | | | updated italian translation; fixed typo; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3764 17fca916-40b9-46aa-a4ea-0a15b648b75c
* maybe fix for songbird interfaceGravatar Elvio Basello2009-12-121-0/+5
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3689 17fca916-40b9-46aa-a4ea-0a15b648b75c
* quick fixGravatar Elvio Basello2009-12-111-1/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3683 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added Mozilla Songbird support, please test itGravatar Elvio Basello2009-12-111-2/+19
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3682 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Merge xmms2interface into mp_mprisinterface as it's simply an inheritance of ↵Gravatar Tomasz Moń2009-09-251-0/+22
| | | | | | KviMPRISInterface git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3526 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Compability with recent audacious versionsGravatar Tomasz Moń2009-08-161-0/+10
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3414 17fca916-40b9-46aa-a4ea-0a15b648b75c
* -pedantic compilation patch (fix for #526). Thanks to toma.Gravatar Bugslayer2009-08-161-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3413 17fca916-40b9-46aa-a4ea-0a15b648b75c
* add Qmmp interfaceGravatar Tomasz Moń2009-07-061-1/+19
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3307 17fca916-40b9-46aa-a4ea-0a15b648b75c
* updates FSF address, thanks to Kebianizao for noticingGravatar Markus Rennings2009-05-081-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3200 17fca916-40b9-46aa-a4ea-0a15b648b75c
* hopefully finally fixed #335 (avoiding the broken qt routine)Gravatar Fabio Bas2009-01-041-21/+19
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2975 17fca916-40b9-46aa-a4ea-0a15b648b75c
* reworked patch for #335Gravatar Fabio Bas2009-01-041-7/+2
| | | | | | probably patch for #337 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2974 17fca916-40b9-46aa-a4ea-0a15b648b75c
* probable fix for #335Gravatar Fabio Bas2009-01-041-1/+7
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2972 17fca916-40b9-46aa-a4ea-0a15b648b75c
* second round of misc compilation noise reductionGravatar Fabio Bas2008-11-081-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2838 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed license template for modules from h to mGravatar Elvio Basello2008-09-181-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2483 17fca916-40b9-46aa-a4ea-0a15b648b75c
* add year, bitRate and sampleRate methods to KviMPRISInterfaceGravatar Tomasz Moń2008-09-081-10/+25
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2427 17fca916-40b9-46aa-a4ea-0a15b648b75c
* length should return track length in msecs, not in secondsGravatar Tomasz Moń2008-09-071-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2419 17fca916-40b9-46aa-a4ea-0a15b648b75c
* add amarok2 interfaceGravatar Tomasz Moń2008-09-071-0/+73
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2418 17fca916-40b9-46aa-a4ea-0a15b648b75c
* KviMPRISInterface is ough to be reference implementation, any ↵Gravatar Tomasz Moń2008-08-291-91/+144
| | | | | | player-specific misbehaviours should be handled in derived classes git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2347 17fca916-40b9-46aa-a4ea-0a15b648b75c
* mingw32: fixed module compilation up to kvirijndael; added some installation ↵Gravatar Fabio Bas2008-05-281-1/+1
| | | | | | rules to test git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1864 17fca916-40b9-46aa-a4ea-0a15b648b75c
* rename mp_audaciousinterface.* to mp_mprisinterface.*Gravatar Tomasz Moń2008-05-021-0/+328
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1655 17fca916-40b9-46aa-a4ea-0a15b648b75c