summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* Update NEWS and README files for next (0.3) release.gupnp-tools-0.3Zeeshan Ali2008-04-011-0/+7
* Bump-up the version.Zeeshan Ali2008-04-011-0/+6
* Remove now useless FIXME comments.Zeeshan Ali2008-04-011-0/+7
* Add icons to desktop entries.Zeeshan Ali2008-04-011-0/+8
* Create desktop files as part of build.Zeeshan Ali2008-04-011-0/+14
* No need to do any magic for being version agostic to services anymore.Zeeshan Ali2008-03-211-0/+7
* API update: _parse_didl() now returns a boolean and takes an error arg.Zeeshan Ali2008-03-161-0/+7
* API update: "instance-id" is no longer a property of parser object.Zeeshan Ali2008-03-161-0/+6
* Use generic getters for 'res' property and it's attributes.Zeeshan Ali2008-03-161-1/+3
* API update: Use specific getters for basic DIDL props.Zeeshan Ali2008-03-161-0/+7
* API update: Use generic getters for standard DIDL props.Zeeshan Ali2008-03-111-0/+6
* Better error handling in browse callbacks.Zeeshan Ali2008-03-041-0/+6
* API update: Use g_type_init() instead of gupnp_av_init().Zeeshan Ali2008-02-251-0/+6
* API update: 'instance-id' is now a property of LastChange parser object.Zeeshan Ali2008-02-251-2/+4
* API update: We now need a LastChange parser for parsing LastChange events.Zeeshan Ali2008-02-251-0/+7
* No need to pass error argument to gupnp_service_proxy_begin_action*() anymore.Zeeshan Ali2008-02-241-0/+10
* Handle 'TRANSITIONING' state.Zeeshan Ali2008-02-241-0/+7
* Add tooltip to 'clear state' button.Zeeshan Ali2008-02-241-0/+6
* Don't ref the service proxy upon adding a notify on it.Zeeshan Ali2008-02-241-0/+6
* Small cleanup change.Zeeshan Ali2008-02-241-0/+6
* Correct a typo in Seek implementation.Zeeshan Ali2008-02-141-0/+6
* Try to get the duration from item metadata.Zeeshan Ali2008-02-141-0/+8
* No need to create the resource hashtable, just use the resources GList.Zeeshan Ali2008-02-141-0/+6
* Don't keep the resource hashtable but rather create it on the fly when needed.Zeeshan Ali2008-02-141-0/+10
* Move get_resource_hash() to gupnp-av and rename accordingly.Zeeshan Ali2008-02-141-0/+6
* Enable the user to clear the state of the currently selected renderer.Zeeshan Ali2008-02-141-0/+11
* Refactor: put the state setting into a separate function.Zeeshan Ali2008-02-141-0/+6
* About dialog should have a '12' pixels wide border.Zeeshan Ali2008-02-141-0/+6
* Take wildcard into account when matching ProtocolInfo.Zeeshan Ali2008-02-121-0/+2
* Refer to the ProtocolInfo fields by terms used by UPnP AV specs.Zeeshan Ali2008-02-121-0/+1
* Implement comparison of extra field of ProtocolInfo.Zeeshan Ali2008-02-121-0/+1
* Pass arguments in correct order to ProtocolInfo comparison functions.Zeeshan Ali2008-02-121-1/+2
* Fix a typo.Zeeshan Ali2008-02-121-0/+6
* Refactor: Put the timeout adding code into a separare function.Zeeshan Ali2008-02-121-0/+1
* Unit for 'Seek' is "ABS_TIME" rather than "TIME".Zeeshan Ali2008-02-111-0/+1
* Correct the signature of "value-changed" signal handler.Zeeshan Ali2008-02-111-2/+3
* Block the signal handlers on the scales when the value is set by the app.Zeeshan Ali2008-02-111-0/+7
* Implement seeking.Zeeshan Ali2008-02-111-0/+6
* Update the controls when the renderer selection changes.Zeeshan Ali2008-02-111-0/+6
* Rename update_playback_controls_sensitivity() to prepare_controls_for_state().Zeeshan Ali2008-02-111-0/+9
* Track media position of currently selected renderer.Zeeshan Ali2008-02-111-0/+6
* Fix and refactor some bad code.Zeeshan Ali2008-02-111-0/+8
* Add function to set the position of position hscale.Zeeshan Ali2008-02-111-0/+7
* Track media duration instead of track duration.Zeeshan Ali2008-02-111-0/+6
* Keep track of current track duration on each renderer.Zeeshan Ali2008-02-111-0/+9
* Keep the sensitivity of playback controls in sync with renderer state.Zeeshan Ali2008-02-031-0/+9
* Set the renderer combo insensitive when state is PLAYING/PAUSED and viceversa.Zeeshan Ali2008-02-031-1/+3
* A small cosmetic change.Zeeshan Ali2008-02-031-0/+6
* Use glade for connecting all treeview signals.Zeeshan Ali2008-02-031-1/+2
* Play selected item on playlist row activation.Zeeshan Ali2008-02-031-0/+7