platform/upstream/gstreamer.git
14 years agobasetransform: Assume size is the same if no transform_size/get_unit_size
Olivier Crête [Fri, 11 Jun 2010 22:46:30 +0000 (18:46 -0400)]
basetransform: Assume size is the same if no transform_size/get_unit_size

Subclasses that don't implemen transform_size should be assumed to produce output
buffers of the same size.

https://bugzilla.gnome.org/show_bug.cgi?id=621334

14 years agogstvalue: Don't initialize arrays from variables
Sebastian Dröge [Mon, 14 Jun 2010 06:18:00 +0000 (08:18 +0200)]
gstvalue: Don't initialize arrays from variables

14 years agoelement: Store result of strtol in an unused variable to really fix a compiler warning...
Sebastian Dröge [Mon, 14 Jun 2010 06:11:35 +0000 (08:11 +0200)]
element: Store result of strtol in an unused variable to really fix a compiler warning...

14 years agoelement: Cast return value to void to prevent compiler warning
Sebastian Dröge [Sun, 13 Jun 2010 18:52:36 +0000 (20:52 +0200)]
element: Cast return value to void to prevent compiler warning

14 years agortpool-test: Prevent NULL pointer dereference
Sebastian Dröge [Sun, 13 Jun 2010 16:12:47 +0000 (18:12 +0200)]
rtpool-test: Prevent NULL pointer dereference

14 years agobasesink: Make sure we have a valid object to render in _render_object()
Sebastian Dröge [Sun, 13 Jun 2010 16:05:41 +0000 (18:05 +0200)]
basesink: Make sure we have a valid object to render in _render_object()

14 years agogstvalue: Add some assertion guards against invalid parameters to public API
Sebastian Dröge [Sun, 13 Jun 2010 16:00:22 +0000 (18:00 +0200)]
gstvalue: Add some assertion guards against invalid parameters to public API

14 years agoRemove some dead assignments
Sebastian Dröge [Sun, 13 Jun 2010 15:08:48 +0000 (17:08 +0200)]
Remove some dead assignments

14 years agobufferstress: Check if the number of threads and buffers makes sense
Sebastian Dröge [Sun, 13 Jun 2010 15:06:44 +0000 (17:06 +0200)]
bufferstress: Check if the number of threads and buffers makes sense

14 years agoread-metadata: Stop if setting the pipeline state back to NULL fails
Sebastian Dröge [Sun, 13 Jun 2010 15:03:53 +0000 (17:03 +0200)]
read-metadata: Stop if setting the pipeline state back to NULL fails

14 years agocomplexity: Remove dead assignments and unused variables
Sebastian Dröge [Sun, 13 Jun 2010 14:59:40 +0000 (16:59 +0200)]
complexity: Remove dead assignments and unused variables

14 years agoqueue2: Don't ignore failure to open the temporary file location
Sebastian Dröge [Sun, 13 Jun 2010 14:31:21 +0000 (16:31 +0200)]
queue2: Don't ignore failure to open the temporary file location

And immediately leave the state change function on failures.

14 years agopad: Fix iterator aggregation of all pads in the internal links fallback
Sebastian Dröge [Sun, 13 Jun 2010 14:27:39 +0000 (16:27 +0200)]
pad: Fix iterator aggregation of all pads in the internal links fallback

g_list_prepend() returns the new head of the list and not
using this will create a memory leak and a single-element list.

14 years agoiterator: Add new FIXME for 0.11 and update gst_iterator_find_custom docs
Sebastian Dröge [Sun, 13 Jun 2010 13:25:24 +0000 (15:25 +0200)]
iterator: Add new FIXME for 0.11 and update gst_iterator_find_custom docs

The compare function should only unref the element if it's
not the matching element.

Also the FIXME in _fold() is not relevant because the ref/unref
happens in the fold function.

14 years agoiterator: If the iterator resync in find_custom() just retry
Sebastian Dröge [Sun, 13 Jun 2010 09:24:10 +0000 (11:24 +0200)]
iterator: If the iterator resync in find_custom() just retry

14 years agoAutomatic update of common submodule
Sebastian Dröge [Sat, 12 Jun 2010 06:25:24 +0000 (08:25 +0200)]
Automatic update of common submodule

From 733fca9 to 6da3bab

14 years agovalue: Add test for deserializing fourccs
Sebastian Dröge [Sat, 12 Jun 2010 06:04:47 +0000 (08:04 +0200)]
value: Add test for deserializing fourccs

