profile/ivi/rygel.git
14 years agotracker: Bind Tracker1.Miner.IgnoreNextUpdate method
Zeeshan Ali (Khattak) [Wed, 17 Feb 2010 10:34:04 +0000 (12:34 +0200)]
tracker: Bind Tracker1.Miner.IgnoreNextUpdate method

14 years agotracker: Support for search by URI
Zeeshan Ali (Khattak) [Wed, 17 Feb 2010 10:26:53 +0000 (12:26 +0200)]
tracker: Support for search by URI

SearchContainer should be able to handle search requests for URIs.

14 years agotracker: Chain-up of async methods now possible
Zeeshan Ali (Khattak) [Wed, 17 Feb 2010 10:19:39 +0000 (12:19 +0200)]
tracker: Chain-up of async methods now possible

search method can now chain-up since bug#601558 is fixed.

14 years agotracker: Use correct Sparql query for insertion
Zeeshan Ali (Khattak) [Wed, 17 Feb 2010 10:04:31 +0000 (12:04 +0200)]
tracker: Use correct Sparql query for insertion

- Use SparqlUpdateBlank rather than SparqlUpdate.
- Provide all necessary tripplets.
- Actual ID (URN) is assigned by Tracker.

14 years agotracker: Adapt to Tracker API changes
Zeeshan Ali (Khattak) [Mon, 15 Feb 2010 13:46:44 +0000 (15:46 +0200)]
tracker: Adapt to Tracker API changes

- URLs are not necessarily the same as item IDs (URN) anymore.
- "nmm:length" has been replaced by "nfo:duration".

14 years agomedia-export: Console message when harvesting is done
Zeeshan Ali (Khattak) [Sun, 14 Feb 2010 17:17:06 +0000 (19:17 +0200)]
media-export: Console message when harvesting is done

14 years agomedia-export: Remove redundant null check
Zeeshan Ali (Khattak) [Sun, 14 Feb 2010 16:34:30 +0000 (18:34 +0200)]
media-export: Remove redundant null check

14 years agomedia-export: Initialize fields in constructor only
Zeeshan Ali (Khattak) [Sun, 14 Feb 2010 15:30:27 +0000 (17:30 +0200)]
media-export: Initialize fields in constructor only

We shouldn't be doing anything other than instantiation in singleton's
instance getter static method.

14 years agomedia-export: Implement MediaContainer.add_item()
Jens Georg [Mon, 8 Feb 2010 10:10:52 +0000 (11:10 +0100)]
media-export: Implement MediaContainer.add_item()

MediaExport now has it's own implementation of MediaContainer that is
specifically meant for adding a complete add_item() implementation to
MediaDBContainer.

14 years agomedia-export: add curstom object factory
Jens Georg [Mon, 8 Feb 2010 10:10:07 +0000 (11:10 +0100)]
media-export: add curstom object factory

14 years agomedia-db: Leverage SQL to update meta-data
Jens Georg [Sun, 31 Jan 2010 15:48:20 +0000 (16:48 +0100)]
media-db: Leverage SQL to update meta-data

14 years agotracker: Implement MediaContainer.add_item()
Zeeshan Ali (Khattak) [Sat, 6 Feb 2010 13:39:29 +0000 (15:39 +0200)]
tracker: Implement MediaContainer.add_item()

Make sure the new created item goes into the tracker DB and rygel gets
it's actual ID.

14 years agotracker: Result of query is kept in the instance
Zeeshan Ali (Khattak) [Sat, 6 Feb 2010 12:40:56 +0000 (14:40 +0200)]
tracker: Result of query is kept in the instance

Don't return the result of query from execute() method but keep it in an
instance field since it can be different for differnt types of queries.

14 years agotracker: CategoryContainer keeps relavent ItemFactory
Zeeshan Ali (Khattak) [Thu, 4 Feb 2010 16:07:39 +0000 (18:07 +0200)]
tracker: CategoryContainer keeps relavent ItemFactory

CategoryContainer keeps reference to relavent ItemFactory instance.

14 years agotracker: ItemFactory provides 'upload_dir'
Zeeshan Ali (Khattak) [Thu, 4 Feb 2010 16:01:29 +0000 (18:01 +0200)]
tracker: ItemFactory provides 'upload_dir'

ItemFactory implementations should provide upload directory path.

14 years agotracker: Refined class hierarchy for Tracker queries
Zeeshan Ali (Khattak) [Wed, 3 Feb 2010 15:19:48 +0000 (17:19 +0200)]
tracker: Refined class hierarchy for Tracker queries

Now we have two classes to represent a tracker query: TrackerQuery &
TrackerSelectionQuery.

14 years agotracker: Base class for category containers
Zeeshan Ali (Khattak) [Wed, 3 Feb 2010 14:00:29 +0000 (16:00 +0200)]
tracker: Base class for category containers

14 years agocore: Don't forget to put URI into new MediaItem
Zeeshan Ali (Khattak) [Sat, 6 Feb 2010 13:27:07 +0000 (15:27 +0200)]
core: Don't forget to put URI into new MediaItem

MediaContainer.add_item puts URI into newly created MediaItem.

14 years agocore: Modify error message to avoid potential crash
Zeeshan Ali (Khattak) [Sat, 6 Feb 2010 13:05:29 +0000 (15:05 +0200)]
core: Modify error message to avoid potential crash

14 years agocore: Minor refactor
Zeeshan Ali (Khattak) [Tue, 2 Feb 2010 15:57:29 +0000 (17:57 +0200)]
core: Minor refactor

14 years agocore: Handle case of no ID during item URI parsing
Zeeshan Ali (Khattak) [Fri, 29 Jan 2010 14:28:31 +0000 (16:28 +0200)]
core: Handle case of no ID during item URI parsing

14 years agocore: Handle HTTP Post requests
Zeeshan Ali (Khattak) [Thu, 28 Jan 2010 21:46:24 +0000 (23:46 +0200)]
core: Handle HTTP Post requests

14 years agocore: Separate class for HTTP GET request
Zeeshan Ali (Khattak) [Thu, 28 Jan 2010 09:41:30 +0000 (11:41 +0200)]
core: Separate class for HTTP GET request

More generalization so that we can easily implement request and request
handler classes for other HTTP methods (e.g POST). This change also
implies renaming of HTTPRequestHander to HTTPGetHandler.

14 years agocore: Move get_writable method to MediaObject
Zeeshan Ali (Khattak) [Mon, 1 Feb 2010 14:55:57 +0000 (16:55 +0200)]
core: Move get_writable method to MediaObject

Move get_writable method from MediaContainer to MediaObject.

14 years agocore: Micro coding-style fix
Zeeshan Ali (Khattak) [Wed, 27 Jan 2010 17:47:40 +0000 (19:47 +0200)]
core: Micro coding-style fix

14 years agocore: Implement 'CreateObject' action of CDS
Zeeshan Ali (Khattak) [Tue, 26 Jan 2010 15:39:56 +0000 (17:39 +0200)]
core: Implement 'CreateObject' action of CDS

Currently we can only deal with 'no URI provided' case, i-e upload but OTOH
actual uploading isn't implemented yet. :)

14 years agocore: Add MediaContainer.get_writable()
Zeeshan Ali (Khattak) [Tue, 26 Jan 2010 15:36:00 +0000 (17:36 +0200)]
core: Add MediaContainer.get_writable()

A new method that fetches a GLib.File object for any writable URI
available for the container.

14 years agocore: Support for 'place holder' items
Zeeshan Ali (Khattak) [Tue, 26 Jan 2010 15:03:15 +0000 (17:03 +0200)]
core: Support for 'place holder' items

Items could be marked as 'place holder'. It means items that do not yet
have any media (empty) available for them.

14 years agocore: Provide 'importUri' for all items
Zeeshan Ali (Khattak) [Tue, 26 Jan 2010 15:00:57 +0000 (17:00 +0200)]
core: Provide 'importUri' for all items

14 years agocore: Use 'this' keyword for more readable code
Zeeshan Ali (Khattak) [Tue, 26 Jan 2010 14:53:24 +0000 (16:53 +0200)]
core: Use 'this' keyword for more readable code

14 years agocore: HTTItemURI creates the whole URI
Zeeshan Ali (Khattak) [Mon, 25 Jan 2010 16:57:27 +0000 (18:57 +0200)]
core: HTTItemURI creates the whole URI

Some parts of URI creation was still in HTTPServer.

14 years agocore: HTTPItemURI gets HTTPServer reference
Zeeshan Ali (Khattak) [Mon, 25 Jan 2010 16:28:00 +0000 (18:28 +0200)]
core: HTTPItemURI gets HTTPServer reference

HTTPItemURI gets reference to associated HTTPServer instance.

14 years agocore: Micro indentation fix
Zeeshan Ali (Khattak) [Mon, 25 Jan 2010 16:21:49 +0000 (18:21 +0200)]
core: Micro indentation fix

14 years agocore: No need to pass around the protocol string
Zeeshan Ali (Khattak) [Mon, 25 Jan 2010 16:18:58 +0000 (18:18 +0200)]
core: No need to pass around the protocol string

14 years agocore: Containers without URIs are 'restricted'
Zeeshan Ali (Khattak) [Wed, 20 Jan 2010 15:44:20 +0000 (17:44 +0200)]
core: Containers without URIs are 'restricted'

14 years agotracker: Category containers provide URIs
Zeeshan Ali (Khattak) [Wed, 20 Jan 2010 15:07:39 +0000 (17:07 +0200)]
tracker: Category containers provide URIs

Category containers (Music, Videos, Pictures) should provides URIs
to user's special directories.

14 years agocore,mediathek: Adapt to new libxml VAPI
Zeeshan Ali (Khattak) [Wed, 3 Feb 2010 13:37:46 +0000 (15:37 +0200)]
core,mediathek: Adapt to new libxml VAPI

14 years agocore: A few fixes to satisfy latest valac (0.7.10)
Philip Withnall [Sun, 31 Jan 2010 17:05:13 +0000 (17:05 +0000)]
core: A few fixes to satisfy latest valac (0.7.10)

14 years agocore: A bunch of coding-style fixes
Zeeshan Ali (Khattak) [Wed, 27 Jan 2010 14:32:52 +0000 (16:32 +0200)]
core: A bunch of coding-style fixes

14 years agocore: Restart application on SIGHUP
Zeeshan Ali (Khattak) [Sun, 24 Jan 2010 01:49:36 +0000 (03:49 +0200)]
core: Restart application on SIGHUP

14 years agocore: Simplify HTTPRequest.handle_item_request()
Zeeshan Ali (Khattak) [Sat, 23 Jan 2010 22:44:34 +0000 (00:44 +0200)]
core: Simplify HTTPRequest.handle_item_request()

14 years agocore: Micro coding-style fix
Zeeshan Ali (Khattak) [Sat, 23 Jan 2010 22:13:58 +0000 (00:13 +0200)]
core: Micro coding-style fix

14 years agocore: Fix cancellation of SeekableResponse
Zeeshan Ali (Khattak) [Sat, 23 Jan 2010 22:11:33 +0000 (00:11 +0200)]
core: Fix cancellation of SeekableResponse

We kept on waiting for libsoup to signal us that bytes sent have been
received by the client even after the client has already closed the
connection and libsoup had informed us about that.

14 years agocore: Clean-up MediaDBContainer code
Zeeshan Ali (Khattak) [Thu, 7 Jan 2010 17:39:20 +0000 (19:39 +0200)]
core: Clean-up MediaDBContainer code

Mostly minor coding-style fixes.

14 years agocore: Remove unneeded newline
Zeeshan Ali (Khattak) [Thu, 7 Jan 2010 17:17:09 +0000 (19:17 +0200)]
core: Remove unneeded newline

14 years agocore: Better error message from SearchCriteriaParser
Zeeshan Ali (Khattak) [Thu, 7 Jan 2010 17:16:29 +0000 (19:16 +0200)]
core: Better error message from SearchCriteriaParser

14 years agocore: Add string property to get current parser context
Zeeshan Ali (Khattak) [Thu, 7 Jan 2010 17:15:20 +0000 (19:15 +0200)]
core: Add string property to get current parser context

14 years agocore: Rename SearchCriteriaParser parsing methods
Zeeshan Ali (Khattak) [Thu, 7 Jan 2010 16:54:58 +0000 (18:54 +0200)]
core: Rename SearchCriteriaParser parsing methods

More descriptive name for SearchCriteriaParser parsing methods.

14 years agocore: Major refactoring of SearchCriteriaParser
Zeeshan Ali (Khattak) [Thu, 7 Jan 2010 16:29:15 +0000 (18:29 +0200)]
core: Major refactoring of SearchCriteriaParser

- Rename Symbol to SearchCriteriaSymbol.
- Rename SearchCriteriaSymbol to SearchCriteriaToken.
- Add private prop to fetch current parser token as SearchCriteriaSymbol.
- No need to convert enum values to int everywhere.
- SearchCriteriaSymbol should also include symbols that are already covered by
  GUPnP.SearchCriteriaOp but the common symbols must contain the same values.

14 years agocore: SearchCriteriaSymbol should be private
Zeeshan Ali (Khattak) [Thu, 7 Jan 2010 14:46:57 +0000 (16:46 +0200)]
core: SearchCriteriaSymbol should be private

14 years agocore: No need for 'construct'
Zeeshan Ali (Khattak) [Thu, 7 Jan 2010 14:34:46 +0000 (16:34 +0200)]
core: No need for 'construct'

14 years agomedia-db: Use correct SQL function for "!="
Jens Georg [Thu, 31 Dec 2009 01:39:49 +0000 (02:39 +0100)]
media-db: Use correct SQL function for "!="

14 years agomedia-db: Refactor search translator
Jens Georg [Sat, 21 Nov 2009 13:47:37 +0000 (14:47 +0100)]
media-db: Refactor search translator

14 years agomedia-db: Rename get_children_with_filter
Jens Georg [Sat, 21 Nov 2009 00:21:52 +0000 (01:21 +0100)]
media-db: Rename get_children_with_filter

The function is not fetching children but arbitrary objects.

14 years agomedia-db: Return empty result on unknown criteria
Jens Georg [Sat, 21 Nov 2009 00:21:04 +0000 (01:21 +0100)]
media-db: Return empty result on unknown criteria

14 years agomedia-db: No need to reparent
Jens Georg [Fri, 20 Nov 2009 23:54:04 +0000 (00:54 +0100)]
media-db: No need to reparent

14 years agomedia-db: Implement search on MediaDBContainer
Jens Georg [Fri, 20 Nov 2009 21:26:30 +0000 (22:26 +0100)]
media-db: Implement search on MediaDBContainer

This features a first draft of translation from SearchExpression to an SQL
where clause.

14 years agocore: Rewrite SearchCriteriaParser
Jens Georg [Sat, 2 Jan 2010 18:53:41 +0000 (19:53 +0100)]
core: Rewrite SearchCriteriaParser

This is a rewrite of SearchCriteriaParser to use GScanner directly

14 years agocore: Correct condition for byte-seeking
Zeeshan Ali (Khattak) [Tue, 19 Jan 2010 15:00:37 +0000 (17:00 +0200)]
core: Correct condition for byte-seeking

We were trying to byte-seek even in case of transcoding.

14 years agocore: Correctly handle boolean commandline options
Zeeshan Ali (Khattak) [Tue, 19 Jan 2010 14:00:57 +0000 (16:00 +0200)]
core: Correctly handle boolean commandline options

14 years agoRevert "core: Push data directly from gst thread"
Zeeshan Ali (Khattak) [Mon, 18 Jan 2010 16:54:55 +0000 (18:54 +0200)]
Revert "core: Push data directly from gst thread"

This reverts commit e5cfcf87fc4bf3f2e82b860ec95388e84f8410f7.

Conflicts:

src/rygel/rygel-live-response.vala

14 years agoRevert "core: Synchronous streaming of LiveResponse"
Zeeshan Ali (Khattak) [Mon, 18 Jan 2010 16:53:12 +0000 (18:53 +0200)]
Revert "core: Synchronous streaming of LiveResponse"

This reverts commit 0189add0b5c1d1aeb0c0d9e93ccff6290a7eafd2.

14 years agocore: Adapt to new Base64.decode() VAPI
Zeeshan Ali (Khattak) [Wed, 13 Jan 2010 00:52:32 +0000 (02:52 +0200)]
core: Adapt to new Base64.decode() VAPI

14 years agocore: Move some code from LiveResponse to GstUtils
Zeeshan Ali (Khattak) [Tue, 27 Oct 2009 13:55:45 +0000 (15:55 +0200)]
core: Move some code from LiveResponse to GstUtils

14 years agocore: Synchronous streaming of LiveResponse
Zeeshan Ali (Khattak) [Tue, 12 Jan 2010 16:52:36 +0000 (18:52 +0200)]
core: Synchronous streaming of LiveResponse

Now we wait for the chunk to be actually sent to the client before
we process any more chunks from fakesink.

14 years agocore: Better name for continuation field
Zeeshan Ali (Khattak) [Tue, 12 Jan 2010 16:13:21 +0000 (18:13 +0200)]
core: Better name for continuation field

14 years agocore: Push data directly from gst thread
Zeeshan Ali (Khattak) [Tue, 12 Jan 2010 15:57:19 +0000 (17:57 +0200)]
core: Push data directly from gst thread

Instead of registering an idle func to push data, simply push it directly
from the gst thread. We only need to be sure that nobody else accesses
the message from the main thread while we do this.

