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
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
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
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
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
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
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
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);