| Summary: | loading project from 0.9.10 into 15.12.1 garbles title clip | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | Martin Koller <martin> |
| Component: | Rendering & Export | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kdenlive/a98aac413302602505f632e895ea682e0f903c5f | Version Fixed/Implemented In: | 15.12.2 |
| Sentry Crash Report: | |||
| Attachments: |
title clip as seen in 0.9.10
title clip as seen in 15.12.1 project file |
||
|
Description
Martin Koller
2016-01-15 16:27:52 UTC
Created attachment 96662 [details]
title clip as seen in 0.9.10
Created attachment 96663 [details]
title clip as seen in 15.12.1
Created attachment 96664 [details]
project file
Git commit b93fcee53693d23fe4a53a1e9e9f3bb8205323c1 by Jean-Baptiste Mardelle. Committed on 15/01/2016 at 18:52. Pushed by mardelle into branch 'master'. Fix titles from 0.9.x kdenlive versions broken on locales with comma separator Don't block opening project on missing font Fix error in importing old project files that was not processing all clips M +1 -2 src/doc/documentchecker.cpp M +55 -1 src/doc/documentvalidator.cpp M +2 -0 src/doc/documentvalidator.h http://commits.kde.org/kdenlive/b93fcee53693d23fe4a53a1e9e9f3bb8205323c1 Git commit a98aac413302602505f632e895ea682e0f903c5f by Jean-Baptiste Mardelle. Committed on 15/01/2016 at 18:57. Pushed by mardelle into branch 'Applications/15.12'. Fix titles from 0.9.x kdenlive versions broken on locales with comma separator Don't block opening project on missing font Fix error in importing old project files that was not processing all clips M +1 -2 src/doc/documentchecker.cpp M +55 -1 src/doc/documentvalidator.cpp M +2 -0 src/doc/documentvalidator.h http://commits.kde.org/kdenlive/a98aac413302602505f632e895ea682e0f903c5f Thanks a lot for your report and attached file. I have just fixed the problem in git and it will be in Kdenlive 15.12.2. As a workaround, you can edit the .kdenlive file in a text editor, and look for the "position" in the document. You will see that there are several lines like this: position x="149" y="526,0259348637516" The x and y values should not contain comma. So changing it to: position x="149" y="526" will fix the problem. This is now done automatically in git. |