Re: Words and large files

2021-03-22 Thread Jos van den Oever
On maandag 22 maart 2021 14:18:32 CET Pierre wrote: > So… firing up perf record and hotspot, with OpenDocument spec 1.2 (that's > what I found in my homedir)… I had it in Downloads/OpenDocument-v1.2-part1.odt ;-) For comparison: this one loads faster https://webodf.org/demo/ci/wodotexteditor-0.

Re: Code for msoscheme?

2021-02-11 Thread Jos van den Oever
On donderdag 11 februari 2021 21:40:19 CET Pierre wrote: > Hello Hi Pierre! > I am looking at several warnings in the code generated by msoscheme in the > libmso filters. The fix should be easy, but I can not find the the msoscheme > source code. The url we have is on gitorious.org. > Does someb

D6844: clazy fixes for kostore

2017-07-22 Thread Jos van den Oever
vandenoever closed this revision. REPOSITORY R8 Calligra REVISION DETAIL https://phabricator.kde.org/D6844 To: vandenoever, #calligra:_3.0, Calligra-Devel-list, boemann Cc: boemann, vandenoever

D6843: Add a seed parameter to make the qHash used

2017-07-22 Thread Jos van den Oever
vandenoever abandoned this revision. REPOSITORY R8 Calligra REVISION DETAIL https://phabricator.kde.org/D6843 To: vandenoever, #calligra:_3.0, Calligra-Devel-list Cc: vandenoever

D6844: clazy fixes for kostore

2017-07-22 Thread Jos van den Oever
vandenoever created this revision. vandenoever added a project: Calligra: 3.0. REVISION SUMMARY - QByteArray pass was not used - data() on a temporary detaches it, constData does not - Q_OBJECT in StoreDropTest is not needed, but silences clazy TEST PLAN storedroptest still works and the

Re: Review Request 130196: Add a seed parameter to make the qHash used

2017-07-22 Thread Jos van den Oever
- libs/store/KoXmlReader.cpp 4c7f434 Diff: https://git.reviewboard.kde.org/r/130196/diff/ Testing --- All unit tests in kostore still pass. Thanks, Jos van den Oever

D6843: Add a seed parameter to make the qHash used

2017-07-22 Thread Jos van den Oever
vandenoever created this revision. vandenoever added a project: Calligra: 3.0. REVISION SUMMARY Without the seed parameter, the default qHash for QPair is used. The seed argument in qHash was introduced in Qt 5.0. The qHash for KoXmlStringPair did not have it and hence it was an unused funct

Review Request 130196: Add a seed parameter to make the qHash used

2017-07-22 Thread Jos van den Oever
/130196/diff/ Testing --- All unit tests in kostore still pass. Thanks, Jos van den Oever

Re: Need some help with styles

2016-11-08 Thread Jos van den Oever
Hello Dag, The way the inhertance works is described here: http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#__RefHeading__1416276_253892949 Roughly, if a style does not define a property, there are quite a few places where the code can look to find a value. First it look

Re: Introduction of a "type mode" and an "unicode mode" of input

2016-07-03 Thread Jos van den Oever
On Saturday 02 July 2016 15:58:22 Huxshathra Theudanaz wrote: > This will be a novel feature. Let's fully utilize unicode. > GNU Unifont has a very large coverage of unicode. It even has ⍥ ⏲⏳♘♨. http://unifoundry.com/unifont.html Cheers, Jos ___ cal

Re: Introduction of a "type mode" and an "unicode mode" of input

2016-07-03 Thread Jos van den Oever
On Sunday 03 July 2016 10:54:21 Camilla Boemann wrote: > I feel that you mean something else like a way to select several "current > fonts" rather than just a single font. And a way to assign what unicode > range uses what font. Such multifont selection is only useful when you mix > different scrip

Re: KDE ODF TC membership

2015-12-03 Thread Jos van den Oever
On Thursday 03 December 2015 12:30:42 Camilla Boemann wrote: > Yes it's still true Excellent. I'll make it so and we can talk more about it at the words sprint. Cheers, Jos ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mai

KDE ODF TC membership

2015-12-03 Thread Jos van den Oever
Hello all, Since September I represent the Dutch government in the ODF TC, although since they were not an OASIS member yet, officially I was still associated with KDE. Now .nl has joined OASIS, so I will not represent KDE any more in OASIS. Currently Friedrich and Camilla are also registered a

Re: Let's do a sprint, focussed on Words/Author/Gemini & text handling in general

2015-11-24 Thread Jos van den Oever
On Sunday 22 November 2015 12:40:11 Boudewijn Rempt wrote: > > Location is undecided yet, also depends on number of participants. If > > there is only a small number, we might be able to do it Deventer at Boud > > & Irina, there is thankfully still an open invitation last time I asked, > > which we

findings from the plugfest

2015-11-19 Thread Jos van den Oever
in. Best regards, Jos van den Oever -- Jos van den Oever co-chair OpenDocument Format Technical Committee . Ministry of the Interior and Kingdom Relations Center for Standards | Logius Wilhelmina van Pruisenweg 52 | 259

Re: Is asciidoc for us? (dogfooding Calligra Words)

2015-11-06 Thread Jos van den Oever
On 11/06/2015 09:30 AM, Jaroslaw Staniek wrote: On 6 November 2015 at 07:23, Jos van den Oever wrote: On 07/28/2015 07:33 PM, Jaroslaw Staniek wrote: Hi! My use of docbook failed due to complexity. Also userbase-based docs (at least for Kexi, for which a finished book could be easily over

Re: Is asciidoc for us? (dogfooding Calligra Words)

2015-11-06 Thread Jos van den Oever
On 07/28/2015 07:33 PM, Jaroslaw Staniek wrote: Hi! My use of docbook failed due to complexity. Also userbase-based docs (at least for Kexi, for which a finished book could be easily over 300 pages) are far from perfect and not too actively maintained. No surprise as it's too much of work if it's

Re: Many questions for Stage

2015-10-02 Thread Jos van den Oever
On 10/02/2015 10:53 AM, C. Boemann wrote: * I miss the "reopen on the page/slide where I was when closing the app" feature. I had code for that in KWord (and in the ODF specs) long ago... I can't really remember what it was though. Maybe something in meta.xml or so. it's not in Words either, but

Re: What If OpenDocument Used SQLite?

2015-08-24 Thread Jos van den Oever
On 08/25/2015 12:42 AM, Jaroslaw Staniek wrote: Hi, "What If OpenDocument Used SQLite?" Well, Many great features: https://www.sqlite.org/affcase1.html All of them are in .kexi files (SQLite container), not in .od*. It could be interesting to see the container supported by us, at least I'd use

Re: GPL Linking exception or transformation to LGPL?

2015-06-15 Thread Jos van den Oever
On 06/15/2015 09:16 AM, Jos van den Oever wrote: On 06/15/2015 09:03 AM, Alexander Potashev wrote: 2015-06-15 9:52 GMT+03:00 Jos van den Oever : On 06/15/2015 08:44 AM, Jaroslaw Staniek wrote: Hi Christophe, I find it awesome. As history shows our contribution model is largely based on such

Re: GPL Linking exception or transformation to LGPL?

2015-06-15 Thread Jos van den Oever
On 06/15/2015 09:03 AM, Alexander Potashev wrote: 2015-06-15 9:52 GMT+03:00 Jos van den Oever : On 06/15/2015 08:44 AM, Jaroslaw Staniek wrote: Hi Christophe, I find it awesome. As history shows our contribution model is largely based on such cases. Several things: - as Jos has said unless

Re: GPL Linking exception or transformation to LGPL?

2015-06-14 Thread Jos van den Oever
On 06/15/2015 08:44 AM, Jaroslaw Staniek wrote: Hi Christophe, I find it awesome. As history shows our contribution model is largely based on such cases. Several things: - as Jos has said unless the code is distributed, no changes have (even in GPL) to be published; we're not using AGPL - archite

Re: GPL Linking exception or transformation to LGPL?

2015-06-14 Thread Jos van den Oever
On 06/14/2015 02:59 PM, Christophe Conil wrote: Hi together, First, congrats for what you did with with Calligra! I'm a everyday user :-) To introduce myself in 2 words: My name is Christophe, I'm french/german, 30 years old, and trying to create a software company right now. I'm developing an

Re: Review Request 124036: a bit more porting to writeodf

2015-06-07 Thread Jos van den Oever
---------------- On June 7, 2015, 6:12 p.m., Jos van den Oever wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/124036/ >

Review Request 124036: a bit more porting to writeodf

2015-06-07 Thread Jos van den Oever
--- a bit more porting to writeodf Diffs - filters/libodf2/KoColumn.cpp aab928a libs/odf/Ko3dScene.cpp 81d7c28 Diff: https://git.reviewboard.kde.org/r/124036/diff/ Testing --- no Thanks, Jos van den Oever ___ calligra-devel mailing

Re: How to generate mso.jar (Re: Calligra licensing and copyright bits)

2015-01-11 Thread Jos van den Oever
On 01/10/2015 08:47 PM, Friedrich W. H. Kossebau wrote: Am Sonntag, 4. Januar 2015, 20:24:26 schrieb Jos van den Oever: On 01/04/2015 07:43 PM, Friedrich W. H. Kossebau wrote: thanks for the quick and workloaden reaction, great :) It was some needed work. Happy to help. Am Sonntag, 4

Re: Review Request 121837: Add more documentation about use of MSOScheme

2015-01-10 Thread Jos van den Oever
--- Recreated simpleParser.{h,cpp} according to the new instructions. Thanks, Jos van den Oever ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Re: Review Request 121830: Remove foreign elements before validating.

2015-01-10 Thread Jos van den Oever
, Jos van den Oever ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Re: How to generate mso.jar (Re: Calligra licensing and copyright bits)

2015-01-04 Thread Jos van den Oever
On 01/04/2015 07:43 PM, Friedrich W. H. Kossebau wrote: thanks for the quick and workloaden reaction, great :) It was some needed work. Happy to help. Am Sonntag, 4. Januar 2015, 17:06:26 schrieb Jos van den Oever: On Sunday 04 January 2015 02:04:09 Friedrich W. H. Kossebau wrote: Am

