~nagos/openshot/nagos

« back to all changes in this revision

Viewing changes to openshot/classes/info.py

  • Committer: Jonathan Thomas
  • Date: 2010-01-28 07:39:38 UTC
  • Revision ID: jonathan@jonathan64-20100128073938-xlmzndtbuqwgtama
Bumped version to 1.0.3

Intergrated a patch from Cody to fix some translation
strings missing (i.e. Track 1, Track 2)

Improved the speed of GenerateXML() 1300%.  This was mainly due to 
a very poor project.fps() method, which was slow and used all
over the place.  So, I tried to not call the method as much,
and I implemented some caching of the fps value.

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             = "1.0.2"
 
19
VERSION             = "1.0.3"
20
20
DATE                = "20100106170000"
21
21
NAME                = 'OpenShot'
22
22
GPL_VERSION         = '3'