T12815: Create Calligra Framework by separating out applications and libraries

2020-03-14 Thread Jaime Torres Amate
jtamate added a comment. As I have some free time due to the virus and I'm trying to get up to date. In the SQL word there is the notion of tables, queries and views, where a view can show de values of several tables (combined, filtered or raw). Do you know if there is something simi

Re: making a poster/flyer

2015-12-29 Thread Jaime
Hello, If you don't find any calligra module appropriate for this task, you can always try http://www.scribus.net. It allows more precise placing than words and is not so drawing oriented as krita, it is a publishing application. Best Regards. 2015-12-29 10:23 GMT+01:00 René J.V. : > Hi, > >

Re: Review Request 116976: do not use a null member

2014-03-22 Thread Jaime Torres Amate
/libpaintop/kis_multi_sensors_model_p.cpp 3138cfd Diff: https://git.reviewboard.kde.org/r/116976/diff/ Testing --- I can open images. Thanks, Jaime Torres Amate ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman

Review Request 116976: do not use a null member

2014-03-22 Thread Jaime Torres Amate
/116976/diff/ Testing --- I can open images. Thanks, Jaime Torres Amate ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Review Request 109226: from allways true to (probably) what is wanted

2013-03-01 Thread Jaime Torres Amate
tore-storage (Failed) 216 - libs-textlayout-TestBlockLayout (Failed) 229 - libs-kotext-styles-TestOpenDocumentStyle (Failed) Thanks, Jaime Torres Amate ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Re: next release and release pace in general

2013-02-12 Thread Jaime
Hi, Probably this is not the right thread to talk about this, but.. I wanted to install calligra for windows to some Spaniards that still use windows. Before doing that, I tried the available installer (RC3) on another windows. There is a big bug It is only available in English. Theref

Re: Review Request: Make the epub filter handle math formulas

2013-01-01 Thread Jaime Torres Amate
ry mathml element is mandatory. If the namespace were declared in the default namespace http://www.w3.org/1998/Math/MathML";>, then all the prefixes should be removed, but probably it can cause conflicts with other default namespaces. - Jaime Torres --

Re: KoXmlReader, this is bug or not

2012-08-02 Thread Jaime
Hi all, I think this is again the never ending problem of spaces or not spaces while parsing xml. I have not tested your programs, but KoXmlDocument probably will behave as QDom if you pass false in the KoXmlDocument constructor. Best Regards. 2012/8/2 Elvis Stansvik : > 2012/8/2 Elvis Stans

Re: Review Request: Bug in KoXml* to QDom* conversion

2012-01-11 Thread Jaime Torres Amate
ttp://git.reviewboard.kde.org/r/103674/#comment8042> testXMLReaderWithoutSpaces was a clone of testXMLReader, except that the xmlstreams should not contain whitespaces/tabs/newlinews between nodes. Therefore, your change here is incorrect. - Jaime Torres Amate On Jan. 11, 2012, 12:08 p.m

Calligra home page

2011-12-23 Thread Jaime
Hello and happy Christmas, Imagine I do not know anything about Calligra, except a news entry in some blog or linux news site, and I visit the home page to know more about Calligra. What I've seen so far is: * the only place where you can see some mobile screenshots is in the "Learn more|

some code warnings

2011-12-05 Thread Jaime
Hi,   Searching for dead code, I've seen some code that I do not know how to handle (not included in this list code that has a //todo or similar).. In case they are intended, please add a comment with a todo or fixme or whatever (or probably you will forget about them)   * There is a return in t

Review Request: some warnings from clang++

2011-11-17 Thread Jaime Torres Amate
odels/kptnodeitemmodel.cpp 1ecb9f4 Diff: http://git.reviewboard.kde.org/r/103171/diff/diff Testing --- still compiles with g++ Thanks, Jaime Torres Amate ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/lis

Re: Voting for the best name for the Caligra Spreadsheet Application

