[pitivi] Created tag RELEASE-0_13_5



The unsigned tag 'RELEASE-0_13_5' was created.

Tagger: Edward Hervey <bilboed bilboed com>
Date: Wed Sep 22 15:38:53 2010 +0200

    0.13.5 release

Changes since the last tag 'RELEASE-0_13_4':

Alessandro Decina (28):
      Don't error out at startup if cProfile isn't available.
      Allow passing custom LD_LIBRARY_PATH and GST_PLUGIN_PATH to configure.
      Make pitivi -h show pitivi options.
      application: fix indentation of the string shown by pitivi -h.
      Make pitivi -h really show the available options.
      tests: run test_integration only if TEST_INTEGRATION is set.
      timeline/track: Workaround a segfault triggered by tests/test_timeline_undo.py.
      Remove some trailing spaces added in the last commit.
      timeline/timeline_undo: update method to reflect a change in the keyframe-removed signature.
      tests: refactor tests_alpha_passthrough.py. Add more tests.
      tests: remove a print call from test_integration.py
      tests: make tests.test_projectmanager pass again.
      timeline/track: allow copy()ing objects on which makeBin hasn't been called yet.
      Fix the name of the newly added svgs in pixmaps/Makefile.am.
      factories: make videoscale::add-borders optional in base.py.
      Revert "previewer: use the appointment-soon icon as the default thumb icon."
      mainwindow: don't show gstreamer errors in the timeline infostub.
      ui/timeline: disable updates while splitting.
      timeline/track: actually set _update_transitions when we enable or disable updates.
      ui/timelinecanvas: reinitialize the marquee to have width=height=0.
      ui/timeline: disable updates while adding clips to the timeline.
      ui/previewer: remove the correct segment from the queue.
      ui/previewer: use signals instead of set_sync_handler to connect to the bus.
      ui/previewer: handle seek failures.
      Revert "ui/previewer: remove the correct segment from the queue."
      ui/pathwalker: unquote uris. Fixes #615202.
      Bump dependency on gnonlin 0.10.16.
      Releasing 0.13.5 "I Missed My Lunch"

Alexey Fisher (1):
      mainwindow: set the application.icon_name pulse property.

Andoni Morales Alastruey (9):
      Disable device probing on Windows
      Retrieve the window xid using the right method in Windows
      Add svg pitivi pixmpas converted to png format for windows     	On windows gdk does not have a pixbuf loader     	for svg format. We will copy use png pixmaps     	renamed to *svg, so pitivi can load them
      Add manually generated files for windows
      ui: Resolve gracefully glade files path on windows
      Don't search a 'None' var
      Use 'USERPROFILE' instead of 'HOME' in windows
      Add Pitivi's windows icon
      Add script based in py2exe for packaging pitivi in windows

Andrej ŽnidarÅ¡iÄ? (7):
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation

Andrew Higginson (1):
      previewer: use the appointment-soon icon as the default thumb icon.

Antonio Fernandes C. Neto (1):
      Updated Brazilian Portuguese translation

António Lima (3):
      Updated Portuguese translation
      Updated Portuguese translation
      Updated Portuguese translation

Baris Cicek (1):
      Added Turkish translation by Okan Ozen

Benjamin Otte (1):
      Don't install svg files into NxN icon dirs

