profile/ivi/rygel.git
15 years agocore,ui,data: Replace 'ip' config with 'interface'
Zeeshan Ali (Khattak) [Thu, 3 Sep 2009 14:49:52 +0000 (17:49 +0300)]
core,ui,data: Replace 'ip' config with 'interface'

Replace 'host-ip' configuration key with 'interface'. Also provide an
ease-to-use UI component to set this key in the user config.

15 years agocore: Set DLNA transferMode header on responses
Zeeshan Ali (Khattak) [Wed, 2 Sep 2009 23:17:26 +0000 (02:17 +0300)]
core: Set DLNA transferMode header on responses

Warning: We only copy the value from the request and all we do to
entertain this header is to set the priority of IO operations.

15 years agocore,data: Version D-Bus interface, path and service
Zeeshan Ali (Khattak) [Wed, 2 Sep 2009 19:18:22 +0000 (22:18 +0300)]
core,data: Version D-Bus interface, path and service

15 years agocore: Correctly handle unset port in configs
Zeeshan Ali (Khattak) [Wed, 2 Sep 2009 19:09:15 +0000 (22:09 +0300)]
core: Correctly handle unset port in configs

15 years agocore: Only advertise internal URIs on lo
Zeeshan Ali (Khattak) [Wed, 2 Sep 2009 13:32:37 +0000 (16:32 +0300)]
core: Only advertise internal URIs on lo

Only advertise internal URIs on loopback interface.

15 years agocore: HTTPServer.context is now public property
Zeeshan Ali (Khattak) [Wed, 2 Sep 2009 13:32:06 +0000 (16:32 +0300)]
core: HTTPServer.context is now public property

15 years agocore: Early protocol detection
Zeeshan Ali (Khattak) [Wed, 2 Sep 2009 12:29:53 +0000 (15:29 +0300)]
core: Early protocol detection

15 years agocore: Hide internal API
Zeeshan Ali (Khattak) [Wed, 2 Sep 2009 11:04:01 +0000 (14:04 +0300)]
core: Hide internal API

15 years agocore: Error on wrong "getcontentFeatures.dlna.org"
Zeeshan Ali (Khattak) [Wed, 2 Sep 2009 10:16:47 +0000 (13:16 +0300)]
core: Error on wrong "getcontentFeatures.dlna.org"

Return error code 400 if getcontentFeatures.dlna.org is other than "1".

15 years agocore,plugins: Remove redundant statement
Zeeshan Ali (Khattak) [Tue, 1 Sep 2009 22:28:49 +0000 (01:28 +0300)]
core,plugins: Remove redundant statement

Remove redundant 'using Rygel;' statement from all vala files.

15 years agocore: Add disclaimer for some ugly-looking code
Zeeshan Ali (Khattak) [Tue, 1 Sep 2009 22:14:07 +0000 (01:14 +0300)]
core: Add disclaimer for some ugly-looking code

15 years agocore: Merge two methods of HTTPRequestHandler
Zeeshan Ali (Khattak) [Tue, 1 Sep 2009 22:06:45 +0000 (01:06 +0300)]
core: Merge two methods of HTTPRequestHandler

Merge add_content_features_headers and add_response_headers of
HTTPRequestHandler class.

15 years agocore: Turn HTTPRequestHandler into abstract class
Zeeshan Ali (Khattak) [Tue, 1 Sep 2009 21:56:40 +0000 (00:56 +0300)]
core: Turn HTTPRequestHandler into abstract class

15 years agocore: Provide contentFeatures.dlna.org header
Zeeshan Ali (Khattak) [Tue, 1 Sep 2009 21:38:45 +0000 (00:38 +0300)]
core: Provide contentFeatures.dlna.org header

Provide the "contentFeatures.dlna.org" header in HTTP responses.

15 years agocore: MediaItem.get_protocol_info is now private
Zeeshan Ali (Khattak) [Tue, 1 Sep 2009 19:56:51 +0000 (22:56 +0300)]
core: MediaItem.get_protocol_info is now private

15 years agocore: Param uri of MediaItem.add_resource is now nullable
Zeeshan Ali (Khattak) [Tue, 1 Sep 2009 19:55:12 +0000 (22:55 +0300)]
core: Param uri of MediaItem.add_resource is now nullable

