profile/ivi/rygel.git
13 years agoUpdated Brazilian Portuguese translation
Jonh Wendell [Tue, 28 Sep 2010 14:54:50 +0000 (11:54 -0300)]
Updated Brazilian Portuguese translation

13 years agotracker: Improved handling of search by "upnp:class"
Zeeshan Ali (Khattak) [Tue, 28 Sep 2010 13:37:40 +0000 (16:37 +0300)]
tracker: Improved handling of search by "upnp:class"

SearchContainer maps search for "upnp:class" to all its children if
"upnp:class" in question is that of its item factory.

13 years agotracker: Optimize handling of invalid searches
Zeeshan Ali (Khattak) [Tue, 28 Sep 2010 13:21:46 +0000 (16:21 +0300)]
tracker: Optimize handling of invalid searches

SearchContainer now almost always deals with every simple (relation
expression) searches on its own. This speeds-up lots of search requests
since now dbus queries to tracker are only launched in the particular
SearchContainer in which they actually apply.

13 years agotracker: Join item ID components by ',' rather than ':'
Zeeshan Ali (Khattak) [Sun, 26 Sep 2010 21:22:17 +0000 (00:22 +0300)]
tracker: Join item ID components by ',' rather than ':'

Use ',' intead of ':' to join SearchContainer's ID and item's URN in the
child item's ID. This fixes item queries for Tracker backend. This issue
has been there since commit 51e4fdb (Feb 19 2010) but it didn't realize
so far because the default slow search used to kick-in and save the day.

13 years agoUpdated Czech translation
Marek Černocký [Tue, 28 Sep 2010 10:48:04 +0000 (12:48 +0200)]
Updated Czech translation

13 years agoUpdated Bulgarian translation
Rosi Dimova [Tue, 28 Sep 2010 07:14:02 +0000 (10:14 +0300)]
Updated Bulgarian translation

13 years ago[i18n] Updated German translation
Mario Blättermann [Tue, 28 Sep 2010 04:39:41 +0000 (06:39 +0200)]
[i18n] Updated German translation

13 years agoVCS: Ignore desktop.in files
Zeeshan Ali (Khattak) [Mon, 27 Sep 2010 22:28:22 +0000 (01:28 +0300)]
VCS: Ignore desktop.in files

13 years agoi18n: Translate XML .in files rather than XML files
Zeeshan Ali (Khattak) [Mon, 27 Sep 2010 20:48:43 +0000 (23:48 +0300)]
i18n: Translate XML .in files rather than XML files

This should have been part of commit 02b74cb. This is only to satisfy
the build at this point since XML files don't have any translated strings.

13 years agodata: Don't distribute generated XML files
Zeeshan Ali (Khattak) [Mon, 27 Sep 2010 20:39:59 +0000 (23:39 +0300)]
data: Don't distribute generated XML files

13 years ago[l10n] Updated Estonian translation
Ivar Smolin [Mon, 27 Sep 2010 16:24:27 +0000 (19:24 +0300)]
[l10n] Updated Estonian translation

13 years agodata: Generated XML files must be cleaned by `make clean`
Zeeshan Ali (Khattak) [Mon, 27 Sep 2010 14:53:09 +0000 (17:53 +0300)]
data: Generated XML files must be cleaned by `make clean`

13 years agoi18n: Ignore rygel-preferences.desktop.in file
Zeeshan Ali (Khattak) [Mon, 27 Sep 2010 14:43:02 +0000 (17:43 +0300)]
i18n: Ignore rygel-preferences.desktop.in file

13 years agodata: Add XML .in files to dist
Zeeshan Ali (Khattak) [Mon, 27 Sep 2010 14:40:55 +0000 (17:40 +0300)]
data: Add XML .in files to dist

13 years agobuild,ui: Use correct Gtk+ Vala API version
Zeeshan Ali (Khattak) [Mon, 27 Sep 2010 13:52:54 +0000 (16:52 +0300)]
build,ui: Use correct Gtk+ Vala API version

13 years agotracker: Add forgotten file from d8cae15
Zeeshan Ali (Khattak) [Mon, 27 Sep 2010 12:50:45 +0000 (15:50 +0300)]
tracker: Add forgotten file from d8cae15

13 years agoUpdated Dutch translation by Wouter Bolsterlee
Wouter Bolsterlee [Sun, 26 Sep 2010 13:44:38 +0000 (15:44 +0200)]
Updated Dutch translation by Wouter Bolsterlee

13 years agoUpdated Dutch translation by Mario Blätterman
Wouter Bolsterlee [Sun, 26 Sep 2010 13:30:35 +0000 (15:30 +0200)]
Updated Dutch translation by Mario Blätterman