14 years agovalue: Fixed serialization for short fourccs.
Martin Bisson [Fri, 11 Jun 2010 22:56:13 +0000 (22:56 +0000)]
value: Fixed serialization for short fourccs.

"Y16 " and "Y8  " were not displayed properly because the space
character is not alnum.  A unit test is also included.

Fixes bug #621282.

14 years agogst-inspect: print ranks with offsets from names
David Schleef [Fri, 11 Jun 2010 23:12:33 +0000 (16:12 -0700)]
gst-inspect: print ranks with offsets from names

14 years agoAutomatic update of common submodule
David Schleef [Wed, 9 Jun 2010 19:39:54 +0000 (12:39 -0700)]
Automatic update of common submodule

From fad145b to 733fca9

14 years agoAutomatic update of common submodule
David Schleef [Wed, 9 Jun 2010 19:30:49 +0000 (12:30 -0700)]
Automatic update of common submodule

From 47683c1 to fad145b

14 years agodebugutils: fix comment typo even more
Stefan Kost [Wed, 9 Jun 2010 09:17:03 +0000 (12:17 +0300)]
debugutils: fix comment typo even more

14 years agodocs: update docs (format and search path).
Stefan Kost [Wed, 9 Jun 2010 09:06:52 +0000 (12:06 +0300)]
docs: update docs (format and search path).

Remove obsolete xml registry cache extension. Tell that content and location is
internal detail. Docuemnt the plugin search order.

14 years agocomments: add a few comments to the sparsely documented plugin loader
Stefan Kost [Wed, 9 Jun 2010 09:06:16 +0000 (12:06 +0300)]
comments: add a few comments to the sparsely documented plugin loader

14 years agodebugutils: fix comment typo
Zaheer Abbas Merali [Tue, 8 Jun 2010 09:41:11 +0000 (11:41 +0200)]
debugutils: fix comment typo

14 years agocaps: use gst_caps_append_structure_unchecked() macro once more
Stefan Kost [Tue, 8 Jun 2010 09:12:42 +0000 (12:12 +0300)]
caps: use gst_caps_append_structure_unchecked() macro once more

14 years agocaps: use a safer name for temporary var. to not shadow one from outer scope
Stefan Kost [Tue, 8 Jun 2010 09:10:36 +0000 (12:10 +0300)]
caps: use a safer name for temporary var. to not shadow one from outer scope

14 years agovalue: use glib types in more places
Stefan Kost [Mon, 7 Jun 2010 09:20:41 +0000 (12:20 +0300)]
value: use glib types in more places

Do a bunch of char -> gchar, int -> gint, double -> gdouble changes.

14 years agovalue: just compute strlen() once
Stefan Kost [Mon, 7 Jun 2010 09:07:30 +0000 (12:07 +0300)]
value: just compute strlen() once

14 years agoqueue2: don't wait for data when EOS
Wim Taymans [Mon, 7 Jun 2010 08:16:04 +0000 (10:16 +0200)]
queue2: don't wait for data when EOS

When in download mode and we need to provide data for an offset that we don't
have, also perform a seek to the requested location when we are EOS. The reason
why we shouldn't wait for more data is because after EOS, there simply will be
no more data and we end up waiting forever.

Fixes #620500

14 years agovalue: Add support for parsing short fourccs from strings
Martin Bisson [Mon, 7 Jun 2010 06:18:40 +0000 (08:18 +0200)]
value: Add support for parsing short fourccs from strings

For example "Y16 " and "Y8  ".

14 years agocheck: use globbing for selective test invocation via GST_CHECKS
Stefan Kost [Sun, 6 Jun 2010 20:19:58 +0000 (23:19 +0300)]
check: use globbing for selective test invocation via GST_CHECKS

Use glib globbing instead of simple string matching to allow e.g.
GST_CHECKS="test_inter*" make gst/gstcaps.check

14 years agocapsnego: also meassure pipeline building time
Stefan Kost [Sun, 6 Jun 2010 18:20:21 +0000 (21:20 +0300)]
capsnego: also meassure pipeline building time

14 years agobasetransform: avoid a caps-copy
Stefan Kost [Sat, 5 Jun 2010 20:18:09 +0000 (23:18 +0300)]
basetransform: avoid a caps-copy

We can simply truncate the caps, as 'othercaps' is the result of intersect
operations and thus ours and writable.