15 years agocore: HTTPRequest.http_server is now public prop
Zeeshan Ali (Khattak) [Tue, 1 Sep 2009 19:53:19 +0000 (22:53 +0300)]
core: HTTPRequest.http_server is now public prop

15 years agocore: Move seek errors to HTTPSeekError
Zeeshan Ali (Khattak) [Tue, 1 Sep 2009 13:52:09 +0000 (16:52 +0300)]
core: Move seek errors to HTTPSeekError

15 years agocore: Rename Seek to HTTPSeek
Zeeshan Ali (Khattak) [Tue, 1 Sep 2009 13:41:53 +0000 (16:41 +0300)]
core: Rename Seek to HTTPSeek

15 years agocore: Random asthetic fixes
Zeeshan Ali (Khattak) [Tue, 1 Sep 2009 13:19:37 +0000 (16:19 +0300)]
core: Random asthetic fixes

15 years agocore: IdentityRequestHandler -> HTTPIdentityHandler
Zeeshan Ali (Khattak) [Tue, 1 Sep 2009 13:12:56 +0000 (16:12 +0300)]
core: IdentityRequestHandler -> HTTPIdentityHandler

Rename IdentityRequestHandler to HTTPIdentityHandler.

15 years agocore: Add HTTPTranscodeHandler
Zeeshan Ali (Khattak) [Tue, 1 Sep 2009 13:04:51 +0000 (16:04 +0300)]
core: Add HTTPTranscodeHandler

Move HTTPRequestHandler implementation from Transcoder to a new class,
HTTPTranscodeHandler. This is to keep the HTTP protocol implementation
as separate as possible so that later we can easily add more protocol
handlers (e.g RTSP).

15 years agocore: Add MediaItem.get_protocol_info()
Zeeshan Ali (Khattak) [Wed, 26 Aug 2009 20:16:43 +0000 (23:16 +0300)]
core: Add MediaItem.get_protocol_info()

15 years agocore: Minor refactoring of MediaItem class
Zeeshan Ali (Khattak) [Wed, 26 Aug 2009 20:10:56 +0000 (23:10 +0300)]
core: Minor refactoring of MediaItem class

15 years agocore: Minor non-functional fixes
Zeeshan Ali (Khattak) [Wed, 26 Aug 2009 20:01:07 +0000 (23:01 +0300)]
core: Minor non-functional fixes

Minor fixes related mostly to coding-style

15 years agocore: Refactor: request handling into separate interface
James Henstridge [Mon, 3 Aug 2009 13:06:51 +0000 (21:06 +0800)]
core: Refactor: request handling into separate interface

Factor out the request handling code into an HTTPRequestHandler interface.
The interface is implemented by Rygel.Transcoder and an "identity request
handler" used to serve items as is.

15 years agocore: Push creation of gst source to MediaItem
James Henstridge [Mon, 3 Aug 2009 10:16:31 +0000 (18:16 +0800)]
core: Push creation of gst source to MediaItem

Previously MediaItem.create_stream_source was only called for items that
did not provide any URIs.  If a URI was available, then HTTPRequest
would create an element directly from it.  Now HTTPRequest always calls
create_stream_source and the default implementation knows how to create
an element from a URI.

15 years agocore: List the resources according to compatiblity
Zeeshan Ali (Khattak) [Tue, 25 Aug 2009 15:14:54 +0000 (18:14 +0300)]
core: List the resources according to compatiblity

Transcoding formats that are further from the format of the item in
question, should be listed at the end and viceversa. Not making sense?
Read the code, Luke!

15 years agocore: Better distance calculation for transcoders
Zeeshan Ali (Khattak) [Tue, 25 Aug 2009 15:13:43 +0000 (18:13 +0300)]
core: Better distance calculation for transcoders

15 years agocore: A small indentation fix
Zeeshan Ali (Khattak) [Tue, 25 Aug 2009 15:11:52 +0000 (18:11 +0300)]
core: A small indentation fix

15 years agocore: Add Transcoder.get_distance()
Zeeshan Ali (Khattak) [Mon, 6 Jul 2009 15:07:59 +0000 (18:07 +0300)]
core: Add Transcoder.get_distance()

Add a method to Transcoder classes that returns a the numeric value that
gives an estimate of how hard would it be to trancode @item to target
profile of this transcoder.

