CIA.vc
nickell
Real-time open source activity stats
Stats » Authors » nickell
informationsyndicateUTC clock
17:49 on May 26, 2012
event counters
The last message was received 5.66 years ago at 16:43 on Sep 28, 2006
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
134 messages since the first one, 7.17 years ago, for an average of 2.79 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
16:43 on Sep 28, 2006KDE
Commit by nickell :: r589785 /branches/work/sk4/porting/superkaramba/src/ (6 files):
 QString.ucs2() -> QString.utf16()
QPixmap.convertToImage() -> QPixmap.toImage()
QFileInfo.baseName(TRUE) -> QFileInfo.completeBaseName()
QFileInfo.extension() -> QFileInfo.suffix()
#
15:47 on Sep 28, 2006KDE
Commit by nickell :: r589761 /branches/work/ (18 files in 2 dirs):
QString.ascii() -> QString.toAscii().constData()
#
18:22 on Sep 27, 2006KDE
Commit by nickell :: r589194 /branches/work/sk4/porting/superkaramba/src/ (karamba.cpp rsssensor.cpp themefile.cpp):
setName updated to setFileName and setObjectName where needed
#
18:11 on Sep 27, 2006KDE
Commit by nickell :: r589185 /branches/work/sk4/porting/superkaramba/src/ (9 files):
QRegExp.search() -> QRegExp.indexIn()
#
15:14 on Sep 27, 2006KDE
Commit by nickell :: r589075 /branches/work/sk4/porting/superkaramba/src/themesdlg.cpp:
QComboBox.currentItem() -> QComboBox.currentIndex()
#
14:51 on Sep 27, 2006KDE
Commit by nickell :: r589070 /branches/work/sk4/porting/superkaramba/src/ (6 files):
QString.lower() -> QString.toLower()
#
13:42 on Sep 27, 2006KDE
Commit by nickell :: r589039 /branches/work/sk4/porting/superkaramba/src/ (4 files):
QString.upper() -> QString.toUpper()
#
13:36 on Sep 27, 2006KDE
Commit by nickell :: r589036 /branches/work/sk4/porting/superkaramba/src/karamba.cpp:
QTimer.changeInterval() -> QTimer.setInterval()
#
18:53 on Sep 26, 2006KDE
Commit by nickell :: r588746 /branches/work/sk4/porting/superkaramba/src/ (3 files):
Converet QString.find() -> QString.contains()
Fix the WindowFlags
#
14:59 on Sep 19, 2006KDE
Commit by nickell :: r586418 /branches/work/sk4/porting/superkaramba/src/ (imagelabel.cpp themefile.cpp):
It will compile now against trunk but still using -DQT3_SUPPORT in my
flags.make file.
#
23:00 on Sep 10, 2006KDE
Commit by nickell :: r582895 /branches/work/sk4/porting/superkaramba/:
3.5.4 codebase of SuperKaramba
#
22:49 on Sep 10, 2006KDE
Commit by nickell :: r582894 /branches/work/sk4/porting/:
making temporary location for porting work of current 3.5.4 codebase of
SuperKaramba to compile with Krash.
#
13:12 on Sep 04, 2006KDE
Commit by nickell :: r580779 superkaramba/branches/KDE/3.5/kdeutils/superkaramba/src/main.cpp:
Version bump for 3.5.5 tagging.
#
13:09 on Sep 04, 2006KDE
Commit by nickell :: r580777 superkaramba/branches/KDE/3.5/kdeutils/superkaramba/src/karamba.cpp:
BUG: 128925
More .ascii() fixing.
#
15:16 on Jul 24, 2006KDE
Commit by nickell :: r565827 superkaramba/branches/KDE/3.5/kdeutils/superkaramba/ (3 files in 2 dirs):
BUG: 130231
This doesn't break anything in the files I've tested with on my machine.
Using text.ascii() is a Bad Thing all around.
#
22:12 on Jul 22, 2006KDE
Commit by nickell :: r565262 superkaramba/branches/KDE/3.5/kdeutils/superkaramba/src/main.cpp:
Bump the version since KDE 3.5.4 will be tagged shortly.
#
23:17 on Jul 15, 2006KDE
Commit by nickell :: r562837 superkaramba/branches/KDE/3.5/kdeutils/superkaramba/src/misc_python.h:
API documentation fixes.
#
01:01 on Jun 21, 2006KDE
Commit by nickell :: r553433 superkaramba/branches/KDE/3.5/kdeutils/superkaramba/src/karamba.cpp:
BUG:127217

Use the KeepBelow and KeepAbove arguments to KWin::setState()
instead of using KWin::clearState().
#
00:35 on Jun 21, 2006KDE
Commit by nickell :: r553426 superkaramba/branches/KDE/3.5/kdeutils/superkaramba/src/ (karamba.cpp karamba.h):
Themes that didn't have a python companion weren't able to
update on their specified intervals. We were relying on the
size of a pixmap to be the indicator when to start updating.
This is not a good basis for startup, so we now have a boolean
flag to tell us when we've gotten our images, backgrounds, etc.
all up and ready.
#
22:56 on Jun 20, 2006KDE
Commit by nickell :: r553412 superkaramba/branches/KDE/3.5/kdeutils/superkaramba/src/input_python.h:
API geration fixes for make_api_doc.sh
#