CIA.vc
cullmann
Real-time open source activity stats
Stats » Authors » cullmann
informationsyndicateUTC clock
05:00 on Feb 13, 2012
event counters
The last message was received 6.72 months ago at 14:55 on Jul 26, 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
2233 messages since the first one, 8.1 years ago, for an average of 1.32 days between messages
recent messages
dateReversed sort columnprojectcontentlink
14:55 on Jul 26, 2011KDE
Commit by cullmann :: r1243275 /trunk/www/sites/planet/planetkde/config: (link)
next GSoC student
#
14:16 on Jun 13, 2011KDE
Commit by cullmann :: r1236527 /trunk/www/sites/planet/planetkde/config: (link)
add GSoC student
#
20:03 on May 23, 2011KDE
Commit by cullmann :: r1233280 /trunk/www/sites/planet/planetkde/config: (link)
add erlend again, he has two feeds
#
11:24 on Feb 06, 2011KDE
Commit by cullmann :: r1219108 kate/branches/KDE/4.6/kdesdk/kate/ (3 files in 2 dirs): (link)
fix menu buttons for prev/next document and co, this should not change i18n, I only removed strings
#
11:08 on Feb 06, 2011KDE
Commit by cullmann :: r1219104 kate/branches/KDE/4.6/kdesdk/kate/plugins/filetree/ (3 files): (link)
fix missing actions in tree view + backport some small fixes
#
09:53 on Jan 30, 2011KDE
Commit by cullmann :: r1217979 doc/trunk/KDE/kdesdk/ (4 files in 4 dirs): (link)
kate only in kate.git for KDE 4.7 onwards, history in old modules
#
13:15 on Dec 28, 2010KDE
Commit by cullmann :: r1209889 kate/branches/KDE/4.6/kdelibs/kate/ (8 files in 5 dirs): (link)
merge back fixes for very nasty search bug (search field just random switches around between values)
merge simple errors in swapfiles not honoring config, vimode glitch and cstyle fixup
#
13:11 on Dec 28, 2010KDE
Commit by cullmann :: r1209888 kate/trunk/KDE/kdelibs/kate/swapfile/ (kateswapfile.cpp kateswapfile.h): (link)
mwolff:
    properly disable swap file tracking based on configuration

BUG: 258897
#
13:11 on Dec 28, 2010KDE
Commit by cullmann :: r1209887 kate/trunk/KDE/kdelibs/kate/ (3 files in 2 dirs): (link)
mwolff:

    fix regression introduced in f52c93919a158decd3399d0893efa49e57547009
    properly set the current index in addCurrentTextToHistory

BUG: 248305
#
13:09 on Dec 28, 2010KDE
Commit by cullmann :: r1209886 kate/trunk/KDE/kdelibs/kate/vimode/ (katevinormalmode.cpp katevinormalmode.h): (link)
ehamberg:
    don?\226?\128?\153t translate keypresses after ?\226?\128?\152f?\226?\128?\153 and similar commands

BUG:260655
#
13:07 on Dec 28, 2010KDE
Commit by cullmann :: r1209885 kate/trunk/KDE/kdesdk/kate/plugins/filetree/katefiletreemodel.cpp: (link)
Thomas Fjellstrom <thomas at fjellstrom dot ca>:
    fix a bug where the file tree would improperly nest folders that had similar basenames.

    found another improper nesting bug while fixing the last one, fixed it. Kate on windows might have a problem with all the direct uses of "/" but I can't be sure as I can't test it easily.
#
12:54 on Dec 28, 2010KDE
Commit by cullmann :: r1209880 kate/trunk/KDE/kdelibs/kate/script/data/cstyle.js: (link)
Miquel Sabat?\195?\169 <mikisabate at gmail dot com>:
  Fixing Bug #260357: JJ: indentation aligns cursor with quotation mark in comment

CCBUG: 260357
#
15:26 on Dec 12, 2010KDE
Commit by cullmann :: r1205797 kate/trunk/KDE/kdelibs/kate/syntax/data/ruby.xml: (link)
mikisabate:
    Added require_relative in ruby.xml
#
15:26 on Dec 12, 2010KDE
Commit by cullmann :: r1205796 kate/trunk/KDE/kdelibs/kate/syntax/data/latex.xml: (link)
mludwig:
    Add support for the 'comment' environment from the 'comment' package.

    Patch by Mitchell Keith Bloch.
#
15:21 on Dec 12, 2010KDE
Commit by cullmann :: r1205795 kate/trunk/KDE/kdelibs/kate/document/katedocument.cpp: (link)
mwolff: improve comment for Dominik
#
19:51 on Dec 02, 2010KDE
Commit by cullmann :: r1202932 kate/trunk/KDE/kdelibs/kate/tests/ (4 files): (link)
mwolff:
  tests for BUG 258480 and BUG 157754
#
19:50 on Dec 02, 2010KDE
Commit by cullmann :: r1202931 kate/trunk/KDE/kdelibs/kate/document/katedocument.cpp: (link)
mwolff:

    Be forgiving with length in editRemoveText, don't try to remove what's not there

    Also add unit test showing other "forgiving" api usage that already works.
    Funny thing I noticed: Inserting text behind the document end will add five lines
    out of nowhere, I expect this fail for now.

BUG: 258480
#
19:50 on Dec 02, 2010KDE
Commit by cullmann :: r1202930 kate/trunk/KDE/kdelibs/kate/view/kateviewinternal.cpp: (link)
mwolff:

    Don't crash during code folding when "scroll past end of document" is enabled.
    Generally don't try to pass a zero-offset to viewLineOffset as this will always
    lead to an assert if "dynamic word wrap" is enabled.

    Btw.: What m_minLinesVisible should have to do with scrollPastEnd
    is hidden to me - probably a bug and someone wanted to check against
    autoCenterLines but even then m_minLInesVisible is something different.

    Add testcase for various configurations, showing that it works fine now.

BUG: 157754
#
19:48 on Dec 02, 2010KDE
Commit by cullmann :: r1202929 kate/trunk/KDE/kdelibs/kate/vimode/kateviinputmodemanager.cpp: (link)
ehamberg:

    make sure length is > 0

    skip repeating (empty) key press if this is not the case.

BUG: 258203
#
19:47 on Dec 02, 2010KDE
Commit by cullmann :: r1202927 kate/trunk/KDE/kdesdk/kate/app/ (katemainwindow.cpp katemainwindow.h): (link)
Fjellstrom:
    Fix bug with drag and drop which caused kate to open directories as if they were files.
    Kate will now recursivly scan any folder that is dropped on it and open *all* files contained within.
    That in itself might be considered a bug, but I couldn't think of a simple and fast way to detect
    which files should be opened (ie: almost noone wants to open binary files).
#