14 years agoinfo: add new TRACE log level and move refcounting there from LOG level
Tim-Philipp Müller [Thu, 3 Jun 2010 00:49:51 +0000 (01:49 +0100)]
info: add new TRACE log level and move refcounting there from LOG level

This makes it possible to easily get a *:5 debug log without all
the refcounting noise, and drastically reduces the number of lines
output for a normal log (46m to 28m for a 20min video). The full log
including refcounting information can still be gotten using *:7.

Fixes #620460.

14 years agoutils: Use G_PARAM_STATIC_STRINGS for standard properties
Sebastian Dröge [Fri, 4 Jun 2010 15:10:05 +0000 (17:10 +0200)]
utils: Use G_PARAM_STATIC_STRINGS for standard properties

14 years agobasesink: Make gst_base_sink_query return TRUE if the segment query succeeded.
Philippe Normand [Thu, 3 Jun 2010 15:21:00 +0000 (17:21 +0200)]
basesink: Make gst_base_sink_query return TRUE if the segment query succeeded.

Fixes bug #620490.

14 years agoAutomatic update of common submodule
David Schleef [Wed, 2 Jun 2010 06:48:59 +0000 (23:48 -0700)]
Automatic update of common submodule

From 17f89e5 to 47683c1

14 years agoAutomatic update of common submodule
David Schleef [Wed, 2 Jun 2010 05:54:20 +0000 (22:54 -0700)]
Automatic update of common submodule

From fd7ca04 to 17f89e5

14 years agopads: Improve readability for gst_pad_fixate_caps()
Stefan Kost [Mon, 24 May 2010 14:25:52 +0000 (17:25 +0300)]
pads: Improve readability for gst_pad_fixate_caps()

Just truncate and then fixate. We check for empty caps in the begin and a
fixate-func that empties a caps would be broken. It also helps lazy caps impl.
in bug 618853 by avoiding the gst_caps_get_size().

14 years agocheck: log plugins available to unit tests and their paths
Tim-Philipp Müller [Tue, 1 Jun 2010 10:46:17 +0000 (11:46 +0100)]
check: log plugins available to unit tests and their paths

14 years agowin32: commit Makefile changes for win32-update as well
Tim-Philipp Müller [Tue, 1 Jun 2010 10:45:11 +0000 (11:45 +0100)]
win32: commit Makefile changes for win32-update as well

14 years agowin32: add pre-generated versions of gstmarshal.[ch] as well
Tim-Philipp Müller [Mon, 31 May 2010 14:14:53 +0000 (15:14 +0100)]
win32: add pre-generated versions of gstmarshal.[ch] as well

and put them next to the pre-generated enumtypes files for those
not using autotools for buildling GStreamer.

14 years agotests: also check for adapter buffer merging in unit test
Mark Nauwelaerts [Thu, 27 May 2010 13:10:34 +0000 (15:10 +0200)]
tests: also check for adapter buffer merging in unit test

14 years agoadapter: fix _try_to_merge_up
Mark Nauwelaerts [Thu, 27 May 2010 10:50:22 +0000 (12:50 +0200)]
adapter: fix _try_to_merge_up

That is, provide correct return value (as documented), and actually
loop to consider more than the first 2 buffers.

14 years agocollectpads: fix documentation glitch
Mark Nauwelaerts [Thu, 27 May 2010 10:48:18 +0000 (12:48 +0200)]
collectpads: fix documentation glitch

14 years agoAutomatic update of common submodule
Tim-Philipp Müller [Wed, 26 May 2010 10:54:35 +0000 (11:54 +0100)]
Automatic update of common submodule

From 357b0db to fd7ca04

14 years agogstbin: unlock _get_state() on error
Wim Taymans [Tue, 25 May 2010 17:17:44 +0000 (19:17 +0200)]
gstbin: unlock _get_state() on error

When an error message is received on the bus, mark the bin as being in the error
state and unlock all current _get_state() calls with an error.

Fixes #505770

14 years agochecks: add multi-thread test for tagsetter
Tim-Philipp Müller [Mon, 24 May 2010 18:07:35 +0000 (19:07 +0100)]
checks: add multi-thread test for tagsetter

See #619533.

14 years agotagsetter: make sure only one thread creates the TagData
Tim-Philipp Müller [Mon, 24 May 2010 18:06:45 +0000 (19:06 +0100)]
tagsetter: make sure only one thread creates the TagData

14 years agotagsetter: protect tagsetter operations with a lock
Tim-Philipp Müller [Mon, 24 May 2010 17:16:19 +0000 (18:16 +0100)]
tagsetter: protect tagsetter operations with a lock

