CIA.vc
abeaumont
Real-time open source activity stats
Stats » Authors » abeaumont
informationsyndicateUTC clock
04:44 on Feb 13, 2012
event counters
The last message was received 1.24 years ago at 22:32 on Nov 17, 2010
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
493 messages since the first one, 5.94 years ago, for an average of 4.4 days between messages
recent messages
dateReversed sort columnprojectcontentlink
22:32 on Nov 17, 2010KDE
Commit by abeaumont :: r1198231 kformula/trunk/koffice/kformula/ (25 files in 3 dirs): (link)
Add a new 'namespace' parameter to content saving method, which defaults to
'math', the proper namespaec for ODF.
Modify load/saving testsuite to make use of empty namespace to fix tests
broken when 'math' namespace was first introduced (hardcoded)
#
17:06 on Nov 06, 2010KDE
Commit by abeaumont :: r1193648 kformula/trunk/koffice/kformula/flake/elements/ (BasicElement.cpp MultiscriptElement.cpp): (link)
Add 'math' namespace to elements as required by ODF
#
17:03 on Nov 06, 2010KDE
Commit by abeaumont :: r1193647 kformula/trunk/koffice/kformula/flake/elements/MultiscriptElement.cpp: (link)
SVN_SILENT: minor code style changes, remove unneeded blank spaces
#
08:00 on Nov 05, 2010KDE
Commit by abeaumont :: r1193231 kformula/trunk/koffice/kformula/flake/ElementFactory.cpp: (link)
SVN_SILENT: Fix indentation
#
07:18 on Nov 05, 2010KDE
Commit by abeaumont :: r1193227 kformula/trunk/koffice/kformula/flake/ElementFactory.cpp: (link)
Disable AnnotationElement for now

The reason is that with current loading process, we cannot be sure that the
annotation element is properly handled and results in a valid MathML output,
since we do not have a proper SemanticsElement to handle this yet.

OOo compatibility is not harmed, which was the main reason for this element
after all.

CCMAIL: inge at lysator dot liu dot se
#
07:05 on Nov 05, 2010KDE
Commit by abeaumont :: r1193226 kformula/trunk/koffice/kformula/flake/elements/ (3 files): (link)

Two related changes:

  • Do not read/write attributes from an unknown element
  • Do not write an uknown element at all The rationale is: we should make sure our output is always valid MathML/ODF, therefore we should avoid writing unknown markup. In any case, it was not working properly either.
#
20:18 on Nov 04, 2010KDE
Commit by abeaumont :: r1193152 kformula/trunk/koffice/kformula/flake/elements/BasicElement.cpp: (link)
Add a semantics element after math element, so that we generate MathML
compliant markup while being compatible with OOo.
Related with r1184288

CCMAIL: inge at lysator dot liu dot se
#
18:11 on May 08, 2010KDE
Commit by abeaumont :: r1124293 kformula/trunk/koffice/kformula/flake/tests/TestLoadAndSave.cpp:
Fix a GlyphElement loading&saving test
#
15:14 on May 08, 2010KDE
Commit by abeaumont :: r1124280 kformula/trunk/koffice/kformula/flake/tests/TestLoad.cpp:
Reactivate second part of TestLoad testing method
#
15:13 on May 08, 2010KDE
Commit by abeaumont :: r1124279 kformula/trunk/koffice/kformula/flake/tests/TestLoad.cpp:
SVN_SILENT Remove unneeded extra spaces
#
17:58 on May 04, 2010KDE
Commit by abeaumont :: r1122793 /branches/koffice/2.2/koffice/kformula/flake/FencedElement.cpp:
Backport r1122744: fix crash detected by TestLayout testsuite
#
17:58 on May 04, 2010KDE
Commit by abeaumont :: r1122792 /branches/koffice/2.2/koffice/kformula/flake/OperatorElement.cpp:
Backport r1122742: fix crash detected by TestLoad testsuite
#
15:32 on May 04, 2010KDE
Commit by abeaumont :: r1122744 kformula/trunk/koffice/kformula/flake/FencedElement.cpp:
Fix separators attribute handling: its elements are not separated by spaces. Fixes a crash in TestLayout testsuite
#
15:32 on May 04, 2010KDE
Commit by abeaumont :: r1122742 kformula/trunk/koffice/kformula/flake/OperatorElement.cpp:
QList::first() shouldn't be called before checking that the list is not empty. Fixes a crash in TestLoad testsuite
#
16:43 on Aug 02, 2009KDE
Commit by abeaumont :: r1005940 kformula/trunk/koffice/kformula/flake/tests/CMakeLists.txt:
Fix TestCursor compilation
#
21:38 on Jul 20, 2009KDE
Commit by abeaumont :: r1000131 kformula/trunk/koffice/kformula/flake/AttributeManager.cpp:
Apply fontsize attribute in font handling
#
17:48 on Jul 20, 2009KDE
Commit by abeaumont :: r1000010 kformula/trunk/koffice/kformula/flake/ (AttributeManager.cpp AttributeManager.h):
Initial work on font size handling: mark unit types
#
19:23 on Jul 19, 2009KDE
Commit by abeaumont :: r999427 kformula/trunk/koffice/kformula/flake/AttributeManager.cpp:
SVN_SILENT Small style fixing
#
21:05 on Jul 12, 2009KDE
Commit by abeaumont :: r995498 kformula/trunk/koffice/kformula/flake/tests/TestLoadAndSave.cpp:
Some more tests for mtext and mstyle elements
#
15:49 on Jul 06, 2009KDE
Commit by abeaumont :: r992324 kformula/trunk/koffice/kformula/flake/tests/TestLoadAndSave.cpp:
Fix number element tests
#