summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Clear the ChangeLog fileLuis de Bethencourt2011-02-021-2579/+0
| | | | | The ChangeLog was obsolete and since it's use has been replaced by git log, an empty ChangeLog file is kept to satisfy autools.
* Add missing casts.Zeeshan Ali2008-11-241-0/+7
| | | | | | Patch by Sven Neumann <s.neumann@phase-zero.de>. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1377 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Declare variables as const to setisfy the compiler.Zeeshan Ali2008-11-241-0/+7
| | | | | | Patch by Sven Neumann <s.neumann@phase-zero.de>. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1376 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Initialize the GError to NULL at declaration.Zeeshan Ali2008-11-241-0/+8
| | | | | | Patch by Sven Neumann <s.neumann@phase-zero.de>. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1375 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Use g_printerr() instead of g_critical() in case of problems.Zeeshan Ali2008-11-241-0/+9
| | | | | | Based on a patch by Sven Neumann <s.neumann@phase-zero.de>. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1374 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Replace my non-working "@gstreamer.net" email with "@gnome.org" one.Zeeshan Ali2008-11-051-0/+38
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1345 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Update the release announcement according to the last change.gupnp-tools-0.7Zeeshan Ali2008-10-281-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1330 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Initialize the thread system before doing anything else.Zeeshan Ali2008-10-281-0/+15
| | | | | | | This automatically removes the need to check for thread system already initialized. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1329 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Prepare NEWS file for release 0.7.Zeeshan Ali2008-10-271-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1327 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Add 'gupnp-upload' to list of tools in README.Zeeshan Ali2008-10-271-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1326 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Bump-up version to 0.7.Zeeshan Ali2008-10-271-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1325 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Small refactoring.Zeeshan Ali2008-10-271-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1324 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Use g_main_loop_unref() instead of g_object_unref() to unref main_loop.Zeeshan Ali2008-10-131-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1304 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Support uploading of multiple files.Zeeshan Ali2008-10-131-0/+9
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1303 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Display the name of the file being transfered.Zeeshan Ali2008-10-131-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1302 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Invert the order of commandline arguments.Zeeshan Ali2008-10-131-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1301 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Introducing gupnp-upload.Zeeshan Ali2008-10-131-0/+19
| | | | | | A small utility commandline application that uploads files to MediaServers. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1300 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Require GIO >= 2.12.Zeeshan Ali2008-10-131-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1299 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* A bit more beautiful error dialog. :)Zeeshan Ali2008-10-011-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1298 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Use a message dialog to display action invocation.Zeeshan Ali2008-10-011-0/+7
| | | | | | | Use a message dialog to display action invocation errors rather than a warning on the console. Fixes #936. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1297 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Correct the check for top children.Zeeshan Ali2008-09-291-0/+9
| | | | | | | | | Convert the check for top children to be based on the ID of the container we browsed rather than the parentID of the DIDL object. We should not be assuming that the actual ID of the root container is guaranteed to be "0". git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1279 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Pass the whole BrowseData to DIDL handling functions.Zeeshan Ali2008-09-291-0/+7
| | | | | | | Pass the whole BrowseData to DIDL handling functions rather than just ContentDirectory proxy. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1278 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Use BrowseData to keep ref to ContentDirectory proxy.Zeeshan Ali2008-09-291-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1277 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Don't initialize thread system if it is already initialized.Zeeshan Ali2008-09-291-0/+8
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1276 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* 2008-09-22 Ross Burton <ross@linux.intel.com>Ross Burton2008-09-221-0/+5
| | | | | | | | * data/Makefile.am: Don't install the AV glade and desktop files if AV tools are disabled. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1267 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* 2008-09-22 Ross Burton <ross@linux.intel.com>Ross Burton2008-09-221-0/+5
| | | | | | | | * src/network-light/upnp.[ch]: Fix compile errors (well, warnings after the previous commit). git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1266 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* 2008-09-22 Ross Burton <ross@linux.intel.com>Ross Burton2008-09-221-0/+5
| | | | | | | | * configure.ac: Don't ever use -Werror, it's stupid. Just always do -Wall. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1265 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Update the NEWS and README files as per the latest changes.Zeeshan Ali2008-09-061-0/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1253 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Refactor: Put client and server (de)initialization in separate functions.Zeeshan Ali2008-09-061-0/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1252 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* The UI now controls all network lights on the network, not just itself.Zeeshan Ali2008-09-061-0/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1251 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Update NEWS file according to the last change.Zeeshan Ali2008-08-231-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1221 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* No need to add orphan objects to tree.Zeeshan Ali2008-08-231-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1220 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Update NEWS file for release 0.6.1.Zeeshan Ali2008-08-121-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1218 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Bump version number to 0.6.1.Zeeshan Ali2008-08-121-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1217 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Explicitly require and link to libgthread-2.0.Zeeshan Ali2008-08-121-0/+10
| | | | | | This should fix the build issues on Rawhide. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1216 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Update the NEWS file as par the latest change.gupnp-tools-0.6Zeeshan Ali2008-06-161-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1091 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Fix distcheck.Zeeshan Ali2008-06-161-0/+9
| | | | | | | Use 'top_srcdir' variable in Makefile.am rather than relative paths. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1090 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Prepare NEWS file for release.Zeeshan Ali2008-06-161-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1089 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Bump version to 0.6.Zeeshan Ali2008-06-161-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1088 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Require gupnp 0.12 and gupnp-av 0.2.Zeeshan Ali2008-06-161-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1087 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* 2008-06-03 Jorn Baayen <jorn@openedhand.com>Jorn Baayen2008-06-031-0/+6
| | | | | | | | | | * src/network-light/upnp.c (init_upnp): Update for new gupnp_root_device_new() API. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1021 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Create a new UUID for each instance of network-light.Zeeshan Ali2008-06-021-0/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1015 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Remove the unneeded periodic notification to susbscribers.Zeeshan Ali2008-05-251-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@991 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* 2008-05-22 Jorn Baayen <jorn@openedhand.com>Jorn Baayen2008-05-221-0/+6
| | | | | | | | | | * configure.ac: Require gupnp 0.10.1.99. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@983 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* 2008-05-22 Ross Burton <ross@openedhand.com>Ross Burton2008-05-221-0/+5
| | | | | | | | * src/universal-cp/details-treeview.c: Display the device presentation URL (requires libgupnp from svn). git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@977 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Require the correct version of gupnp.Zeeshan Ali2008-05-151-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@956 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Prepare NEWS file for release.Zeeshan Ali2008-05-151-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@955 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Add iterative browsing support.Zeeshan Ali2008-05-041-0/+7
| | | | | | | | Request 64 objects of a container, at a time and keep browsing till we get all objects. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@909 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Update soup_session_queue_message() callback signature according to the new API.Zeeshan Ali2008-04-161-0/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@869 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* 2008-04-15 Jorn Baayen <jorn@openedhand.com>Jorn Baayen2008-04-141-0/+10
| | | | | | | | | | | | | | * configure.ac: * src/common/icons.c (get_icon_from_message), (schedule_icon_update), (unschedule_icon_update), (deinit_icons): * src/universal-cp/details-treeview.c (show_service_details), (show_device_details): Port to libsoup 2.4. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@863 d8cb91d7-bff9-0310-92b9-80b65e4482b2