summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-01-29Fix annotation generationdocbookAlex Merry1-2/+2
2012-01-29Add a Makefile rule for generating the introspection xmlAlex Merry2-0/+7
2012-01-29Improve the xhtml outputAlex Merry4-32/+94
2012-01-29Docbookify the specAlex Merry29-10805/+3541
It needs some more work to make it actually be nice, but it's a good start.
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
2010-08-15Correctly reference the mpris:trackid metadata entryMirsal Ennaime2-7/+7
2010-08-14Fix typos, add extra docsAlex Merry1-2/+27
2010-08-13Fix a typo in the player interface docstringsMirsal Ennaime1-2/+2
2010-08-12Fix a typo in the the RemoveTrack method introspection dataMirsal Ennaime1-1/+1
2010-08-12Fix a typoMirsal Ennaime1-3/+3