summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-01-05Update tools to latest from telepathy-specHEADmaster2.2Alex Merry1-23/+56
2013-01-05Rename nodesAlex Merry5-8/+8
The Telepathy extensions to the D-Bus annotation format use the node name as a base for the proxy object name in bindings. So we should give the nodes appropriate names. The files themselves are also renamed to be the same as the interface they describe.
2013-01-05Use annotations to indicate optional propertiesAlex Merry5-10/+18
Also, add in tp:added elements where appropriate to indicate when things were added to the spec.
2012-08-09Ignore generated files from other branchesAlex Merry1-0/+4
2012-08-09Clarify behaviour of Play() when pausedAlex Merry2-11/+3
Play() should behave exactly like PlayPause(), except when PlaybackStatus is "Playing".
2012-04-26Fix the metadata wiki linkAlex Merry1-8/+6
The canonical page is on the freedesktop.org wiki, now.
2012-04-16Make the formatting of the change list consistentv2.2Alex Merry1-1/+5
2012-04-15Update the README fileMirsal Ennaime1-4/+5
* Add the freedesktop-hosted specification url * fix the mailing list address and mailman url * fix the git repository and gitweb addresses
2012-04-15Fix the unique instance identifier exampleMirsal Ennaime1-3/+16
The current recommendation to use a unix pid as a unique instance identifier and the bus name given as an example are misleading as they suggest that it begins with a digit, which violates the D-Bus specification. * Rephrase the suggestion to use a unix pid * Change the example so it complies with the D-Bus spec * Add a note quoting the relevant part of the D-Bus spec
2012-01-27Spelling fixAlex Merry1-1/+1
2012-01-27Update copyright notice datesAlex Merry1-1/+1
2012-01-27Version bump to 2.2.Alex Merry1-2/+18
List changes and reset the list of corrections.
2012-01-27Use a special value for "no track".Alex Merry2-6/+50
D-Bus paths cannot be empty, so we need a "magic" value.
2012-01-27Make XML well-formedAlex Merry1-0/+1
2012-01-25Add a Fullscreen property to the root interfaceAlex Merry1-0/+57
Fullscreen (and CanSetFullscreen) allow reading and changing of the fullscreen status of the media player (videos in particular).
2012-01-24Add in some punctuationAlex Merry1-2/+2
2012-01-16Add a HACKING fileAlex Merry1-0/+10
2011-12-27Fix python version magicAlex Merry1-1/+1
2011-11-04Move Corrections to be next to ChangesAlex Merry1-18/+18
2011-11-04Fix character encoding issuesAlex Merry1-0/+1
2011-11-04Clarify the type of the mpris:trackid entry in Player.MetadataAlex Merry3-5/+11
2011-11-01Remove duplicated paragraphsAlex Merry1-10/+0
2011-10-29Fall back to "python2" if "python" is Python 3Alex Merry1-1/+1
Required on ArchLinux, for example. This way the user does not have to override PYTHON manually.
2011-08-14Import tooling fixes from telepathy-specAlex Merry4-3/+34
2011-08-14Merge branch '2.1'Alex Merry3-7/+17
2011-08-14Reword some of the intro text to make more senseAlex Merry1-3/+3
2011-08-14Clarifications and minor fixes.Alex Merry1-3/+13
Clarify what the values of CanGoNext and CanGoPrevious should be when the proper value is not known. Also, some typo fixes.
2011-08-11Fix template for EMITS_CHANGED_NONEOlivier Le Thanh Duong1-1/+1
Remove the errorneous </div> in EMITS_CHANGED_NONE template code in interface.html which prevented Player_Node.html from rendering correctly
2011-08-11Add the PlaylistChange signal to the Playlists interfaceMirsal Ennaime1-6/+10
Rationale: The mpris lacks a way for servers to notify clients of a change in a playlist attribute (its name or icon)
2011-01-27Add a PlaylistChanged signal to the Playlists interface to notifyAlex Merry2-0/+21
clients of name or icon changes
2010-12-23Merge branch 'master' into playlistsAlex Merry10-52/+406
2010-12-23Sync spec tooling with telepathyAlex Merry9-7/+413
We now have minimal differences with the upstream tooling (just index.html and style.css).
2010-12-16Sync tooling to telepathy master, and remove some cruft from the templateAlex Merry2-94/+42
2010-12-14Remove duplicated docsAlex Merry1-15/+0
2010-12-13Merge branch 'master' into playlistsAlex Merry9-203/+154
2010-12-13Update tooling to match telepathy-spec HEAD, and add support for D-BusAlex Merry9-203/+154
annotations
2010-12-13Merge branch 'master' into playlistsAlex Merry1-3/+3
2010-12-13Don't use ?= in the Makefile: not necessaryAlex Merry1-3/+3
2010-12-13Merge branch 'master' into playlistsAlex Merry7-185/+328
2010-12-13Merge in upstream changes to the tooling.Alex Merry7-185/+328
Also, ditch a couple of files we don't use.
2010-12-13Merge branch 'master' into playlistsAlex Merry4-13/+36
2010-12-13Makefile cleanupsAlex Merry1-12/+14
2010-12-13Add a way of querying the currently-active playlistAlex Merry1-0/+58
2010-09-26Add EmitsChangedSignal annotation to Volume propertyAlex Merry2-0/+17
2010-08-20Be more explicit about the purpose of TrackListAlex Merry1-1/+5
2010-08-19Allow a user-defined orderingAlex Merry1-2/+13
2010-08-19Add Playlists interfaceAlex Merry2-1/+189
2010-08-16Note that OpenUri may not be implemented if there are no supported uriAlex Merry1-1/+3
schemes
2010-08-15Improve the metadata documentationAlex Merry2-10/+28
2010-08-15Use less strict language in the Quit method's implementation guidelinesMirsal Ennaime1-1/+1