profile/ivi/rygel.git
2008-10-26 Zeeshan Ali... Project renamed to "Rygel" to be moved to GNOME SVN.
2008-09-10 Zeeshan Ali... Refactor: Put plugin stuff into a separate module.
2008-09-10 Zeeshan Ali... Refactor: Put TrackerContainer class into a separate...
2008-09-10 Zeeshan Ali... Rename Tracker.Container to GUPnP.TrackerContainer.
2008-09-10 Zeeshan Ali... Create the root container in the contructor of the...
2008-08-29 Zeeshan Ali... Remove the redundant 'title' field from the Tracker...
2008-08-29 Zeeshan Ali... Start utilizing the MediaContainer class in MediaTracker.
2008-08-29 Zeeshan Ali... Add MediaItem to vapi file and build.
2008-08-29 Zeeshan Ali... Introduce a class for media items.
2008-08-29 Zeeshan Ali... Start utilizing the MediaContainer class in media provi...
2008-08-29 Zeeshan Ali... Add MediaObject and MediaContainer to vapi file and...
2008-08-29 Zeeshan Ali... Introduce a class for media containers.
2008-08-29 Zeeshan Ali... Introduce a new abstract class for media objects.
2008-08-29 Zeeshan Ali... Add the root_id prefix to container's id at object...
2008-08-29 Zeeshan Ali... Keep the parent_id of the container in the Tracker...
2008-08-29 Zeeshan Ali... Remove MediaProvider.get_root_children_count().
2008-08-29 Zeeshan Ali... Rename MediaManger's get_root_container_metadata()...
2008-08-29 Zeeshan Ali... Put the code and message from exception caught on the...
2008-08-29 Zeeshan Ali... Assign a specific code (701) to "No such object" error.
2008-08-29 Zeeshan Ali... Rename MediaManager's browse_root_container() to add_ro...
2008-08-29 Zeeshan Ali... Rename MediaProvider's browse() to add_children_metadata().
2008-08-29 Zeeshan Ali... Rename MediaProvider's get_metadata() to add_metadata().
2008-08-29 Zeeshan Ali... MediaProviders now get a DIDLiteWriter to add metadata...
2008-08-29 Zeeshan Ali... Remove an unneeded try&catch block.
2008-08-29 Zeeshan Ali... MediaProvider class now requires gupnp-av package.
2008-08-29 Zeeshan Ali... Use Exceptions rather than returning null.
2008-08-29 Zeeshan Ali... Use real name of the user rather than username in Frien...
2008-08-29 Zeeshan Ali... Make MediaProvider an abstract class rather than interface.
2008-08-16 Zeeshan Ali... Put MediaProvider in GUPnP namespace.
2008-08-05 Zeeshan Ali... Move the core Media Server code into a separate subdire...
2008-08-05 Zeeshan Ali... Remove Makefile.in on 'make maintainer-clean'.
2008-08-05 Zeeshan Ali... Replace random ID generation function by a GQuark-based...
2008-08-05 Zeeshan Ali... Better/recursive GIO-based plugin loading.
2008-08-05 Zeeshan Ali... Disable generation of static libraries.
2008-08-05 Zeeshan Ali... Re-introduce MediaTracker as a plugin.
2008-08-05 Zeeshan Ali... - Introduce a plugins system. Ross should be happy...
2008-08-05 Zeeshan Ali... Add get_root_children_count() to MediaProvider interface.
2008-08-05 Zeeshan Ali... Add "title" prop to MediaProvider interface.
2008-08-05 Zeeshan Ali... Don't add root ID prefix to root parent ID.
2008-08-05 Zeeshan Ali... Get the root ID prefix from IDs rather than removing it.
2008-08-05 Zeeshan Ali... Pass ID as is to browse() and get_metadata() of media...
2008-08-05 Zeeshan Ali... No need for MediaManager to prefix IDs with root_id.
2008-08-05 Zeeshan Ali... Correct a typo.
2008-08-05 Zeeshan Ali... - MediaProviders now get the "root_parent_id" though...
2008-08-05 Zeeshan Ali... Use MediaManager rather than MediaTracker.
2008-08-05 Zeeshan Ali... Introduce MediaManager.
2008-08-05 Zeeshan Ali... Each MediaProvider prefixes each objectid with "root...
2008-08-05 Zeeshan Ali... Introduce MediaProvider interface that MediaTracker...
2008-08-05 Zeeshan Ali... Put some more more comments and Refactor.
2008-08-05 Zeeshan Ali... Extract the mime-type using GIO.
2008-08-05 Zeeshan Ali... Require gio-2.0 (>= 2.16) and include it in the build.
2008-08-05 Zeeshan Ali... Implement extraction of audio and video specific metadata.
2008-08-05 Zeeshan Ali... Reduce the gstreamer dependency to 0.10.18.
2008-08-05 Zeeshan Ali... Gst.TagList.copy_value.value is 'out' rather than ...
2008-08-05 Zeeshan Ali... Refactor: A separate function for extraction of 'duration'.
2008-08-05 Zeeshan Ali... Only react to PAUSED state-change if the previous state...
2008-08-05 Zeeshan Ali... Use 'this' keyword wherever possible. This makes code...
2008-08-05 Zeeshan Ali... Add a gstreamer-based metadata extractor.
2008-08-05 Zeeshan Ali... Add dependency to gstreamer >= 0.10.19.
2008-07-19 Zeeshan Ali... No need to list all supported mimetypes in SourceProtoc...
2008-07-04 Zeeshan Ali... Declared all built sources in BUILT_SOURCES.
2008-07-04 Zeeshan Ali... Fix a typo.
2008-07-04 Zeeshan Ali... Prepare NEWS file for initial (0.1) release.
2008-07-04 Zeeshan Ali... Update design doc and TODO files.
2008-07-03 Zeeshan Ali... Put my name/copyright in the header.
2008-07-03 Zeeshan Ali... Initialize the variables in the constructor.
2008-07-03 Zeeshan Ali... Remove the unused commented-out code.
2008-07-03 Zeeshan Ali... Use Vala's syntax for connecting signals with details.
2008-07-03 Zeeshan Ali... Swap the sink and source ProtocolInfo.
2008-07-03 Zeeshan Ali... Enable the ConnectionManager service.
2008-07-03 Zeeshan Ali... Copy the ConnectionManager code from gupnp-media-renderer.
2008-07-03 Zeeshan Ali... Put some description in README file.
2008-07-03 Zeeshan Ali... Return an error on getting invalid arguments for 'Browse'.
2008-07-03 Zeeshan Ali... Argument 'value' of query_variable signal should now...
2008-07-03 Zeeshan Ali... Provide the 'creator' tag in DIDL xml for all items.
2008-07-02 Zeeshan Ali... Hide the optional "GetSortExtensionCapabilities" action...
2008-07-02 Zeeshan Ali... Implement "FeatureList" related queries and actions.
2008-07-02 Zeeshan Ali... Implement "SearchCapabilities" and "SortCapabilities...
2008-07-02 Zeeshan Ali... Initialize "SystemUpdateID" variable and implement...
2008-07-02 Zeeshan Ali... Comment out the optional actions and variables.
2008-07-02 Zeeshan Ali... List the required actions/variable before the optional.
2008-07-02 Zeeshan Ali... Disable the distribution and advertisement of the Conne...
2008-07-01 Zeeshan Ali... A temporary hack to make Vala compiler free string...
2008-07-01 Zeeshan Ali... No need to check for null on values returned from tracker.
2008-07-01 Zeeshan Ali... Put "dc:date" in the DIDL when available.
2008-07-01 Zeeshan Ali... Put the actual "album" in the DIDL when available.
2008-07-01 Zeeshan Ali... Refactor: separate functions for adding music, image...
2008-07-01 Zeeshan Ali... Indentation fix.
2008-07-01 Zeeshan Ali... Include "originalTrackNumber" in the DIDL for Music...
2008-07-01 Zeeshan Ali... Include the author, creator or artist in the DIDL when...
2008-07-01 Zeeshan Ali... Export the "abs_top_builddir" explicitly. Some installa...
2008-07-01 Zeeshan Ali... tracker gives us empty string rather than null for...
2008-07-01 Zeeshan Ali... Include the title instead of filename in the DIDL when...
2008-06-26 Zeeshan Ali... Correct the logic in MediaServer.set_friendly_name_and_...
2008-06-23 Zeeshan Ali... Remove the now redundant 'using GLib' from all sources.
2008-06-23 Zeeshan Ali... Start using the new Vala syntax for connecting signals...
2008-06-23 Zeeshan Ali... A small fix to setisfy the latest Vala compiler.
2008-06-16 Zeeshan Ali... Make all constants all CAPS.
2008-06-15 Zeeshan Ali... Check for gupnp-media-server.vala file rather than...
2008-06-15 Zeeshan Ali... Add the vala stamp file to CLEANFILES.
next