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: 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: 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

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: 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

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: 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

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: 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: 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

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

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

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

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

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

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

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: 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/ > -

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

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

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

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

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: 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: 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: 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

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: 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/ >

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: 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-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-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: 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

test server is back, now with calligra

2011-05-09 Thread Jos van den Oever
Hi all, The test server is up again at http://158.36.191.251:8080/ Press "Login as a Guest User" at the bottom of the login screen. As before you can follow the progress of Calligra in steps of a few commits. In Calligra/default you can see: -- if Calligra compiles -- how many tests are fail

Re: test server is back, now with calligra

2011-05-10 Thread Jos van den Oever
On Monday, May 09, 2011 15:34:04 PM Jos van den Oever wrote: > The test server is up again at http://158.36.191.251:8080/ > Press "Login as a Guest User" at the bottom of the login screen. > > As before you can follow the progress of Calligra in steps of a few > commits.

Re: test server is back, now with calligra

2011-05-11 Thread Jos van den Oever
Some details on the test server. The machine is 32 bit. It runs Ubuntu without a system Qt. It has the latest stable Qt (4.7.3) and KDE (4.6.3). Each commit, calligra is compiled. If a compile error is encountered a clean build is performed. The install is always clean and .kde is always remove

Re: Some opinion.

2011-06-06 Thread Jos van den Oever
On Monday, June 06, 2011 10:34:34 AM Cyrille Berger Skott wrote: > On Saturday 04 June 2011, Helder Cesar wrote: > > Hi folks. > > > > I posted now about some ideas about the stencil creation on Calligra > > (Flow), I really like some opinions. > > > > The link is: > > https://helderc.wordpress.c

Update from the ODF TC

2011-06-06 Thread Jos van den Oever
sible and desirable. Ideas can be put as a reply to this mail. Changes do not have to be features, they can also be clarifications or simplifications. Best regards, Jos -- Jos van den Oever, software architect +49 391 25 19 15 53 074 3491911 http://kogmbh

Re: KDE git workflow

2011-06-08 Thread Jos van den Oever
On Wednesday, June 08, 2011 21:18:49 PM Pierre Stirnweiss wrote: > Well, sounds really really familiar. They could have attended our sprint > and spared the discussion time, couldn't they? ;) > IIRC this very workflow was already discussed in Oslo. I'll believe it when I see 0 failing tests and al

Using ODF Relax NG schema to generate easier XML writing classes

2011-06-09 Thread Jos van den Oever
e XML and it would be harder to make mistakes. When writing serialization code, one would not need to look up the what attributes can go in which element and what type they have; your development enviroment would tell you with autocompletion. Can you think of a reason why this would not work?

Re: Using ODF Relax NG schema to generate easier XML writing classes

2011-06-09 Thread Jos van den Oever
On Friday, June 10, 2011 08:30:36 AM Pierre Stirnweiss wrote: > I like the idea. > On the headerWriter example you give, the end-element is written when the > Writer gets out of scope. We'd need to verify that all our start/end > element couples are within the same scope however. Yes, i did this o

Re: Using ODF Relax NG schema to generate easier XML writing classes

2011-06-09 Thread Jos van den Oever
On Friday, June 10, 2011 08:42:46 AM Thorsten Zachmann wrote: > Hello, > > On Friday, June 10, 2011 08:22:04 Jos van den Oever wrote: > > Here is an idea to improve code quality in Calligra. > > > > Currently, we use KoXmlWriter to write ODF XML. For this, func

Re: Using ODF Relax NG schema to generate easier XML writing classes

2011-06-09 Thread Jos van den Oever
ould need to write fragments. So the change tracking writer can also be a friend of the classes it needs to write. Would that be enough or are there more problems? Can you give an example? Cheers, Jos -- Jos van den Oever, software architect +49 391 25 19 15 53 074 349

Re: Using ODF Relax NG schema to generate easier XML writing classes

2011-06-10 Thread Jos van den Oever
On Friday, June 10, 2011 08:22:04 AM Jos van den Oever wrote: > Can you think of a reason why this would not work? I can now. The circular nature of element nesting make is harder to create these classes. E.g. office:document can have (at some depth) a "office:image" whic

Re: Using ODF Relax NG schema to generate easier XML writing classes

2011-06-10 Thread Jos van den Oever
On Friday, June 10, 2011 08:22:04 AM Jos van den Oever wrote: > Here is an idea to improve code quality in Calligra. Here is a version that works fine with a small example use: #include "odf.h" #include #include int main() { QFile out; out.open(stdout, QIODevi

Re: Using ODF Relax NG schema to generate easier XML writing classes

2011-06-10 Thread Jos van den Oever
On Friday, June 10, 2011 20:24:08 PM Pierre wrote: > On Friday 10 June 2011 12:49:18 Jos van den Oever wrote: > > On Friday, June 10, 2011 08:22:04 AM Jos van den Oever wrote: > > > Can you think of a reason why this would not work? > > > > I can now. The circular

Re: Using ODF Relax NG schema to generate easier XML writing classes

2011-06-10 Thread Jos van den Oever
On Friday, June 10, 2011 20:36:36 PM Pierre wrote: > Also, another question about your proposal : would it be strict regarding > the content types ? > I mean : a positiveInteger attribute for a given node must remain a > positiveInteger, and that could even be checked at compilation time... Yes, th

Re: Using ODF Relax NG schema to generate easier XML writing classes

2011-06-10 Thread Jos van den Oever
it like this: qtjsruntime lib/runtime.js relaxngToCPP.js csprd03/OpenDocument-v1.2- csprd03-schema.rng 2> odf.h The validator has about 20 test cases and can validate normal ODF files against the 1.2 spec. It does not check everything though. Cheers, Jos -- Jos van den Oever, software architec

Double speed parsing of binary MS Office files

2011-06-13 Thread Jos van den Oever
alving of that time has a significant effort on the total loading time. 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 https://mail.kde.org/mailman/listinfo/calligra-devel

Re: Double^W Quadruple speed parsing of binary MS Office files

2011-06-14 Thread Jos van den Oever
On Monday, June 13, 2011 19:02:09 PM Jos van den Oever wrote: > When run on a set of 600 ppt files from a.o. kofficetests, this is the > output from valgrind: > simpletest: (normal run time: 5.7 seconds) > ==28930== total heap usage: 2,457,961 allocs, 2,457,954 frees, > 21

Re: Double^W Quadruple speed parsing of binary MS Office files

2011-06-16 Thread Jos van den Oever
is fast. Changing this would mean a large change involving adding '()' to a lot of parts in the code. The parser is not ready for that, so let's not do it and first see what improvement we get from boud's current work. Cheers, Jos -- Jos van

strict versus lenient parsing of binary documents

2011-06-16 Thread Jos van den Oever
after parsing, the size of the code interpreting the parser results will blow up with 'if' statements. - if a record has unknown data members, just ignore them This is fine, unless you want to be able to save them back or if you are worried about losing information. Cheers, Jos -

Re: best unittest result ever:

2011-06-22 Thread Jos van den Oever
On Wednesday, June 22, 2011 14:51:52 PM Cyrille Berger Skott wrote: > On Wednesday 22 June 2011, Boudewijn Rempt wrote: > > On Wednesday 22 June 2011 Jun, Cyrille Berger Skott wrote: > > > > while on Jos' nameless build > > > > server, many krita/pigment tests fail for some weird reason (they > > >

Re: best unittest result ever:

2011-06-22 Thread Jos van den Oever
On Wednesday, June 22, 2011 23:13:40 PM Jos van den Oever wrote: > On Wednesday, June 22, 2011 14:51:52 PM Cyrille Berger Skott wrote: > > On Wednesday 22 June 2011, Boudewijn Rempt wrote: > > > On Wednesday 22 June 2011 Jun, Cyrille Berger Skott wrote: > > > >

Re: best unittest result ever:

2011-06-22 Thread Jos van den Oever
On Wednesday, June 22, 2011 23:25:55 PM Jos van den Oever wrote: > On Wednesday, June 22, 2011 23:13:40 PM Jos van den Oever wrote: > > On Wednesday, June 22, 2011 14:51:52 PM Cyrille Berger Skott wrote: > > > On Wednesday 22 June 2011, Boudewijn Rempt wrote: > > > >

Re: best unittest result ever:

2011-06-23 Thread Jos van den Oever
On Wednesday, June 22, 2011 23:42:02 PM Marijn Kruisselbrink wrote: > On Wednesday, June 22, 2011 02:32:21 pm Jos van den Oever wrote: > > On Wednesday, June 22, 2011 23:25:55 PM Jos van den Oever wrote: > > > On Wednesday, June 22, 2011 23:13:40 PM Jos van den Oever wrote: &g

Re: Regressions || Huston we have a problem

2011-07-15 Thread Jos van den Oever
On Friday, July 15, 2011 13:52:26 PM Cyrille Berger Skott wrote: > On Friday 15 July 2011, Boudewijn Rempt wrote: > > On Friday 15 July 2011 Jul, Sebastian Sauer wrote: > > > Aloha, > > > > > > yesterday at the ODF plugfest 2011 ( > > > http://www.opendocsociety.org/news/2011- berlin-plugfest/ ) w

Review Request: An new MSO parser: A huge patch, but also a huge speedup?

2011-09-11 Thread Jos van den Oever
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102577/ --- Review request for Calligra. Summary --- A huge patch: but also a hug

Re: Review Request: An new MSO parser: A huge patch, but also a huge speedup?

2011-09-11 Thread Jos van den Oever
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102577/ --- (Updated Sept. 11, 2011, 12:17 p.m.) Review request for Calligra. Change

Re: Calligra most annoying bugs.

2011-09-29 Thread Jos van den Oever
amp;short_desc=&short_desc_type=allwordssubstr&type-1-0-0=greaterthan&type-1-1-0=anyexact&type-1-2-0=anyexact&type0-0-0=noop&value-1-0-0=0&value-1-1-0=calligra- active%2Ccalligra-chart%2Ccalligra-common%2Ccalligra-flow%2Ccalligra- formula%2Ccalligra-karbon%2Ccalligra-mob

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

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: 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 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
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: 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: 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 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-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: >

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: 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

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

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: 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: 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: 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: 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: 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

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: 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

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-

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: 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

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: 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

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: 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

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

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: 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

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: 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: 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: 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: "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: "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

  1   2   >