15 years agocore: Use the correct pixel-aspect-ratio
Zeeshan Ali (Khattak) [Sun, 5 Jul 2009 15:15:02 +0000 (18:15 +0300)]
core: Use the correct pixel-aspect-ratio

Use the correct pixel-aspect-ratio for transcoded videos.

15 years agocore: Add pixel-aspect-ratio props to MediaItem
Zeeshan Ali (Khattak) [Sun, 5 Jul 2009 14:56:21 +0000 (17:56 +0300)]
core: Add pixel-aspect-ratio props to MediaItem

15 years agocore: Pass the items all the way to TranscoderBins
Zeeshan Ali (Khattak) [Sun, 5 Jul 2009 13:25:54 +0000 (16:25 +0300)]
core: Pass the items all the way to TranscoderBins

15 years agocore: Pass MediaItem to Transcoder.create_source()
Zeeshan Ali (Khattak) [Sun, 5 Jul 2009 13:06:49 +0000 (16:06 +0300)]
core: Pass MediaItem to Transcoder.create_source()

15 years agocore: Set bitrate on MP2TS transcoding res
Zeeshan Ali (Khattak) [Sun, 5 Jul 2009 10:11:44 +0000 (13:11 +0300)]
core: Set bitrate on MP2TS transcoding res

15 years agocore: Don't create iconList element if it exists
Zeeshan Ali (Khattak) [Tue, 25 Aug 2009 11:30:11 +0000 (14:30 +0300)]
core: Don't create iconList element if it exists

15 years agocore: Require latest gupnp-av (0.5)
Zeeshan Ali (Khattak) [Mon, 24 Aug 2009 22:37:37 +0000 (01:37 +0300)]
core: Require latest gupnp-av (0.5)

15 years agocore: Adapt to new gupnp and gupnp-av APIs
Zeeshan Ali (Khattak) [Mon, 24 Aug 2009 13:20:58 +0000 (16:20 +0300)]
core: Adapt to new gupnp and gupnp-av APIs

15 years agocore: Copy the factory list before creating devices
Zeeshan Ali (Khattak) [Thu, 30 Jul 2009 14:37:32 +0000 (17:37 +0300)]
core: Copy the factory list before creating devices

We iterate over the copy of the list rather than list itself because
there is high chances of the original list being modified during the
iteration, which is not allowed by libgee.

15 years agocore: Add factory before creating devices from it
Zeeshan Ali (Khattak) [Thu, 30 Jul 2009 00:53:50 +0000 (03:53 +0300)]
core: Add factory before creating devices from it

15 years agocore: Copy the plugin list before creating devices
Zeeshan Ali (Khattak) [Thu, 30 Jul 2009 00:27:54 +0000 (03:27 +0300)]
core: Copy the plugin list before creating devices

Copy the plugin list before creting devices for each plugin. Otherwise the
mainloop gets run during the device creation and that mostly results in the
modification of the Hashmap holding the plugin list.

15 years agocore: Use destroyer instead of keeping a weak_ref
Zeeshan Ali (Khattak) [Thu, 30 Jul 2009 00:26:15 +0000 (03:26 +0300)]
core: Use destroyer instead of keeping a weak_ref

Keep a pointer to description document and delete it on destruction of
the associated RootDevice instead of using weak_ref.

15 years agocore: Require next gupnp-vala release
Zeeshan Ali (Khattak) [Wed, 29 Jul 2009 22:09:02 +0000 (01:09 +0300)]
core: Require next gupnp-vala release

15 years agocore: Use the new GSSDP/GUPnP APIs
Zeeshan Ali (Khattak) [Wed, 29 Jul 2009 21:58:11 +0000 (00:58 +0300)]
core: Use the new GSSDP/GUPnP APIs

15 years agocore: TranscodeManager shouldn't know about protocol
Zeeshan Ali (Khattak) [Tue, 28 Jul 2009 22:05:59 +0000 (01:05 +0300)]
core: TranscodeManager shouldn't know about protocol

TranscodeManager doesn't need to know about transport protocol being
used by it's implementation class(es).

15 years agocore: ProtocolInfo provided by TranscodeManager
Zeeshan Ali (Khattak) [Tue, 28 Jul 2009 21:51:12 +0000 (00:51 +0300)]
core: ProtocolInfo provided by TranscodeManager

ProtocolInfo is now completely provided by TranscodeManager and it's
deriving classes.