13 years agoi18n: Correct Rygel's spelling in Arabic
Zeeshan Ali (Khattak) [Fri, 24 Sep 2010 18:03:34 +0000 (21:03 +0300)]
i18n: Correct Rygel's spelling in Arabic

13 years agotracker: Provide more information for music items
Zeeshan Ali (Khattak) [Fri, 24 Sep 2010 17:48:10 +0000 (20:48 +0300)]
tracker: Provide more information for music items

* sample rate
* number of channels
* bits per sample
* bitrate

13 years agocore: AudioItem.n_audio_channels -> channels
Zeeshan Ali (Khattak) [Fri, 24 Sep 2010 17:45:09 +0000 (20:45 +0300)]
core: AudioItem.n_audio_channels -> channels

Rename 'n_audio_channels' field of AudioItem to 'channels'.

13 years agotracker,i18n: Add 'Genre' hierarchy
Zeeshan Ali (Khattak) [Fri, 24 Sep 2010 13:39:38 +0000 (16:39 +0300)]
tracker,i18n: Add 'Genre' hierarchy

13 years agocore: Direct XBox's genre search to root container
Zeeshan Ali (Khattak) [Fri, 24 Sep 2010 12:23:55 +0000 (15:23 +0300)]
core: Direct XBox's genre search to root container

13 years agotracker: Container search invalid in SearchContainer
Zeeshan Ali (Khattak) [Thu, 23 Sep 2010 15:16:12 +0000 (18:16 +0300)]
tracker: Container search invalid in SearchContainer

13 years agocore: Hack XBox search for upnp:class
Zeeshan Ali (Khattak) [Wed, 22 Sep 2010 20:50:37 +0000 (23:50 +0300)]
core: Hack XBox search for upnp:class

Yet another XBox quirk: It can't handle '0' as value for TotalMatches in
response of search for upnp:class.

13 years agotracker: Provide UPnP class for artists and albums
Zeeshan Ali (Khattak) [Mon, 20 Sep 2010 16:11:07 +0000 (19:11 +0300)]
tracker: Provide UPnP class for artists and albums

Provide specific UPnP class for artist and album containers so that they
could be searched by this property. This should fix music browsing on XBox
360.

13 years agocore: Constants for common UPnP container classes
Zeeshan Ali (Khattak) [Thu, 23 Sep 2010 14:35:08 +0000 (17:35 +0300)]
core: Constants for common UPnP container classes

13 years agoAdd Arabic translation
Khaled Hosny [Fri, 24 Sep 2010 13:09:09 +0000 (16:09 +0300)]
Add Arabic translation

13 years agocore: HTTP GET/HEAD is invalid for place-holder items
Zeeshan Ali (Khattak) [Wed, 22 Sep 2010 19:14:49 +0000 (22:14 +0300)]
core: HTTP GET/HEAD is invalid for place-holder items

13 years agocore: Only provide import URI for place-holder items
Zeeshan Ali (Khattak) [Wed, 22 Sep 2010 19:14:31 +0000 (22:14 +0300)]
core: Only provide import URI for place-holder items

13 years agocore: Assume item of size 0 to be a place-holder
Zeeshan Ali (Khattak) [Wed, 22 Sep 2010 18:44:08 +0000 (21:44 +0300)]
core: Assume item of size 0 to be a place-holder

We don't need to expose MediaItem.place_holder anymore as its now
automatically determined by size (which is now a property).

13 years agocore: MediaObjects serialize its contents
Zeeshan Ali (Khattak) [Tue, 21 Sep 2010 17:08:11 +0000 (20:08 +0300)]
core: MediaObjects serialize its contents

13 years agocore: Micro refactor
Zeeshan Ali (Khattak) [Fri, 17 Sep 2010 15:36:24 +0000 (18:36 +0300)]
core: Micro refactor

