CIA.vc
dhaumann
Real-time open source activity stats
Stats » Authors » dhaumann
informationsyndicateUTC clock
04:25 on May 28, 2012
event counters
The last message was received 1.12 years ago at 14:32 on Apr 16, 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
1503 messages since the first one, 8.35 years ago, for an average of 2.03 days between messages
recent messages
dateReversed sort columnprojectcontentlink
14:32 on Apr 16, 2011KDE
Commit by dhaumann :: r1228263 kate/branches/KDE/4.6/kdesdk/kate/plugins/tabbarextension/ktinytabbar.cpp: (link)
backport: remember highlighted tab buttons
#
14:20 on Apr 16, 2011KDE
Commit by dhaumann :: r1228262 kate/branches/KDE/4.6/kdesdk/kate/plugins/ (2 files in 2 dirs): (link)
fix xml gui factory warnings on application exit or plugin unload
#
13:49 on Apr 16, 2011KDE
Commit by dhaumann :: r1228260 kate/branches/KDE/4.6/kdesdk/kate/plugins/tabbarextension/ktinytabbutton.cpp: (link)
backport fix: colorize buttons works again in flat mode

CCBUG: 268425
#
15:56 on Nov 29, 2010KDE
Commit by dhaumann :: r1202086 kate/trunk/KDE/kdesdk/doc/kate/highlighting.docbook: (link)
document spellChecking in itemData element
#
11:08 on Nov 13, 2010KDE
Commit by dhaumann :: r1196400 kate/trunk/KDE/kdesdk/doc/kate/menus.docbook: (link)
Sessions > Save As Default is gone. New: Tools > Scripts
#
21:05 on Nov 08, 2010KDE
Commit by dhaumann :: r1194374 kate/trunk/KDE/kdesdk/doc/kate/advanced.docbook: (link)
not perfect fix, but is good enough.
sorry for the brack, wasn't aware of checkXML, only tested with meinproc4
#
10:54 on Nov 07, 2010KDE
Commit by dhaumann :: r1193837 kate/trunk/KDE/kdesdk/doc/kate/advanced.docbook: (link)
document how to bind actions to scripts
#
10:16 on Nov 07, 2010KDE
Commit by dhaumann :: r1193833 kate/trunk/KDE/kdesdk/doc/kate/advanced.docbook: (link)
document how to do translation in java-scripts
TODO: document action binding
CCMAIL: kwrite-devel at kde dot org
#
15:51 on Jul 25, 2010KDE
Commit by dhaumann :: r1154493 kate/branches/KDE/4.5/kdelibs/kate/buffer/katetextbuffer.h:
backport commit 45bb46aaae929cbe9e407314b3cede0a3dbc4195
Author: Christoph Cullmann <cullmann at kde dot org>
Date:   Sun Jul 25 17:47:35 2010 +0200

    ok, back to 64 lines per block, better no experiments that short before release
#
15:50 on Jul 25, 2010KDE
Commit by dhaumann :: r1154491 kate/branches/KDE/4.5/kdelibs/kate/buffer/ (4 files):
commit c1dfd55a3125aad3fea3b1ffc269cbcb66e55aa5
Author: Christoph Cullmann <cullmann at kde dot org>
Date:   Sun Jul 25 17:15:14 2010 +0200

    fix coding style, please, add docs, add some newlines here and there and use no if-then-else cascades if you can have nice and easy return ;)
    beside: blocks are again bit larger, given the line cache should catch the effects
    please test
#
15:45 on Jul 25, 2010KDE
Commit by dhaumann :: r1154489 kate/branches/KDE/4.5/kdelibs/kate/render/katerenderrange.cpp:
backport commit ade014bc8e2f157c2dbe1e36682ca5d94d56850d
Author: Milian Wolff <mail at milianw dot de>
Date:   Thu Jul 22 17:48:56 2010 +0200

    fix regression leading to wrong highlighting

    CCBUG: 245444
#
15:43 on Jul 25, 2010KDE
Commit by dhaumann :: r1154488 kate/branches/KDE/4.5/kdelibs/kate/render/ (katerenderrange.cpp katerenderrange.h):
backport:
commit 8573d3ac9b8cc2b52531d2ef844839c413de2ff9
Author: Milian Wolff <mail at milianw dot de>
Date:   Sun Jul 18 17:34:13 2010 +0200

    greatly improve performance of NormalRenderRange by calculating everything in advanceTo

    my testcase (will send the before/after callgrinds to the mailing list) shows that this approach is
    ~16% faster overall. since nextBoundary and currentAttribute are called at least as often as
    advanceTo, we should never do more work than before.
#
15:43 on Jul 25, 2010KDE
Commit by dhaumann :: r1154487 kate/branches/KDE/4.5/kdelibs/kate/render/katerenderrange.h:
backport:
commit aa3ef5abf680e6176a9920e7281dc9851106641d
Author: Milian Wolff <mail at milianw dot de>
Date:   Sun Jul 18 17:05:55 2010 +0200

    remove obsolete mutable
#
08:26 on Jul 09, 2010KDE
Commit by dhaumann :: r1147826 kate/branches/KDE/4.5/kdelibs/kate/utils/katetemplatehandler.cpp:
backport mwolff:
  fix variable range for multiline initialVals, e.g. for selection
#
08:21 on Jul 09, 2010KDE
Commit by dhaumann :: r1147823 kate/branches/KDE/4.5/kdelibs/kate/utils/katetemplatehandler.cpp:
backport mwolff:
  fix crash when using selection in snippet and having multiline selection
#
08:18 on Jul 09, 2010KDE
Commit by dhaumann :: r1147822 kate/branches/KDE/4.5/kdelibs/kate/utils/katetemplatehandler.cpp:
backport mwolff: fix semicolon placement
#
08:14 on Jul 09, 2010KDE
Commit by dhaumann :: r1147819 kate/branches/KDE/4.5/kdelibs/kate/utils/katetemplatehandler.cpp:
backport: --debug by default, Joseph, if you need that - enable it locally

@Milian, Joseph: We never use such ifDebug constructs in the entire KDE source code,
and I for one believe there is a reason for that. I don't like writing
ifDebug(kDebug() << ...;) somehow ;)
#
08:10 on Jul 09, 2010KDE
Commit by dhaumann :: r1147818 kate/branches/KDE/4.5/kdesdk/kate/ (7 files in 4 dirs):
backport SVN commit 1147094 by cullmann:

cullmann:
    use standard icons, fix confusion for users

CCBUG: 240422
#
08:05 on Jul 09, 2010KDE
Commit by dhaumann :: r1147815 interfaces/branches/KDE/4.5/kdelibs/ (4 files in 2 dirs):
backport SVN commit 1147043 by cullmann:

mwolff:
    by default keep exact match items since that's 99% of models except for kate's word completion
#
07:49 on Jul 09, 2010KDE
Commit by dhaumann :: r1147805 interfaces/branches/KDE/4.5/kdelibs/interfaces/ktexteditor/plugin.h:
backport: deprecate createPlugin function. instead, use service->createInstance or so...
#