profile/ivi/rygel.git
13 years agoUpdated Slovenian translation
Matej Urbančič [Sat, 11 Dec 2010 19:58:11 +0000 (20:58 +0100)]
Updated Slovenian translation

13 years agoUpdated Slovenian translation
Matej Urbančič [Sat, 11 Dec 2010 19:56:33 +0000 (20:56 +0100)]
Updated Slovenian translation

13 years agocore: Don't trust player to set URI immediately
Zeeshan Ali (Khattak) [Thu, 9 Dec 2010 21:13:40 +0000 (23:13 +0200)]
core: Don't trust player to set URI immediately

This is problematic in case of playbin plugin where the underlying
playbin2 element doesn't set URI immediately so when we read the 'uri'
property immediately after writing to it, we get an empty string.

13 years agotracker: SearchContainer.escape_string() -> Query
Sunil Mohan Adapa [Wed, 8 Dec 2010 19:31:36 +0000 (01:01 +0530)]
tracker: SearchContainer.escape_string() -> Query

The escape_string utility function meant for escaping strings to be
used in SPARQL query more correctly belongs to the Query class that
deals with SPARQL query generation.

13 years agotracker: Item factories provide properties only
Sunil Mohan Adapa [Tue, 7 Dec 2010 17:34:01 +0000 (23:04 +0530)]
tracker: Item factories provide properties only

Instead of providing key chains directly, item factories now only provide
property strings. These property strings are mapped to key chains during query
construction using the global property to key chain map.

13 years agotracker: A map from UPnP to tracker properties
Sunil Mohan Adapa [Tue, 7 Dec 2010 17:41:17 +0000 (23:11 +0530)]
tracker: A map from UPnP to tracker properties

A global map that can be used to convert UPnP properties to tracker
property key chains. This shall be used later to generate a selection
query in a generic manner.

Co-author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>

13 years agotracker: Use property function for sorting
Sunil Mohan Adapa [Sun, 5 Dec 2010 01:48:27 +0000 (07:18 +0530)]
tracker: Use property function for sorting

Tracker claims to be more efficient when using property functions instead
of variables. Property functions work just fine for sorting too. This
patch uses property function instead of variable for modified date
sorting.

13 years agotracker: Treat 'nie:url' property like others
Sunil Mohan Adapa [Sun, 5 Dec 2010 00:39:47 +0000 (06:09 +0530)]
tracker: Treat 'nie:url' property like others

13 years agotracker: Refactor CategoryContainer children
Zeeshan Ali (Khattak) [Wed, 8 Dec 2010 18:38:04 +0000 (20:38 +0200)]
tracker: Refactor CategoryContainer children

Move common code from CategoryContainer children to CategoryContainer.

13 years agotracker: Add "New" container
Zeeshan Ali (Khattak) [Wed, 8 Dec 2010 18:32:20 +0000 (20:32 +0200)]
tracker: Add "New" container

Under each category container, add a child container that lists all items
of that category that were added (to tracker-store) less than 3 days ago.

13 years agotracker: Remove a redundant constant
Zeeshan Ali (Khattak) [Wed, 8 Dec 2010 18:24:17 +0000 (20:24 +0200)]
tracker: Remove a redundant constant

13 years agotracker: Add title-based hierarchies
Zeeshan Ali (Khattak) [Wed, 8 Dec 2010 16:23:44 +0000 (18:23 +0200)]
tracker: Add title-based hierarchies

Under each category container, add a container providing a title-based
hierarchy: One container for each unique starting character of all the titles
available for the contegory in question. Something like this:

Music
  |
  |----> Genre
          |..
  ^
  |----> Titles
          |
          |---> A
                |
                |--> Alpha
                |--> alright
          ^
          |---> B
                |
                |--> Bravo
                |--> brave
                |..
          ^
  ^       |..
  |..

13 years agotracker: Allow subclasses to fail on title/ID creation
Zeeshan Ali (Khattak) [Wed, 8 Dec 2010 16:11:13 +0000 (18:11 +0200)]
tracker: Allow subclasses to fail on title/ID creation

Allow create_id_for_title and create_title_for_value virtual methods of
MetadataValues to return null. When these methods return null for a
metadata value, we simply ignore that value.

13 years agocore: Advertise transcoder if DLNA PN is different
Zeeshan Ali (Khattak) [Wed, 1 Dec 2010 22:04:44 +0000 (00:04 +0200)]
core: Advertise transcoder if DLNA PN is different