13 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Chao-Hsiung Liao [Wed, 22 Sep 2010 11:17:23 +0000 (19:17 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

13 years ago[l10n] Updated Estonian translation
Mattias Põldaru [Tue, 21 Sep 2010 16:29:28 +0000 (19:29 +0300)]
[l10n] Updated Estonian translation

13 years agoAdded Brazilian Portuguese translation
Djavan Fagundes [Mon, 20 Sep 2010 19:09:14 +0000 (16:09 -0300)]
Added Brazilian Portuguese translation

13 years agoAdded Brazilian Portuguese to LINGUAS
Djavan Fagundes [Mon, 20 Sep 2010 19:06:14 +0000 (16:06 -0300)]
Added Brazilian Portuguese to LINGUAS

13 years agoUpdated Danish translation
Kenneth Nielsen [Sun, 19 Sep 2010 15:49:08 +0000 (17:49 +0200)]
Updated Danish translation

13 years ago[l10n] Updated Estonian translation
Mattias Põldaru [Sun, 19 Sep 2010 09:00:05 +0000 (12:00 +0300)]
[l10n] Updated Estonian translation

13 years agoAdded Lithuanian translation
Žygimantas Beručka [Sat, 18 Sep 2010 20:35:54 +0000 (23:35 +0300)]
Added Lithuanian translation

13 years ago[l10n] Added Estonian (et) to LINGUAS
Priit Laes [Sat, 18 Sep 2010 11:58:16 +0000 (14:58 +0300)]
[l10n] Added Estonian (et) to LINGUAS

13 years ago[l10n] Updated Estonian translation
Ivar Smolin [Sat, 18 Sep 2010 11:57:07 +0000 (14:57 +0300)]
[l10n] Updated Estonian translation

13 years agobuild,data,i18n: Make .desktop files translatable
Gabor Kelemen [Mon, 13 Sep 2010 21:01:39 +0000 (23:01 +0200)]
build,data,i18n: Make .desktop files translatable

13 years agomedia-export: Add null checks to standard XDG folders
Zeeshan Ali (Khattak) [Wed, 15 Sep 2010 17:02:28 +0000 (20:02 +0300)]
media-export: Add null checks to standard XDG folders

13 years agoVCS: Add generated manpages to ignore list
Zeeshan Ali (Khattak) [Wed, 15 Sep 2010 12:56:00 +0000 (15:56 +0300)]
VCS: Add generated manpages to ignore list

13 years agoVCS: Add generated XML files to ignore list
Zeeshan Ali (Khattak) [Wed, 15 Sep 2010 12:54:46 +0000 (15:54 +0300)]
VCS: Add generated XML files to ignore list

13 years agocore: Remove newlines from modified description doc
Zeeshan Ali (Khattak) [Wed, 15 Sep 2010 11:49:09 +0000 (14:49 +0300)]
core: Remove newlines from modified description doc

libxml insists on adding a newline after the xml header node, don't
let it do that for the sake of IOP.

13 years agodata: Transform XML files for better IOP
Zeeshan Ali (Khattak) [Wed, 15 Sep 2010 11:24:27 +0000 (14:24 +0300)]
data: Transform XML files for better IOP

Generate XML files from templates at build time so we can strip out
newlines and leading whitespace to improve our IOP with some devices in
the market that use some crappy XML parsers.

13 years agoRevert "data: Use '\r\n' instead of '\n' in XML files"
Zeeshan Ali (Khattak) [Wed, 15 Sep 2010 00:08:07 +0000 (03:08 +0300)]
Revert "data: Use '\r\n' instead of '\n' in XML files"

This reverts commit d4ea25388b05eaf5f6963235fd9766d55e596bc1.

13 years agocore: Don't set description if already set
Zeeshan Ali (Khattak) [Wed, 15 Sep 2010 00:03:08 +0000 (03:03 +0300)]
core: Don't set description if already set

13 years agoUpdate simplified Chinese translation.
Aron Xu [Wed, 15 Sep 2010 05:45:12 +0000 (13:45 +0800)]
Update simplified Chinese translation.

13 years agoRelease announcement for 0.7.8 RYGEL_0_7_8
Zeeshan Ali (Khattak) [Mon, 13 Sep 2010 15:36:50 +0000 (18:36 +0300)]
Release announcement for 0.7.8

13 years agotests: Update ByteSeek unit test for commit b92b7a8
Zeeshan Ali (Khattak) [Mon, 13 Sep 2010 21:19:55 +0000 (00:19 +0300)]
tests: Update ByteSeek unit test for commit b92b7a8

13 years agoRemove empty line from git ignore list file
Zeeshan Ali (Khattak) [Mon, 13 Sep 2010 20:39:26 +0000 (23:39 +0300)]
Remove empty line from git ignore list file

13 years agodata: Use '\r\n' instead of '\n' in XML files
Zeeshan Ali (Khattak) [Mon, 13 Sep 2010 13:09:03 +0000 (16:09 +0300)]
data: Use '\r\n' instead of '\n' in XML files

Some UPnP devices in the market are apparently unable to use the unix
newline charachter so we better provide the XML files in DOS format.

13 years agodata,core: Don't put empty nodes in device description
Zeeshan Ali (Khattak) [Mon, 13 Sep 2010 11:56:44 +0000 (14:56 +0300)]
data,core: Don't put empty nodes in device description

13 years agomedia-export: Fix (parent != NULL) assertion
Jens Georg [Sun, 5 Sep 2010 09:06:06 +0000 (11:06 +0200)]
media-export: Fix (parent != NULL) assertion

13 years agocore: Add *-Range headers only for Range request
Jens Georg [Sat, 4 Sep 2010 18:14:36 +0000 (20:14 +0200)]
core: Add *-Range headers only for Range request

If the client didn't pass a Range header in the request, don't
append Accept-Ranges and Content-Range headers to response.

This fixes picture browsing on XBox 360 (again)

13 years ago[l10n] Updated German translation
Christian Kirbach [Sat, 11 Sep 2010 23:13:57 +0000 (01:13 +0200)]
[l10n] Updated German translation

13 years agoHungarian translation added
Gabor Kelemen [Sat, 11 Sep 2010 22:59:09 +0000 (00:59 +0200)]
Hungarian translation added

13 years agoAdded hu to LINGUAS
Gabor Kelemen [Sat, 11 Sep 2010 22:58:54 +0000 (00:58 +0200)]
Added hu to LINGUAS

13 years agocore,plugins: Fix bgo#629348
Jens Georg [Sat, 11 Sep 2010 13:33:21 +0000 (15:33 +0200)]
core,plugins: Fix bgo#629348

Don't translate debug messages. Patch provided by Gabor Kelement

13 years agoAdded Japanese translation.
Kentaro KAZUHAMA [Sat, 11 Sep 2010 01:09:46 +0000 (10:09 +0900)]
Added Japanese translation.

13 years agoUpdated Portuguese translation
Duarte Loreto [Fri, 10 Sep 2010 21:25:23 +0000 (22:25 +0100)]
Updated Portuguese translation

13 years agoUpdate Czech translation by Marek Cernocky
Petr Kovar [Fri, 10 Sep 2010 20:31:57 +0000 (22:31 +0200)]
Update Czech translation by Marek Cernocky

13 years agoAdded Korean translation
Homin Lee [Thu, 9 Sep 2010 16:37:43 +0000 (01:37 +0900)]
Added Korean translation

13 years agoAdded pl to LINGUAS
Tomasz Dominikowski [Tue, 7 Sep 2010 09:16:59 +0000 (11:16 +0200)]
Added pl to LINGUAS

13 years agoUpdated Greek translation
Michael Kotsarinis [Sun, 5 Sep 2010 15:06:46 +0000 (18:06 +0300)]
Updated Greek translation

13 years agoUpdated Polish translation
Piotr Drąg [Sat, 4 Sep 2010 17:47:32 +0000 (19:47 +0200)]
Updated Polish translation

13 years agoUpdated French translation
Claude Paroz [Sat, 4 Sep 2010 13:09:52 +0000 (15:09 +0200)]
Updated French translation

13 years agoupdate for Punjabi
A S Alam [Sat, 4 Sep 2010 02:37:25 +0000 (08:07 +0530)]
update for Punjabi

13 years agoUpdated Swedish translation
Daniel Nylander [Fri, 3 Sep 2010 17:30:01 +0000 (19:30 +0200)]
Updated Swedish translation

13 years agoUpdated Slovenian translation
Andrej Žnidaršič [Fri, 3 Sep 2010 16:35:49 +0000 (18:35 +0200)]
Updated Slovenian translation

13 years agoUpdated Tamil translation
drtv [Fri, 3 Sep 2010 15:37:39 +0000 (21:07 +0530)]
Updated Tamil translation

13 years agoUpdated Tamil translation
drtv [Fri, 3 Sep 2010 15:36:27 +0000 (21:06 +0530)]
Updated Tamil translation

13 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Fri, 3 Sep 2010 05:47:24 +0000 (07:47 +0200)]
Updated Norwegian bokmål translation

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Thu, 2 Sep 2010 15:04:02 +0000 (18:04 +0300)]
Updated Hebrew translation.