15 years agocore: Indentation/coding style fixes for last commit
Zeeshan Ali (Khattak) [Tue, 28 Jul 2009 21:26:24 +0000 (00:26 +0300)]
core: Indentation/coding style fixes for last commit

15 years agocore: Expose transcode formats in the ProtocolInfo
James Henstridge [Tue, 28 Jul 2009 11:02:39 +0000 (19:02 +0800)]
core: Expose transcode formats in the ProtocolInfo

Some media players (e.g. certain Sony Bravia models) won't talk to media
servers that don't advertise a DLNA profile they understand, so this is
necessary to talk to such devices.

15 years agocore: bitrate should be in bytes/second
James Henstridge [Tue, 28 Jul 2009 12:34:51 +0000 (15:34 +0300)]
core: bitrate should be in bytes/second

Set the bitrate for transcoded resources in bytes/second.

15 years agocore: Add new ignore rules
James Henstridge [Tue, 28 Jul 2009 04:44:04 +0000 (12:44 +0800)]
core: Add new ignore rules

15 years agocore: Fix a typo.
James Henstridge [Tue, 28 Jul 2009 04:44:34 +0000 (12:44 +0800)]
core: Fix a typo.

Fix a typo that prevented dc:creator from being included in DIDL output.

15 years agobuild: add GEN prefix for rygel.conf
Jens Georg [Sat, 25 Jul 2009 20:48:04 +0000 (22:48 +0200)]
build: add GEN prefix for rygel.conf

15 years agoShave the output
Zeeshan Ali (Khattak) [Sat, 25 Jul 2009 23:46:34 +0000 (02:46 +0300)]
Shave the output

Use new automake feature/macro to shave the build output by default.

15 years agobuild: Remove forgotten redundant rule
Zeeshan Ali (Khattak) [Sat, 25 Jul 2009 23:31:49 +0000 (02:31 +0300)]
build: Remove forgotten redundant rule

15 years agobuild: Indentation fixes
Zeeshan Ali (Khattak) [Sat, 25 Jul 2009 23:29:11 +0000 (02:29 +0300)]
build: Indentation fixes

15 years agobuild: unify and hence simplify core build
Zeeshan Ali (Khattak) [Sat, 25 Jul 2009 22:41:51 +0000 (01:41 +0300)]
build: unify and hence simplify core build

No need to build vapi separately from rest of rygel

15 years agobuild: Use automake-1.11's vala support
Jens Georg [Sat, 25 Jul 2009 16:16:15 +0000 (18:16 +0200)]
build: Use automake-1.11's vala support

15 years agobuild: Fix out-of-tree builds
Jens Georg [Sat, 25 Jul 2009 13:37:57 +0000 (15:37 +0200)]
build: Fix out-of-tree builds

15 years agobuild: Fix build with automake-1.11
Jens Georg [Sat, 25 Jul 2009 10:59:18 +0000 (12:59 +0200)]
build: Fix build with automake-1.11

15 years agocore: And still the removal of gconf usage
Zeeshan Ali (Khattak) [Fri, 24 Jul 2009 22:28:45 +0000 (01:28 +0300)]
core: And still the removal of gconf usage

15 years agocore: Get rid of remainder of gconf usage
Zeeshan Ali (Khattak) [Fri, 24 Jul 2009 22:24:00 +0000 (01:24 +0300)]
core: Get rid of remainder of gconf usage

15 years agoAsynchronously wait for state change
Zeeshan Ali (Khattak) [Fri, 24 Jul 2009 14:44:41 +0000 (17:44 +0300)]
Asynchronously wait for state change

Asynchronously wait for state change rather than making a synchronous call
to make sure state is changed before seeking.

15 years agoAdd support for time-based seeking in transcoded streams.
James Henstridge [Mon, 20 Jul 2009 11:11:07 +0000 (19:11 +0800)]
Add support for time-based seeking in transcoded streams.

* Transcoded resources now set the DLNA operation to TIMESEEK.
* The Rygel.Seek class has been moved out into its own file, and now
  includes code to represent time based ranges.
* The Rygel.Seek class includes routines for parsing both byte ranges
  (from the standard Range HTTP header), and time ranges (from the
  non-standard TimeSeekRange.dlna.org header).
* For transcoded streams, a TimeSeekRange.dlna.org response header is
  generated if the request included one.
