[pitivi] Created tag RELEASE-0_93_0



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

Tagger: Jean-François Fortin Tam <nekohayo gmail com>
Date: Thu Mar 20 23:09:48 2014 -0400

    0.93 release

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

Alexandru Băluț (234):
      system: Use the system instance for displaying notifications
      system: When the notification daemon is dead get over it
      system: Fix debug statement
      system: Remove System._listToString
      system: A bit more Pythony
      Get rid of assert False
      Remove unused imports and fields
      medialibrary: Reuse the code for setting the dragged paths
      medialibrary: Fix supported file formats lists
      medialibrary: Use a local variable instead of a field for the error dialog box
      medialibrary: Pythonic check
      medialibrary: Allow importing MTS files
      medialibrary: Pythonic iteration over supported file formats
      medialibrary: Pythonic checks
      medialibrary: Ignore all the uris which evaluate to False
      medialibrary: Clarify the drag and drop handler
      previewers: Optimize thumbnails reuse
      previewers: Pythonic thumbnail time iteration
      previewers: Implement TODO of using misc.quantize
      misc: Rewrite binary_search and fix the test
      previewers: Use the new binary_search method
      previewers: Expect the keys method to return an iterable
      previewers: Update comment about thumbnail time nanosecond precision
      previewers: Reuse local variable
      previewers: Consistent code format
      previewers: Extract a method for getting the thumb duration
      previewers: Set the thumbnail pixbuf in a single place
      previewers: Use the requested timestamp when caching the thumbnail
      previewers: Pythonic timestamps queue generation
      previewers: Make PreviewGenerator.manager private
      previewers: Clarify WAVEFORMS_CPU_USAGE usage
      previewers: Remove duplicated CPU tracking code
      previewers: Explain what can be done when the thumbnail is already set
      misc: Rename print_ns to format_ns
      Optimize some log statements and prettify others
      tests: Rename test_binary_search to test_misc so it can be found easier
      tests: Add a test to show that loading a blank project does not trigger the loaded signal
      Show more info when intltool's IT_PROG_INTLTOOL macro is missing.
      medialibrary: Generate thumbnails in the background
      elements: Remove unused get_border_color method
      timeline: Always set self.current_group in TimelineStage._dragEndCb
      timeline: Selection cleanup
      project: Avoid setting the selection field for a GESTimeline object
      timeline: Raise a proper exception if no element is found
      timeline: Use proper value in debug statement
      timeline: Avoid zooming in when setting the best zoom ratio
      widgets: Fix the zoom slider not showing the initial zoom value
      dogtail tests: Rename variable to clarify what it represents
      dogtail tests: Reuse center method
      medialibrary: Remove unused _trackElementAddedCb method
      timeline: Raise an exception when the Timeline widget has no GES Timeline
      timeline: Insert the clip at the end of the longest layer
      timeline: Rename caps-locked local variable
      timeline: Request at least the height of a pair of layers for the timeline
      widgets: Specify parameter names when making pack_start calls
      Remove unused receiver class
      timeline: Remove unused SELECT_BETWEEN constant
      Fix source code file headers
      Remove unuseful instance module
      tests: Segfault by re-adding an asset to the project
      ruler: Make sure we are using the same values we are reporting in the log message
      ruler: Rename cryptic variable names
      ruler: Use the correct constants to get colors
      ruler: Simplify drawTimes a bit
      ruler: Clarify what params setCairoColor handles
      ruler: Highlight the different time elements
      ruler: Reuse values when we already have them
      ruler: Remove unused border field
      ruler: Define constants used when drawing
      ruler: Clarify what the spacing and scale values represent
      ruler: Rename variable and reuse value
      ruler: Set the drawing color fewer times
      timeline: Simplify the handlebar mouseleave handler
      elements: Disconnect functions when cleaning up
      previewers: Fix stacktrace when removing a clip
      timeline: Fix stacktrace when clicking handlebar
      pipeline: Handle negative position when pausing
      elements: Keep the handlebars hidden when the clip is selected
      elements: Initialize the border attribute in the constructor
      elements: Change the border color when a clip is selected
      controls: Make sure the is_audio field is always set
      timeline: Fix the scrollbars alignment by using Gtk.Grid
      elements: Reuse the cursor objects
      previewers: Use a constant for the audio previewer height
      widgets: Add some padding to the zoom slider
      misc: Cleanup path_from_uri
      Make sure autogen uses python2
      elements: Remove margins between clips
      bin: Add --help to the dev script
      bin: Remove an if statement
      ruler: Use a smaller font for the millis
      ruler: Clarify what constructor parameter is
      ruler: Show the hours and millis only if useful
      ui: Remove unused function to draw rounded rectangles in Cairo
      ruler: Use system font
      ui: Remove unused class Point
      prefs: Update pydoc and rename klass
      tests: Move PreferencesDialog tests to test_prefs.py
      tests: Move Project tests to test_project.py
      check: Make GnomeDesktop a soft dependency
      render: Fix the video codec settings saving
      check: Fix check_soft_dependencies to return what the caller expects
      timeline: Rename Timeline to TimelineContainer
      timeline: Move the toolbar logic to TimelineContainer
      timeline: Move UI data to xml file
      timeline: Make the timeline toolbar and scrollbars background transparent
      timeline: Rename for consistency
      Use Gtk STYLE_CLASS constants for add_class
      timeline: Be more strict when the project is loaded
      cleanup
      timeline: Access the pipeline through the project field
      timeline: Fix the retrieval of the Pipeline state
      widgets: Hide the zero hour in the time widget
      viewer: Add spacing around the play buttons
      elements: Remove unused key-press-event signal handling
      widgets: Move function to the class where it's used
      widgets: Move the tests to a test file
      widgets: Simplify DefaultWidget
      widgets: Make the properties parameter mandatory
      ruler: Fix the play header display
      ruler: Use the same color for the entire playhead
      ui: Move color function to ui
      ruler: Remove hardcoded background color
      timeline: Combine the setting of the timeline and of the project
      viewer: Clarify that the pipeline param is not None
      viewer: Rename PitiviViewer to clarify what it represents
      viewer: Make target a property to clarify what it represents
      viewer: Remove generic try/catch
      viewer: Get rid of the ambiguous _tmp_pipeline field
      viewer: Remove code which never executes
      viewer: Get the seeker instance once
      viewer: Make the cluttersink play nice
      viewer: Focus back the timeline when using the buttons
      Rename variables with short names
      pipeline: Remove obsolete constructor parameter
      mediafilespreviewer: Get rid of unuseful time_format field
      pipeline: Make sure each pipeline has a cluttersink
      mediafilespreviewer: Make the previewer work with cluttersink
      viewer: Make the AspectFrame part of the ViewerWidget
      mainwindow: Get rid of generic try/except when previewing
      mainwindow: Move the preview window size logic to a new method
      mediafilespreviewer: Keep the PreviewWidget size fixed
      mediafilespreviewer: Remove always-true condition
      mediafilespreviewer: Consistent imports
      pipeline: Keep track whether the pipeline has a duration
      check: Remove the check for autovideosink as we switched to cluttersink
      Move the modules initialization to a single place
      check: Specify dependency on ClutterGst
      tests: Fix the tests to initialize the modules properly
      check: Fix messages so they are translatable
      check: Make the strings translatable
      Revert "pipeline: Keep track whether the pipeline has a duration"
      dogtail: Update test_project
      effects: Fixed the _connectAllWidgetCallbacks method to use the parameter
      dogtail: Fix test_effects
      previewers: Renames to clarify the usage
      previewers: Try to make sense out of _compute_geometry
      previewers: Remove unused method
      timeline: Move text constants in the method where they are used
      timeline: Disable the selection actions when timeline focused but there is no selection
      timeline: Avoid calling a callback method directly
      timeline: Get rid of method used in a single place
      timeline: Test directly the element, not its parent
      timeline: Clarify what elements can be added to the timeline
      timeline: Set the mouse field in the constructor
      application: Remove unused signals and methods
      Move the gitignores to a single file
      bin: Make sure we use python2 when python3 is the default
      Remove retired maintainer from the DOAP file aimed at packagers
      Remove obsolete svn file
      pipeline: Raise an exception when setting the timeline fails
      pipeline: Simplify logging of obtained duration value
      project: Add the aspect_ratio dynamic property
      tests: Allow the tests to be run by frameworks like nosetests
      mainwindow: Reuse in_devel from configure
      mainwindow: Make the version display more robust in the about window
      mainwindow: Remove unused variable setting logic
      render: Allow the render progress dialog to close the desktop notification
      configure: Rename constant name to be uppercase
      widgets: Handle smooth scroll events on the zoom slider
      widgets: Simplify the zoom controls logic
      timeline: Make sure the zoom level is always an int
      widgets: Use the zoom slider tooltip to display the duration of the displayed timeline
      elements: Remove code with no effect
      elements: Avoid 0-sized clips to become invisible
      elements: Integrate function into the single place where it's called
      elements: Fix variable name spelling
      elements: Set more fields in the TimelineElement constructor
      elements: Remove unneeded track parameter
      timeline: Make the timeline 2D
      mainwindow: Use existing field instead of passing it as a parameter
      Select the proper context tab when a clip is selected
      tests: Add unittests for Selected and Selection
      medialibrary: Add half space unit at the left of the search field
      Focus the timeline by default
      titleeditor: Make the notebook page switch handler more robust
      mainwindow: Show by default the title editor tab
      mainwindow: Short and consistent names for the context tabs
      clipproperties: Fix effect selection in the clip properties tab
      elements: Fix video clips keyframes and lines vertical position
      timeline: Handle only the key-press/release events on the timeline
      tests: Simplify the no color logging setting
      loggable: Make sure funcname is always set
      loggable: Pass the correct file path when calling handler
      loggable: Reuse the code calling the handlers
      loggable: Fix the getFileLine return value when there is an error
      tests: Resurrect test_log
      tests: Update the ProjectManager unittests
      tests: Move the system module tests to test_system
      loggable: Remove twisted-related logic
      tests: Skip TestGnomeSystem.testPowerInhibition if the power is inhibited
      mainwindow: Move the preview asset logic to a new class
      mainwindow: Allow pressing ESC or q to close the preview asset window
      elements: Make sure the line remains straight when adding a keyframe when clicked
      elements: Fix lines appearing a bit to the left
      elements: Get the main window from the container
      mediafilespreviewer: Clarify what parameter the PreviewWidget constructor expects
      medialibrary: Move function in the class where it's used
      medialibrary: Make sure the comparator for the media library model is strict
      ui: Clarify what beautify_info receives
      ui: Clarify what parameters info_name accepts
      ui: cleanup imports
      Show the full pathname in the tooltip for an asset
      clipmediaprops: Pass directly the asset to the constructor
      clipmediaprops: Allow closing the dialog with ESC
      dogtail: Remove testing of missing font chooser element
      timeline: Remove previous/next keyframe menu items
      timeline: Clarify a fixme
      timeline: Cleanup the logic which allocates a ghostclip to a layer
      timeline: Fix dragging an asset to the ruler
      Use the soft dependencies objects from the check module
      project: Avoid emitting done-importing when a title asset is added
      tests: Fix tests access to data when run by distcheck
      tests: Make sure some samples are available to the unittests