Only refuse to advertise the transcoder for an item if it's DLNA profile
is the same as that of the item in question.

13 years agocore: Fix incorrect copyright info in 91cd1f69
Sunil Mohan Adapa [Tue, 30 Nov 2010 17:27:09 +0000 (22:57 +0530)]
core: Fix incorrect copyright info in 91cd1f69

13 years agocore: Search on non-searchable returns no results
Sunil Mohan Adapa [Thu, 25 Nov 2010 19:55:02 +0000 (01:25 +0530)]
core: Search on non-searchable returns no results

Search on a non-searchable container returns no results as per
UPnP A/V ContentDirectory specification.

13 years agocore: Update copyrights and author info
Zeeshan Ali (Khattak) [Tue, 30 Nov 2010 16:33:29 +0000 (18:33 +0200)]
core: Update copyrights and author info

13 years agocore: Only advertize searchable containers as such
Sunil Mohan Adapa [Thu, 25 Nov 2010 19:54:18 +0000 (01:24 +0530)]
core: Only advertize searchable containers as such

Set the 'searchable' attribute in the DIDL depending on whether a
container is searchable or not.

13 years agocore,plugins: Introducing SearchableContainer
Sunil Mohan Adapa [Thu, 25 Nov 2010 19:46:02 +0000 (01:16 +0530)]
core,plugins: Introducing SearchableContainer

Move MediaContainer.search (and related methods) to separate interface,
SearchableContainer. Not every container needs to be searchable and allowing
search in them only makes searches on top containers slow. Now only the
container that needs to be searchable implement this new interface.

13 years agoRelease 0.9.4 RYGEL_0_9_4
Zeeshan Ali (Khattak) [Mon, 29 Nov 2010 15:37:12 +0000 (17:37 +0200)]
Release 0.9.4

13 years agomedia-export: Speed up "derivedFrom" searches
Jens Georg [Sun, 28 Nov 2010 00:21:06 +0000 (01:21 +0100)]
media-export: Speed up "derivedFrom" searches

13 years agomedia-export: Try to prevent full table scan
Jens Georg [Sun, 28 Nov 2010 00:14:03 +0000 (01:14 +0100)]
media-export: Try to prevent full table scan

13 years agomedia-export: Remove useless comment
Jens Georg [Sat, 27 Nov 2010 21:06:03 +0000 (22:06 +0100)]
media-export: Remove useless comment

13 years agomedia-export: Only on-disk container are writable
Jens Georg [Sat, 27 Nov 2010 19:45:02 +0000 (20:45 +0100)]
media-export: Only on-disk container are writable

Special containers like "Filesystem" or the query folders should not be
marked writable.

13 years agomedia-export: Disable plugin if error while init
Jens Georg [Sat, 23 Oct 2010 22:48:33 +0000 (00:48 +0200)]
media-export: Disable plugin if error while init

If there's a problem reading the database e.g. disable plugin right
away

13 years agotests: Update HTTPPost test
Zeeshan Ali (Khattak) [Sun, 28 Nov 2010 18:55:10 +0000 (20:55 +0200)]
tests: Update HTTPPost test

13 years agomedia-export: Fix build issues in commit 34157a0
Zeeshan Ali (Khattak) [Sun, 28 Nov 2010 16:13:45 +0000 (18:13 +0200)]
media-export: Fix build issues in commit 34157a0

13 years agotracker: Fix year in copyright headers
Zeeshan Ali (Khattak) [Sun, 28 Nov 2010 16:06:34 +0000 (18:06 +0200)]
tracker: Fix year in copyright headers

13 years agocore,plugins,tests: Change in coding-style
Zeeshan Ali (Khattak) [Sun, 28 Nov 2010 15:36:38 +0000 (17:36 +0200)]
core,plugins,tests: Change in coding-style

If the first argument to a function does not fit on the same line, we now
put the opening '(' on the next line rather than having it at the end of
the first line.

13 years agocore: Minor coding-style fix
Zeeshan Ali (Khattak) [Sun, 28 Nov 2010 15:33:08 +0000 (17:33 +0200)]
core: Minor coding-style fix

13 years agocore: Rename a variable to make everything fit 80-columns
Zeeshan Ali (Khattak) [Fri, 26 Nov 2010 14:09:31 +0000 (16:09 +0200)]
core: Rename a variable to make everything fit 80-columns

13 years agomedia-export: Fix bgo#635598
Jens Georg [Sat, 27 Nov 2010 14:00:41 +0000 (15:00 +0100)]
media-export: Fix bgo#635598

