]> git.sesse.net Git - kdenlive/commit
kdenlivedoc.cpp:
authorAlberto Villa <avilla@FreeBSD.org>
Wed, 10 Jun 2009 20:55:26 +0000 (20:55 +0000)
committerAlberto Villa <avilla@FreeBSD.org>
Wed, 10 Jun 2009 20:55:26 +0000 (20:55 +0000)
commit99aa6b9d23d0a3b603b71d1e2feba0041ea3e3f5
treee56c8aab9bd5389bbb58dce73ea67cc12add29fb
parent0814981840cc65fb0ce2b4f2c6cd3347facddd06
kdenlivedoc.cpp:
- revert document loading logic, so that errors are handled first
- validate the document instead of simply upgrading it
- share the code for the creation of a new project
- set the correct document version in saved files

documentvalidator.(h|cpp):
- replace documentconvert.(h|cpp)
- the upgrade function now works with incremental changes
- start a validation function to check that the document can really be handled by kdenlive

svn path=/trunk/kdenlive/; revision=3513
src/CMakeLists.txt
src/documentconvert.cpp [deleted file]
src/documentvalidator.cpp [new file with mode: 0644]
src/documentvalidator.h [moved from src/documentconvert.h with 85% similarity]
src/kdenlivedoc.cpp