profile/ivi/rygel.git
2009-02-16 Zeeshan Ali... Basic skeleton for "ContainerUpdateIDs" state-variable.
2009-02-16 Zeeshan Ali... ContentDir keeps a system_update_id.
2009-02-16 Zeeshan Ali... Provide a mechanism for container to signal updates.
2009-02-16 Zeeshan Ali... All containers gets an update_id of 0 at creation.
2009-02-16 Zeeshan Ali... Each media object gets a weak ref to it's parent container.
2009-02-15 Zeeshan Ali... Refactor TrackerCategory constructor.
2009-02-15 Zeeshan Ali... Rename (category) container to category.
2009-02-15 Zeeshan Ali... Don't assume a requested count if not provided.
2009-02-15 Zeeshan Ali... Bump libgee required version to 0.1.5.
2009-02-15 Zeeshan Ali... Refactor DVBRootContainer constructor.
2009-02-14 Zeeshan Ali... Return in case of error.
2009-02-14 Zeeshan Ali... return a empty list rather than null.
2009-02-14 Zeeshan Ali... Catch the error thrown by Search.Query.
2009-02-14 Zeeshan Ali... Add complete_in_idle to TrackerSearchResult.
2009-02-14 Zeeshan Ali... Put the result object to list as soon as it is created.
2009-02-14 Zeeshan Ali... Put TrackerGetMetadataResult in separate file.
2009-02-14 Zeeshan Ali... Put Browse into Rygel namespace.
2009-02-14 Zeeshan Ali... Call Metadata.Get asynchronously.
2009-02-14 Zeeshan Ali... Make get_item_path public.
2009-02-14 Zeeshan Ali... results list should be able to container any AsyncResult.
2009-02-14 Zeeshan Ali... Rename fetch_item_by_path to create_item.
2009-02-14 Zeeshan Ali... Put TrackerSearchResult in separate file.
2009-02-14 Zeeshan Ali... Rename search_result_ready method to ready.
2009-02-14 Zeeshan Ali... No need to delay the completion of search result.
2009-02-14 Zeeshan Ali... TrackerSearchResult doesn't inherit from SimpleAsyncResult.
2009-02-14 Zeeshan Ali... Add/Remove the search results to the list at the correc...
2009-02-14 Zeeshan Ali... Keep the results in an ArrayList.
2009-02-14 Zeeshan Ali... call Search.Query asynchronously.
2009-02-14 Zeeshan Ali... Give subclasses of SimpleAsyncResult access to it's...
2009-02-14 Zeeshan Ali... Item constructor don't need to throw signals anymore.
2009-02-14 Zeeshan Ali... Remove TrackerContainer.fetch_item method.
2009-02-14 Zeeshan Ali... Refactor fetch_item* implementations.
2009-02-14 Zeeshan Ali... Use Tracker.Search.Query for getting total items in...
2009-02-14 Zeeshan Ali... Start using Tracker.Search.Query.
2009-02-14 Zeeshan Ali... container classes also provide get_metadata_keys().
2009-02-14 Zeeshan Ali... Container classes fetch the metadata.
2009-02-14 Zeeshan Ali... fetch_metadata doesn't need to be implemented by every...
2009-02-14 Zeeshan Ali... Each container class implements fetch_item_by_path().
2009-02-14 Zeeshan Ali... Rename find_item* to fetch_item*.
2009-02-14 Zeeshan Ali... Item constructors take an optional metadata argument.
2009-02-14 Zeeshan Ali... Refactor: Separate function for retreiving the metadata...
2009-02-14 Zeeshan Ali... Refactor: put initialization from metadata into a separ...
2009-02-14 Zeeshan Ali... Use Filename.to_string ().
2009-02-14 Zeeshan Ali... Turn find_item*() methods private.
2009-02-14 Zeeshan Ali... Separate classes for all categories.
2009-02-14 Zeeshan Ali... No need to keep DBus proxy objects 'static'.
2009-02-14 Zeeshan Ali... Prefix items' IDs with parent container's ID.
2009-02-09 Zeeshan Ali... Don't continue handling the browse if parsing of argume...
2009-02-09 Zeeshan Ali... Utilize generics in AsyncResult so it can hold any...
2009-02-09 Zeeshan Ali... Make MediaContainer.get_children async.
2009-02-09 Zeeshan Ali... More utilization of state-machine in Browse.
2009-02-09 Zeeshan Ali... Correct the doc comment indentation.
2009-02-09 Zeeshan Ali... Put SimpleAsyncResult in separate file.
2009-02-09 Zeeshan Ali... Turn MediaContainer.find_object() async.
2009-02-09 Zeeshan Ali... Provide a simple implementation of AsyncResult: SimpleA...
2009-02-09 Zeeshan Ali... Hook to end of response before starting it.
2009-02-09 Zeeshan Ali... HTTPRequest pauses the message rather than HTTPResponse.
2009-02-09 Zeeshan Ali... MediaObject now derives from GLib.Object.
2009-02-09 Zeeshan Ali... Some refactoring to prepare fetch_requested_item for...
2009-02-09 Zeeshan Ali... Make sure we really found the object.
2009-02-09 Zeeshan Ali... Some refactoring to prepare fetch_media_object for...
2009-02-09 Zeeshan Ali... Mark privates fields as private explicitly.
2009-02-09 Zeeshan Ali... Rename 'metadata' boolean field to 'fetch_metadata'.
2009-02-09 Zeeshan Ali... 'metadata' boolean should be maintained as part of...
2009-02-09 Zeeshan Ali... Rename find_object_by_id to find_object.
2009-02-09 Zeeshan Ali... ContentDirectory doesn't need to implement find_object_...
2009-02-09 Zeeshan Ali... Use root container directly whenever possible.
2009-02-09 Zeeshan Ali... Create root container before HTTP server.
2009-02-09 Zeeshan Ali... Put HTTP request handling into a separate class: HTTPRe...
2009-02-09 Zeeshan Ali... SeekableResponse constructor doesn't need to throw...
2009-02-09 Zeeshan Ali... MediaItem don't need http_server field anymore.
2009-02-09 Zeeshan Ali... Separate class for serializing the media objects.
2009-02-09 Zeeshan Ali... Live items provide gst source element creation method.
2009-02-09 Zeeshan Ali... Don't forget to serialize the MediaObject.
2009-02-09 Zeeshan Ali... Get rid of HTTPServer.item_requested signal.
2009-02-09 Zeeshan Ali... HTTPServer keeps a weak (for now) ref to ContentDir.
2009-02-09 Zeeshan Ali... Refactor and clean-up of Browse class.
2009-02-09 Zeeshan Ali... A bit more docs on new Browse class.
2009-02-09 Zeeshan Ali... Move 'Browse' handling to a separate class.
2009-01-30 Zeeshan Ali... GUPnPService::action_invoked.action is now owned by...
2009-01-29 Zeeshan Ali... MediaContainer keeps it's update_id.
2009-01-29 Zeeshan Ali... Remove an unneeded null check.
2009-01-29 Zeeshan Ali... Refactor: remove now unneeded methods of ContentDir.
2009-01-29 Zeeshan Ali... Minor beautification change.
2009-01-29 Zeeshan Ali... Only ContentDirectoryError uses the HTTP codes.
2009-01-29 Zeeshan Ali... MediaContainer is now an abstract class.
2009-01-28 Zeeshan Ali... Move the "max_count == 0" check into ContentDirectory.
2009-01-28 Zeeshan Ali... Remove child_count param of Container.get_children().
2009-01-28 Zeeshan Ali... Containers should initialize child_count at creation...
2009-01-28 Zeeshan Ali... MediaContainer.get_children is now nullable.
2009-01-28 Zeeshan Ali... ContentDir.get_children () returns List<MediaObject>.
2009-01-28 Zeeshan Ali... MediaContainer.find_item_by_id is now nullable.
2009-01-28 Zeeshan Ali... Prefix own calls with 'this' for clarity.
2009-01-28 Zeeshan Ali... More docs for MediaContainer.
2009-01-28 Zeeshan Ali... Update ContentDir docs.
2009-01-28 Zeeshan Ali... No need for all methods in ContentDir to be protected...
2009-01-28 Zeeshan Ali... Move most of ContentDirectory implementation into the...
2009-01-28 Zeeshan Ali... Separate class for Test root container.
2009-01-28 Zeeshan Ali... Separate class for Tracker's root container.
2009-01-28 Zeeshan Ali... Get rid of unused search parser object.
next