Re: How to generate mso.jar (Re: Calligra licensing and copyright bits)

2015-01-04 Thread Jos van den Oever
On Sunday 04 January 2015 02:04:09 Friedrich W. H. Kossebau wrote: > Am Donnerstag, 23. Oktober 2014, 23:17:48 schrieb Raúl Sánchez Siles: > > Hi: > > > > As a Debian maintainer of the calligra package, I'm reviewing licensing > > and > > copyright details. We've found some issues that I'll explai

Review Request 121837: Add more documentation about use of MSOScheme

2015-01-04 Thread Jos van den Oever
803306c52fce36d2bbc3cf45ea5e81ff033bceae filters/libmso/generated/simpleParser.h 57dab06 filters/libmso/generated/simpleParser.cpp 095da3d Diff: https://git.reviewboard.kde.org/r/121837/diff/ Testing --- Recreated simpleParser.{h,cpp} according to the new instructions. Thanks, Jos van den Oever

Review Request 121830: Remove foreign elements before validating.

2015-01-04 Thread Jos van den Oever
not save ODF 1.2, but ODF 1.2 Extended. The script is now updated to reflect this. This means it will not fail on the use of attributes that uses namespaces outside of the ODF namepaces. Thanks, Jos van den Oever ___ calligra-devel mailing list

