CIA.vc
mstocker
Real-time open source activity stats
Stats » Authors » mstocker
syndicateUTC clock
17:20 on May 26, 2012
event counters
The last message was received 4.05 years ago at 18:26 on May 07, 2008
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
55 messages since the first one, 4.83 years ago, for an average of 1.07 months between messages
recent messages
dateReversed sort columnprojectcontentlink
18:26 on May 07, 2008KDE
Commit by mstocker :: r805150 kate/trunk/KDE/kdelibs/kate/syntax/data/makefile.xml:
New syntax file for Makefiles from Rui Santana. Thanks a lot!

BUG: 146524
#
21:20 on May 05, 2008KDE
Commit by mstocker :: r804395 kate/trunk/KDE/kdelibs/kate/utils/ (katespell.cpp katespell.h):
Finally! Replace K3Spell with Sonnet::Dialog, which (for me) makes spell
checking working for the first time in KDE 4.
#
21:05 on May 05, 2008KDE
Commit by mstocker :: r804390 kdeui/trunk/KDE/kdelibs/kdeui/sonnet/dialog.cpp:
Set the restart flag to false before emitting the done signal; it is set to
true if the buffer changes during the signal handling and we can then restart.
#
17:41 on Jan 21, 2008KDE
Commit by mstocker :: r764403 kate/trunk/KDE/kdelibs/kate/dialogs/appearanceconfigwidget.ui:
Change the text of the configuration option, thanks to Stefan Majewsky for the
better wording!
#
22:58 on Jan 09, 2008KDE
Commit by mstocker :: r759071 kate/trunk/KDE/kdelibs/kate/ (6 files in 3 dirs):
Finally implement this wish, "parenthesis highlighting as expression". I'm not
so sure about the checkbox caption I used, just change it if you come up with a
better phrase.

BUG: 76594
#
22:58 on Jan 09, 2008KDE
Commit by mstocker :: r759073 kate/trunk/KDE/kdelibs/kate/view/kateviewinternal.cpp:
Sorry, forgot to remove a debug statement.
#
19:08 on Dec 03, 2007KDE
Commit by mstocker :: r744477 kate/trunk/KDE/kdelibs/kate/ (TODO render/katerenderer.cpp):
fix drawing of the background color on the last viewline of dynamically wrapped lines
#
13:50 on Dec 01, 2007KDE
Commit by mstocker :: r743614 scripts/trunk/KDE/kdesdk/scripts/relicensecheck.pl:
I agree to a relicense
#
21:35 on Nov 05, 2007KDE
Commit by mstocker :: r733222 kate/trunk/KDE/kdelibs/kate/view/kateviewinternal.cpp:
Fix the mouse selection up-scrolling: fontHeight is an unsigned int, m_scrollY an int, now in
the division, the int is casted to unsigned which isn't very nice when we
want to scroll upwards (negative m_scrollY).

renderer()->fontHeight() is used quite often, and I wonder if it wouldn't be
safer to make it return an int to avoid more mistakes.. what do you guys think?

CCBUG: 151795
#
20:58 on Nov 01, 2007KDE
Commit by mstocker :: r731789 kate/trunk/KDE/kdesdk/kate/app/kateconfigdialog.h:
Forgot to remove the forward declaration..
#
20:56 on Nov 01, 2007KDE
Commit by mstocker :: r731787 kate/trunk/KDE/kdesdk/kate/app/ (kateconfigdialog.cpp kateconfigdialog.h):
Get rid of Q3ButtonGroup..
#
19:27 on Nov 01, 2007KDE
Commit by mstocker :: r731745 kate/trunk/KDE/kdesdk/kate/app/ (kateconfigdialog.cpp kateconfigdialog.h):

Two things:

  • Keep the plugin page in the m_pluginPage member so we can use it to insert the plugin pages as its children and not at toplevel.
  • Add the page widget to the PluginPageListItem so we can remove the page when the plugin is deactivated.
#
16:29 on Nov 01, 2007KDE
Commit by mstocker :: r731703 kate/trunk/KDE/kdesdk/kate/app/kateconfigplugindialogpage.cpp:
Accidentally removed the i18n calls..
#
16:24 on Nov 01, 2007KDE
Commit by mstocker :: r731699 kate/trunk/KDE/kdesdk/kate/app/ (2 files):
Get rid of all Q3 classes in KatePluginListView/KatePluginListItem (the listview
looks much nicer now :) ) and removed some unneeded includes.
#
20:00 on Oct 15, 2007KDE
Commit by mstocker :: r725600 kate/trunk/KDE/kdelibs/kate/view/ (3 files):
Update the bracket mark color when the configuration changes and not only on the
next start.
#
20:44 on Oct 12, 2007KDE
Commit by mstocker :: r724617 kate/trunk/KDE/kdelibs/kate/document/katedocument.cpp:
There was an endless loop in the bracketmatching code.. sorry about that and
thanks to tsdgeos for finding it.
#
21:15 on Oct 11, 2007KDE
Commit by mstocker :: r724270 kate/trunk/KDE/kdelibs/kate/ (5 files in 3 dirs):
Bracket matching! I also had to reimplement the buggy findMatchingBracket
method, but I think the new implementation is much easier to understand (thanks Dominik for
the KateDocCursor tip).

There's one remaining issue: if you change the color for the highlighting it
isn't applied until the next restart. But I'll fix that next, don't worry :) .
#
16:39 on Oct 11, 2007KDE
Commit by mstocker :: r724166 kate/trunk/KDE/kdelibs/kate/ (3 files in 2 dirs):
Reenable and fix the shortcut configuration dialog.
#
20:54 on Oct 10, 2007KDE
Commit by mstocker :: r723831 kate/trunk/KDE/kdelibs/kate/render/katerenderer.cpp:
Fix Anders' problem with the rendering of the foreground color. The problem with
the old code was that the special highlights (internal, external, document)
were added after the inbuilt highlight, and when the attributes were merged
later (RenderRangeList::generateAttribute), the inbuilt highlight overwrote the
other highlights, and that's why changing the foreground didn't work.

I hope I didn't break anything, but it really seems to be more reasonable to me
that way.

CCMAIL: anders at alweb dot dk
#
22:53 on Oct 08, 2007KDE
Commit by mstocker :: r723175 kate/trunk/KDE/kdelibs/kate/render/katerenderrange.cpp:
Fix the highlighting (what a terrible word..) for SmartRanges that don't start
at 0/0. This also fixes the highlighting for the docwordcompletion and the
bracket matching (I'll commit that later).

CCMAIL: Anders Lund <anders at alweb dot dk>
#