* LiveResponse seeks the pipeline to the appropriate starting point
  before playback.

15 years agocore: No need to mark the device unavailable
Zeeshan Ali (Khattak) [Tue, 14 Jul 2009 12:25:34 +0000 (15:25 +0300)]
core: No need to mark the device unavailable

No need to mark the device unavailable before destorying it.

15 years agocore: (Un)pause the SoupMessage at the right time
Zeeshan Ali (Khattak) [Mon, 13 Jul 2009 16:19:35 +0000 (19:19 +0300)]
core: (Un)pause the SoupMessage at the right time

- Pause the msg in run() method.
- Unpause the msg on error or HEAD message.

15 years agocore: No need to keep path of config file around
Zeeshan Ali (Khattak) [Mon, 13 Jul 2009 15:35:48 +0000 (18:35 +0300)]
core: No need to keep path of config file around

Just keep the 'read_only' flag and write to user's config if this
flag is not set in save method.

15 years agoui: Show paths instead of URIs whenever possible
Zeeshan Ali (Khattak) [Thu, 9 Jul 2009 09:40:41 +0000 (12:40 +0300)]
ui: Show paths instead of URIs whenever possible

15 years agoui: Saner defaults for FileChooserDialog
Zeeshan Ali (Khattak) [Thu, 9 Jul 2009 09:28:27 +0000 (12:28 +0300)]
ui: Saner defaults for FileChooserDialog

15 years agocore: Move context.host_path call to RootDeviceFactory
Zeeshan Ali (Khattak) [Wed, 8 Jul 2009 15:13:27 +0000 (18:13 +0300)]
core: Move context.host_path call to RootDeviceFactory

15 years agocore: Make the device unavailable before removing
Zeeshan Ali (Khattak) [Wed, 8 Jul 2009 14:57:08 +0000 (17:57 +0300)]
core: Make the device unavailable before removing

15 years agocore: Can't remove from ArrayList during iteration
Zeeshan Ali (Khattak) [Wed, 8 Jul 2009 14:54:22 +0000 (17:54 +0300)]
core: Can't remove from ArrayList during iteration

15 years agocore: Useful debug messages on context (un)availability
Zeeshan Ali (Khattak) [Wed, 8 Jul 2009 14:14:49 +0000 (17:14 +0300)]
core: Useful debug messages on context (un)availability

15 years agocore: Bump-up gupnp-vala requirment to 0.5.5
Zeeshan Ali (Khattak) [Wed, 8 Jul 2009 13:16:32 +0000 (16:16 +0300)]
core: Bump-up gupnp-vala requirment to 0.5.5

15 years agocore: Minor indentation fix
Zeeshan Ali (Khattak) [Wed, 8 Jul 2009 12:29:39 +0000 (15:29 +0300)]
core: Minor indentation fix

15 years agocore: Multiple/dynamic network handling
Zeeshan Ali (Khattak) [Wed, 8 Jul 2009 12:15:02 +0000 (15:15 +0300)]
core: Multiple/dynamic network handling

Use the new GUPnP.ContextManager to create root devices for plugins as
new contexts become available and viceversa.

15 years agocore: RootDeviceFactory doesn't create context
Zeeshan Ali (Khattak) [Wed, 8 Jul 2009 12:11:04 +0000 (15:11 +0300)]
core: RootDeviceFactory doesn't create context

The context is passed to it as constructor argument.

15 years agocore: RootDeviceFactory.context is now public
Zeeshan Ali (Khattak) [Wed, 8 Jul 2009 12:10:05 +0000 (15:10 +0300)]
core: RootDeviceFactory.context is now public

15 years agoRequire gupnp 0.13
Zeeshan Ali (Khattak) [Tue, 7 Jul 2009 13:11:34 +0000 (16:11 +0300)]
Require gupnp 0.13

15 years agoexternal: Utilize optional MediaItem properties
Zeeshan Ali (Khattak) [Sun, 5 Jul 2009 09:39:14 +0000 (12:39 +0300)]
external: Utilize optional MediaItem properties

Now we utilize all MediaItem properties except for:
  * Genre
  * Thumbnail
  * AlbumArt

15 years agocore: Use the correct config file
Zeeshan Ali (Khattak) [Sat, 4 Jul 2009 12:54:17 +0000 (15:54 +0300)]
core: Use the correct config file