Re: Want to Contribute in calligra for GSOC

2015-01-04 Thread Jos van den Oever
On 01/04/2015 07:20 AM, Jagrut Trivedi wrote: Please tell me how to download the code because i have tried one and it requires the developement account and I am new to the KDE. Hello Jagtrud, You can get the code with git from the instruction here: https://community.kde.org/Calligra/Building

Re: Review Request 111734: add test for ppt conversion

2014-07-06 Thread Jos van den Oever
--- On July 26, 2013, 8:41 p.m., Jos van den Oever wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/111734/ > -

suffix and prefix in and

2013-08-05 Thread Jos van den Oever
Look what I found in libs/odf/KoOdfNumberStyles.cpp: === //This is an extension of numeric style. For the moment we used namespace of //oasis format for specific calligra extension. Change it for the future. void addCalligraNumericStyleExtension(KoXmlWriter &elementWriter, const QString &_suffix

Re: [calligra] /: Add api for writing ODF that is generated from the ODF RNG file.

2013-08-04 Thread Jos van den Oever
On 08/04/13 20:25, Friedrich W. H. Kossebau wrote: really cool work from Jos, happy to see it having made it into Calligra master So am I. Glad I blew off the dust from this one. Having finally given the patch I look as well I found I have a really hard time reading all_the_created_methods_an

Re: Review Request 111773: Add api for writing ODF that is generated from the ODF RNG file

2013-08-04 Thread Jos van den Oever
------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111773/#review37065 --- On Aug. 4, 2013, 5:43 p.m., Jos van den Oever wrote: > > -

Re: Review Request 111773: Add api for writing ODF that is generated from the ODF RNG file

2013-08-04 Thread Jos van den Oever
eodf/README.txt PRE-CREATION libs/odf/writeodf/helpers.h PRE-CREATION libs/odf/writeodf/odfwriter.h PRE-CREATION Diff: http://git.reviewboard.kde.org/r/111773/diff/ Testing --- Opened several ppt and xls files. Checked ppt conversion for two files and checked that XML was equival