So we don't crash when a muxer tries to add tags from two
threads at the same time, eg. because it received tag events
on two input pads simultaneously.

See #619533.

14 years agocaps: use our macros more often in the code
Stefan Kost [Sat, 22 May 2010 20:26:16 +0000 (23:26 +0300)]
caps: use our macros more often in the code

14 years agocaps: add append_structure_unchecked
Stefan Kost [Sat, 22 May 2010 20:07:10 +0000 (23:07 +0300)]
caps: add append_structure_unchecked

This is useful when we know that caps is !NULL, writable and structure is
!NULL too.

14 years agotests: rename testsuite
Stefan Kost [Sat, 22 May 2010 19:46:40 +0000 (22:46 +0300)]
tests: rename testsuite

Previous name was only applicable to a few of the tests.

14 years agodocs: xref function name
Stefan Kost [Sat, 22 May 2010 19:45:33 +0000 (22:45 +0300)]
docs: xref function name

14 years agocaps: use our macos more
Stefan Kost [Sat, 22 May 2010 19:44:02 +0000 (22:44 +0300)]
caps: use our macos more

14 years agodesign: more planning on lazy caps.
Stefan Kost [Sat, 22 May 2010 19:33:09 +0000 (22:33 +0300)]
design: more planning on lazy caps.

14 years agostructure: API: Add gst_structure_fixate_field_string()
Sebastian Dröge [Sat, 22 May 2010 08:01:44 +0000 (10:01 +0200)]
structure: API: Add gst_structure_fixate_field_string()

14 years agodesign: collect ideas for having lazy caps
Stefan Kost [Wed, 19 May 2010 13:21:49 +0000 (16:21 +0300)]
design: collect ideas for having lazy caps

