[Libreoffice-qa] hi$

2012-03-27 Thread antony
Hallo libreoffice-qa
w e b : urs . comwirsind größerelektronischenVerkäuferComputer, Digitalkamera-, Moto-, iPhone, iPad..Wenn Sie Interessean unseren Produkten haben,.bieten wirniedrigstenPreis für Sie
libreoffice-qa 
libreoffice-qa 
libreoffice-qa 
libreoffice-qa___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

[Libreoffice-qa] [ANNOUNCE] libreoffice-3.5.2.2 tag created (3.5.2-rc2)

2012-03-27 Thread Petr Mladek
Hi,

there have been created the libreoffice-3.5.2.2 tag for 3.5.2-rc2
release. The corresponding official builds will be available within
next few days. It will be used as final if no blocker is found.

See the attached list of changes against 3.5.2-rc1.


Now, you might switch your current 3-5 source tree to it using:

./g fetch --tags
./g checkout -b tag-libreoffice-3.5.2.2 libreoffice-3.5.2.2

Linux distro packages might find source tarballs at
http://dev-builds.libreoffice.org/pre-releases/src/
They will be available from the official page together with the builds.


See also the schedule at 
http://wiki.documentfoundation.org/ReleasePlan#3.5_release
and release criteria at http://wiki.documentfoundation.org/Release_Criteria


Best Regards,
Petr
+ core
+ compatibility option for incorrect relative moves after closePath (fdo#47406) [Fridrich Štrba]
+ fix Java script examples after gbuild'ification (fdo#46102) [Stephan Bergmann]
+ fix a regression caused by List removal. (fdo#46942) [Kohei Yoshida]
+ fix autoformat Undo cursors: (fdo#39003) [Michael Stahl]
+ fix incorrect relative moves after closePath (fdo#47406) [Thorsten Behrens]
+ fix scripting jar manifests after gbuild'ification (fdo#46102) [Stephan Bergmann]
+ load Java scripts with class loaders that actually find them (fdo#46102) [Stephan Bergmann]
+ prevent update during init in new autofilter dlg, (fdo#45679) [Markus Mohrhard]
+ revert delay painting borders until after subsidiary lines (fdo#42750) [Petr Mladek]
+ wW8TableInfo::processSwTable: check that table has layout (fdo#45522) [Caolán McNamara]
+ dictionaries
+ typo (fdo#47736) [Andras Timar]
+ common
+ version 3.5.2.2, tag libreoffice-3.5.2.2 (3.5.2-rc2) [Petr Mladek]
+ core
+ adapt arrowhead pathes to corrected svg path z hangling [Regina Henschel]
+ bump product version to 3.5.2-rc1+, release number to 201 [Petr Mladek]
+ bump product version to 3.5.2-rc2, release number to 202 [Petr Mladek]
+ compatibility option for incorrect relative moves after closePath (fdo#47406) [Fridrich Štrba]
+ fix Java script examples after gbuild'ification (fdo#46102) [Stephan Bergmann]
+ fix a regression caused by List removal. (fdo#46942) [Kohei Yoshida]
+ fix autoformat Undo cursors: (fdo#39003) [Michael Stahl]
+ fix incorrect relative moves after closePath (fdo#47406) [Thorsten Behrens]
+ fix scripting jar manifests after gbuild'ification (fdo#46102) [Stephan Bergmann]
+ in the current glib version only the main glib.h can be included directly. [Daniel Mihalyi]
+ load Java scripts with class loaders that actually find them (fdo#46102) [Stephan Bergmann]
+ prevent update during init in new autofilter dlg, (fdo#45679) [Markus Mohrhard]
+ revert delay painting borders until after subsidiary lines (fdo#42750) [Petr Mladek]
+ version 3.5.2.2, tag libreoffice-3.5.2.2 (3.5.2-rc2) [Petr Mladek]
+ wW8TableInfo::processSwTable: check that table has layout (fdo#45522) [Caolán McNamara]
+ dictionaries
+ typo (fdo#47736) [Andras Timar]
+ translations
+ update translations for LibreOffice 3.5.2 rc2 [Andras Timar]
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

[Libreoffice-qa] new automated test concept for chart2

2012-03-27 Thread Markus Mohrhard
Hey,

finally I was able to finish my work on a chart2 test concept. I have
implemented an idea that renders the chart and then dumps the layout
data into an xml based on the information stored in the
XShape/XShapes. This allows us to easily add new test cases without
having to know anything about programming or chart2. All you need to
create a new test case is a bit of time.
For everyone interested in writing and extending chart tests please
have a look at: https://bugs.freedesktop.org/show_bug.cgi?id=47667

So here some more technical details for all who are interested in it:

The dumper code is in chart2/source/view/main/ChartView.cxx and takes
the drawing::XDrawPage and dumps the containing XShape/XShapes into
xml. The dumper can be easily extended and it would be nice if
everyone fixing a bug in chart2 could have a look at it and check if
this bug could have been prevented if the dumper would included some
more information.
BY enabling the debug output of the dumper you will get a list of
supported service names in the dump and can just add a method for this
service or for one interface of this service.

It might be that the same code is valuable for Draw/Impress too and we
can then think about extracting the dumper and moving it into test.


The test is not yet activated but is working already. So if you want
to play a bit with it just add it into Module_sc.mk. Feedback as
always highly appreciated. If there are no objections I plan to
activate the test in sc's subsequentcheck target at the end of the
week.

Regards,
Markus

P.S. For calc devs I will add a hidden export filter that exports the
same content to make debugging chart bugs easier.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/