Re: Review Request 111773: Add api for writing ODF that is generated from the ODF RNG file

2013-08-04 Thread Jos van den Oever
writeodf/CMakeLists.txt PRE-CREATION libs/odf/writeodf/README.txt PRE-CREATION libs/odf/writeodf/helpers.h PRE-CREATION libs/odf/writeodf/odfwriter.h PRE-CREATION Diff: http://git.reviewboard.kde.org/r/111773/diff/ Testing --- Opened several ppt and xls files. Checked ppt conversion

Re: Review Request 111773: Add api for writing ODF that is generated from the ODF RNG file

2013-08-04 Thread Jos van den Oever
ouldn't xor (^) be a better operator than +? Nice catch. It will help performance. - Jos --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111773/#review37053 ----------------

Re: Review Request 111773: Add api for writing ODF that is generated from the ODF RNG file

2013-08-03 Thread Jos van den Oever
> On Aug. 3, 2013, 4:46 a.m., Thorsten Zachmann wrote: > > filters/sheets/excel/import/excelimporttoods.cc, lines 926-929 > > <http://git.reviewboard.kde.org/r/111773/diff/1/?file=174563#file174563line926> > > > > What is the difference to page-number? >

Re: Review Request 111773: Add api for writing ODF that is generated from the ODF RNG file

2013-08-03 Thread Jos van den Oever
MakeLists.txt 8549ace libs/odf/writeodf/CMakeLists.txt PRE-CREATION libs/odf/writeodf/README.txt PRE-CREATION libs/odf/writeodf/helpers.h PRE-CREATION libs/odf/writeodf/odfwriter.h PRE-CREATION Diff: http://git.reviewboard.kde.org/r/111773/diff/ Testing --- Opened several ppt and

Re: Review Request 111773: Add api for writing ODF that is generated from the ODF RNG file

2013-08-03 Thread Jos van den Oever
e the test should be back. Yes, this file has quite some redundant tests like that. - Jos ----------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111773/#review36694

Re: Review Request 111773: Add api for writing ODF that is generated from the ODF RNG file

2013-08-03 Thread Jos van den Oever
MakeLists.txt 8549ace libs/odf/writeodf/CMakeLists.txt PRE-CREATION libs/odf/writeodf/README.txt PRE-CREATION libs/odf/writeodf/helpers.h PRE-CREATION libs/odf/writeodf/odfwriter.h PRE-CREATION Diff: http://git.reviewboard.kde.org/r/111773/diff/ Testing --- Opened several ppt and

Re: Review Request 111773: Add api for writing ODF that is generated from the ODF RNG file

2013-08-02 Thread Jos van den Oever
f/CMakeLists.txt PRE-CREATION libs/odf/writeodf/README.txt PRE-CREATION libs/odf/writeodf/helpers.h PRE-CREATION libs/odf/writeodf/odfwriter.h PRE-CREATION Diff: http://git.reviewboard.kde.org/r/111773/diff/ Testing --- Opened several ppt and xls files. Checked ppt conversion for two

Re: Review Request 111773: Add api for writing ODF that is generated from the ODF RNG file

2013-08-02 Thread Jos van den Oever
/import/excelimporttoods.cc de788d4 filters/stage/powerpoint/PptToOdp.h 8d85c1f filters/stage/powerpoint/PptToOdp.cpp 425ac33 libs/kotext/KoInlineNote.cpp 6faa9a9 libs/odf/CMakeLists.txt 8549ace Diff: http://git.reviewboard.kde.org/r/111773/diff/ Testing --- Opened several ppt and

Re: Review Request 111773: Add api for writing ODF that is generated from the ODF RNG file

2013-08-02 Thread Jos van den Oever
ay: > > > >? "true" : "false" > > > > ? Yes, that's possible once we have support for the value types. Currently that is not there yet, although parts towards it are in already. - Jos -

Re: Calligra 3.0 for Qt 5.1?

2013-07-30 Thread Jos van den Oever
On 07/30/13 13:23, Boudewijn Rempt wrote: On Tue, 30 Jul 2013, Jos van den Oever wrote: The KIODevice : public QIODevice would have to have an async implementation like QTcpSocket and QProcess. No rocket science, but something to keep in mind. waitForReadyRead() and waitForBytesWritten() would

Re: Calligra 3.0 for Qt 5.1?

2013-07-30 Thread Jos van den Oever
On 07/30/13 10:39, Cyrille Berger wrote: On 2013-07-30 00:01, Friedrich W. H. Kossebau wrote: And make the OSX port finally not suck. And make Android ports that aren't a hack possible. And yes, I want those Windows users, too. They are important. You should have all that with KF5 as well, so

Re: Review Request 111773: Add api for writing ODF that is generated from the ODF RNG file

2013-07-29 Thread Jos van den Oever
> On July 29, 2013, 4:32 a.m., Thorsten Zachmann wrote: > > Hello Jos, > > > > have you been doing some comparison in speed and memory usage for the > > writing out of odf? I would be very interested to see how it performs there. > > Jos van den Oever wrote:

Re: Review Request 111773: Add api for writing ODF that is generated from the ODF RNG file

2013-07-29 Thread Jos van den Oever
ed e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111773/#review36693 --- On July 28, 2013, 9:47 p.m., Jos van den Oever wrote: > > --- > This is an automatically

Review Request 111773: Add api for writing ODF that is generated from the ODF RNG file

2013-07-28 Thread Jos van den Oever
df/odfwriter.h PRE-CREATION Diff: http://git.reviewboard.kde.org/r/111773/diff/ Testing --- Opened several ppt and xls files. Checked ppt conversion for two files and checked that XML was equivalent. Thanks, Jos van den Oever ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Review Request 111734: add test for ppt conversion

2013-07-26 Thread Jos van den Oever
://git.reviewboard.kde.org/r/111734/diff/ Testing --- Ran the test multiple times and it passes every time. It is repeatable. Thanks, Jos van den Oever ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra

Re: Debian packaging: copyright and embeeded libs

2013-05-20 Thread Jos van den Oever
On Saturday 18 May 2013 22:28:08 PM Boudewijn Rempt wrote: > On Saturday 18 May 2013 May 22:14:00 Adrien wrote: > > Hi, > > > > I have some questions regarding the packaging of Calligra for Debian. For > > now we have Calligra 2.6.1 in experimental. > > > > – about copyright > > > > Debian requ

Re: Review Request 109887: Create a stream reader better suited for ODF than QXmlStreamReader

2013-04-15 Thread Jos van den Oever
> On April 15, 2013, 1:58 p.m., Jos van den Oever wrote: > > The current use is this: > > if (el.namespaceUri() == KoXml::fo && el.name == "border") { ... } > > You propose to have code like this: > > if (el.qualifiedName() == "fo:border"

Re: Review Request 109887: Create a stream reader better suited for ODF than QXmlStreamReader

2013-04-15 Thread Jos van den Oever
ocal name are possible: the compiler will check that. In addition, the code behind the operator== and even the type of ODFElement::fo::border can be optimized independently of the code that uses it. - Jos van den Oever On April 6, 2013,

Re: Review Request 109393: a new library for traversing odf files and a new export filter

2013-03-20 Thread Jos van den Oever
not that much information is added on top of QXmlContentHandler::startElement / QXmlContentHandler::endElement except a switch for the various QNames. But you do lose the speed of a SAX parser by using KoXmlElement. -

discussion on stable xml:id in odf implementations

2013-03-04 Thread Jos van den Oever
Hi all, A number of elements in ODF documents can have an attribute xml:id. This attribute is taken from the W3C xml:id recommendation [1]. It can be used on 32 different types of ODF 1.2 elements like text:p and text:meta. Each occurrance of xml:id within one XML document should have a uniqu

Re: "Uncompressed XML Files" format variants

2012-11-12 Thread Jos van den Oever
On 11/12/2012 09:56 PM, Friedrich W. H. Kossebau wrote: Am Montag, 12. November 2012, 17:10:09 schrieb Inge Wallin: Would you go for disable saving and still allow loading? That way you won't destroy for those few that actually have uncompressed odf files out there. Hm, what about a small scri

Re: "Uncompressed XML Files" format variants

2012-11-12 Thread Jos van den Oever
On 11/12/2012 05:10 PM, Inge Wallin wrote: On Monday, November 12, 2012 16:01:20 Friedrich W. H. Kossebau wrote: Am Montag, 12. November 2012, 15:19:01 schrieb Inge Wallin: On Monday, November 12, 2012 01:34:03 Friedrich W. H. Kossebau wrote: Hi, I would propose to remove the option "Uncompre

Re: "Uncompressed XML Files" format variants

2012-11-12 Thread Jos van den Oever
On 11/12/2012 03:34 PM, Inge Wallin wrote: On Monday, November 12, 2012 15:31:00 Jos van den Oever wrote: On 11/12/2012 03:26 PM, Inge Wallin wrote: On Monday, November 12, 2012 15:22:01 Jos van den Oever wrote: On 11/12/2012 01:34 AM, Friedrich W. H. Kossebau wrote: Hi, I would propose to

Re: "Uncompressed XML Files" format variants

2012-11-12 Thread Jos van den Oever
On 11/12/2012 03:26 PM, Inge Wallin wrote: On Monday, November 12, 2012 15:22:01 Jos van den Oever wrote: On 11/12/2012 01:34 AM, Friedrich W. H. Kossebau wrote: Hi, I would propose to remove the option "Uncompressed XML Files" for non- developer buils, or positively said, only ena

Re: "Uncompressed XML Files" format variants

2012-11-12 Thread Jos van den Oever
On 11/12/2012 01:34 AM, Friedrich W. H. Kossebau wrote: Hi, I would propose to remove the option "Uncompressed XML Files" for non- developer buils, or positively said, only enable it for developer builds. Reasoning: * only confuses the user ("what is the difference to compressed?") * cannot be o

Re: Early file format design

2012-08-30 Thread Jos van den Oever
On 08/30/2012 08:44 PM, Inge Wallin wrote: On Thursday, August 30, 2012 16:20:01 Jos van den Oever wrote: On 08/29/2012 11:10 PM, Inge Wallin wrote: This mail is about designing a new file format. It will be relevant to Calligra Author and possibly also for Calligra Words if Boemann wants it

Re: Early file format design

2012-08-30 Thread Jos van den Oever
On 08/29/2012 11:10 PM, Inge Wallin wrote: This mail is about designing a new file format. It will be relevant to Calligra Author and possibly also for Calligra Words if Boemann wants it. Everybody who is not interested in file formats can skip this thread. I'm going to throw a potential solut

Re: RC readiness, not

2012-07-15 Thread Jos van den Oever
On 07/14/2012 11:53 PM, Friedrich W. H. Kossebau wrote: Hi, Am Freitag, 13. Juli 2012, 19:07:21 schrieb Thorsten Zachmann: Hello, On Friday 13 July 2012 16:11:24 Cyrille Berger Skott wrote: Hum, the question that needs to be answered at this point is: is calligra 2.5 worse or better than call

Re: Required attributes for text:numbered-paragraph

2012-05-20 Thread Jos van den Oever
On Saturday 19 May 2012 20:02:09 PM Gopalakrishna Bhat wrote: > Hi, > > When trying to validate the document attached to > https://bugs.kde.org/show_bug.cgi?id=299639 , the schema validator > throws the following error > > error: element "text:numbered-paragraph" missing required attributes > "te

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.calli

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

Re: better error messages on the build server

2012-05-15 Thread Jos van den Oever
On Tuesday 15 May 2012 17:39:12 PM Jos van den Oever wrote: > On Tuesday 15 May 2012 16:44:29 PM Friedrich W. H. Kossebau wrote: > > Hi Jos, > > > > good stuff, we need more people working on this like you, thanks! > > /me looks at wall without mirror ;) > > It

Re: better error messages on the build server

2012-05-15 Thread Jos van den Oever
ienstag, 15. Mai 2012, 13:00:58 schrieb Jos van den Oever: > > 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 run

Re: better error messages on the build server

2012-05-15 Thread Jos van den Oever
On Tuesday 15 May 2012 13:02:57 PM Boudewijn Rempt wrote: > On Tue, 15 May 2012, 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

better error messages on the build server

2012-05-15 Thread Jos van den Oever
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 two hours to one hours and fifteen minutes. The main advantage is th

Re: Fix ODF attributes style:wrap-contour-mode, style:wrap-contour and style:leader-text in docx filter.

2012-05-14 Thread Jos van den Oever
On Monday 14 May 2012 15:08:12 PM matus.u...@gmail.com wrote: > Hi Jos, > > in ODF the default value of style:leader-text is “ “ (U+0020). Docx: > if there's no leader text specified or it is "none", then there should > be no space. > The invisible space QChar(0x200B) solution as used for the > t

Re: text:outline-level must be larger than 0.

2012-05-14 Thread Jos van den Oever
On Monday 14 May 2012 15:22:42 PM matus.u...@gmail.com wrote: > Hello again Jos, > > do you have any test files, where text:outline-level is set to zero? > That means no paragraph styles to format TOC were found. And I would > like to fix that. > > -cwriter->addAttribute("text:outline-le

Re: fo:font-size may not be 0

2012-05-14 Thread Jos van den Oever
On Monday 14 May 2012 15:36:40 PM matus.u...@gmail.com wrote: > .. and one more comment. According to the MS-PPT spec. fontSize MUST > be greater than or equal to 1 and less than or equal to 4000. > Please send me any test file you have, there's something wrong going > on in the filter when fontS

Review Request: fix some validation errors in table styles

2012-05-14 Thread Jos van den Oever
fo:break-before are no longer written when there is no value. - style:width is not written when it is 0, instead style:rel-width is used, which may be 0% Diffs - libs/odf/KoTblStyle.cpp d95677f Diff: http://git.reviewboard.kde.org/r/104941/diff/ Testing --- Thanks, Jos van den

Re: Review Request: Do not show the UI when creating a PDF from a document.

2012-05-13 Thread Jos van den Oever
o reply, visit: http://git.reviewboard.kde.org/r/104913/#review13769 --- On May 13, 2012, 10:04 a.m., Jos van den Oever wrote: > > --- > This is an automatically generated e-

Re: Review Request: Do not show the UI when creating a PDF from a document.

2012-05-13 Thread Jos van den Oever
/KoPrintingDialog.cpp 3ed83bd Diff: http://git.reviewboard.kde.org/r/104913/diff/ Testing --- Thanks, Jos van den Oever ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Review Request: Do not show the UI when creating a PDF from a document.

2012-05-10 Thread Jos van den Oever
need to show the user interface when creating a pdf on the commandline. Diffs - libs/main/KoApplication.cpp be7254e Diff: http://git.reviewboard.kde.org/r/104913/diff/ Testing --- Thanks, Jos van den Oever ___ calligra-devel mailing

Re: Input for ODF plugfest/TC call

2012-04-20 Thread Jos van den Oever
s that can be automatically evaluated, for example by convering documents to pdf and analyzing the picture or round-tripping and evaluating the result. For calligra, I already made some tests like this written in a way that is calligra-independent for document import [1]. We could make similar te

Re: Is there an accepted/official ODF test suite?

2012-04-12 Thread Jos van den Oever
On Thursday 12 April 2012 20:05:51 PM Friedrich W. H. Kossebau wrote: > did I see correctly and there is no OpenDocument format test suite yet? There are collections of files, but no description of what they should look like. E.g. a document with a black box on a white background could be checked

Re: How to easily validate an OpenDocument file (or: where is "oasisfilecheck"?)

2012-02-22 Thread Jos van den Oever
On Wednesday 22 February 2012 20:57:17 PM Friedrich W. H. Kossebau wrote: > Hi, > > I would like to validate the odg files I create with my CDRv4 import > filter. Searching for a validator I found > http://community.kde.org/Calligra/KOffice_and_ODF#Validation > which references "oasisfileche

Re: Review Request: Improved html-odf Words export filter

2012-01-24 Thread Jos van den Oever
in a comment. filters/words/html-odf/conversion/converter.xsl <http://git.reviewboard.kde.org/r/103778/#comment8281> indentation does not hurt - Jos van den Oever On Jan. 24, 2012, 4:28 p.m., Stuart Dickson wrote: > > --- &g

Re: Patch for msoscheme

2012-01-03 Thread Jos van den Oever
On Tuesday, January 03, 2012 12:43:18 PM Mani N C wrote: > Hi Jos, > > mso-patch for mso.xml will allow filters to parse the attached ppt file. > Though lot of style information are still missing, I can atleast view the > file. > I have tested calligrastage with couple of other files and it works

Re: text:id is deprecated

2011-12-15 Thread Jos van den Oever
On Thursday, December 15, 2011 16:24:24 PM Boudewijn Rempt wrote: > On Thursday 15 December 2011 Dec, Jos van den Oever wrote: > > On Thursday, December 15, 2011 11:21:19 AM Thorsten Zachmann wrote: > > > > Well, no... Not that I could find. In fact, until yesterday > >

Re: text:id is deprecated

2011-12-15 Thread Jos van den Oever
On Thursday, December 15, 2011 11:21:19 AM Thorsten Zachmann wrote: > > Well, no... Not that I could find. In fact, until yesterday encountering > > an xml:id when loading text or bookmarks always means "aha! rdf!", and > > the loading code doesn't have access to the rdf document, which it could >

report on calligra filters generating invalid ODF

2011-12-03 Thread Jos van den Oever
Since yesterday, the script profileOfficeFileLoading.py checks the output of the calligra filters for the validity of the ODF that is generated. This test has proven it's usefullness immediately. Here are the numbers of files from the calligratests set for each file type: doc 30 653 d

Re: text:id is deprecated

2011-12-02 Thread Jos van den Oever
On Friday, December 02, 2011 16:38:29 PM Jos van den Oever wrote: > After upgrading the calligra source code to the latest version of the Relax > NG schema, a problem became apparent. > > In various places, Calligra uses text:id. In ODF 1.2, text:id has been > deprecated in many

text:id is deprecated

2011-12-02 Thread Jos van den Oever
pp as a start. At least a few odf documents should now roundtrip to valid ODF documents. Cheers, Jos -- Jos van den Oever, software architect +49 391 25 19 15 53 074 3491911 http://kogmbh.com/legal/ ___ calligra-devel mailing list calligra-devel@kde.org

Re: Calligra on Tizen and beyond

2011-10-13 Thread Jos van den Oever
On Thursday, October 13, 2011 18:24:39 PM Cyrille Berger Skott wrote: > On Thursday 13 October 2011, Jos van den Oever wrote: > > Since it's based on webkit, the source code should be available too, i > > did not see the link to that though. > > Seems to be here: >

Re: Calligra on Tizen and beyond

2011-10-12 Thread Jos van den Oever
On Wednesday, October 12, 2011 23:44:56 PM Jos van den Oever wrote: > On Wednesday, October 12, 2011 11:31:56 AM Jos van den Oever wrote: > > On Wednesday, October 12, 2011 10:35:40 AM Sebastian Sauer wrote: > > > On 09/30/2011 07:04 PM, Jos van den Oever wrote: > > >

Re: Calligra on Tizen and beyond

2011-10-12 Thread Jos van den Oever
On Wednesday, October 12, 2011 11:31:56 AM Jos van den Oever wrote: > On Wednesday, October 12, 2011 10:35:40 AM Sebastian Sauer wrote: > > On 09/30/2011 07:04 PM, Jos van den Oever wrote: > > > On Friday, September 30, 2011 18:48:59 PM Sebastian Sauer wrote: > > &

Re: Calligra on Tizen and beyond

2011-10-12 Thread Jos van den Oever
On Wednesday, October 12, 2011 10:35:40 AM Sebastian Sauer wrote: > On 09/30/2011 07:04 PM, Jos van den Oever wrote: > > On Friday, September 30, 2011 18:48:59 PM Sebastian Sauer wrote: > >> On 09/30/2011 06:17 PM, Boudewijn Rempt wrote: > >>>> Anything you do in s

Re: comparing rendering of text documents

2011-10-07 Thread Jos van den Oever
On Friday, October 07, 2011 22:29:37 PM Jos van den Oever wrote: > On Friday, October 07, 2011 21:42:58 PM lassi.ta.niemi...@nokia.com wrote: > > Really nice! > > Thanks! > Nice to read a 'Lassi is still alive!' :-) > How are you doing? > This is nokia internal d

