Summary: | Chart lost after loading+saving ODS file | ||
---|---|---|---|
Product: | [Applications] calligrasheets | Reporter: | Sebastian Sauer <sebsauer> |
Component: | opendocument | Assignee: | Calligra Sheets (KSpread) Bugs <calligra-sheets-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | critical | ||
Priority: | VHI | ||
Version: | Git | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | ODS file that loses the chart after loading+saving roundtrip. |
Description
Sebastian Sauer
2011-12-01 15:53:23 UTC
Created attachment 66266 [details]
ODS file that loses the chart after loading+saving roundtrip.
Setting to severity "critical" and very height priority cause the bug has the effect that data is lost. The bug is fixed now. There where actually two bugs independent of each other present here that are both fixed now. 1) commit ecac0d03d9 reverts commit 43b0a39eb91 and fixes chart lost after loading+saving ODS file. 2) commit ed8b06dcbd fixes embedded objects are not saved if they are after the last row with content. Git commit ee2dcfa593089cef64e6a7fcfdde9bd98991fd55 by Sebastian Sauer. Committed on 02/12/2011 at 11:18. Pushed by sebsauer into branch 'master'. Optimize saving to ODF. This combines the commits ecac0d03d90c and the idea from commit 43b0a39eb91 together to; 1) keep the to-cell anchored shape handling intact and working as expected. 2) improve the saving-speed by some tons of factors by using the RowRepeatStorage to compress identical rows together. |