← Back to team overview

openshot.bugs team mailing list archive

[Bug 722285] Re: timeline only shows 320 times the zoom slider setting

 

Patch for 1.4.2
At the request of Antoine (madpentiste ) I'm posting my original patch for Version 1.4.2 here.  It isn't a really clean fix (not easily maintainable,) but it may be of use to folks with 1.4.2.

To install this "patch:"
You'll need to unzip the 1.4.2 source again, and replace the attached files as follows:
Put scrollbars.py and MainGTK.py in the "windows" folder of your 1.4.2 tree, and sequences.py in the classes folder of your 1.4.2.

Run "python setup.py install" to install the new files to your already
installed OpenShot, or cd into bin and do "python openshot." to run the
modified version without installing it.

** Attachment added: "1.4.2Modifications.tar.gz"
   https://bugs.launchpad.net/openshot/+bug/722285/+attachment/3166680/+files/1.4.2Modifications.tar.gz

-- 
You received this bug notification because you are a member of OpenShot
Bugs, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/722285

Title:
  timeline only shows 320 times the zoom slider setting

Status in libcairo  -  cairo vector graphics library:
  Confirmed
Status in OpenShot Video Editor:
  Confirmed

Bug description:
  The timeline only shows the first (320*zoom seeting) seconds of a project.
  So if the zoom slider setting is set to 1 s, the timeline stops at 5'20'' (=320'')
  if it set to 2 s, it stops at 10'40'' (=640''), 4 s it stops at 21'20'' (=1280''), etc.

  How to reproduce:
  -launch OpenShot and create a new project of 60 min
  -with the default 8 s zoom setting you can only move the timeline up to 42'40'' (=2560 = 320*8)
  -try zooming in and see the timeline shorten as you zoom more

  1. Ubuntu 10.10 x64
  2. PPA installation
  3. OpenShot 1.3.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/libcairo/+bug/722285/+subscriptions


Follow ups