profile/ivi/rygel.git
2009-03-15 Zeeshan Ali... Make source pad of muxer a ghost pad of TranscodeSrc.
2009-03-15 Zeeshan Ali... Correct logic to decide wether to handle as interactive.
2009-03-15 Zeeshan Ali... Use TranscodeSrc when request is for transcode uri.
2009-03-15 Zeeshan Ali... Move get_transoding_src from HTTPServer to HTTPRequest.
2009-03-15 Zeeshan Ali... HTTPServer creates transcoder given the actual src.
2009-03-15 Zeeshan Ali... Mark TranscodeSrc class as internal.
2009-03-15 Zeeshan Ali... Fix build rule for rygel-transcode-src.vala file.
2009-03-15 Zeeshan Ali... Add TranscodeSrc.
2009-03-15 Zeeshan Ali... Don't create transcoding resource for images.
2009-03-15 Zeeshan Ali... Correct creation of transcode resource.
2009-03-15 Zeeshan Ali... Use vala syntax for concatenating strings.
2009-03-15 Zeeshan Ali... Put transcoding target mime to http uri rather than...
2009-03-15 Zeeshan Ali... HTTPServer.create_http_uri_for_item is now private.
2009-03-15 Zeeshan Ali... Separator for HTML query components is '&' rather than...
2009-03-15 Zeeshan Ali... Move get_transcoded_resources() to HTTPServer.
2009-03-15 Zeeshan Ali... MediaItem creates res for itself for a given URI.
2009-03-15 Zeeshan Ali... Create and report transcode URIs as well.
2009-03-15 Zeeshan Ali... Use "this" to make it things more explicit and therefor...
2009-03-15 Zeeshan Ali... Minor indentation fix.
2009-03-09 Zeeshan Ali... Tell why Search.Query is used instead of Search.GetHitC...
2009-03-09 Zeeshan Ali... It's root container if it's parent is 'null'.
2009-03-09 Zeeshan Ali... Post release version bump.
2009-02-23 Zeeshan Ali... Release announcement of 0.2.2. RYGEL_0_2_2
2009-02-23 Zeeshan Ali... Require latest version (0.5.7) of Vala.
2009-02-23 Zeeshan Ali... Don't use shave for now, lets get back to it in the...
2009-02-21 Zeeshan Ali... Specify header files in vapi file.
2009-02-21 Zeeshan Ali... Include needed header file.
2009-02-21 Zeeshan Ali... Use shave to get a linux kernel like build output.
2009-02-21 Zeeshan Ali... HTTPServer implements StateMachine interface.
2009-02-21 Zeeshan Ali... Create the cancellable before anything else.
2009-02-20 Zeeshan Ali... Distribute all VAPI files.
2009-02-20 Zeeshan Ali... TrackerCategory checks for child count, asynchronously.
2009-02-19 Zeeshan Ali... Write 4096 bytes at a time in case of SeekableResponse.
2009-02-19 Zeeshan Ali... HTTPRespose unsets accumulate flag on Soup message.
2009-02-19 Zeeshan Ali... Use libsoup API to set "ContentLength" header.
2009-02-19 Zeeshan Ali... Remove a now redundant method.
2009-02-19 Zeeshan Ali... No need to allow subclasses to override browse_cb.
2009-02-19 Zeeshan Ali... Mark all internal API as 'internal'.
2009-02-19 Zeeshan Ali... Use VAPI sources directly rather than VAPI.
2009-02-19 Zeeshan Ali... Minor indentation fix.
2009-02-19 Zeeshan Ali... Declare error throw.
2009-02-19 Zeeshan Ali... Allow multiple URIs to original content in MediaItem.
2009-02-19 Zeeshan Ali... Small refactoring.
2009-02-19 Zeeshan Ali... Check for needed version of gupnp-vala.
2009-02-19 Zeeshan Ali... Browse just forwards the Cancellable to async calls.
2009-02-19 Zeeshan Ali... Replace StateMachine.cancel by use of GLib.Cancellable.
2009-02-19 Zeeshan Ali... All results inherit from Rygel.SimpleAsyncResult.
2009-02-19 Zeeshan Ali... Disconnect from StateMachine.completed before cancellin...
2009-02-19 Zeeshan Ali... All state machines are canceled before their user objec...
2009-02-19 Zeeshan Ali... Common interface for all state machine classes.
2009-02-19 Zeeshan Ali... Set appliction name.
2009-02-19 Zeeshan Ali... Include config.h in the build.
2009-02-17 Zeeshan Ali... Decrease needed gconf version to 2.16.
2009-02-16 Zeeshan Ali... Implement notification of container updates.
2009-02-16 Zeeshan Ali... Correct the logic of creating ContainerUpdateIDs value.
2009-02-16 Zeeshan Ali... First param of signal is always the source object.
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.
next