Aurimas Černius (2):
      Updated Lithuanian translation
      Updated Lithuanian translation

Benjamin Steinwender (1):
      Updated German translation

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

Daniel Korostil (2):
      Uploaded Ukranian
      Uploaded Ukranian

Daniel Mustieles (9):
      Updated Spanish translation
      Updated Spanish translation
      Updated FSF's address
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Dimitris Spingos (1):
      Updated Greek translation

Enrico Nicoletto (3):
      Updated Brazilian Portuguese translation and proofread
      Updated Brazilian Portuguese Translation
      Updated Brazilian Portuguese translation

Gabor Kelemen (1):
      Updated Hungarian translation

Jakub Steiner (1):
      Update the app icon

Jean-François Fortin Tam (28):
      Make pitivi.appdata.xml more translation-friendly and pass appdata-validate
      dogtail tests: Use the filechooser's path togglebutton instead of the "/" key
      dogtail tests: Add some sleeps to prevent false alarms on some tests
      medialibrary: Correctly represent imported vs total clips in the progressbar
      medialibrary.ui: Use a smaller, symbolic label for warning_infobar close button
      medialibrary: Show the amount of errors with ngettext in warning_infobar
      Update French translation and improve the French AppData.xml description
      Make the timeline insensitive during rendering by hijacking all events
      mainwindow: Compact the ProjectManager signal connection code
      Use icon_name all over the place, as stock icons are deprecated in GTK+ 3.10
      help: Update the logo image for the user manual
      medialibrary: Add a debug statement for storemodel row flushing
      medialibrary: Automatically generate missing thumbnails
      viewer: Use an AspectFrame widget in the external viewer, like the internal one
      Correctly detect the running version for the about dialog
      mainwindow: Properly set the about dialog's program name
      mainwindow: Improve the way we show version information in the About dialog
      viewer: Improve debugging messages
      Remove mainwindow's fullscreen feature
      viewer: Add a button to undock the viewer directly instead of using menu actions
      project: Emit "rendering-settings-changed" when the pixel aspect ratio changes
      mainwindow: Actually use DAR (not PAR) to set the viewer's display aspect ratio
      clipmediaprops: Use proper names for checkbutton widgets
      clipmediaprops: Prevent setting an invalid framerate from a misdetected clip
      Add a comment for translators to clarify "Pixel aspect ratio"
      project: Default to a square pixel aspect ratio
      application: Fix version check when running a version newer than what's online
      Releasing Pitivi 0.93 "Ra is a happy"