Design doc for having on the fly evaluated caps (see bug #618853).

14 years agodocs: add links for GSource priorities
Stefan Kost [Wed, 19 May 2010 12:57:08 +0000 (15:57 +0300)]
docs: add links for GSource priorities

Now it is xreffed with the glib docs, where the priority scale is explained.

14 years agobenchmark: add commandline parameters for capsnego
Stefan Kost [Wed, 19 May 2010 11:08:26 +0000 (14:08 +0300)]
benchmark: add commandline parameters for capsnego

Allow to specify the graph size and offer two flavours (audio/video).

14 years agobenchmarks: add a benchmark for capsnegotiation
Stefan Kost [Wed, 19 May 2010 06:56:51 +0000 (09:56 +0300)]
benchmarks: add a benchmark for capsnegotiation

The test builds a tree like graph having conversion and basetransform elements.

14 years agobenchmarks: use gst_util_get_timestamp() instead of own implementation
Stefan Kost [Tue, 18 May 2010 14:51:01 +0000 (17:51 +0300)]
benchmarks: use gst_util_get_timestamp() instead of own implementation

14 years agobasesink: add jitter to debug output
Wim Taymans [Tue, 18 May 2010 16:38:14 +0000 (18:38 +0200)]
basesink: add jitter to debug output

14 years agominiobject: cleanup type registration a little
Wim Taymans [Tue, 18 May 2010 16:35:58 +0000 (18:35 +0200)]
miniobject: cleanup type registration a little

We can make some structs const static with little effort.

14 years agopad: don't print WARNING debug statements for normal things like EOS, part II
Tim-Philipp Müller [Mon, 17 May 2010 12:09:15 +0000 (13:09 +0100)]
pad: don't print WARNING debug statements for normal things like EOS, part II

14 years agoAutomatic update of common submodule
Tim-Philipp Müller [Fri, 14 May 2010 17:22:41 +0000 (18:22 +0100)]
Automatic update of common submodule

From 4d67bd6 to 357b0db

14 years agocaps: comment and whitespace cleanup
Stefan Kost [Fri, 14 May 2010 08:52:03 +0000 (11:52 +0300)]
caps: comment and whitespace cleanup

Make comment more specific, reposition it and add more of the kind.
Move one ifdef'ed function around.

14 years agoutils: Simplify fractions before doing calculations that could cause overflows
Sebastian Dröge [Thu, 13 May 2010 06:21:37 +0000 (08:21 +0200)]
utils: Simplify fractions before doing calculations that could cause overflows

... to prevent some unnecessary overflows from happenening.

14 years agoutils: GCD is 0 if both parameters are 0, don't divide by zero
Sebastian Dröge [Thu, 13 May 2010 06:00:08 +0000 (08:00 +0200)]
utils: GCD is 0 if both parameters are 0, don't divide by zero

And turn overflow checks from assertions into simple checks to
return FALSE.

14 years agoutils: Simplify result of gst_fraction_multiply()
Sebastian Dröge [Thu, 13 May 2010 05:51:14 +0000 (07:51 +0200)]
utils: Simplify result of gst_fraction_multiply()

14 years agofaq: updated line about jack output
Tristan Matthews [Mon, 10 May 2010 17:25:04 +0000 (13:25 -0400)]
faq: updated line about jack output

14 years agotests: Read return value to make clang/icc happy
Edward Hervey [Mon, 3 May 2010 09:32:20 +0000 (11:32 +0200)]
tests: Read return value to make clang/icc happy

14 years agoRevert "pad: don't check twice for changed caps per push"
Wim Taymans [Thu, 6 May 2010 14:41:09 +0000 (16:41 +0200)]
Revert "pad: don't check twice for changed caps per push"

We need to check the pad caps on the srcpad as well as on the sinkpad. Revert
this commit as it removes the check on the srcpad and can leave the srcpad
unnegotiated (or negotiated with wrong caps)

This reverts commit 07dc1e5b49580a89bfef27ff27476d51fb3ce2c2.

14 years agopad: don't check twice for changed caps per push
Stefan Kost [Thu, 6 May 2010 14:02:49 +0000 (17:02 +0300)]
pad: don't check twice for changed caps per push

gst_pad_chain_data_unchecked() does the same check already.

14 years agobasesrc: reflow to truncate caps just once
Stefan Kost [Thu, 6 May 2010 13:51:16 +0000 (16:51 +0300)]
basesrc: reflow to truncate caps just once

We get writable caps from the intersection (unless it failed). As we truncate
those anyway, we don't need to manualy copy the first structure.

14 years agotools: fix gst-run wrapper to work on Windows
Руслан Ижбулатов [Tue, 4 May 2010 09:29:02 +0000 (13:29 +0400)]
tools: fix gst-run wrapper to work on Windows

Fixes #617625

14 years agodocs: document that gst_byte_writer_put_string*() writes the terminator too
Tim-Philipp Müller [Sun, 2 May 2010 23:26:04 +0000 (00:26 +0100)]
docs: document that gst_byte_writer_put_string*() writes the terminator too

14 years agodocs: clarify the pull_range functions
Wim Taymans [Wed, 5 May 2010 10:01:50 +0000 (12:01 +0200)]
docs: clarify the pull_range functions

Clarify the gst_pad_pull_range(), GstBaseSrc::create(), gst_pad_get_range()
and GstPadGetRange functions a little.

Fixes #617733

14 years agobasesrc: improve debugging
Wim Taymans [Tue, 4 May 2010 09:45:02 +0000 (11:45 +0200)]
basesrc: improve debugging

14 years agoutils: use reffed _get_caps() version
Wim Taymans [Fri, 30 Apr 2010 09:27:12 +0000 (11:27 +0200)]
utils: use reffed _get_caps() version

We don't need to have a writable copy so we can use the _reffed
version instead.

14 years agotags: Adds geo location direction tags
Thiago Santos [Fri, 30 Apr 2010 00:57:15 +0000 (21:57 -0300)]
tags: Adds geo location direction tags

Adds 3 new geo location tags involving direction and
movement of capture. Those are:

API: GST_TAG_GEO_LOCATION_CAPTURE_DIRECTION
API: GST_TAG_GEO_LOCATION_MOVEMENT_DIRECTION
API: GST_TAG_GEO_LOCATION_MOVEMENT_SPEED

Fixes #617223

14 years agotags: Adds GST_TAG_DEVICE_MANUFACTURER and GST_TAG_DEVICE_MODEL
Thiago Santos [Fri, 16 Apr 2010 09:57:05 +0000 (06:57 -0300)]
tags: Adds GST_TAG_DEVICE_MANUFACTURER and GST_TAG_DEVICE_MODEL

Adds those new tags to describe the device manufacturer and
model used to create medias.

API: GST_TAG_DEVICE_MANUFACTURER
API: GST_TAG_DEVICE_MODEL

Fixes #615941

14 years agopwg: remove confusing metadata example with 0.8 code
Tim-Philipp Müller [Sun, 2 May 2010 18:43:55 +0000 (19:43 +0100)]
pwg: remove confusing metadata example with 0.8 code

Fixes #534314.

14 years agomanual: add minimal tag reading example
Tim-Philipp Müller [Sun, 2 May 2010 18:30:30 +0000 (19:30 +0100)]
manual: add minimal tag reading example

Should probably put that into tests/examples and figure out how to
get it included automatically, but can't be bothered right now.

14 years agoBump GLib requirement to 2.20
Tim-Philipp Müller [Fri, 30 Apr 2010 12:10:16 +0000 (13:10 +0100)]
Bump GLib requirement to 2.20

See http://gstreamer.freedesktop.org/wiki/ReleasePlanning/GLibRequirement

14 years agobuffer: only warn if metadata is not writable when it should be, don't return as...
Tim-Philipp Müller [Thu, 29 Apr 2010 22:29:30 +0000 (23:29 +0100)]
buffer: only warn if metadata is not writable when it should be, don't return as well

Make sure we execute the same code path in git versions and in releases,
so just warn when metadata isn't writable when we want it to be instead
of bailing out.

14 years agoelement: make 'adding flushing pad' warning more useful
Tim-Philipp Müller [Thu, 29 Apr 2010 22:26:54 +0000 (23:26 +0100)]
element: make 'adding flushing pad' warning more useful

This is a pretty common issue with ghost pads, let's make
the warning more helpful and tell people what they need
to do to fix it.

14 years agogst-launch: add -p option to disable play handler.
Stefan Kost [Wed, 28 Apr 2010 14:15:41 +0000 (17:15 +0300)]
gst-launch: add -p option to disable play handler.

Same logic as for the fault handler. This is useful for some debug/tracing tools
that need to grab SIGUSR1 and SIGUSR2 them self.

14 years agobasesink: implement percentage position and duration queries
Stefan Kost [Thu, 15 Apr 2010 07:36:52 +0000 (10:36 +0300)]
basesink: implement percentage position and duration queries

If upstream does not handle them, then implement those ourself.

14 years agobasesink: use gst_pad_peer_query instead of reinventing.
Stefan Kost [Wed, 14 Apr 2010 14:47:36 +0000 (17:47 +0300)]
basesink: use gst_pad_peer_query instead of reinventing.

14 years agoqueries: add more logging
Stefan Kost [Wed, 14 Apr 2010 14:46:55 +0000 (17:46 +0300)]
queries: add more logging

Log human readable formats and log query result.

14 years agocaps: Do not allow fixating empty caps
Benjamin Otte [Mon, 19 Apr 2010 18:35:36 +0000 (20:35 +0200)]
caps: Do not allow fixating empty caps

Passing empty caps to gst_pad_fixate_caps() is invalid, as empty caps
cannot be fixated.

14 years agocaps: Use G_GNUC_WARN_UNUSED_RESULT for make_writable()
Benjamin Otte [Mon, 26 Apr 2010 19:52:07 +0000 (21:52 +0200)]
caps: Use G_GNUC_WARN_UNUSED_RESULT for make_writable()

People often call
  gst_caps_make_writable (caps);
instead of
  caps = gst_caps_make_writable (caps);
and cause a bug. Warning about an unused return value helps here.

See https://bugzilla.gnome.org/show_bug.cgi?id=616541#c2 for an example.

14 years agogst: Use GError boxed type from GObject 2.25.2 instead of our own if possible
Sebastian Dröge [Fri, 23 Apr 2010 04:24:56 +0000 (06:24 +0200)]
gst: Use GError boxed type from GObject 2.25.2 instead of our own if possible

14 years agoBack to development.
Tim-Philipp Müller [Thu, 29 Apr 2010 13:50:36 +0000 (14:50 +0100)]
Back to development.

14 years agodocs: add some more docs for the events
Wim Taymans [Thu, 15 Apr 2010 15:11:46 +0000 (17:11 +0200)]
docs: add some more docs for the events

14 years agoRelease 0.10.29 RELEASE-0.10.29
Tim-Philipp Müller [Tue, 27 Apr 2010 22:42:12 +0000 (23:42 +0100)]
Release 0.10.29

14 years agoUpdate .po files
Tim-Philipp Müller [Tue, 27 Apr 2010 22:40:41 +0000 (23:40 +0100)]
Update .po files

14 years agotests: add more tests for controller
Stefan Kost [Tue, 27 Apr 2010 06:42:05 +0000 (09:42 +0300)]
tests: add more tests for controller

The tests verify that bug #616846 is indeed fixed.