[calligra] libs/kotext/styles: Don't remove to much on removeDuplicates.

2012-03-23 Thread Thorsten Zachmann
Git commit a5ee384ae82995461d89fe623c714405f8948e00 by Thorsten Zachmann. Committed on 24/03/2012 at 07:01. Pushed by zachmann into branch 'master'. Don't remove to much on removeDuplicates. When the font-familiy is set after the removing of duplicates also keep the properties font-pitch, font-fa

[calligra] libs/kotext/opendocument: Save autostyle in the correct file.

2012-03-23 Thread Thorsten Zachmann
Git commit c26b92c959324c9b5703255a5ee65b99bf2a82f4 by Thorsten Zachmann. Committed on 24/03/2012 at 06:32. Pushed by zachmann into branch 'master'. Save autostyle in the correct file. When KoShapeSavingContext::AutoStyleInStyleXml is set styles auto styles needed to be written to the styles.xml

[calligra] libs/kotext/styles: Don't remove to much on removeDuplicates.

2012-03-23 Thread Thorsten Zachmann
Git commit a5ee384ae82995461d89fe623c714405f8948e00 by Thorsten Zachmann. Committed on 24/03/2012 at 07:01. Pushed by zachmann into branch 'master'. Don't remove to much on removeDuplicates. When the font-familiy is set after the removing of duplicates also keep the properties font-pitch, font-fa

[calligra] libs/kotext/styles: Correctly roundtrip use-window-color.

2012-03-23 Thread Thorsten Zachmann
Git commit 10128edd6776b25e493ccd919792b6877cdca52d by Thorsten Zachmann. Committed on 24/03/2012 at 06:51. Pushed by zachmann into branch 'master'. Correctly roundtrip use-window-color. Before the patch when saving the document attached to bug 29 additionally to the use-window-color also a

[calligra] libs/kotext/styles: Correctly roundtrip use-window-color.

2012-03-23 Thread Thorsten Zachmann
Git commit 10128edd6776b25e493ccd919792b6877cdca52d by Thorsten Zachmann. Committed on 24/03/2012 at 06:51. Pushed by zachmann into branch 'master'. Correctly roundtrip use-window-color. Before the patch when saving the document attached to bug 29 additionally to the use-window-color also a

[calligra] libs/kotext/opendocument: Save autostyle in the correct file.

2012-03-23 Thread Thorsten Zachmann
Git commit c26b92c959324c9b5703255a5ee65b99bf2a82f4 by Thorsten Zachmann. Committed on 24/03/2012 at 06:32. Pushed by zachmann into branch 'master'. Save autostyle in the correct file. When KoShapeSavingContext::AutoStyleInStyleXml is set styles auto styles needed to be written to the styles.xml

Re: Words filter compiler error with GCC 4.7

2012-03-23 Thread Yue Liu
looks like it's okay to rename r with other name. 2012/3/24 Christoph Feck : > Hi, > > The calligra master builds fails with GCC 4.7 due to an error in the > "hancomwords" import filter. > > The loop in filters/words/hancomword/pole.cpp:869 reads: > >        for (unsigned r = 0; r < header->num_mb

Words filter compiler error with GCC 4.7

2012-03-23 Thread Christoph Feck
Hi, The calligra master builds fails with GCC 4.7 due to an error in the "hancomwords" import filter. The loop in filters/words/hancomword/pole.cpp:869 reads: for (unsigned r = 0; r < header->num_mbat; r++) { unsigned long r = loadBigBlock(mblock, buffer2, bbat- >blockSize);