Kristjan SCHMIDT (2):
      Updated Esperanto translation
      Updated Esperanto translation

Marcel Tiede (1):
      Updated German help translation

Marek Černocký (16):
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Czech translation
      Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation

Matej Urbančič (1):
      Updated Slovenian translation

Mathieu Duponchelle (44):
      Render: don't use the caps name for the muxer / encoder caps.
      bin/pitivi.in : Don't call GObject.threads_init if pygobject is recent enough.
      widgets: Remove "PresetChoiceWidget" as it is not used anywhere.
      widgets: remove ResolutionWidget as grep shows it is unused.
      All around: fix positional arguments warnings
      startupwizard: Don't redefine builtin filter
      startupwizard: Prefix unused arguments.
      startupwizard: Add module docstring
      startupwizard: Add docstrings to public and "protected" methods.
      startupwizard: Make static methods from methods with no self use.
      clipmediaprops: Add comma after space
      clipmediaprops: properly UpperCase class name.
      clipmediaprops: Add docstrings.
      clipmediaprops: Set instance attributes in __init__
      clipmediaprops: Switch to new-class style.
      depsmanager: Add or break docstrings.
      depsmanager: break comments and changes string statement to comments.
      filelisterrordialog: Make _addFileExpander a private static method.
      filelisterrordialog: add docstrings.
      prefs: Switch to new style class
      prefs.py: Docstring fixes.
      prefs: Run tests if run standalone.
      prefs: prefix regex string with 'r'
      prefs: Set instance attributes in __init__
      prefs: Make _fillContents a private method.
      prefs: Don't redefine builtin "iter"
      prefs: use correct casing for constant.
      ruler: set callback_id_scroll to None when callback occured.
      pipeline: saner interval.
      elements: remove check for too generic "AttributeError".
      AudioPreviewer: initialize pipeline to None, and check if it exists
      mainwindow: remove generic try / except.
      project: cast remaining uncasted restriction fields.
      timeline: connect to the whole GUI to end marquee selection.
      ui: don't use positional arguments in GObject constructors.
      mainwindow: [pylint] prefix all unused arguments and variables.
      mainwindow: remove "removeLayerCb".
      mainwindow: [pylint] DOn't redefine builtins.
      mainwindow: [pylint] Remove generic try/except.
      application: [pylint] Relocate string statement to module doc.
      check: [pylint] remove generic try/excepts.
      check: [pylint] remove unused variable
      viewer: First commit to prove the cluttersink concept.
      check: rewrite for saner readability and maintainability.

