CIA.vc
kdesdk
Real-time open source activity stats
Stats » Projects » KDE » kdesdk
informationsyndicateUTC clock
12:51 on May 28, 2012
event counters
The last message was received 7.08 years ago at 15:15 on May 02, 2005
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
2020 messages since the first one, 8.39 years ago, for an average of 1.52 days between messages
catalog
titleSort columntotal events% totallast event
cervisia697.9047.1 years ago
debian475.3847.16 years ago
doc20.2297.14 years ago
kapptemplate30.3447.35 years ago
kbabel788.9357.1 years ago
kbugbuster141.6047.25 years ago
kcachegrind262.9787.12 years ago
kio_svn20.2297.6 years ago
kioslave323.6667.16 years ago
kmtrace30.3447.12 years ago
kompare465.2697.14 years ago
kspy50.5737.37 years ago
kuiviewer60.6877.26 years ago
poxml80.9167.27 years ago
scheck10.1157.52 years ago
scripts9110.4247.08 years ago
umbrello44050.4017.08 years ago
recent messages
dateReversed sort columnprojectcontentlink
15:14 on May 02, 2005kde
Commit by faure :: kdesdk/scripts/kde-devel-gdb:
Some Qt4 helpers: printq4string, printq4stringdata, printq4bytearray, printq4stringlist
#
04:35 on Apr 30, 2005kde
Commit by okellogg on KDE_3_4_BRANCH :: kdesdk/umbrello/umbrello/codegenerators/cppheadercodeoperation.cpp:
Backport following fix from HEAD:
> updateMethodDeclaration(): Generate "static" keyword if required.
> Thanks to Jay Snyder for reporting the problem.
#
04:33 on Apr 30, 2005kde
Commit by okellogg :: kdesdk/umbrello/umbrello/codegenerators/cppheadercodeoperation.cpp:
updateMethodDeclaration(): Generate "static" keyword if required.
Thanks to Jay Snyder for reporting the problem.
#
04:36 on Apr 29, 2005kde
Commit by okellogg :: kdesdk/umbrello/umbrello/umldoc.cpp:
saveDocument(): Patch by Albert Astals Cid uses new kdelibs method
KTar::closeSucceeded() for properly handling file writing problems.
#
04:43 on Apr 28, 2005kde
Commit by okellogg on KDE_3_4_BRANCH :: kdesdk/umbrello/umbrello/ (umlview.cpp umlview.h):
Backport following fix from HEAD:
> {set,get}Name(): Revert the change of umlview.h:1.66 and umlview.cpp:1.198,
> it spoiled non-latin1 diagram names.
> Thanks to Andre Woebbeking <Woebbeking_AT_onlinehome.de> for spotting the
> problem.
#
23:31 on Apr 27, 2005kde
Commit by faure :: kdesdk/scripts/kde-emacs/kde-emacs-utils.el:
method-under-point fixlet: move to ';' before looking for class/namespace/etc.
Testcase: F7 with the cursor inside the arg list, when a nested class is above, e.g. kwtableframeset.h
#
21:33 on Apr 27, 2005kde
Commit by okellogg :: kdesdk/umbrello/umbrello/ (umlview.cpp umlview.h):
{set,get}Name(): Revert the change of umlview.h:1.66 and umlview.cpp:1.198,
it spoiled non-latin1 diagram names.
Thanks to Andre Woebbeking <Woebbeking_AT_onlinehome.de> for spotting the
problem.
CCBUG:103170
#
20:05 on Apr 26, 2005kde
Commit by okellogg on KDE_3_4_BRANCH :: kdesdk/umbrello/ (14 files in 3 dirs):
Backport fix for bug 70924 from HEAD.
#
19:58 on Apr 26, 2005kde
Commit by okellogg :: kdesdk/umbrello/ (8 files in 3 dirs):
BUG:70924 - UMLDrag::decodeClip5: Add missing pObject->resolveRef().
Further, remove UMLDoc* arg at UMLClipboard and UMLDrag methods.
#
12:40 on Apr 25, 2005kde
Commit by faure :: kdesdk/scripts/kde-emacs/ (kde-emacs-utils.el kde-emacs-vars.el):
Support for defining a default implementation in agulbra-make-member (as requested by Kalle).
For example, add this line in a .emacs-dirvars file:
kde-make-member-default-impl: " // PENDING(dfaure) Implement this\n qFatal( \"Sorry, not implemented: FUNCTION\" );\n"
#
11:33 on Apr 25, 2005kde
Commit by faure :: kdesdk/scripts/kde-emacs/kde-emacs-utils.el:

Improve parsing in method-under-point to:

  • work from anywhere in the method decl (used to assume end-of-decl)
  • support exception specification (per Kalle's request)
  • avoid parsing the same decl back and then forth again
  • save excursion, i.e. no side effect In agulbra-make-member: add voluntary side-effect which used to be done by method-under-point, so that F9-F6-F9-F6-... allows implementing multiple methods in a row.
#
09:08 on Apr 24, 2005kde
Commit by nanulo :: kdesdk/kbabel/ (9 files in 5 dirs):
Added a view for the list of errors in the current entry (thanks
to Albert Cervera Areny)
CCMAIL:albertca at hotpop dot com
#
22:47 on Apr 22, 2005kde
Commit by cloose on subversion_support :: kdesdk/cervisia/ (6 files):
merge license change from HEAD
#
08:50 on Apr 22, 2005kde
Commit by mteijeiro :: kdesdk/scripts/kde-devel-vim.vim:

  • If TagList is loaded, get a more funny statusline, showing the current function.
  • Note: Only works if kde-devel-vim.vim is loaded after taglist. Droping it in ~/.vim/plugin works fine.
#
21:48 on Apr 19, 2005kde
Commit by okellogg :: kdesdk/umbrello/umbrello/umlwidget.cpp:
cosmetics
#
21:42 on Apr 19, 2005kde
Commit by okellogg on KDE_3_4_BRANCH :: kdesdk/umbrello/umbrello/toolbarstate.cpp:
Backport fix for bug 89691:
> mouseMove(): Don't base canvas scroll on the inverseWorldMatrix().
#
21:41 on Apr 19, 2005kde
Commit by okellogg :: kdesdk/umbrello/umbrello/toolbarstate.cpp:
BUG:89691 - mouseMove(): Don't base canvas scroll on the inverseWorldMatrix().
#
15:02 on Apr 17, 2005kde
Commit by okellogg on KDE_3_4_BRANCH :: kdesdk/umbrello/umbrello/classparser/parser.cpp:
Backport following fix from HEAD:
> CVS commit by okellogg:
> parseEnumSpecifier(): Skip comment after last enum literal.
> Thanks to Braddock Gaskill for reporting the problem.
#
12:38 on Apr 17, 2005kde
Commit by okellogg :: kdesdk/umbrello/umbrello/classparser/parser.cpp:
parseEnumSpecifier(): Skip comment after last enum literal.
Thanks to Braddock Gaskill for reporting the problem.
#
15:22 on Apr 16, 2005kde
Commit by okellogg on KDE_3_4_BRANCH :: kdesdk/umbrello/ (ChangeLog umbrello/messagewidget.cpp):
Backport fix for bug 101541 from HEAD
> onWidget():
> Fix to {top,bottom}ArrowY brings on the properties dialog upon double clicking
#