summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add support for pretty hostnamesGiovanni Campagna2014-02-133-1/+35
| | | | | | | | | | | | | Read and parse /etc/machine-info to obtain a pretty human readable hostname (eg. "Bob's Laptop" instead of "bob-laptop"). If the file is not found, or it can't be parsed, we fall back on the normal hostname. In GNOME, the pretty hostname can be configured in the control center details and sharing panels. In other systems, it can be changed using "hostnamectl --pretty". https://bugzilla.gnome.org/show_bug.cgi?id=724138
* Updated Ukrainian translationDaniel Korostil2014-02-121-360/+945
|
* Assamese translation updatedNilamdyuti Goswami2014-02-121-255/+657
|
* data: Make the GstLaunch pipelines in rygel.conf work with gst-1.0Debarshi Ray2014-02-121-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=724215
* build: Replace non-portable cp -dJens Georg2014-02-091-1/+1
| | | | | | Signed-off-by: Jens Georg <mail@jensge.org> https://bugzilla.gnome.org/show_bug.cgi?id=722527
* renderer-gst: Deprecate element wrappingJens Georg2014-02-091-1/+1
| | | | | | | | | The function causes leaks in the error case and secondly, wrapping an existing pipeline is not as helpful as I thought it would be. Signed-off-by: Jens Georg <mail@jensge.org> https://bugzilla.gnome.org/show_bug.cgi?id=722021
* build: Fix make distcheckJens Georg2014-02-083-4/+6
|
* build: Remove obsolete configure optionJens Georg2014-02-081-1/+1
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* doc: Some improvments to gtk-docJens Georg2014-02-081-1/+8
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* all: Move Rygel.DLNAProfile into coreJens Georg2014-02-089-52/+5
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* all: Remove Freedesktop interfaces from coreJens Georg2014-02-088-14/+82
| | | | | | | They're used in two plug-ins only and are a pain in the donkey when doing gobject-introspection. Signed-off-by: Jens Georg <mail@jensge.org>
* Prepare 0.21.4RYGEL_0_21_4Jens Georg2014-02-031-0/+20
|
* core: Link against libm for "round"Jens Georg2014-02-031-1/+2
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2014-02-012-162/+342
|
* Updated Norwegian bokmål translationKjartan Maraas2014-01-251-68/+152
|
* Updated Slovenian translationMatej Urbančič2014-01-201-9/+21
|
* Updated Czech translationMarek Černocký2014-01-171-5/+16
|
* Prepare 0.21.3RYGEL_0_21_3Jens Georg2014-01-141-0/+54
|
* renderer-gst: Don't handle buffering/clock-lostJens Georg2014-01-141-41/+4
| | | | | | Signed-off-by: Jens Georg <mail@jensge.org> https://bugzilla.gnome.org/show_bug.cgi?id=720836
* server: Add LG TV hacksJens Georg2014-01-143-0/+48
| | | | | | Signed-off-by: Jens Georg <mail@jensge.org> https://bugzilla.gnome.org/show_bug.cgi?id=721270
* all: Update FSF addressJens Georg2014-01-141-10/+9
| | | | | | Signed-off-by: Jens Georg <mail@jensge.org> https://bugzilla.gnome.org/show_bug.cgi?id=721575
* renderer-gst: Use source element for queries.siva2014-01-141-3/+3
| | | | | | | | Fixes querying duration and position. Fixes DLNA CTT : 7.3.157.8 https://bugzilla.gnome.org/show_bug.cgi?id=721824
* media-export: Disable Artist/All containerJens Georg2014-01-141-2/+1
| | | | | | Work-around browsing issue in virtual containers. Signed-off-by: Jens Georg <mail@jensge.org>
* server: Use correct depth for PNG iconsJens Georg2014-01-141-1/+1
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* Tajik translation updatedVictor Ibragimov2014-01-131-125/+256
|
* Updated Greek translationDimitris Spingos2014-01-121-48/+49
|
* [l10n] Updated Italian translation.Milo Casagrande2014-01-061-7/+19
|
* Updated Lithuanian translationAurimas Černius2014-01-031-55/+135
|
* Updated Spanish translationDaniel Mustieles2014-01-021-19/+30
|
* Updated Brazilian Portuguese translationRafael Ferreira2014-01-021-56/+114
|
* Updated Brazilian Portuguese translationRafael Ferreira2014-01-011-24/+43
|
* external: Don't corrupt container namesJens Georg2014-01-011-8/+8
| | | | | | | | Looks like the code was overwriting the container's title in several places. Signed-off-by: Jens Georg <mail@jensge.org> https://bugzilla.gnome.org/show_bug.cgi?id=720671
* Update Chinese simplified translationTong Hui2013-12-281-62/+49
|
* Updated Czech translationMarek Černocký2013-12-271-51/+47
|
* [l10n] Updated Italian translation.Milo Casagrande2013-12-241-31/+18
|
* Updated Slovenian translationMatej Urbančič2013-12-211-68/+106
|
* build: Fix building against tracker 0.18RYGEL_0_21_2_1Frédéric Péters2013-12-211-1/+1
|
* Prepare 0.21.2RYGEL_0_21_2Jens Georg2013-12-211-0/+66
|
* server: Add more seek hacksJens Georg2013-12-211-1/+3
|
* external: Swap AlbumArtFactory.create parametersReiner Merk2013-12-211-2/+2
| | | | | | ServiceName and ObjectPath were mixed-up. https://bugzilla.gnome.org/show_bug.cgi?id=720669
* renderer: Match PlaybackStorageMedium valuesParthiban Balasubramanian2013-12-211-2/+2
| | | | | | Use case as in AVTransport2.xml.in https://bugzilla.gnome.org/show_bug.cgi?id=720837
* renderer: Treat ABS_TIME/REL_TIME the sameJens Georg2013-12-211-3/+0
| | | | | | | | | | Looks like the original fix wasn't correct, see https://bugzilla.gnome.org/show_bug.cgi?id=686628#c3 Signed-off-by: Jens Georg <mail@jensge.org> https://bugzilla.gnome.org/show_bug.cgi?id=712181
* Updated Spanish translationDaniel Mustieles2013-12-191-17/+5
|
* Updated Galician translationsFran Diéguez2013-12-191-28/+32
|
* [l10n] Updated Italian translation.Milo Casagrande2013-12-181-29/+33
|
* Updated Spanish translationDaniel Mustieles2013-12-161-46/+50
|
* renderer: Implement SetNextAVTransportURIJussi Kukkonen2013-12-143-31/+166
| | | | | | | | | | | This is a simple implementation: It does not prefetch media. Things that will be tried on EOS or on "Next" action: * if there are songs to play on playlist, play next one * else if NEXTAVTransportURI is set, play that * else set state to "STOPPED" and track to 1. https://bugzilla.gnome.org/show_bug.cgi?id=719721
* renderer: Simplify PlayerController "EOS" handlerJussi Kukkonen2013-12-141-19/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=709165
* renderer: Avoid notifying track and n_tracks unnecessarilyJussi Kukkonen2013-12-141-6/+30
| | | | | | There were redundant values in LastChange events. https://bugzilla.gnome.org/show_bug.cgi?id=709165
* renderer: Refactor AVTransport and PlayerControllerJussi Kukkonen2013-12-142-104/+113
| | | | | | | | | | | | | Move track_metadata and track_uri state tracking to controller, Stop modifying controller properties from many places in AVTransport. Add set_single_play_uri() and set_playlist_uri() as the only valid methods to set uri, metadata, etc. Also make property setters private if setting them from AVTransport makes no sense. The goal is to make both classes cleaner, no functional changes are intended. https://bugzilla.gnome.org/show_bug.cgi?id=709165