CIA.vc
zachmann
Real-time open source activity stats
Stats » Authors » zachmann
informationsyndicateUTC clock
03:43 on Feb 12, 2012
event counters
The last message was received 9.53 months ago at 04:19 on May 02, 2011
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
1580 messages since the first one, 8.09 years ago, for an average of 1.87 days between messages
recent messages
dateReversed sort columnprojectcontentlink
04:19 on May 02, 2011KDE
Commit by zachmann :: r1230081 /trunk/www/sites/planet/planetkde/config: (link)
Add blog of Aakriti Gupta as she can't commit to svn at the moment
#
11:12 on Jan 25, 2011KDE
Commit by zachmann :: r1216993 /branches/koffice/2.3/koffice/libs/odf/KoOdfLoadingContext.cpp: (link)
Backport change from git

LibreOffice also is also base on OO

BUG: 264218
#
12:40 on Jan 10, 2011KDE
Commit by zachmann :: r1213458 kdecore/trunk/KDE/kdelibs/kdecore/network/ (ktcpsocket.cpp ktcpsocket.h): (link)
Don't leak memory
#
15:18 on Dec 05, 2010KDE
Commit by zachmann :: r1203886 /branches/work/koffice-essen/ (5 files in 2 dirs): (link)
Fix Bug 239820 - kpresenter:openoffice:kpresenter is not displaying the inserted file name

This commit also make it quite easy to add missing variables.

BUG: 239820
#
05:06 on Dec 05, 2010KDE
Commit by zachmann :: r1203687 /branches/work/koffice-essen/kword/part/frames/KWFrameLayout.cpp: (link)
Fix Bug 249485 - kword:msoffice2003:Text in the attached document is displaying multiple times

BUG: 249485
#
09:21 on Dec 04, 2010KDE
Commit by zachmann :: r1203480 /branches/work/koffice-essen/libs/kotext/styles/KoTableBorderStyle.cpp: (link)
fix drawing of blank table borders

Remove code duplication
#
08:49 on Dec 04, 2010KDE
Commit by zachmann :: r1203473 /branches/work/koffice-essen/filters/kword/msword-odf/tablehandler.cpp: (link)
Follow up to my last mail border-model is in NS table and not style
#
08:45 on Dec 04, 2010KDE
Commit by zachmann :: r1203472 /branches/work/koffice-essen/libs/kotext/styles/ (4 files): (link)
Fix some init problems introduced by my speedup commit
Read the property from the correct namespace border-model is not in namespace style but table
#
09:16 on Dec 02, 2010KDE
Commit by zachmann :: r1202767 libs/trunk/koffice/libs/flake/KoTextOnShapeContainer.cpp: (link)
Disable Text On Shape for the release as discussed on the mailing list
#
07:54 on Nov 29, 2010KDE
Commit by zachmann :: r1201928 /branches/work/koffice-essen/ (5 files in 2 dirs): (link)
Optimize table painting a bit more

Remove all unneeded calls.
Use QLines instead of QPainterPath for drawing of invisible lines
#
19:23 on Nov 28, 2010KDE
Commit by zachmann :: r1201804 /branches/work/koffice-essen/libs/kotext/CMakeLists.txt: (link)
o missed in my last commit
#
06:43 on Nov 28, 2010KDE
Commit by zachmann :: r1201548 /branches/work/koffice-essen/ (7 files in 2 dirs): (link)
o Speed up drawing of tables

Calling format.properties() is very expensive. This is done in the constructor of
KoTableCellStyle. And that is called when painting each cell border. However the
data is not needed to paint cell borders. Therefore the class KoTableBorderStyle
which handles the drawing of the borders has been created. KoTableCellStyle inherits
this class.
This removed quite a lot of unneeded calls for document with tables.
#
05:05 on Nov 28, 2010KDE
Commit by zachmann :: r1201539 libs/trunk/koffice/libs/main/ (KoDocument.cpp KoMainWindow.cpp): (link)
There is a problem with displaying if a file is write protected.

1. If you load a write protected file, close it and open a non write protected file it still displays that the file is write protected.
2. If you save a write protected file it says the new file is write protected.

This patch solves both problems
#
11:09 on Nov 25, 2010KDE
Commit by zachmann :: r1200632 /branches/work/koffice-essen/plugins/textshape/TableLayout.h: (link)
o add missing file
#
10:42 on Nov 25, 2010KDE
Commit by zachmann :: r1200606 /branches/work/koffice-essen/plugins/textshape/TableLayout.cpp: (link)
Optimize painting tables.

Cache the bounding rect
Read the format once and then read the data from the format. e.g. getting the rowSpan creates a format
which is quite expensive. So get the format once and then read the data from the format directly.
#
10:27 on Nov 22, 2010KDE
Commit by zachmann :: r1199658 /branches/work/koffice-essen/kspread/ui/PixmapCachingCellView.cpp: (link)
Fix compile error
#
10:17 on Nov 22, 2010KDE
Commit by zachmann :: r1199656 /branches/work/koffice-essen/kspread/ui/PixmapCachingCellView.cpp: (link)
o use the correct clip rect
#
09:27 on Nov 22, 2010KDE
Commit by zachmann :: r1199582 /branches/work/koffice-essen/kspread/ui/ (5 files): (link)
Cache clipRect as it turns out to be very expensive to get from the painter all the time

This speeds up painting by around 10%
#
09:22 on Nov 22, 2010KDE
Commit by zachmann :: r1199566 /branches/work/koffice-essen/ (kspread/RTree.h libs/flake/KoRTree.h): (link)
o remove havy use of dynamic_cast<Node*>. Cache the dynamic_cast of the root node

This gives a nice speedup of 7-10 % duing painting
#
11:46 on Nov 19, 2010KDE
Commit by zachmann :: r1198710 /branches/work/koffice-essen/kword/part/frames/KWTextFrameSet.cpp: (link)
Improve layouting performance of kword.

The layouting of the odf spec now takes 30 seconds compared 2:30 which now only uses 20% of the time.
#