Olivier Duchateau (1):
      copitmizations: Fix mistake with pycairo header import

Piotr Drąg (10):
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation

Rafael Ferreira (4):
      Updated Brazilian Portuguese translation
      Updated Brazilian Portuguese translation
      Updated Brazilian Portuguese translation
      Updated Brazilian Portuguese translation

Thibault Saunier (6):
      bin: git-environment: Fix mixup in variable names
      Allow disable help
      bin: Handle gi typelib path
      previewers: Do not fail if thumbnail timestamp is not the requested one
      pitivi: GESPipeline.add_timeline was rename GESPipeline.set_timeline
      project: Flush the pipeline when we set restriction caps

Tomas Karger (33):
      help: Also mention Pitivi's license on the user manual's license page
      help: Add a tip on how to remove middle portions of clips in splitting.page
      help: Update importing.page, movearoundtimeline.page and usingclips.page
      help: Create a new page in the user manual to explain grouping
      help: Add the "keyseq" tag where appropriate
      help: Document better the procedure of creating new layers
      help: update rendering.page
      help: add a tip to "jump to an exact position" in movearoundtimeline.page
      help: update welcomedialog.page
      help: merge insertintimeline.page into usingclips.page
      help: minor improvements in usingclips.page
      help: merge saveproject.page and projectsettings.page as "workwithprojects.page"
      help: minor improvements in workwithprojects.page
      help: minor improvements in layers.page
      help: merge makeselections.page and grouping.page as "selectiongrouping.page"
      help: minor improvements in selectiongrouping.page
      help: update the Menu bar section in mainwindow.page
      help: update The toolbars section in mainwindow.page
      help: update the Ruler section in mainwindow.page
      help: update the Timeline section in mainwindow.page
      help: update the Playback toolbar section in mainwindow.page
      help: update the Previewer section in mainwindow.page
      help: add the Resizing components of the main window tip to mainwindow.page
      help: turn the Media library section into Left pane section in mainwindow.page
      help: add Middle pane section to mainwindow.page
      help: add Timeline toolbar section to mainwindow.page
      help: update meta info in mainwindow.page
      help: remove mentions and images of the right-click popup from medialibrary.page
      help: remove the Typeahead search section from medialibrary.page
      help: update the View modes section in medialibrary.page
      help: add the Importing a file section to medialibrary.page
      help: add the Other actions section to medialibrary.page
      help: update meta info in medialibrary.page

Volkan Gezer (1):
      [l10n]Updated Turkish translation

Мирослав Николић (2):
      Updated Serbian translation
      Updated Serbian translation


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