CIA.vc
argonel
Real-time open source activity stats
Stats » Authors » argonel
informationsyndicateUTC clock
23:37 on May 25, 2012
event counters
The last message was received 2.03 years ago at 16:36 on May 14, 2010
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
206 messages since the first one, 7.9 years ago, for an average of 2 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
16:36 on May 14, 2010KDE
Commit by argonel :: r1126700 workspace/trunk/KDE/kdebase/workspace/kcontrol/keyboard/kcm_keyboard.ui:
Change the layout so that the Keyboard Model combobox is wide enough to be legible.

Tried to make the "lowerHardwareWidget" resize properly, but failed. It either
needs code changes, or to be refactored out of existence.
#
06:10 on May 12, 2010KDE
Commit by argonel :: r1125733 apps/trunk/KDE/kdebase/apps/konsole/src/ (Session.cpp Session.h):
Adds support for SHELL_SESSION_ID.
CCBUG:156563
#
17:03 on Jan 27, 2010KDE
Commit by argonel :: r1081072 akonadi/trunk/KDE/kdepimlibs/akonadi/contact/editor/tagwidget.cpp:
use operator== instead, fixes build
#
03:37 on Jan 20, 2010kde/konversation
Commit by Argonel on master :: rv1.2.1-245-gccc6711 /src/irc/server.cpp: (link)
 Move CTCP responses to slow queue except when connecting to a server.

This may alleviate CTCP flood problems. If a server expects a CTCP
response before sending RPL_WELCOME, that'll be placed in the fast queue.
#
01:20 on Dec 02, 2009KDE
Commit by argonel :: r1057329 /trunk/kde-common/accounts:
SVN_SILENT update my email address
#
05:52 on Oct 07, 2009KDE
Commit by argonel :: r1032162 konversation/trunk/extragear/network/konversation/src/viewer/ircview.cpp:
child frames do not interfere with SelectionPin
BUG:209466
#
02:46 on Sep 30, 2009KDE
Commit by argonel :: r1029531 konversation/trunk/extragear/network/konversation/src/viewer/ircview.cpp:
nothing like a little false positive to ruin your entire day and/or night
#
10:41 on Sep 29, 2009KDE
Commit by argonel :: r1029249 konversation/trunk/extragear/network/konversation/src/viewer/ircview.cpp:
So it turns out that QTextEdit *INSISTS* that the textCursor shall be
made visible when the control is first shown, but if text was added
beforehand the textCursor will be at the end of the first block instead
of at the end of the document. This is why long backlog loads on
background views seem to get stuck at the top of the buffer. It is
essentially impossible to prevent QTextEdit from calling
ensureCursorVisible on first show, so this workaround seeks to the end
of the document every time a backlog line is appended.
#
04:42 on Sep 28, 2009KDE
Commit by argonel :: r1028748 konversation/trunk/extragear/network/konversation/src/viewer/ircview.cpp:
Generalize the workaround for the magical selection growth and use for
marker lines as well.
#
20:27 on Sep 21, 2009KDE
Commit by argonel :: r1026456 konversation/trunk/extragear/network/konversation/src/viewer/ircview.cpp:
abstract out the keep-scrollbar-at-bottom code for easier reuse
#
18:17 on Sep 21, 2009KDE
Commit by argonel :: r1026398 konversation/trunk/extragear/network/konversation/src/viewer/ (ircview.cpp ircview.h):
remain at the bottom during resize
BUG: 208097
#
08:42 on Sep 21, 2009KDE
Commit by argonel :: r1026237 konversation/trunk/extragear/network/konversation/src/viewer/ircview.cpp:
ok, so now its always used
#
02:27 on Sep 21, 2009KDE
Commit by argonel :: r1026198 konversation/trunk/extragear/network/konversation/src/application.cpp:
this can't work, mainWindow is a QPointer
CCBUG: 204970
#
00:48 on Sep 21, 2009KDE
Commit by argonel :: r1026186 konversation/trunk/extragear/network/konversation/src/application.cpp:
only save prefs if there is a mainWindow object

CCBUG: 204970
#
22:39 on Sep 20, 2009KDE
Commit by argonel :: r1026169 konversation/trunk/extragear/network/konversation/src/ (8 files in 2 dirs):
Work around bad values in konversationrc, and attempt to prevent it from
happening again by making the application object own the common queue
rates instead of using a global static.

BUG: 204970
#
21:04 on Sep 19, 2009KDE
Commit by argonel :: r1025843 konversation/trunk/extragear/network/konversation/src/viewer/ircview.cpp:
don't sync the cursors
#
18:43 on Sep 19, 2009KDE
Commit by argonel :: r1025808 konversation/trunk/extragear/network/konversation/src/viewer/ircview.cpp:
a simple attempt to remain at the bottom when appending a marker line
#
07:57 on Sep 19, 2009KDE
Commit by argonel :: r1025580 konversation/trunk/extragear/network/konversation/src/viewer/ircview.cpp:
use our own cursor instead of QTextEdit's
#
06:56 on Sep 19, 2009KDE
Commit by argonel :: r1025572 konversation/trunk/extragear/network/konversation/src/viewer/ircview.cpp:
show textcursor too
#
06:34 on Sep 19, 2009KDE
Commit by argonel :: r1025571 konversation/trunk/extragear/network/konversation/src/viewer/ircview.cpp:
markers lines: print debug output on stdout via Edit->Clear Marker Lines
#