14 years agotest: Micro simplification of code
Zeeshan Ali (Khattak) [Tue, 12 Jan 2010 15:32:30 +0000 (17:32 +0200)]
test: Micro simplification of code

14 years agotest: Remove redundant 'using' statements
Zeeshan Ali (Khattak) [Tue, 12 Jan 2010 15:30:43 +0000 (17:30 +0200)]
test: Remove redundant 'using' statements

14 years agotest: Coding style fixes
Zeeshan Ali (Khattak) [Tue, 12 Jan 2010 15:28:16 +0000 (17:28 +0200)]
test: Coding style fixes

14 years agocore: Explicitly set DLNAv1.5 flag
Zeeshan Ali (Khattak) [Tue, 12 Jan 2010 15:16:46 +0000 (17:16 +0200)]
core: Explicitly set DLNAv1.5 flag

GUPnP AV no longer does this for us.

14 years agocore: Live response is always sender-paced
Zeeshan Ali (Khattak) [Tue, 12 Jan 2010 14:16:54 +0000 (16:16 +0200)]
core: Live response is always sender-paced

14 years agocore: Indicate support for connection stalling
Zeeshan Ali (Khattak) [Mon, 11 Jan 2010 17:16:26 +0000 (19:16 +0200)]
core: Indicate support for connection stalling

We support connection stalling for byte-seekable resources, so we should
indicate that.

14 years agocore: Handle message abortion in HTTPServer
Zeeshan Ali (Khattak) [Mon, 11 Jan 2010 16:57:57 +0000 (18:57 +0200)]
core: Handle message abortion in HTTPServer

Handle message abortion in HTTPServer rather than HTTPResponse so that
requests could be aborted even early in their life-cycle and to simplify
the code by maximizing the use of GIO.Cancellable. This also fixes the
strange critical when aborting LiveResponse.

14 years agocore: HTTPRequest now uses it's own Cancellable
Zeeshan Ali (Khattak) [Mon, 11 Jan 2010 16:55:33 +0000 (18:55 +0200)]
core: HTTPRequest now uses it's own Cancellable

HTTPRequest now uses it's own Cancellable rather than that of HTTPServer.

14 years agocore: HTTPServer keeps a list of active requests
Zeeshan Ali (Khattak) [Mon, 11 Jan 2010 16:54:47 +0000 (18:54 +0200)]
core: HTTPServer keeps a list of active requests

14 years agoEnable check for Vala if any stamp file is absent
Zeeshan Ali (Khattak) [Tue, 5 Jan 2010 18:10:07 +0000 (20:10 +0200)]
Enable check for Vala if any stamp file is absent

Enable check for Vala even if not asked to do so if any of the stamp files
are absent.

14 years agocore: Fix condition for partial content transfer
Zeeshan Ali (Khattak) [Tue, 5 Jan 2010 17:50:46 +0000 (19:50 +0200)]
core: Fix condition for partial content transfer

14 years agobuild: Correct linker argument order
Zeeshan Ali (Khattak) [Tue, 29 Dec 2009 15:58:03 +0000 (17:58 +0200)]
build: Correct linker argument order

This should fix the build issue on Gentoo.

14 years agocore,ui,plugins: Work-around for automake bug
Zeeshan Ali (Khattak) [Mon, 4 Jan 2010 00:28:15 +0000 (02:28 +0200)]
core,ui,plugins: Work-around for automake bug

According to Nathan: It scrapes VALAFLAGS looking for options which
specify files, like -H or, significantly, --gir. Unfortunately, rather
than actually checking correctly, it does it in a weird "why did anybody
ever think that was the right thing to do?" kind of way. It has a list of
flags which specify files, and then if a flag is a substring of any of
those flags, it is considered to actually be one. So it mistakes "-g" for
"--gir" and assumes the following argument should be included when you
make dist. Until automake is fixed, you can fool it by putting -g at the
end of VALAFLAGS.

14 years agocore: Limit search slice to result size
Jens Georg [Sat, 2 Jan 2010 20:25:24 +0000 (21:25 +0100)]
core: Limit search slice to result size

This prevents a crtitcal on search.

14 years agocore: Fix a spelling mistake in error message
Zeeshan Ali (Khattak) [Sun, 3 Jan 2010 00:19:14 +0000 (02:19 +0200)]
core: Fix a spelling mistake in error message

14 years agocore: Throw error on invalid URI
Zeeshan Ali (Khattak) [Mon, 28 Dec 2009 16:12:32 +0000 (18:12 +0200)]
core: Throw error on invalid URI

