CIA.vc
zander
Real-time open source activity stats
Stats » Authors » zander
informationsyndicateUTC clock
20:56 on Mar 20, 2010
event counters
The last message was received 8.91 hours ago at 12:01 on Mar 20, 2010
1 messages so far today, 0 messages yesterday
2 messages so far this week, 28 messages last week
47 messages so far this month, 70 messages last month
4331 messages since the first one, 6.19 years ago, for an average of 12.53 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
12:01 todayKDE
Commit by zander :: r1105489 plugins/trunk/koffice/plugins/textediting/autocorrection/Autocorrect.cpp:
Fixes Composed fractions have added A hat

Fix heavilly based on patch from Glen Kaukola.
Thank you! :-)

The sources in KDE are all utf8 and using fromUtf8() is thus needed.

BUG:222893
CCMAIL:gkaukola at cs dot ucr dot edu
#
07:51 MondayKDE
Commit by zander :: r1103476 kword/trunk/koffice/kword/part/frames/KWAnchorStrategy.cpp:
Fixlet in anchor positioning; right aligned logic.
#
21:09 SundayKDE
Commit by zander :: r1103337 kword/trunk/koffice/kword/part/ (2 files in 2 dirs):
Anchored frames can have to listen to parag alignemnt

An anchored frame that is aligned to the left of the
paragraph now is moved to the center if the paragraph is centered.

BUG:225312
#
21:09 SundayKDE
Commit by zander :: r1103336 libs/trunk/koffice/libs/kotext/opendocument/KoTextLoader.cpp:
Italics is not implied for hrefs

BUG:220701
#
21:09 SundayKDE
Commit by zander :: r1103335 plugins/trunk/koffice/plugins/textshape/dialogs/SimpleStyleWidget.cpp:
Take selection into account when changing text-direction

BUG:230557
#
21:09 SundayKDE
Commit by zander :: r1103333 libs/trunk/koffice/libs/kotext/opendocument/KoTextLoader.cpp:
Fix loading a soft-break

A text:line-break tag in ODF is a soft break, load it as such.
BUG:220693
#
21:09 SundayKDE
Commit by zander :: r1103334 kword/trunk/koffice/kword/part/dialogs/KWFrameRunaroundProperties.cpp:
Avoid frame-properties dialog from asserting.

Forgot this call, which caused an assertion later.
#
21:08 SundayKDE
Commit by zander :: r1103331 filters/trunk/koffice/filters/kword/ascii/ (ImportDialog.cc ImportDialog.h):
Avoid stack overflow by circular parenthood of widget.

BUG:225448
#
21:08 SundayKDE
Commit by zander :: r1103332 plugins/trunk/koffice/plugins/textshape/dialogs/ (2 files):
Fix flickering of lists-combobox while navigation

Remember the state of the combobox so we don't empty and re-fill
it for every change in cursor position.
#
21:08 SundayKDE
Commit by zander :: r1103330 plugins/trunk/koffice/plugins/textshape/Layout.cpp:
Fix KWord shows endnotes among footnotes

BUG:226774
#
21:08 SundayKDE
Commit by zander :: r1103329 kword/trunk/koffice/kword/part/ (3 files in 2 dirs):
Add test to insert/append a page with pageSpread

If a page layout is set to be a PageSpread then adding
a new page should automatically set that new page to be
a page spread.
#
21:08 SundayKDE
Commit by zander :: r1103327 kword/trunk/koffice/kword/part/KWPageStyle.h:
Make a common coding problem cause a compiler error

This makes the compiler fail when passing a string to a method that
expects a KWPageStyle. Before it would silently construct a new style
and pass that one along. Which is never what you want.
#
21:08 SundayKDE
Commit by zander :: r1103328 libs/trunk/koffice/libs/odf/ (KoPageLayout.cpp KoPageLayout.h):
Make the struct have a constructor which populates it

Found some bugs where the plain constructor was used without using
the call to initialize it. So a struct with random data was used.
I think the performance optimization comes at a cost of bugs and,
honestly, copying 20 hardcoded integers is not that expensive.
Leaving the deprecated static for now, we can clean that up after
KOffice2.2 is out.
#
21:08 SundayKDE
Commit by zander :: r1103326 kword/trunk/koffice/kword/part/KWPageManager.h:
fix / update api docs of the page manager
#
21:08 SundayKDE
Commit by zander :: r1103324 kword/trunk/koffice/kword/part/KWPage.h:
remove unused include SVN_SILENT
#
21:08 SundayKDE
Commit by zander :: r1103325 kword/trunk/koffice/kword/part/ (5 files in 3 dirs):
Make the page layout dialog work better.

Add a test to check for changing a page style to a pagespread
and make it work properly.
#
21:08 SundayKDE
Commit by zander :: r1103323 libs/trunk/koffice/libs/odf/KoPageLayout.h:
Add some more API docs
#
21:08 SundayKDE
Commit by zander :: r1103322 kword/trunk/koffice/kword/part/dialogs/KWPageSettingsDialog.cpp:
Fix using the page dialog with pagespreads setting the wrong size
#
21:08 SundayKDE
Commit by zander :: r1103321 libs/trunk/koffice/libs/widgets/ (3 files):
Don't return a const ref.
#
21:08 SundayKDE
Commit by zander :: r1103320 kword/trunk/koffice/ (19 files in 4 dirs):
Unify the two dirs into one
#