13 years agoUpdated British English translation
Bruce Cowan [Tue, 31 Aug 2010 15:05:40 +0000 (16:05 +0100)]
Updated British English translation

13 years agoUpdated Galician translations
Fran Diéguez [Tue, 31 Aug 2010 09:35:13 +0000 (11:35 +0200)]
Updated Galician translations

13 years agoUpdated Spanish translation
Jorge González [Tue, 31 Aug 2010 03:13:02 +0000 (05:13 +0200)]
Updated Spanish translation

13 years agoUpdated Serbian translation
Милош Поповић [Tue, 31 Aug 2010 00:09:50 +0000 (02:09 +0200)]
Updated Serbian translation

13 years agomedia-export: Prefer term 'folder' over 'directory'
Zeeshan Ali (Khattak) [Mon, 30 Aug 2010 21:58:49 +0000 (00:58 +0300)]
media-export: Prefer term 'folder' over 'directory'

Prefer the term 'folder' over 'directory' in translated strings.

13 years agocore,plugins: Miscellaneous string fixes
Philip Withnall [Sat, 28 Aug 2010 13:03:22 +0000 (14:03 +0100)]
core,plugins: Miscellaneous string fixes

Mostly punctuation fixes.

13 years agocore: Don't build translatable strings by substitution
Zeeshan Ali (Khattak) [Sat, 28 Aug 2010 12:57:44 +0000 (13:57 +0100)]
core: Don't build translatable strings by substitution