15 years agocore: Remove gconf stuff from configure.ac
Zeeshan Ali (Khattak) [Sat, 4 Jul 2009 12:47:02 +0000 (15:47 +0300)]
core: Remove gconf stuff from configure.ac

15 years agocore: Remove gconf schema files
Zeeshan Ali (Khattak) [Sat, 4 Jul 2009 12:45:07 +0000 (15:45 +0300)]
core: Remove gconf schema files

15 years agocore: Templates for config file
Zeeshan Ali (Khattak) [Sat, 4 Jul 2009 08:12:05 +0000 (11:12 +0300)]
core: Templates for config file

Config file is now generated from one of the templates. This the
equivalent of gconf schemas.

15 years agocore: Install config file in system config dir
Zeeshan Ali (Khattak) [Fri, 3 Jul 2009 22:30:16 +0000 (01:30 +0300)]
core: Install config file in system config dir

15 years agocore: Correct condition for system config loading
Zeeshan Ali (Khattak) [Fri, 3 Jul 2009 21:56:19 +0000 (00:56 +0300)]
core: Correct condition for system config loading

System config file should be used if configuration is read-only and not
the other way around.

15 years agocore: Minor indentation fix
Zeeshan Ali (Khattak) [Fri, 3 Jul 2009 21:50:19 +0000 (00:50 +0300)]
core: Minor indentation fix

15 years agocore,ui: Diff between read-only and writable config
Zeeshan Ali (Khattak) [Wed, 24 Jun 2009 21:20:47 +0000 (00:20 +0300)]
core,ui: Diff between read-only and writable config

read-only: Reads config from system-installed config file as well and
           doesn't support saving of changes.
writable:  Reads config only from user's config file and supports saving
           of changes.

15 years agoui: Don't use the default singleton
Zeeshan Ali (Khattak) [Wed, 24 Jun 2009 20:48:58 +0000 (23:48 +0300)]
ui: Don't use the default singleton

15 years agocore: Don't lose translations/comments in config
Zeeshan Ali (Khattak) [Wed, 24 Jun 2009 15:47:40 +0000 (18:47 +0300)]
core: Don't lose translations/comments in config

15 years agoui: keep and save the configuration in the end
Zeeshan Ali (Khattak) [Wed, 24 Jun 2009 15:39:25 +0000 (18:39 +0300)]
ui: keep and save the configuration in the end

15 years agocore: Provide configuration saving API
Zeeshan Ali (Khattak) [Wed, 24 Jun 2009 15:38:52 +0000 (18:38 +0300)]
core: Provide configuration saving API

15 years agoui: Put failable calls in separate try/catch blocks
Zeeshan Ali (Khattak) [Wed, 24 Jun 2009 14:43:51 +0000 (17:43 +0300)]
ui: Put failable calls in separate try/catch blocks

15 years agoui: "port" key is now also optional
Zeeshan Ali (Khattak) [Wed, 24 Jun 2009 14:19:29 +0000 (17:19 +0300)]
ui: "port" key is now also optional

15 years agoui: Explicitly link to dbus-glib
Zeeshan Ali (Khattak) [Wed, 24 Jun 2009 14:15:12 +0000 (17:15 +0300)]
ui: Explicitly link to dbus-glib

15 years agocore,plugins,ui: Move from GConf to .ini file usage
Zeeshan Ali (Khattak) [Wed, 24 Jun 2009 13:49:07 +0000 (16:49 +0300)]
core,plugins,ui: Move from GConf to .ini file usage

15 years agocore: Expose sysconfdir to vala world
Zeeshan Ali (Khattak) [Wed, 24 Jun 2009 13:47:50 +0000 (16:47 +0300)]
core: Expose sysconfdir to vala world

15 years agocore: Bump-up vala requirement to 0.7.4
Zeeshan Ali (Khattak) [Fri, 26 Jun 2009 11:16:15 +0000 (14:16 +0300)]
core: Bump-up vala requirement to 0.7.4

15 years agocore,media-export: Rename DatabaseBackedMediaContainer
Jens Georg [Thu, 25 Jun 2009 12:33:17 +0000 (14:33 +0200)]
core,media-export: Rename DatabaseBackedMediaContainer

15 years agocore: rename database strings
Jens Georg [Thu, 25 Jun 2009 12:25:32 +0000 (14:25 +0200)]
core: rename database strings