server: Add LG TV hacks
[profile/ivi/rygel.git] / ChangeLog
2011-02-02 Luis de Bethencourtbuild: Clear the ChangeLog file
2008-11-11 Zeeshan Ali (Khattak)Override GLib.Object.constructed() instead of using...
2008-11-11 Zeeshan Ali (Khattak)Avoid using 'construct' now that we have flexible const...
2008-11-11 Zeeshan Ali (Khattak)Don't keep GUPnP context and D-Bus proxy objects in...
2008-11-11 Zeeshan Ali (Khattak)Don't hide GUPnP context and D-Bus proxy objects.
2008-11-11 Zeeshan Ali (Khattak)Rename field/variable "tracker_category" to "category".
2008-11-11 Zeeshan Ali (Khattak)Refactor: Put common Tracker item code into a separate...
2008-11-11 Zeeshan Ali (Khattak)Refactor: Separate classes for each item type.
2008-11-11 Zeeshan Ali (Khattak)Declare private fields as private.
2008-11-11 Zeeshan Ali (Khattak)Refactor: Add TrackerContainer.get_file_category().
2008-11-11 Zeeshan Ali (Khattak)More standard-compliant SCPDs.
2008-11-11 Zeeshan Ali (Khattak)Create root container after it's children.
2008-11-10 Zeeshan Ali (Khattak)Refactor: A more intelligent TrackerContainer.
2008-11-10 Zeeshan Ali (Khattak)Replace my non-working "@gstreamer.net" email with...
2008-11-10 Zeeshan Ali (Khattak)File.query_info () doesn't return a weak anymore.
2008-10-26 Zeeshan Ali (Khattak)Add MAINTAINERS file.
2008-10-26 Zeeshan Ali (Khattak)Project renamed to "Rygel" to be moved to GNOME SVN.
2008-09-10 Zeeshan Ali (Khattak)Refactor: Put plugin stuff into a separate module.
2008-09-10 Zeeshan Ali (Khattak)Refactor: Put TrackerContainer class into a separate...
2008-09-10 Zeeshan Ali (Khattak)Rename Tracker.Container to GUPnP.TrackerContainer.
2008-09-10 Zeeshan Ali (Khattak)Create the root container in the contructor of the...
2008-08-29 Zeeshan Ali (Khattak)Remove the redundant 'title' field from the Tracker...
2008-08-29 Zeeshan Ali (Khattak)Start utilizing the MediaContainer class in MediaTracker.
2008-08-29 Zeeshan Ali (Khattak)Add MediaItem to vapi file and build.
2008-08-29 Zeeshan Ali (Khattak)Introduce a class for media items.
2008-08-29 Zeeshan Ali (Khattak)Start utilizing the MediaContainer class in media provi...
2008-08-29 Zeeshan Ali (Khattak)Add MediaObject and MediaContainer to vapi file and...
2008-08-29 Zeeshan Ali (Khattak)Introduce a class for media containers.
2008-08-29 Zeeshan Ali (Khattak)Introduce a new abstract class for media objects.
2008-08-29 Zeeshan Ali (Khattak)Add the root_id prefix to container's id at object...
2008-08-29 Zeeshan Ali (Khattak)Keep the parent_id of the container in the Tracker...
2008-08-29 Zeeshan Ali (Khattak)Remove MediaProvider.get_root_children_count().
2008-08-29 Zeeshan Ali (Khattak)Rename MediaManger's get_root_container_metadata()...
2008-08-29 Zeeshan Ali (Khattak)Put the code and message from exception caught on the...
2008-08-29 Zeeshan Ali (Khattak)Assign a specific code (701) to "No such object" error.
2008-08-29 Zeeshan Ali (Khattak)Rename MediaManager's browse_root_container() to add_ro...
2008-08-29 Zeeshan Ali (Khattak)Rename MediaProvider's browse() to add_children_metadata().
2008-08-29 Zeeshan Ali (Khattak)Rename MediaProvider's get_metadata() to add_metadata().
2008-08-29 Zeeshan Ali (Khattak)MediaProviders now get a DIDLiteWriter to add metadata...
2008-08-29 Zeeshan Ali (Khattak)Remove an unneeded try&catch block.
2008-08-29 Zeeshan Ali (Khattak)MediaProvider class now requires gupnp-av package.
2008-08-29 Zeeshan Ali (Khattak)Use Exceptions rather than returning null.
2008-08-29 Zeeshan Ali (Khattak)Use real name of the user rather than username in Frien...
2008-08-29 Zeeshan Ali (Khattak)Make MediaProvider an abstract class rather than interface.
2008-08-16 Zeeshan Ali (Khattak)Put MediaProvider in GUPnP namespace.
2008-08-05 Zeeshan Ali (Khattak)Move the core Media Server code into a separate subdire...
2008-08-05 Zeeshan Ali (Khattak)Remove Makefile.in on 'make maintainer-clean'.
2008-08-05 Zeeshan Ali (Khattak)Replace random ID generation function by a GQuark-based...
2008-08-05 Zeeshan Ali (Khattak)Better/recursive GIO-based plugin loading.
2008-08-05 Zeeshan Ali (Khattak)Disable generation of static libraries.
2008-08-05 Zeeshan Ali (Khattak)Re-introduce MediaTracker as a plugin.
2008-08-05 Zeeshan Ali (Khattak)- Introduce a plugins system. Ross should be happy...
2008-08-05 Zeeshan Ali (Khattak)Add get_root_children_count() to MediaProvider interface.
2008-08-05 Zeeshan Ali (Khattak)Add "title" prop to MediaProvider interface.
2008-08-05 Zeeshan Ali (Khattak)Don't add root ID prefix to root parent ID.
2008-08-05 Zeeshan Ali (Khattak)Get the root ID prefix from IDs rather than removing it.
2008-08-05 Zeeshan Ali (Khattak)Pass ID as is to browse() and get_metadata() of media...
2008-08-05 Zeeshan Ali (Khattak)No need for MediaManager to prefix IDs with root_id.
2008-08-05 Zeeshan Ali (Khattak)Correct a typo.
2008-08-05 Zeeshan Ali (Khattak)- MediaProviders now get the "root_parent_id" though...
2008-08-05 Zeeshan Ali (Khattak)Use MediaManager rather than MediaTracker.
2008-08-05 Zeeshan Ali (Khattak)Introduce MediaManager.
2008-08-05 Zeeshan Ali (Khattak)Each MediaProvider prefixes each objectid with "root...
2008-08-05 Zeeshan Ali (Khattak)Introduce MediaProvider interface that MediaTracker...
2008-08-05 Zeeshan Ali (Khattak)Put some more more comments and Refactor.
2008-08-05 Zeeshan Ali (Khattak)Extract the mime-type using GIO.
2008-08-05 Zeeshan Ali (Khattak)Require gio-2.0 (>= 2.16) and include it in the build.
2008-08-05 Zeeshan Ali (Khattak)Implement extraction of audio and video specific metadata.
2008-08-05 Zeeshan Ali (Khattak)Reduce the gstreamer dependency to 0.10.18.
2008-08-05 Zeeshan Ali (Khattak)Gst.TagList.copy_value.value is 'out' rather than ...
2008-08-05 Zeeshan Ali (Khattak)Refactor: A separate function for extraction of 'duration'.
2008-08-05 Zeeshan Ali (Khattak)Only react to PAUSED state-change if the previous state...
2008-08-05 Zeeshan Ali (Khattak)Use 'this' keyword wherever possible. This makes code...
2008-08-05 Zeeshan Ali (Khattak)Add a gstreamer-based metadata extractor.
2008-08-05 Zeeshan Ali (Khattak)Add dependency to gstreamer >= 0.10.19.
2008-07-19 Zeeshan Ali (Khattak)No need to list all supported mimetypes in SourceProtoc...
2008-07-04 Zeeshan Ali (Khattak)Declared all built sources in BUILT_SOURCES.
2008-07-04 Zeeshan Ali (Khattak)Fix a typo.
2008-07-04 Zeeshan Ali (Khattak)Prepare NEWS file for initial (0.1) release.
2008-07-04 Zeeshan Ali (Khattak)Update design doc and TODO files.
2008-07-03 Zeeshan Ali (Khattak)Put my name/copyright in the header.
2008-07-03 Zeeshan Ali (Khattak)Initialize the variables in the constructor.
2008-07-03 Zeeshan Ali (Khattak)Remove the unused commented-out code.
2008-07-03 Zeeshan Ali (Khattak)Use Vala's syntax for connecting signals with details.
2008-07-03 Zeeshan Ali (Khattak)Swap the sink and source ProtocolInfo.
2008-07-03 Zeeshan Ali (Khattak)Enable the ConnectionManager service.
2008-07-03 Zeeshan Ali (Khattak)Copy the ConnectionManager code from gupnp-media-renderer.
2008-07-03 Zeeshan Ali (Khattak)Put some description in README file.
2008-07-03 Zeeshan Ali (Khattak)Return an error on getting invalid arguments for 'Browse'.
2008-07-03 Zeeshan Ali (Khattak)Argument 'value' of query_variable signal should now...
2008-07-03 Zeeshan Ali (Khattak)Provide the 'creator' tag in DIDL xml for all items.
2008-07-02 Zeeshan Ali (Khattak)Hide the optional "GetSortExtensionCapabilities" action...
2008-07-02 Zeeshan Ali (Khattak)Implement "FeatureList" related queries and actions.
2008-07-02 Zeeshan Ali (Khattak)Implement "SearchCapabilities" and "SortCapabilities...
2008-07-02 Zeeshan Ali (Khattak)Initialize "SystemUpdateID" variable and implement...
2008-07-02 Zeeshan Ali (Khattak)Comment out the optional actions and variables.
2008-07-02 Zeeshan Ali (Khattak)List the required actions/variable before the optional.
2008-07-02 Zeeshan Ali (Khattak)Disable the distribution and advertisement of the Conne...
2008-07-01 Zeeshan Ali (Khattak)A temporary hack to make Vala compiler free string...
2008-07-01 Zeeshan Ali (Khattak)No need to check for null on values returned from tracker.
next