summaryrefslogtreecommitdiff
path: root/src/av-cp/renderer-controls.c
Commit message (Expand)AuthorAgeFilesLines
* av-cp: Fix duration scaleJens Georg2020-07-121-0/+9
* Port build system to mesonJens Georg2018-07-011-0/+2
* av-cp: Pause not possible when stoppedJens Georg2016-09-061-1/+1
* av-cp: Plug several memory leaksJens Georg2016-04-251-0/+1
* Remove gnome-common stuffJens Georg2015-06-141-5/+33
* av-cp: Look for didl-object instead of didl-itemJussi Kukkonen2015-05-101-5/+5
* av-cp: Don't use deprecated GTK featuresJussi Kukkonen2014-08-101-38/+38
* Fix argument orderJens Georg2013-06-111-18/+20
* Remove a redundant variable & its initializationThijs Vermeir2011-07-271-3/+0
* Make it possible for user to select containersZeeshan Ali (Khattak)2010-09-021-3/+1
* Mark exported symbols as suchJens Georg2009-12-041-0/+10
* Adapt to changes in GUPnPDIDLLiteParser APIZeeshan Ali (Khattak)2009-08-061-10/+11
* API update: DIDLLite object API got GObject'ifiedZeeshan Ali (Khattak)2009-08-041-2/+2
* API update: GUPnPDIDLLiteResource is now a GObjectZeeshan Ali (Khattak)2009-07-311-10/+17
* Leave selection of resource to gupnp-avZeeshan Ali (Khattak)2009-07-261-325/+38
* Fix a typoZeeshan Ali (Khattak)2009-07-241-1/+1
* Add lenient modeZeeshan Ali (Khattak)2009-05-211-0/+11
* First big step towards freedom from libglade.Zeeshan Ali (Khattak)2009-04-141-8/+16
* Iterate over item resources rather than renderer protocols.Zeeshan Ali (Khattak)2009-03-271-9/+41
* Correct the order of mimetype check.Zeeshan Ali (Khattak)2009-03-201-1/+1
* Use g_content_type_is_a() to compare mimetypes.Zeeshan Ali (Khattak)2009-03-201-2/+21
* Replace my non-working "@gstreamer.net" email with "@gnome.org" one.Zeeshan Ali2008-11-051-2/+2
* Remove now useless FIXME comments.Zeeshan Ali2008-04-011-2/+0
* API update: _parse_didl() now returns a boolean and takes an error arg.Zeeshan Ali2008-03-161-2/+9
* Use generic getters for 'res' property and it's attributes.Zeeshan Ali2008-03-161-4/+6
* No need to pass error argument to gupnp_service_proxy_begin_action*() anymore.Zeeshan Ali2008-02-241-67/+0
* Handle 'TRANSITIONING' state.Zeeshan Ali2008-02-241-0/+9
* Correct a typo in Seek implementation.Zeeshan Ali2008-02-141-1/+1
* Try to get the duration from item metadata.Zeeshan Ali2008-02-141-12/+78
* No need to create the resource hashtable, just use the resources GList.Zeeshan Ali2008-02-141-22/+36
* Don't keep the resource hashtable but rather create it on the fly when needed.Zeeshan Ali2008-02-141-4/+220
* Enable the user to clear the state of the currently selected renderer.Zeeshan Ali2008-02-141-0/+7
* Refactor: Put the timeout adding code into a separare function.Zeeshan Ali2008-02-121-5/+11
* Unit for 'Seek' is "ABS_TIME" rather than "TIME".Zeeshan Ali2008-02-111-1/+1
* Correct the signature of "value-changed" signal handler.Zeeshan Ali2008-02-111-3/+1
* Block the signal handlers on the scales when the value is set by the app.Zeeshan Ali2008-02-111-0/+32
* Implement seeking.Zeeshan Ali2008-02-111-0/+21
* Rename update_playback_controls_sensitivity() to prepare_controls_for_state().Zeeshan Ali2008-02-111-1/+1
* Track media position of currently selected renderer.Zeeshan Ali2008-02-111-0/+104
* Add function to set the position of position hscale.Zeeshan Ali2008-02-111-0/+11
* Keep track of current track duration on each renderer.Zeeshan Ali2008-02-111-0/+49
* Keep the sensitivity of playback controls in sync with renderer state.Zeeshan Ali2008-02-031-0/+42
* Make av_transport_send_action() public.Zeeshan Ali2008-02-031-1/+1
* Implement volume control.Zeeshan Ali2008-01-291-3/+73
* Listen to 'value-changed' signal rather than 'change-value'.Zeeshan Ali2008-01-291-8/+8
* Supply metadata to SetAVTransportURI action.Zeeshan Ali2008-01-281-14/+6
* Keep the volume-vscale up2date with the volume of the renderer.Zeeshan Ali2008-01-271-0/+6
* Keep a reference to all renderer control widgets.Zeeshan Ali2008-01-271-0/+34
* Implement next/prev controls (locally).Zeeshan Ali2008-01-271-0/+2
* Make the AV URI setting function more generic and public.Zeeshan Ali2008-01-271-14/+47