How can I remove Qt 4 related files from CMakeLists.txt in src folder while building calligra

2012-05-16 Thread Ankit Jain
>I want to remove Qt 4 entirely while building calligra as I don't want any UI >related thing that >Qt supports and also I don't want to open any document-means I don't want to >launch >calligra words, stage or anything. >I just want to use the calligraconverter utility and use it for document

Re: Review Request: Fixes: remove/update unused/out-dated mimetypes "application/x-words" and "application/x-flow"

2012-05-16 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104910/#review13891 --- This review has been submitted with commit 905e7f26fddcaee9537

Re: Review Request: Fixes: remove/update unused/out-dated mimetypes "application/x-words" and "application/x-flow"

2012-05-16 Thread Friedrich W. H. Kossebau
> On May 16, 2012, 5:19 a.m., Thorsten Zachmann wrote: > > libs/flake/KoShapePaintingContext.cpp, lines 40-53 > > > > > > This seems to be unrelated to the change. Good catch. Strange, no idea how that got into that

Re: calligra:fill-style-name and friends

2012-05-16 Thread Jos van den Oever
On Wednesday 16 May 2012 10:42:38 AM Jos van den Oever wrote: > Hi all, > > Calligra uses quite some attributes that are not part of the ODF > specification but unique to Calligra. These are prefixed with the > 'calligra:' prefix which points to the http://www.calligra.org/2005/ > namespace. > >

Re: calligra:fill-style-name and friends

2012-05-16 Thread Thorsten Zachmann
On Wednesday 16 May 2012 10:42:38 Jos van den Oever wrote: > calligra:nodeTypes: > --- > draw:name="Polyline" draw:layer="" svg:width="153.47893439941pt" > svg:height="167.22812142334pt" svg:x="85.0398000pt" > svg:y="187.10437857666pt" svg:viewBox="0 0 153 167" svg:d="M0

Re: Calligra on Windows: QtDBus

2012-05-16 Thread Taco H. in den Bosch
Hi Ivan, I think your workaround has worked and that I have now built the libdbusmenu component. Thanks. I do have the following questions: * The component above is normally built as part of "emerge kdelibs" which fails as discussed. Do you know whether the other components are built correctly

Re: Review Request: Move plans odt export into libs/koreport.

2012-05-16 Thread Dag Andersen
> On May 7, 2012, 8:50 p.m., Jarosław Staniek wrote: > > Dag, good work, we're closer to the final. Here's my proposal for naming. > > This is huge change I know but you can rename the classes using KDevelop or > > Creator quite easily. > > > > General concept: Calligra libs use static polymor

Re: calligra:fill-style-name and friends

2012-05-16 Thread C. Boemann
On Wednesday 16 May 2012 10:42:38 Jos van den Oever wrote: > Hi all, > > Calligra uses quite some attributes that are not part of the ODF > specification but unique to Calligra. These are prefixed with the > 'calligra:' prefix which points to the http://www.calligra.org/2005/ > namespace. > > call

calligra:fill-style-name and friends

2012-05-16 Thread Jos van den Oever
Hi all, Calligra uses quite some attributes that are not part of the ODF specification but unique to Calligra. These are prefixed with the 'calligra:' prefix which points to the http://www.calligra.org/2005/ namespace. Currently the build server flags these attributes as errors. Here is list of

Re: better error messages on the build server

2012-05-16 Thread Jos van den Oever
On Tuesday 15 May 2012 13:00:58 PM Jos van den Oever wrote: > Hello all, > > Over the weekend I ported the script to test document round-tripping and > conversion from python to java. The advantage is an increase in speed and > better error messages. The runtime for the tests has decreased from tw