Always use the real root container, otherwise signals do not get
propagated properly

13 years agomedia-export: Minor coding-style fixes
Zeeshan Ali (Khattak) [Thu, 25 Nov 2010 18:21:10 +0000 (20:21 +0200)]
media-export: Minor coding-style fixes

13 years agomedia-export: Remove inline methods from HarvestingTask
Zeeshan Ali (Khattak) [Thu, 25 Nov 2010 18:20:39 +0000 (20:20 +0200)]
media-export: Remove inline methods from HarvestingTask

13 years agoUpdate Simplified Chinese translation.
Aron Xu [Wed, 24 Nov 2010 16:17:20 +0000 (00:17 +0800)]
Update Simplified Chinese translation.

13 years agocore: Fix visibility ItemCreator.create_uri()
Zeeshan Ali (Khattak) [Mon, 22 Nov 2010 12:41:40 +0000 (14:41 +0200)]
core: Fix visibility ItemCreator.create_uri()

13 years agocore: Wait for new item to appear
Zeeshan Ali (Khattak) [Fri, 19 Nov 2010 17:24:15 +0000 (19:24 +0200)]
core: Wait for new item to appear

After adding a new item in a container, wair for it to actually appear
under the container in the hierarchy. This is needed to satisfy DLNA CTT
testcase 7.3.26.4,5.

13 years agocore: Micro coding-style fix
Zeeshan Ali (Khattak) [Fri, 19 Nov 2010 15:50:23 +0000 (17:50 +0200)]
core: Micro coding-style fix

13 years agoAdded UG translation
Gheyret T.Kenji [Sat, 20 Nov 2010 11:58:44 +0000 (12:58 +0100)]
Added UG translation

13 years agocore: Wait for container update after HTTP POST
Zeeshan Ali (Khattak) [Fri, 19 Nov 2010 13:13:20 +0000 (15:13 +0200)]
core: Wait for container update after HTTP POST

Wait for updated signal from the parent container after pushing content
to a child item before returning an 'OK' to the client. This is needed to
satisfy the bogus check at the end of the DLNA CTT testcase 7.3.136.4.

13 years agocore: Minor optimization/re-factor
Zeeshan Ali (Khattak) [Wed, 17 Nov 2010 17:18:16 +0000 (19:18 +0200)]
core: Minor optimization/re-factor

13 years agocore: Don't use expired cache of description doc
Zeeshan Ali (Khattak) [Wed, 17 Nov 2010 17:08:48 +0000 (19:08 +0200)]
core: Don't use expired cache of description doc

If the template device description was modified after cached description
was modified/created, use the template device description. Without this
change, user had to manually remove the cached description documents each
time we modified the templates.

13 years agocore: Remove now redundant vala work-arounds
Zeeshan Ali (Khattak) [Wed, 17 Nov 2010 15:13:04 +0000 (17:13 +0200)]
core: Remove now redundant vala work-arounds

13 years agompris: Simplify DBus related code
Zeeshan Ali (Khattak) [Wed, 17 Nov 2010 14:19:39 +0000 (16:19 +0200)]
mpris: Simplify DBus related code

- Require interface MediaPlayer2 from MediaPlayer2.Player as they are
  always implemented by the same object.
- Create proxy for only MediaPlayer2.Player interface and use that
  everywhere. No need to use Properties.get_all.

13 years agompris: Remove bogus comment resulting from C&P
Zeeshan Ali (Khattak) [Wed, 17 Nov 2010 14:18:45 +0000 (16:18 +0200)]
mpris: Remove bogus comment resulting from C&P

13 years agocore,mpris: Make use of GDBus prop change API
Zeeshan Ali (Khattak) [Wed, 17 Nov 2010 13:33:28 +0000 (15:33 +0200)]
core,mpris: Make use of GDBus prop change API

No need for using FreeDesktop.Properties.properties_changed when GDBus
provides us an API to hook to property changes.

13 years agompris: Require DBusProxy for all proxy interfaces
Zeeshan Ali (Khattak) [Wed, 17 Nov 2010 13:42:03 +0000 (15:42 +0200)]
mpris: Require DBusProxy for all proxy interfaces

13 years agoexternal,mpris: Prefer async D-Bus proxies creation
Zeeshan Ali (Khattak) [Mon, 15 Nov 2010 15:47:59 +0000 (17:47 +0200)]
external,mpris: Prefer async D-Bus proxies creation

