~openshot.code/openshot/main

« back to all changes in this revision

Viewing changes to openshot/transitions/wipe_left_to_right.svg

  • Committer: Jonathan Thomas
  • Date: 2009-09-08 04:49:08 UTC
  • Revision ID: jonathan@jonathan64-20090908044908-kzhw2m1dl251yt9y
Bumping version to 0.9.30

Here it goes.  Massive re-factoring across OpenShot.  I put
a ton of regression work into this to ensure everything still
works, but as always, I could have missed something.

The biggest changes: 
------------------------------
1) Distutils is now used to install OpenShot (setup.py install).
   Installing OpenShot this way will copy Mime Types, Register Icons,
   Add launcher to Application menu, and copy the OpenShot .py code 
   to the /site-packages/ folder.
2) Python code moved into ~/openshot/openshot/
3) New folders ~/openshot/[bin,docs,xdg]
4) Translations moved to ~/openshot/openshot/locale
5) classes/project.py contains all of the PATH variables
6) classes/info.py contains the version of OpenShot
7) after installing (using setup.py), the /openshot/bin/openshot 
   is the launcher that gets copied to the /usr/bin
8) A few bug fixes have also been added:
   A) removing marker clears timeline
   B) opening a project stopped some changes from refreshing the video
9) Arguments can be passed to OpenShot ($ openshot 'video1.avi', 'video2.avi')
------------------------------

There are now 2 ways to launch OpenShot.

$ openshot (assuming setup.py was used to install OpenShot)
$ ~/openshot/openshot/openshot.py  (I know... it looks funny)

Good luck to everyone testing this!  =)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
 
3
<svg
 
4
   xmlns:dc="http://purl.org/dc/elements/1.1/"
 
5
   xmlns:cc="http://creativecommons.org/ns#"
 
6
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 
7
   xmlns:svg="http://www.w3.org/2000/svg"
 
8
   xmlns="http://www.w3.org/2000/svg"
 
9
   xmlns:xlink="http://www.w3.org/1999/xlink"
 
10
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
 
11
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
 
12
   width="720px"
 
13
   height="576px"
 
14
   id="svg2396"
 
15
   sodipodi:version="0.32"
 
16
   inkscape:version="0.46"
 
17
   sodipodi:docname="wipe_right_to_left.svg"
 
18
   inkscape:output_extension="org.inkscape.output.svg.inkscape">
 
19
  <defs
 
20
     id="defs2398">
 
21
    <linearGradient
 
22
       id="linearGradient4649">
 
23
      <stop
 
24
         style="stop-color:#000000;stop-opacity:1"
 
25
         offset="0"
 
26
         id="stop4651" />
 
27
      <stop
 
28
         style="stop-opacity:1;stop-color:#ffffff"
 
29
         offset="1"
 
30
         id="stop4653" />
 
31
    </linearGradient>
 
32
    <inkscape:perspective
 
33
       sodipodi:type="inkscape:persp3d"
 
34
       inkscape:vp_x="0 : 288 : 1"
 
35
       inkscape:vp_y="0 : 1000 : 0"
 
36
       inkscape:vp_z="720 : 288 : 1"
 
37
       inkscape:persp3d-origin="360 : 192 : 1"
 
38
       id="perspective2404" />
 
39
    <linearGradient
 
40
       inkscape:collect="always"
 
41
       xlink:href="#linearGradient4649"
 
42
       id="linearGradient4679"
 
43
       x1="-103.86396"
 
44
       y1="288.00635"
 
45
       x2="822.8913"
 
46
       y2="288.00635"
 
47
       gradientUnits="userSpaceOnUse" />
 
48
  </defs>
 
49
  <sodipodi:namedview
 
50
     id="base"
 
51
     pagecolor="#ffffff"
 
52
     bordercolor="#666666"
 
53
     borderopacity="1.0"
 
54
     inkscape:pageopacity="0.0"
 
55
     inkscape:pageshadow="2"
 
56
     inkscape:zoom="1.04"
 
57
     inkscape:cx="375.60555"
 
58
     inkscape:cy="262.46374"
 
59
     inkscape:document-units="px"
 
60
     inkscape:current-layer="layer1"
 
61
     showgrid="false"
 
62
     inkscape:window-width="1680"
 
63
     inkscape:window-height="975"
 
64
     inkscape:window-x="0"
 
65
     inkscape:window-y="24" />
 
66
  <metadata
 
67
     id="metadata2401">
 
68
    <rdf:RDF>
 
69
      <cc:Work
 
70
         rdf:about="">
 
71
        <dc:format>image/svg+xml</dc:format>
 
72
        <dc:type
 
73
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
 
74
      </cc:Work>
 
75
    </rdf:RDF>
 
76
  </metadata>
 
77
  <g
 
78
     id="layer1"
 
79
     inkscape:label="Layer 1"
 
80
     inkscape:groupmode="layer">
 
81
    <rect
 
82
       style="opacity:1;fill:url(#linearGradient4679);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 
83
       id="rect2406"
 
84
       width="720"
 
85
       height="576"
 
86
       x="0.0066374484"
 
87
       y="0.006353823" />
 
88
  </g>
 
89
</svg>