Brandon Lewis (56):
      tests/Makefile.am, tests/test_transitions.py: at unittests for transitions
      timeline/track.py: remove duplicate max_priority property
      test_transitions.py: check in Transition object test cases
      pitivi/timeline/track.py: implement the video transition as an object which     observes the A/B clips it modifies
      test_transitions.py: unit test for add/remove transition
      timeline/track.py: implement add/remove transition methods
      ui/track.py: display transitions as rounded rects in gutter between layers
      ui/common.py: increase layer spacing to make room for transitions
      test_transitions.py: add unit test for getTrackObjectsGroupedByLayer
      timeline/track.py: implement getTrackObjectsGroupedByLayer
      test_transitions.py: check in unit test for getValidTransitionSlots
      timeline/track.py: implement getValidTransitionSlots
      test_transitions.py: check in unit test for updateTransitions
      timeline/track.py: implement naive transition detection
      test_transitions.py: check in unit test for track priority staggering scheme
      timeline/track.py: implement priority staggering scheme for transitions
      timeline/track.py: adjust transition controller curve based on stagger
      tests/test_track.py: update TrackObject priority test cases
      tests/runtests.py: allow running single test through TESTCASE env var
      tests/test_integration.py: implement cloning of Configuration objects
      tests/test_integration.py: track transitions in InstanceRunner
      tests/test_integration.py: make sure instance is unset even if we fail/error
      test_integration.py: check in a bunch of transition integration tests
      tests/test_transitions.py: add unit tests for validity property of track
      timeline/track.py: add notion of validitity to track
      timeline/timeline.py: allow overlaps for single-clip move operation
      tests/test_integration.py: check in more transition integration tests
      timeline/track.py: disable audio transitions for now
      timeline/timeline.py: check in _overlapsAreTransitions()
      tests/test_integration.py: final tweak to transition integration tests
      timeline/timeline.py: fix implementation of _overlapsAreTransitions()
      test_track.py: udpate priority test cases for audio tranitions
      test_transitions.py: update transition test cases for audio transitions
      timeline/track.py: use different priority computation for audio/video stream     types
      timeline/track.py: implement audio and video transitions as separate classes
      timeline/track.py: make Track create audio/video transitions as appropriate
      timelinecanvas.py: move separator bar up so audio transitions have a gutter
      tests/test_transitions.py: remove obsolete warning
      timeline/track.py: set operation state to null after removing transitions
      pitivi/ui/curve.py: use save/restore instead of reset_clip in simple_paint
      zoominterface.py: clamp ratio to minimum of 0 in computeZoomLevel()
      dynamic.py: don't draw value on NumericWidget HScale
      dynamic.py: set at least two decimal places when value type is a float
      dynamic.py: create a ComboBoxEntry variant of TextWidget which accepts a     limited number of choices
      dynamic.py: refactor TextWidget so that filter can be overriden more     easily.
      dynamic.py: move TextWidget icon inside Entry itself
      dynamic.py: check in FractionWidget
      dynamic.py: make ChoiceWidget insensitive if there are no choices
      dynamic.py: make gtk.ChoiceWidget inherit from a gtk.HBox instead of VBox
      dynamic.py: add a widget for inputing resolutions
      dynamic.py: check in PresetChoiceWidget
      dynamic.py: add support for magic M to FractionWidget
      dynamic.py: update widget test suites
      ui/dynamic.py: ellipsize text in choicewidgets
      ui/dynamic.py: add method to change choices in a ChoiceWidget
      ui/dynamic.py: fix bug in ChoiceWidget.setWidgetValue()

Bruce Cowan (1):
      Updated British English translation

Bruno Brouard (3):
      Updated French translation
      Updated French translation
      Updated French translation

Cheng-Chia Tseng (2):
      Updated Traditional Chinese translation(Hong Kong and Taiwan)
      Updated Traditional Chinese translation(Hong Kong and Taiwan)

Chris Ball (1):
      Formatter: Use the proper exception

Claude Paroz (1):
      Updated French translation

Daniel Nylander (2):
      Updated Swedish translation
      Updated Swedish translation

Dimitris Tsiolis (1):
      Updated Greek translation for pitivi

Edward Hervey (34):
      configure: And back to development we go...
      Merging translations
      Merging translations
      Merge remote branch 'gnome/master'
      pitivi.ui: Handle Win32 glade locations
      Encoding: Set the render settings on the sources
      pipeline: Don't release the lock twice.
      SmartVideoMixerBin: Use safe dict accessor (.get() instead of [])
      Merging translations
      encodingdialog: Initialize Loggable class first
      encodingdialog: Properly get the project settings
      SourceFactory: Fix audio jitter of up to 40ms
      timeline.timeline: Add messages to exceptions
      pipeline: Make exceptions return useful messages
      Pipeline: Reset to STATE_NULL when changing state fails
      Seeker: Properly handle exceptions when seeking
      Merging translations
      Merging translations
      elements: Remove AudioClipper
      elements: Remove imagefreeze from dist-ed modules
      elements: Use new fast pad linking methods
      Revert "smartvideoscale: Use videoscale add-border property instead of smartvideoscale"
      Merging translations
      Merging translations
      Updating translations
      factories: Gracefully handle lack of videoscal::add-borders
      configure.ac: Depend on latest gst-python
      Merging translations
      Merging translations
      0.13.4.2 pre-release
      Merging translations
      Merging translations
      0.13.4.3 pre-release
      Merging translations