13 years agocore,plugins: Load D-Bus properties only when needed
Zeeshan Ali (Khattak) [Mon, 15 Nov 2010 13:59:20 +0000 (15:59 +0200)]
core,plugins: Load D-Bus properties only when needed

Don't load properties on D-Bus proxy creation if not needed.

13 years agocore: Remove work-around for bug#631044
Zeeshan Ali (Khattak) [Mon, 15 Nov 2010 13:35:16 +0000 (15:35 +0200)]
core: Remove work-around for bug#631044

13 years agoRequire vala 0.11.2
Zeeshan Ali (Khattak) [Mon, 15 Nov 2010 13:27:19 +0000 (15:27 +0200)]
Require vala 0.11.2

13 years agocore: Only set dlnaManaged flags if non-zero
Zeeshan Ali (Khattak) [Tue, 16 Nov 2010 14:42:24 +0000 (16:42 +0200)]
core: Only set dlnaManaged flags if non-zero

Only set dlnaManaged flags if any of the contained flag is set. This is
needed to comply with DLNA requirements 7.3.118.2-3.

13 years agocore: Correct resolution for MPEG_TS_SD_EU_ISO
Zeeshan Ali (Khattak) [Mon, 15 Nov 2010 20:09:45 +0000 (22:09 +0200)]
core: Correct resolution for MPEG_TS_SD_EU_ISO

13 years agotracker: Keep only one hierarchy
Zeeshan Ali (Khattak) [Mon, 15 Nov 2010 13:17:27 +0000 (15:17 +0200)]
tracker: Keep only one hierarchy

13 years agoUpdated Thai Translation.
Akom Chotiphantawanon [Mon, 15 Nov 2010 12:50:32 +0000 (19:50 +0700)]
Updated Thai Translation.

13 years agoUpdated Romanian translation
Daniel Șerbănescu [Sun, 14 Nov 2010 11:15:12 +0000 (13:15 +0200)]
Updated Romanian translation

13 years agoUpdated Romanian translation
Lucian Adrian Grijincu [Sun, 14 Nov 2010 11:11:57 +0000 (13:11 +0200)]
Updated Romanian translation

13 years agoAdded UG translation
Gheyret T.Kenji [Sat, 13 Nov 2010 23:08:10 +0000 (00:08 +0100)]
Added UG translation

13 years agoAdded UG translation
Gheyret T.Kenji [Sat, 13 Nov 2010 21:55:38 +0000 (22:55 +0100)]
Added UG translation

13 years agoUpdated Galician translations
Fran Diéguez [Sat, 13 Nov 2010 00:58:55 +0000 (01:58 +0100)]
Updated Galician translations

13 years agotracker: Handle updates in CategoryAllContainer
Zeeshan Ali (Khattak) [Fri, 12 Nov 2010 15:51:53 +0000 (17:51 +0200)]
tracker: Handle updates in CategoryAllContainer

Handle graph updates in CategoryAllContainer instead of MetadataValues. In
CategoryAllContainer we can easily know if the update affect the container or
not, which is not true for MetadataValues and we end-up launching a lot of
redundant Tracker queries and network traffic.

13 years agotracker: SearchContainer.get_children_count now protected
Zeeshan Ali (Khattak) [Fri, 12 Nov 2010 15:51:05 +0000 (17:51 +0200)]
tracker: SearchContainer.get_children_count now protected

13 years agotracker: Adapt to new Tracker update API
Zeeshan Ali (Khattak) [Fri, 12 Nov 2010 13:38:22 +0000 (15:38 +0200)]
tracker: Adapt to new Tracker update API

13 years agotracker: Micro code-readability improvement
Zeeshan Ali (Khattak) [Fri, 12 Nov 2010 13:37:05 +0000 (15:37 +0200)]
tracker: Micro code-readability improvement

13 years ago[l10n] Updated Estonian translation
Ivar Smolin [Thu, 11 Nov 2010 07:14:32 +0000 (09:14 +0200)]
[l10n] Updated Estonian translation

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Thu, 11 Nov 2010 05:35:42 +0000 (07:35 +0200)]
Updated Hebrew translation.

13 years agoAnnounement for release 0.9.3
Zeeshan Ali (Khattak) [Wed, 10 Nov 2010 14:21:08 +0000 (16:21 +0200)]
Announement for release 0.9.3

13 years agoui,data: Port UI to gtk-3
Zeeshan Ali (Khattak) [Wed, 10 Nov 2010 14:11:38 +0000 (16:11 +0200)]
ui,data: Port UI to gtk-3

