CIA.vc
boemann
Real-time open source activity stats
Stats » Authors » boemann
informationsyndicateUTC clock
05:57 on Mar 18, 2010
event counters
The last message was received 8.91 hours ago at 21:03 on Mar 17, 2010
0 messages so far today, 2 messages yesterday
5 messages so far this week, 3 messages last week
13 messages so far this month, 28 messages last month
1016 messages since the first one, 5.23 years ago, for an average of 1.88 days between messages
recent messages
dateReversed sort columnprojectcontentlink
21:03 yesterdayKDE
Commit by boemann :: r1104505 filters/trunk/koffice/filters/kword/msword-odf/texthandler.cpp:
properly handle when skipping list levels.
#
20:59 yesterdayKDE
Commit by boemann :: r1104502 plugins/trunk/koffice/plugins/textshape/ListItemsHelper.cpp:
fix so we always add extra ".1" when skipping levels

There was two different code paths, one adding ".0". Adding ".1" is
also in agreement with openoffice
#
07:45 TuesdayKDE
Commit by boemann :: r1103885 filters/trunk/koffice/filters/kword/msword-odf/document.cpp:
Change a bit about naming of style
#
20:07 MondayKDE
Commit by boemann :: r1103741 libs/trunk/koffice/libs/kotext/styles/KoCharacterStyle.cpp:
also save letter spacing - thanks Lassie
#
12:30 MondayKDE
Commit by boemann :: r1103580 libs/trunk/koffice/libs/kotext/KoTextDocumentLayout.cpp:
Change hitTest and hitTestIterated to handle text after a section (eg after
a TOC).
To do that the "click at end of doc" is now handled in HitTest rather than
in hitTestIterated. - tested
Also handle "click at end of tablecell" sice that is no longer handle by the
removed "end of.." code - tested
#
17:57 on Mar 08KDE
Commit by boemann :: r1100814 libs/trunk/koffice/libs/kotext/KoTextDocumentLayout.cpp:
remove unneeded cast
#
15:29 on Mar 08KDE
Commit by boemann :: r1100771 libs/trunk/koffice/libs/kotext/KoTextDocumentLayout.cpp:
make sure clicking in a section also works
#
15:04 on Mar 08KDE
Commit by boemann :: r1100767 plugins/trunk/koffice/plugins/videoshape/ (6 files):
make sure we actually save the videodata
#
20:46 on Mar 07KDE
Commit by boemann :: r1100559 plugins/trunk/koffice/plugins/videoshape/ (FullScreenPlayer.cpp FullScreenPlayer.h):
Also stop videplayback when clicking esc
#
20:38 on Mar 07KDE
Commit by boemann :: r1100556 plugins/trunk/koffice/plugins/videoshape/ (5 files):
Make sure the vide playback returns to the slideshow when done

And also return to slideshow on mouseclick
#
20:04 on Mar 07KDE
Commit by boemann :: r1100554 kpresenter/trunk/koffice/kpresenter/part/KPrView.cpp:
Add some common shortcuts to start the presentation
#
09:36 on Mar 05KDE
Commit by boemann :: r1099221 filters/trunk/koffice/filters/kword/msword-odf/ (texthandler.cpp texthandler.h):
Fix crash due to lists being started and stopped in various parts.
now the associated writers are push to a stack.

patch contributed by: Miroslav Nohaj
#
13:38 on Mar 04KDE
Commit by boemann :: r1098841 filters/trunk/koffice/filters/kword/msword-odf/paragraph.cpp:
make sure line spacing is calculated correctly
#
09:56 on Feb 27KDE
Commit by boemann :: r1096659 filters/trunk/koffice/filters/kword/msword-odf/ (9 files in 2 dirs):
Add support for OfficeArt in concept/basic implementation and in particular
for the line type

patch created by:
Nohaj Miroslav <miroslav dot nohaj at ixonos dot com>
#
15:16 on Feb 22KDE
Commit by boemann :: r1094334 plugins/trunk/koffice/plugins/textshape/ListItemsHelper.cpp:
Fix the regression cause by commit 1092990 while still fixing the problem

However I seriously doubt the code I've modified solves what it sets out to do
originaly. And I also don't think there is a unittest that shows the purpose
of the original code.

CCMAIL: zander at kde dot org
#
12:44 on Feb 22KDE
Commit by boemann :: r1094290 libs/trunk/koffice/libs/kotext/styles/KoListStyle.h:
improve apidocs
#
12:43 on Feb 22KDE
Commit by boemann :: r1094289 plugins/trunk/koffice/plugins/textshape/tests/ (TestDocumentLayout.h TestLists.cpp):
Add test that shows what was fixed in commit 1092990
#
18:41 on Feb 21KDE
Commit by boemann :: r1093935 plugins/trunk/koffice/plugins/textshape/ (6 files):
Draw image bullets
#
18:32 on Feb 21KDE
Commit by boemann :: r1093928 karbon/trunk/koffice/ (15 files in 9 dirs):

Implement loading of image bullets in list style

  • to do that the shapeLoadingContext is passed to loadOdf methods rather than passing the odfLoadingContext *follow the changes in the various apps
#
19:21 on Feb 20KDE
Commit by boemann :: r1093399 libs/trunk/koffice/libs/kotext/styles/ (KoCharacterStyle.cpp KoCharacterStyle.h):
remove absolute letterspacing methods, as Qt is not about to support it, and
the hack is done on loading anyway.
#