CIA.vc
ingwa
Real-time open source activity stats
Stats » Authors » ingwa
informationsyndicateUTC clock
06:22 on May 28, 2012
event counters
The last message was received 1.19 weeks ago at 22:28 on May 19, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
2 messages so far this month, 0 messages last month
2277 messages since the first one, 7.79 years ago, for an average of 1.25 days between messages
recent messages
dateReversed sort columnprojectcontentlink
22:28 on May 19KDE
Commit by ingwa :: r1295720 kreversi/trunk/KDE/kdegames/kreversi/AUTHORS: (link)
Indicate that I'm the maintainer
#
21:16 on May 19KDE
Commit by ingwa :: r1295714 kreversi/trunk/KDE/kdegames/kreversi/TODO: (link)
Make the TODO file up to date.
#
20:30 on Jan 07, 2011KDE
Commit by ingwa :: r1212661 /branches/koffice/2.3/koffice/kword/part/KWView.cpp: (link)
Fix bug 262192: KWord crash when trying to print

Don't crash when creating the printer dialog.

CCBUG: 262192

This fix should be forward ported to KWord and Calligra Words.
I will do the Words port.
#
15:46 on Dec 05, 2010KDE
Commit by ingwa :: r1203892 /branches/work/koffice-essen/plugins/vectorshape/libemf/EmfOutputPainterStrategy.cpp: (link)
Remove unwanted kDebug()'s
#
15:43 on Dec 05, 2010KDE
Commit by ingwa :: r1203890 /branches/work/koffice-essen/plugins/vectorshape/libemf/EmfOutputPainterStrategy.cpp: (link)
Fix bug 239560: kpresenter:msoffice2007:Embedded ppt is not displayed in Kpresenter

 * Only recalculate the world transform if a
   Set{Window,Viewport}{Org,Ext} record actually changes anything.
 * Don't call recalculateWorldTransform in
   {set,modify}WorldTransform().

BUG: 239560
#
16:35 on Dec 04, 2010KDE
Commit by ingwa :: r1203574 /branches/work/koffice-essen/plugins/vectorshape/libemf/EmfRecords.cpp: (link)
Make the number of bytes read in an EMF string a multiple of 4.
#
15:35 on Dec 04, 2010KDE
Commit by ingwa :: r1203564 /branches/work/koffice-essen/filters/libkowmf/kowmfreadprivate.cc: (link)
Fix bug 244317: presenter:msoffice2000:kpresenter is not displaying the embeded notepad

A WMF string always occupies an even number of bytes, so if the actual
length is uneven, then read another dummy byte.

BUG: 244317
#
11:44 on Nov 30, 2010KDE
Commit by ingwa :: r1202298 /branches/work/koffice-essen/libs/flake/KoUnavailShape.cpp: (link)
Simplify
#
10:26 on Nov 30, 2010KDE
Commit by ingwa :: r1202284 /branches/work/koffice-essen/libs/flake/ (3 files in 2 dirs): (link)
Let the Unavail Shape draw a nice question mark instead of the frame
with a cross.
#
20:06 on Nov 24, 2010KDE
Commit by ingwa :: r1200350 kformula/trunk/koffice/kformula/flake/tests/TestLoadAndSave.cpp: (link)
Mark all tests expected to fail as Expected Fail.

This still doesn't make the whole test pass, though, even if the end
report of TestLoadAndSave is 37 tests passed and 0 tests failed. :-/
#
08:58 on Nov 23, 2010KDE
Commit by ingwa :: r1199936 filters/trunk/koffice/filters/libkowmf/kowmfreadprivate.cc: (link)
Redo the calculation of the bounding box in a better way.

The new way means that the bounding box is only recalculated when
there is a drawing operation. This means that changes to the
window/viewport origin or extension with no drawing are
disregarded. It also means that there is no recalculation when both
org and ext are changed in between but just after both have changed.

This probably means that we get a much better bounding box in many
cases.
#
08:38 on Nov 23, 2010KDE
Commit by ingwa :: r1199927 filters/trunk/koffice/filters/libkowmf/kowmfreadprivate.h: (link)
Fix a wrong function pointer and add some comments to the list of records.
#
08:35 on Nov 23, 2010KDE
Commit by ingwa :: r1199924 plugins/trunk/koffice/plugins/vectorshape/libemf/EmfOutputPainterStrategy.cpp: (link)

  • Handle negative window sizes
  • Fix a bug in RestoreDC where the world transform wasn't restored properly.
#
10:00 on Nov 12, 2010KDE
Commit by ingwa :: r1195928 plugins/trunk/koffice/plugins/vectorshape/libemf/EmfOutputPainterStrategy.cpp: (link)
Simplify the calculation of the world transform.
#
16:48 on Nov 10, 2010KDE
Commit by ingwa :: r1195246 plugins/trunk/koffice/plugins/vectorshape/libemf/EmfOutputPainterStrategy.cpp: (link)

  • Fix a wrong if statement
  • Make a correct world transformation when there is no viewport defined.
#
09:52 on Nov 10, 2010KDE
Commit by ingwa :: r1195025 filters/trunk/koffice/filters/libkowmf/kowmfpaint.cc: (link)

  • Handle negative window widths
  • Fix a bug in world transform calculation when there was only a window defined and no viewport.
#
16:18 on Nov 04, 2010KDE
Commit by ingwa :: r1193101 filters/trunk/koffice/filters/libkowmf/kowmfreadprivate.cc: (link)
Simplify the calculation of bounding boxes for a WMF, and at the same
time handle negative viewportExt and windowExt.
#
15:31 on Nov 03, 2010KDE
Commit by ingwa :: r1192627 filters/trunk/koffice/filters/libkowmf/ (3 files): (link)
Fix the calculation of the World Transform for WMF just like it
previously was fixed for EMF.
#
10:37 on Nov 03, 2010KDE
Commit by ingwa :: r1192572 filters/trunk/koffice/filters/libkowmf/ (kowmfpaint.cc kowmfreadprivate.cc): (link)
Add calls (un)setWindowViewport to more places that need them.
#
12:34 on Oct 29, 2010KDE
Commit by ingwa :: r1191024 plugins/trunk/koffice/plugins/vectorshape/libemf/EmfOutputPainterStrategy.cpp: (link)
Fix saveDC() and restoreDC() to work better with the world transform calculations.
#