Re: comparing rendering of text documents

2011-10-07 Thread Jos van den Oever
On Friday, October 07, 2011 21:42:58 PM lassi.ta.niemi...@nokia.com wrote: > Really nice! One thing I forgot to mention: alt-mousewheel zooms in/out and to run the script you also need xephyr. Cheers, Jos ___ calligra-devel mailing list calligra-devel@k

Re: comparing rendering of text documents

2011-10-07 Thread Jos van den Oever
done Cheers, Jos > > From: calligra-devel-boun...@kde.org [calligra-devel-boun...@kde.org] on > behalf of ext Jos van den Oever [jos.van.den.oe...@kogmbh.com] Sent: 07 > October 2011 19:57 > To: calligra-devel@kde.org > Subject: Re: comparing rendering of text documents &g

Re: comparing rendering of text documents

2011-10-07 Thread Jos van den Oever
On Friday, October 07, 2011 18:50:36 PM Jos van den Oever wrote: > Hi guys, > > I wrote some script to create html pages that compare rendering by > libreoffice and calligra. > > Some example results can be found at http://oeba.nl/odf/ > http://oeba.nl/docx Left is

Re: Calligra on Tizen and beyond

2011-09-30 Thread Jos van den Oever
es but not to solve e.g. the tabs problem since text on a is not selectable. What the best solution is, I cannot tell. I think that HTML5 layout will become more advanced and that webodf will benefit from that. Cheers, Jos -- Jos van den Oever, software architect +49 391 25 19 15 53 074 349

  1   2   >