14 years agocore: Clean-up & indent recently added code
Zeeshan Ali (Khattak) [Mon, 28 Dec 2009 16:07:28 +0000 (18:07 +0200)]
core: Clean-up & indent recently added code

14 years agocore: Rename ItemUri to HTTPItemURI
Zeeshan Ali (Khattak) [Mon, 28 Dec 2009 16:03:46 +0000 (18:03 +0200)]
core: Rename ItemUri to HTTPItemURI

14 years agocore: encode itemID base64
Jens Georg [Mon, 7 Dec 2009 14:31:53 +0000 (15:31 +0100)]
core: encode itemID base64

We need to encode the itemID base64 since it might contain slashes but the
context's HTTP server is created without SOUP_SERVER_RAW_PATHS enabled which
translates the URI encoded slashes to real slashes before handing the request
to us.

14 years agocore: Fix uri creation and parsing
Jens Georg [Sat, 5 Dec 2009 02:49:09 +0000 (03:49 +0100)]
core: Fix uri creation and parsing

14 years agocore: Minor formatting fix
Jens Georg [Sat, 5 Dec 2009 02:30:16 +0000 (03:30 +0100)]
core: Minor formatting fix

14 years agocore: Move uri generating and parsing to own class
Jens Georg [Wed, 25 Nov 2009 10:38:03 +0000 (11:38 +0100)]
core: Move uri generating and parsing to own class

14 years agocore: Modify URI generation scheme
Jens Georg [Wed, 4 Nov 2009 11:52:48 +0000 (12:52 +0100)]
core: Modify URI generation scheme

Some UPnP devices cannot cope with urls containing GET parameters and just
skip everything after the "?". This commit modifies the uris to use different
paths instead of GET parameters.

14 years agocore,ui,plugins: Vala debugging symbols
Zeeshan Ali (Khattak) [Mon, 28 Dec 2009 15:41:57 +0000 (17:41 +0200)]
core,ui,plugins: Vala debugging symbols

Tell valac to put debugging symbols to generated code so gdb can refer to
lines in the Vala source code.

14 years agoFix typo in GetCurrentConnectionInfo action response.
Yakup Akbay [Mon, 7 Dec 2009 09:18:21 +0000 (11:18 +0200)]
Fix typo in GetCurrentConnectionInfo action response.

This fixes failures for DLNA CTT test cases 7.2.14.2 and 7.2.14.3.

14 years agobuild: Require latest vala release (0.7.10)
Zeeshan Ali (Khattak) [Tue, 22 Dec 2009 13:59:59 +0000 (15:59 +0200)]
build: Require latest vala release (0.7.10)

14 years agotracker: Act on new config options
Zeeshan Ali (Khattak) [Wed, 23 Dec 2009 15:13:17 +0000 (17:13 +0200)]
tracker: Act on new config options

Now user can actually choose which kind of media she wants to share.

14 years agotracker: Minor refactoring of SearchContainer
Zeeshan Ali (Khattak) [Wed, 23 Dec 2009 14:12:28 +0000 (16:12 +0200)]
tracker: Minor refactoring of SearchContainer

Group-up private and public methods.

14 years agotracker: Update containers on changes to subjects
Zeeshan Ali (Khattak) [Wed, 23 Dec 2009 14:05:26 +0000 (16:05 +0200)]
tracker: Update containers on changes to subjects

For the moment we are only doing this in MetadataValues but since all
top-level containers are instances of MetadataValues (or subclass), we
are safe.

14 years agotracker: Bind Resources.Class D-Bus interface
Zeeshan Ali (Khattak) [Wed, 23 Dec 2009 13:51:38 +0000 (15:51 +0200)]
tracker: Bind Resources.Class D-Bus interface

14 years agocore: Add SimpleContainer.clear()
Zeeshan Ali (Khattak) [Wed, 23 Dec 2009 13:49:37 +0000 (15:49 +0200)]
core: Add SimpleContainer.clear()

API for clearing the SimpleContainer.

14 years agotracker: No need to create keychains on demand
Zeeshan Ali (Khattak) [Tue, 22 Dec 2009 15:34:32 +0000 (17:34 +0200)]
tracker: No need to create keychains on demand

This should give us some speed boost.

14 years agotracker: Simplified handling of nested properties
Zeeshan Ali (Khattak) [Mon, 21 Dec 2009 18:17:55 +0000 (20:17 +0200)]
tracker: Simplified handling of nested properties

Simplified handling of nested properties using new chainable triplets and
recursion.