Also that the subject of test server is on again. Is a windows test setup still planned? If there is need for help, please tell me what I can do. I am still compiling the whole calligra and fixing compilation errors when I encounter any. However it is consuming a large part of my coding time.<br>
<br>Pierre<br><br><br><div class="gmail_quote">On Wed, May 11, 2011 at 3:29 PM, Uzak Matus <span dir="ltr"><<a href="mailto:matus.uzak@ixonos.com">matus.uzak@ixonos.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi Jos,<br>
<br>
there is a number of crashes reported which I can't reproduce. Those might be 64 bit OS specific. Can you please send a few OS details.<br>
<br>
br,<br>
<br>
-matus<br>
<br>
--<br>
Matus Uzak<br>
Software Designer<br>
Ixonos Slovakia s.r.o.<br>
Sturova 27, 040 01 Kosice, Slovakia<br>
mobile 0421 918 718 958<br>
email: <a href="mailto:matus.uzak@ixonos.com">matus.uzak@ixonos.com</a><br>
<a href="http://www.ixonos.com" target="_blank">http://www.ixonos.com</a><br>
<br>
________________________________________<br>
From: Jos van den Oever [<a href="mailto:jos@vandenoever.info">jos@vandenoever.info</a>]<br>
Sent: Tuesday, May 10, 2011 10:18 AM<br>
To: <a href="mailto:calligra-devel@kde.org">calligra-devel@kde.org</a><br>
Subject: Re: test server is back, now with calligra<br>
<div><div></div><div class="h5"><br>
On Monday, May 09, 2011 15:34:04 PM Jos van den Oever wrote:<br>
> The test server is up again at <a href="http://158.36.191.251:8080/" target="_blank">http://158.36.191.251:8080/</a><br>
> Press "Login as a Guest User" at the bottom of the login screen.<br>
><br>
> As before you can follow the progress of Calligra in steps of a few<br>
> commits.<br>
><br>
> In Calligra/default you can see:<br>
> -- if Calligra compiles<br>
> -- how many tests are failing<br>
> -- how long each test took and if that's slower or faster then before<br>
><br>
> In Calligra/kofficetests you can see:<br>
> -- what files are causing crashes on a load/save cycle<br>
> -- how long these cycles take in the current and previous snapshot<br>
> -- see backtraces for crashes<br>
<br>
I forgot an important feature: ODF 1.2 validation. After roundtripping, saved<br>
documents are validated. A large group of reported errors is formed by this.<br>
For example, roundtripping<br>
kofficetests/interoperability/kword/oowriter/mumi0.odt with the command<br>
words --roundtrip-filename out.odt mumi0.odt<br>
gives a file out.odt with a content.xml that has many of the same error (as<br>
repoted by<br>
calligra/tools/scripts/validateODF.py<br>
/tmp/tmp9D5U4N_content.xml:2140:86: error: bad value for attribute "letter-<br>
spacing" from namespace "urn:oasis:names:tc:opendocument:xmlns:xsl-fo-<br>
compatible:1.0"<br>
The cause is simple. Here is one occurrance of the problem:<br>
<style:text-properties fo:font-size="14.000000000000000pt" fo:font-<br>
weight="bold" fo:letter-spacing="97"/><br>
The attribute fo:letter-spacing has no unit! In the input file the spacing was<br>
specified in inches, e.g. fo:letter-spacing="-0.0041in". In Qt letter spacing<br>
can be done in percent or in pixels. In Calligra, using pixels makes no sense,<br>
percentages are being used. ODF only allows absolute length, so the relative<br>
value has to be converted. (It would be nice of Calligra kept track of the<br>
original absolute distance, but making it write valid ODF at all is already an<br>
improvement.)<br>
The fix for this problems was done in less than an hour. The problem count<br>
should go down shortly, when the committed patch has made it through the test<br>
server. You see that getting the problem count down, can be easy.<br>
<br>
> <a href="http://158.36.191.251:8080/" target="_blank">http://158.36.191.251:8080/</a><br>
> Press "Login as a Guest User" at the bottom of the login screen.<br>
<br>
Cheers,<br>
Jos<br>
_______________________________________________<br>
calligra-devel mailing list<br>
<a href="mailto:calligra-devel@kde.org">calligra-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/calligra-devel" target="_blank">https://mail.kde.org/mailman/listinfo/calligra-devel</a><br>
<br>
<br>
_______________________________________________<br>
calligra-devel mailing list<br>
<a href="mailto:calligra-devel@kde.org">calligra-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/calligra-devel" target="_blank">https://mail.kde.org/mailman/listinfo/calligra-devel</a><br>
</div></div></blockquote></div><br>