13 years agobuild: Build against gtk-3 only
Zeeshan Ali (Khattak) [Wed, 10 Nov 2010 13:19:40 +0000 (15:19 +0200)]
build: Build against gtk-3 only

At this point in unstable cycle, we can simply forget about gtk-2.

13 years agodata: Default config for upload and deletion
Zeeshan Ali (Khattak) [Wed, 10 Nov 2010 13:03:42 +0000 (15:03 +0200)]
data: Default config for upload and deletion

13 years agocore: Configuration for (dis)allowing deletion
Zeeshan Ali (Khattak) [Tue, 9 Nov 2010 17:49:41 +0000 (19:49 +0200)]
core: Configuration for (dis)allowing deletion

Enable user to choose if she wants to (dis)allowing media object deletion.

13 years agocore: Configuration for (dis)allowing upload
Zeeshan Ali (Khattak) [Wed, 3 Nov 2010 11:45:45 +0000 (13:45 +0200)]
core: Configuration for (dis)allowing upload

Enable user to choose if she wants to (dis)allowing media object upload.

13 years agoUpdated Spanish translation
Jorge González [Tue, 9 Nov 2010 09:27:06 +0000 (10:27 +0100)]
Updated Spanish translation

13 years agoAnnouncement for release 0.9.2 RYGEL_0_9_2
Zeeshan Ali (Khattak) [Mon, 8 Nov 2010 13:58:36 +0000 (15:58 +0200)]
Announcement for release 0.9.2

13 years agocore: Make use of new gupnp-av 'createClass' API
Zeeshan Ali (Khattak) [Sun, 7 Nov 2010 22:42:11 +0000 (00:42 +0200)]
core: Make use of new gupnp-av 'createClass' API

13 years agocore: MediaObject handles 'restricted' prop on its own
Zeeshan Ali (Khattak) [Thu, 4 Nov 2010 18:02:19 +0000 (20:02 +0200)]
core: MediaObject handles 'restricted' prop on its own

There is no need for inheriting classes to provides it's value as MediaObject
can do that based on the value of abstract property 'ocm_flags' provided by
inheriting classes.

13 years agodata: Advertize support for creation of destroyable objects
Zeeshan Ali (Khattak) [Thu, 4 Nov 2010 18:00:09 +0000 (20:00 +0200)]
data: Advertize support for creation of destroyable objects

13 years agocore: Set dlnaManaged attribute on DIDL-Lite objects
Zeeshan Ali (Khattak) [Thu, 4 Nov 2010 15:45:18 +0000 (17:45 +0200)]
core: Set dlnaManaged attribute on DIDL-Lite objects

This helps us pass the following DLNA CTT testcases:

* 7.3.118.2,3
* 7.3.121.1
* 7.3.139.1

This change should also satisfy 7.3.118.4 but that seems to have some "known
issue": performs some invalid checks and ends up failing.

13 years agocore: Make use of new OCM flags API in gupnp-av
Zeeshan Ali (Khattak) [Thu, 4 Nov 2010 15:43:45 +0000 (17:43 +0200)]
core: Make use of new OCM flags API in gupnp-av

Make use of new DLNA OCM flags API in gupnp-av for access-writes.

13 years agobuild: Require git master of gupnp-av & gupnp-vala
Zeeshan Ali (Khattak) [Thu, 4 Nov 2010 15:16:33 +0000 (17:16 +0200)]
build: Require git master of gupnp-av & gupnp-vala

13 years agocore: Add access-writes to MediaObject
Zeeshan Ali (Khattak) [Wed, 3 Nov 2010 11:46:27 +0000 (13:46 +0200)]
core: Add access-writes to MediaObject

MediaItem and MediaContainer now provides boolean properties specifying
different access writes.

13 years agocore: Port to vala 0.11.2
Zeeshan Ali (Khattak) [Mon, 8 Nov 2010 20:59:26 +0000 (22:59 +0200)]
core: Port to vala 0.11.2

Do so without breaking the build against 0.11.2.

13 years agotests: Update test cases as per latest changes
Zeeshan Ali (Khattak) [Mon, 8 Nov 2010 20:55:01 +0000 (22:55 +0200)]
tests: Update test cases as per latest changes

13 years agotests: Correct visibility of a constant
Zeeshan Ali (Khattak) [Mon, 8 Nov 2010 20:52:23 +0000 (22:52 +0200)]
tests: Correct visibility of a constant

