~francesco-hermanitosverdes/openshot/hv_francesco

« back to all changes in this revision

Viewing changes to openshot/classes/info.py

  • Committer: Jonathan Thomas
  • Date: 2009-11-09 00:34:16 UTC
  • Revision ID: jonathan@jonathan64-20091109003416-g1z7kqfo62wlv70c
Bumped to version 0.9.53

Added to more properties to the Rotate effect
x_offset and y_offset

Extended the size of the timeline to fit around
45 tracks, instead of 17 tracks

Improved the resizing window code to resize before
we show the window.  This fixes a few different resize
bugs, and makes the window resizing a smoother
process.

Open Project dialog now supports the "double click"
signal, to more quickly open a project file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#       You should have received a copy of the GNU General Public License
17
17
#       along with OpenShot Video Editor.  If not, see <http://www.gnu.org/licenses/>.
18
18
 
19
 
VERSION             = "0.9.52"
 
19
VERSION             = "0.9.53"
20
20
DATE                = "20090906170000"
21
21
NAME                = 'OpenShot'
22
22
GPL_VERSION         = '3'