Erdai Ronahi (1):
      po: Added kurdish translations

Fran Diéguez (2):
      Updated Galician translations
      Update Galician translations

Gabor Kelemen (2):
      Updated Hungarian translation
      Updated Hungarian translation

Gianvito Cavasoli (1):
      Updated Italian translation

Ivaylo Valkov (2):
      Updated Bulgarian translation
      Updated Bulgarian translation

Jean-François Fortin Tam (1):
      Rename Clip Library to Media Library. Fixes #609659.

Jeroen Hoolmans (1):
      ui/timeline.py: removed spacing between scrollbar and timeline

Joe Hansen (2):
      Updated Danish translation
      Updated Danish translation

Jorge González (5):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Kang Bundo (1):
      Added Korean translation

Luis de Bethencourt (9):
      project.py: house keeping
      projectmanager: saves backup/recovery files when project changes
      ui/mainwindow,timeline: added timeline button, menu item and key accel to add and create editing keyframes
      pixmaps: added link and unlink icons for the timeline.
      ui/timeline: fixing the sensitivity of the timeline actions.
      pixmaps: made the icons of group, relink, ungroup, and unlink pixel-perfect (crispier at small sizes)
      timeline/track: keyframe list is stored sorted in place.
      Fix the use of the gstreamer missing-plugins helper.
      ui/timelinecanvas.py: fixed the precision of timeline selection by correcting the extra space between the visual clip and the canvas clip.

Marek Ä?ernocký (2):
      Updated Czech translation
      Updated Czech translation

Mario Blättermann (5):
      Updated German translation
      [i18n] Updated German translation
      [i18n] Updated German translation
      [i18n] Updated German translation
      [i18n] Updated German translation

Mattias Põldaru (3):
      [l10n] Updated Estonian translation
      [l10n] Updated Estonian translation
      [l10n] Updated Estonian translation

Maxim V. Dziumanenko (1):
      Added Ukrainian translation

Neil Jagdish Patel (1):
      ui: Removes version number from window title

Nils-Christoph Fiedler (5):
      Added LowGerman translation
      Added LowGerman translation
      Added LowGerman translation
      Added LowGerman translation
      Updated LowGerman translation

OKANO Takayoshi (1):
      Added Japanese translation.

Petr Kovar (2):
      Update Czech translation by Marek Cernocky
      Update Czech translation by Marek Cernocky

Pier Carteri (4):
      project: Add revert to saved option (Bug 586023)
      ui: revert-to-saved small cleanup
      UI: Revert enable when needed. Change button on message dialog
      UI: change order of revert and cancel buttons

Priit Laes (1):
      [l10n] Added Estonian (et) to LINGUAS

Robert Swain (14):
      ImageFreeze: Remove and use imagefreeze from GStreamer
      smartvideoscale: Use videoscale add-border property instead of smartvideoscale
      base: operation: Swap SmartVideoScale for videoscale and fix framerate of output
      base: mixer: Allow pass-through 'format' if alpha=1.0
      tests: base: Fix SourceFactory.setFilterCaps() regression
      mixer: track: undo: curve: Only allow alpha passthrough when all alpha=1.0
      tests: Add unit tests for alpha passthrough logic
      tests: mixer: track: Add tests for removing track objects with related fixes
      tests: Extend alpha test coverage
      mixer: Remove some redundant code
      mixer: Consider transitions when aggregating alpha state
      tests: Add still image tests
      tests: Check data is written to fakesink in still image tests
      tests: Add mixing tests to still image tests

Sebastian Dröge (1):
      URISinkFactory: Set the URI sink's async property to False

Shushi Kurose (1):
      Updated Japanese translation.

Simos Xenitellis (1):
      Updated Greek translation

Stephen Irons (1):
      Added mime type to .desktop file

Thibault Saunier (1):
      ui/sourcelist: replace some custom code with gtk.InfoBar.

Tomasz Dominikowski (2):
      Updated Polish translation
      Updated Polish translation

Volker Sobek (3):
      Pause pipeline when receiving the 'eos' signal
      ui/timeline: fix scrollToPlayhead() so it doesn't scroll too far. Fixes #573886.
      Add more keyboard accelerators

Xandru Armesto Fernandez (1):
      Updated asturian translation

YunQiang Su (1):
      Update Simplified Chinese translation.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]