2011-11-14 Thread Jaime
What about Kalkul? it even uses K everywhere, as in the old days. :-) 2011/11/14 Markus Slopianka : > While I'm usually in favor of using Esperanto, "Kalkultabelo" isn't a handy > word. > https://eo.wikipedia.org/wiki/Kalkultabelo Thanks, I didn't realize there is an Esperanto wikipedia. ___

Re: Voting for the best name for the Caligra Spreadsheet Application

2011-11-14 Thread Jaime
I know you all remember all the spreadsheets names already used, but as a reminder: http://en.wikipedia.org/wiki/Spreadsheet Calligra comes from Calligraphy.. Is there a similar process for the world spreadsheet, in English or Greek or Esperanto, or another language? It is Tabellen in esperant

allways delete the previousChar?

2011-10-08 Thread Jaime
Hi, There is something wrong here, there are two ifs and the same action is taken in the true and the false part. This was found by a new check in cppcheck, but really amazing. void KoTextEditor::deleteChar(MoveOperation direction, bool trackChanges, KoShapeController *shapeController) {

some ifs easy to fix if you remember what do you wanted to achieve

2011-09-09 Thread Jaime
Hi, There are some ifs that I do not know how to fix.. (duplicated or comparing the same value). kexi/widget/tableview/kexitextformatter.cpp around line 165 bool KexiTextFormatter::valueIsEmpty(const QString& text) const return d->dateFormatter->isEmpty(text); else if (

Re: problem with a unittest

2011-09-08 Thread Jaime
Do you run the tests in 64 or 32 bits? Qt with glib or without? I have a bug that only happens in 64 bits.. And like this one, disappears when dolphin is running under valgrind. https://bugs.kde.org/show_bug.cgi?id=278366 2011/9/8 Boudewijn Rempt : > On Thursday 08 September 2011 Sep, Cyrille Be

Review Request: kexi null pointer safeguards

2011-08-28 Thread Jaime Torres Amate
, Jaime Torres ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Review Request: Some small fixes for latex exports

2011-08-28 Thread Jaime Torres Amate
12f698 Diff: http://git.reviewboard.kde.org/r/102467/diff Testing --- No changes in make tests output. Thanks, Jaime Torres ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Review Request: more little things in libs

2011-08-20 Thread Jaime Torres Amate
Thanks, Jaime Torres ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Re: Review Request: read XML in the rigth way. ie. \n has 5 nodes, not 3

2011-08-17 Thread Jaime Torres Amate
formationFunctions (Failed) 41 - kspread-TextFunctions (Failed) 43 - kspread-ValueFormatter (Failed) 172 - libs-widgets-KoResourceTagging_test (Failed) 193 - libs-kotext-styles-TestOpenDocumentStyle (Failed) 196 - kotext-odf-TestChangeTracking (Faile

Re: Review Request: read XML in the rigth way. ie. \n has 5 nodes, not 3

2011-08-17 Thread Jaime Torres Amate
dren classes or in private namespaces. - Jaime Torres --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101857/#review5747 --- On Aug.

Re: Review Request: read XML in the rigth way. ie. \n has 5 nodes, not 3

2011-08-15 Thread Jaime Torres Amate
sourceTagging_test (Failed) 193 - libs-kotext-styles-TestOpenDocumentStyle (Failed) 196 - kotext-odf-TestChangeTracking (Failed) Thanks, Jaime Torres ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Re: Review Request: read XML in the rigth way. ie. \n has 5 nodes, not 3

2011-08-06 Thread Jaime Torres Amate
e is a info.txt file describing in which file a chnage is seen. > > The before subdir contains the images without the change. > > The after subdir contains the images with the patch. I guess you forgot to press the Submit button. This patch must

Re: Review Request: read XML in the rigth way. ie. \n has 5 nodes, not 3

2011-08-06 Thread Jaime Torres Amate
d calligrastage all the .od* that I have without problems. Thanks, Jaime Torres ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Re: Review Request: read XML in the rigth way. ie. \n has 5 nodes, not 3

2011-07-05 Thread Jaime Torres Amate
t know that part of ODF spec. Long time ago I only read the schema (in graphical mode). I'll create a mini-patch to remove the QEXPECT_FAIL("", "Whitespace handling should be fixed.", Continue); in the TestXMLReader test. - Jaime Torres --

Review Request: read XML in the rigth way. ie. \n has 5 nodes, not 3

2011-07-05 Thread Jaime Torres Amate
he modified TestXmlReader test is OK. There are only 2 regressions in the tests that I do not know how to fix: 147 - krita-ui-KisKraLoaderTest (Failed) 148 - krita-ui-KisKraSaverTest (Failed) Also, I've been able to read with calligrawords and calligrastage all the .od* that

Re: Review Request: more methods made const

2011-07-04 Thread Jaime Torres Amate
ech.edu/courses/cs11/material/cpp/donnie/cpp-ops.html or http://en.wikipedia.org/wiki/Operators_in_C_and_C%2B%2B In fact, the operator should be + bool operator==(const BaseIterator &it) const - Jaime Torres --- This is an automatically g

Review Request: more methods made const

2011-07-03 Thread Jaime Torres Amate
plugins/vectorshape/libemf/BitmapHeader.h 92ac3db Diff: http://git.reviewboard.kde.org/r/101843/diff Testing --- Thanks, Jaime Torres ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Review Request: add const qualifier to methods that do not modify the object status

2011-07-03 Thread Jaime Torres Amate
Testing --- same test failed as before. Thanks, Jaime Torres ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Review Request: more parentheris for ? operator and other things

2011-07-01 Thread Jaime Torres Amate
818/diff Testing --- I can not test them. I'm using gcc 4.6.1 and can not compile. Thanks, Jaime Torres ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Re: Review Request: Some dead code I do not know how to handle

2011-07-01 Thread Jaime Torres Amate
27;ll also try to check this equality with -Ofast. - Jaime Torres --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101803/#review4290 ------

Review Request: Some dead code I do not know how to handle

2011-06-29 Thread Jaime Torres Amate
text/opendocument/KoTextLoader.cpp ce7c7a3 libs/kotext/styles/KoTableRowStyle.cpp 6fc53c6 libs/odf/KoOdfGraphicStyles.cpp f5860b9 Diff: http://git.reviewboard.kde.org/r/101803/diff Testing --- Thanks, Jaime Torres ___ calligra-devel mailing

Review Request: avoid some null pointers dereferences

2011-06-28 Thread Jaime Torres Amate
/KoTextShapeData.cpp dd79b1b libs/main/KoMainWindow.cpp 12e7e09 Diff: http://git.reviewboard.kde.org/r/101796/diff Testing --- Thanks, Jaime Torres ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra

Review Request: avoid an infinite recursive call in kundo2

2011-06-25 Thread Jaime Torres Amate
. Thanks, Jaime Torres ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Re: Review Request: one memory leak, 7 exceptions and two comparations.

2011-06-23 Thread Jaime Torres Amate
kate. Detecting this things is a lot easier. - Jaime Torres --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101730/#review4089 --- On

Review Request: some small performance improvements in plugins

2011-06-23 Thread Jaime Torres Amate
/diff Testing --- Thanks, Jaime Torres ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Review Request: one memory leak, 7 exceptions and two comparations.

2011-06-22 Thread Jaime Torres Amate
/libmso/ODrawToOdf.cpp 6551a62 filters/tables/excel/sidewinder/format.h e744a1c Diff: http://git.reviewboard.kde.org/r/101730/diff Testing --- Thanks, Jaime Torres ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman

Review Request: Avoid two possible NULL pointer access.

2011-06-16 Thread Jaime Torres Amate
thing strange after the patch. Thanks, Jaime Torres ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel