2009-08-13  Edward Hervey <[email protected]>

       * ChangeLog:
       * NEWS:
       * RELEASE:
       * configure.ac:
         Release 0.13.2 "Jailbreak (out of deadlock city)"

2009-08-13  Alessandro Decina <[email protected]>

       * pitivi/elements/singledecodebin.py:
         Workaround a bug in gst.Pad.set_blocked_async that causes a segfault.
         pad_block_destroy_data used to call CPython without acquiring the GIL. This is
         now fixed in gst-python git, but we add this workaround so that we don't have to
         bump the dependency.

2009-08-12  Gil Forcada <[email protected]>

       * po/ca.po:
         Updated Catalan translation

2009-08-12  Alessandro Decina <[email protected]>

       * tests/test_factories_file.py:
         Fix tests/test_factories_file.py

2009-08-11  Alessandro Decina <[email protected]>

       * pitivi/factories/base.py:
       * pitivi/factories/file.py:
         When ghosting pads with negotiaged caps, set the caps to the ghosts.

2009-08-11  Alessandro Decina <[email protected]>

       * pitivi/elements/singledecodebin.py:
         Try to expose singledecodebin pads when they get fixed caps.

2009-08-11  Alessandro Decina <[email protected]>

       * pitivi/elements/imagefreeze.py:
         Avoid an exception in imagefreeze if the incoming caps don't have a framerate.

2009-08-11  Alessandro Decina <[email protected]>

       * pitivi/factories/file.py:
         Remove insanity from PictureFileSource._makeDefaultBin.
         Fixes a not-linked error dragging pictures from the sourcelist onto the viewer.

2009-08-10  Edward Hervey <[email protected]>

       * pitivi/ui/projectsettings.glade:
       * pitivi/ui/projectsettings.py:
         ProjectSettings: Manually create/add Widget. Fixes #591149
         The problem was introduced by commit d957370, which required an extra
         __init__ argument to ExportSettingsWidget... which glade didn't have.

2009-08-10  Alessandro Decina <[email protected]>

       * pitivi/ui/mainwindow.py:
         Maximize the main window by default. Fixes #589784.

2009-08-10  Alessandro Decina <[email protected]>

       * pitivi/ui/mainwindow.py:
         Make the HPaned resize by default in the main window.
         Make it so that when you maximize the window, extra space is allocated for
         the sourcelist and the viewer.

2009-08-09  Edward Hervey <[email protected]>

       * pitivi/elements/audioclipper.py:
         AudioClipper: Forward buffers that have no timestamp.
         This avoids having excptions being raised when non-timestamped buffers
         come through.

2009-08-07  Alessandro Decina <[email protected]>

       * pitivi/pipeline.py:
         Remove an unicode blank from a comment. Oops.

2009-08-07  Alessandro Decina <[email protected]>

       * pitivi/factories/timeline.py:
       * pitivi/pipeline.py:
         Do linking decisions based on negotiated caps when possible.