13 years agotests: Port to vala 0.11.1
Zeeshan Ali (Khattak) [Mon, 8 Nov 2010 20:48:16 +0000 (22:48 +0200)]
tests: Port to vala 0.11.1

13 years agocore: Remove redundant arg from a method
Zeeshan Ali (Khattak) [Mon, 8 Nov 2010 20:44:24 +0000 (22:44 +0200)]
core: Remove redundant arg from a method

Remove now redundant 'length' argument of SeekableResponse.push_data().

13 years agocore: Only push read bytes, not the whole buffer
Zeeshan Ali (Khattak) [Mon, 8 Nov 2010 20:39:03 +0000 (22:39 +0200)]
core: Only push read bytes, not the whole buffer

This corrects a serious regression in seekable HTTP GET handling
introduced by commit c398c26.

13 years agoi18n: Update ignored & translated files list
Zeeshan Ali (Khattak) [Mon, 8 Nov 2010 20:23:38 +0000 (22:23 +0200)]
i18n: Update ignored & translated files list

13 years agocore: Sort by title by default
Zeeshan Ali (Khattak) [Sun, 7 Nov 2010 22:57:51 +0000 (00:57 +0200)]
core: Sort by title by default

Sort Search and Browse results alphabetically (in descending order) by title
when no sort criteria is specified by the client.

13 years agoAdded Thai translation.
Akom C [Fri, 5 Nov 2010 13:01:50 +0000 (20:01 +0700)]
Added Thai translation.

13 years agocore: Remove redundant call to Gst.init()
Zeeshan Ali (Khattak) [Wed, 3 Nov 2010 12:32:51 +0000 (14:32 +0200)]
core: Remove redundant call to Gst.init()

13 years agocore: Unique short arg for disabling WMV transcoding
Zeeshan Ali (Khattak) [Tue, 2 Nov 2010 18:14:13 +0000 (20:14 +0200)]
core: Unique short arg for disabling WMV transcoding

13 years agocore: Implement DLNA's 'auto-destroy'
Zeeshan Ali (Khattak) [Sat, 30 Oct 2010 21:50:07 +0000 (00:50 +0300)]
core: Implement DLNA's 'auto-destroy'

If an item has been created using DLNA's AnyContainer feature, we are required
to destroy it:

* If no content are pushed to it after 35 seconds of it's creation.
* If content transfer to newly created item fails.

13 years agocore: Only allow importing to our own items
Zeeshan Ali (Khattak) [Tue, 2 Nov 2010 14:40:17 +0000 (16:40 +0200)]
core: Only allow importing to our own items

Only allow importing contents to URIs belonging to our own items.

13 years agocore: No need for modifying value of 'ContainerID'
Zeeshan Ali (Khattak) [Tue, 2 Nov 2010 13:20:49 +0000 (15:20 +0200)]
core: No need for modifying value of 'ContainerID'

Keep the original values of all 'in' arguments.

13 years agocore: Fix visibility of ItemDestroyer.remove_object
Zeeshan Ali (Khattak) [Fri, 29 Oct 2010 14:23:37 +0000 (17:23 +0300)]
core: Fix visibility of ItemDestroyer.remove_object

13 years agoRevert "core: Use Signal.connect* for connecting dynamic signals"
Zeeshan Ali (Khattak) [Mon, 18 Oct 2010 12:55:20 +0000 (15:55 +0300)]
Revert "core: Use Signal.connect* for connecting dynamic signals"

This reverts commit 565c72bba0bb5f6ff60fa587a78a02cfed4e5ca9.

Conflicts:

src/rygel/rygel-live-response.vala
src/rygel/rygel-mp2ts-transcoder-bin.vala
src/rygel/rygel-wmv-transcoder-bin.vala

13 years agocore: Correct visibility of a few fields
Zeeshan Ali (Khattak) [Sat, 30 Oct 2010 22:41:29 +0000 (01:41 +0300)]
core: Correct visibility of a few fields

13 years agocore: No need to pass dummy args to Gst.init()
Zeeshan Ali (Khattak) [Sat, 30 Oct 2010 22:37:47 +0000 (01:37 +0300)]
core: No need to pass dummy args to Gst.init()

I'm not exactly sure why I was doing that.

13 years agocore,plugins: Port to vala 0.11.1
Zeeshan Ali (Khattak) [Sat, 30 Oct 2010 22:36:14 +0000 (01:36 +0300)]
core,plugins: Port to vala 0.11.1