Based on a patch from Philip Withnall <philip@tecnocode.co.uk>.

13 years agoui: Remove markup from a translatable string
Philip Withnall [Sat, 28 Aug 2010 12:55:33 +0000 (13:55 +0100)]
ui: Remove markup from a translatable string

13 years agoAdded Serbian translation
Милош Поповић [Mon, 30 Aug 2010 23:55:29 +0000 (01:55 +0200)]
Added Serbian translation

13 years agoRelease announcement for 0.7.7 RYGEL_0_7_7
Zeeshan Ali (Khattak) [Mon, 30 Aug 2010 21:25:16 +0000 (00:25 +0300)]
Release announcement for 0.7.7

13 years agodata: Correct a typo in default config files
Zeeshan Ali (Khattak) [Mon, 30 Aug 2010 17:53:13 +0000 (20:53 +0300)]
data: Correct a typo in default config files

13 years agoUpdated Czech translation
Marek Černocký [Mon, 30 Aug 2010 16:47:34 +0000 (18:47 +0200)]
Updated Czech translation

13 years agoi18n: Add MPRIS sources to translated/ignored lists
Zeeshan Ali (Khattak) [Mon, 30 Aug 2010 13:55:16 +0000 (16:55 +0300)]
i18n: Add MPRIS sources to translated/ignored lists

13 years agodata: Export XDG standard media dirs by default
Zeeshan Ali (Khattak) [Mon, 30 Aug 2010 13:46:07 +0000 (16:46 +0300)]
data: Export XDG standard media dirs by default

13 years agodata,media-export: Special variables for XDG dirs
Zeeshan Ali (Khattak) [Mon, 30 Aug 2010 13:43:59 +0000 (16:43 +0300)]
data,media-export: Special variables for XDG dirs

Allow user to specify standard XDG media directories using variables.

13 years agoplaybin: Remove last "all rights reserved"
Zeeshan Ali (Khattak) [Sun, 29 Aug 2010 23:08:39 +0000 (02:08 +0300)]
playbin: Remove last "all rights reserved"

Remove last remaining "all rights reserved" from copyright headers.

13 years agodoc: List known MPRIS2 implementors in README
Zeeshan Ali (Khattak) [Sun, 29 Aug 2010 23:00:35 +0000 (02:00 +0300)]
doc: List known MPRIS2 implementors in README

13 years agodoc: Add MediaRenderer info to README
Zeeshan Ali (Khattak) [Sun, 29 Aug 2010 22:45:11 +0000 (01:45 +0300)]
doc: Add MediaRenderer info to README

13 years agodocs: Update README on MediaServer spec
Zeeshan Ali (Khattak) [Sun, 29 Aug 2010 22:32:35 +0000 (01:32 +0300)]
docs: Update README on MediaServer spec

13 years agomedia-export: map @refID to NULL
Jens Georg [Sat, 28 Aug 2010 17:01:58 +0000 (20:01 +0300)]
media-export: map @refID to NULL

This fixes IOP with WMP 12

13 years agompris: Add MPRIS2-based MediaRenderer plugin
Zeeshan Ali (Khattak) [Sat, 28 Aug 2010 01:23:24 +0000 (04:23 +0300)]
mpris: Add MPRIS2-based MediaRenderer plugin

This plugin turns any media player that implements MPRIS2 D-Bus interface
into a UPnP MediaRenderer.

http://www.mpris.org/2.0/spec/

13 years agocore,external: Move f.d.o D-Bus interfaces to core
Zeeshan Ali (Khattak) [Thu, 26 Aug 2010 23:13:16 +0000 (02:13 +0300)]
core,external: Move f.d.o D-Bus interfaces to core

Move FreeDesktop D-Bus interfaces to core.

13 years agoAdd British English translation
Philip Withnall [Sat, 28 Aug 2010 12:53:46 +0000 (13:53 +0100)]
Add British English translation