CIA.vc
nielsslot
Real-time open source activity stats
Stats » Authors » nielsslot
informationsyndicateUTC clock
17:50 on May 26, 2012
event counters
The last message was received 1.48 years ago at 20:16 on Dec 02, 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
123 messages since the first one, 5.38 years ago, for an average of 2.28 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
20:16 on Dec 02, 2010KDE
Commit by nielsslot :: r1202938 kturtle/trunk/KDE/kdeedu/kturtle/src/interpreter/parser.cpp: (link)
Make KTurtle not crash on '$x = ()'.

Combined with the previous commit it will now display an error message telling the user he or she is not allowed to use a ')' there.
BUG: 258604
#
20:11 on Dec 02, 2010KDE
Commit by nielsslot :: r1202937 kturtle/trunk/KDE/kdeedu/kturtle/src/interpreter/parser.cpp: (link)
We actually also want error messages when we're not testing.

To myself or Cies, please remember how C++ handles if statements when you don't use brackets...
#
18:53 on Oct 31, 2010KDE
Commit by nielsslot :: r1191620 magazynier/trunk/playground/games/magazynier/ (levelModel.cpp window.cpp): (link)
Align the scene to the center of the view and paint the background correctly.
#
12:33 on Oct 31, 2010KDE
Commit by nielsslot :: r1191563 magazynier/trunk/playground/games/magazynier/ (5 files): (link)
Port Magazynier to KGameRenderer.
#
12:33 on Oct 31, 2010KDE
Commit by nielsslot :: r1191561 magazynier/trunk/playground/games/magazynier/window.cpp: (link)
Align the scene top-left in the view.
#
12:33 on Oct 31, 2010KDE
Commit by nielsslot :: r1191562 magazynier/trunk/playground/games/magazynier/window.cpp: (link)
Invalidate the scene on theme change.
#
12:33 on Oct 31, 2010KDE
Commit by nielsslot :: r1191560 magazynier/trunk/playground/games/magazynier/themes/geometric.svgz: (link)
Copy the Player and Goal_Player elements to also be Player_* and Goal_Player_* in the geometric theme.

This makes the geometric theme have the same elements as the ants theme.
#
12:33 on Oct 31, 2010KDE
Commit by nielsslot :: r1191559 magazynier/trunk/playground/games/magazynier/astar.cpp: (link)
Another attempt at fixing the crashes when using mouse navigation.

Initialize all attributes of the PathNode helper class with a valid value.
#
17:44 on Jul 15, 2010KDE
Commit by nielsslot :: r1150334 knewstuff/trunk/KDE/kdelibs/knewstuff/knewstuff3/upload/atticahelper.cpp:
Only show providers that are enabled in the KNewStuff3 upload dialog.

CCMAIL: gladhorn at kde dot org
#
17:43 on Jul 15, 2010KDE
Commit by nielsslot :: r1150332 knewstuff/trunk/KDE/kdelibs/knewstuff/knewstuff3/ (uploaddialog.cpp uploaddialog.h):
Add public API for setting preview images in the KNewStuff3 upload dialog.

CCMAIL: gladhorn at kde dot org
#
13:12 on Jul 05, 2010KDE
Commit by nielsslot :: r1146187 magazynier/trunk/playground/games/magazynier/ (astar.cpp levelModel.cpp):
Make mouse navigation work again and disable it when a level has ended.
#
18:38 on May 08, 2010KDE
Commit by nielsslot :: r1124298 kturtle/trunk/KDE/kdeedu/kturtle/src/ (5 files):
Add GHNS support for KTurtle example scripts
#
19:49 on Mar 24, 2010KDE
Commit by nielsslot :: r1107083 kturtle/trunk/KDE/kdeedu/kturtle/src/mainwindow.cpp:
Speed up executing by disabling the inspector when running in full speed mode without highlighting

When a user doesn't want to see the highlights in the editor, there is a good change he or she
also doesn't care for the information in the inspector. This commit changes the
'full speed no highlighting'-speed to also disable the inspector. This can be a huge speedup
for some scripts.
#
21:28 on Mar 14, 2010KDE
Commit by nielsslot :: r1103342 kturtle/branches/KDE/4.4/kdeedu/kturtle/src/ (mainwindow.cpp mainwindow.h):
Backport revision 1103340.

Don't call run() when we're executing from the console.

This in turn will connect a signal that will allow a call to the inspector dockwidget. This will crash since we don't keep a tree there code from the console.
BUG: 230752
#
21:24 on Mar 14, 2010KDE
Commit by nielsslot :: r1103340 kturtle/trunk/KDE/kdeedu/kturtle/src/ (mainwindow.cpp mainwindow.h):
Don't call run() when we're executing from the console.

This in turn will connect a signal that will allow a call to the inspector dockwidget. This will crash since we don't keep a tree there code from the console.
BUG: 230752
#
18:37 on Mar 07, 2010KDE
Commit by nielsslot :: r1100533 kturtle/trunk/KDE/kdeedu/kturtle/src/interpreter/definitions.rb:
Update definitions.rb

SVN_SLIENT
#
18:34 on Mar 07, 2010KDE
Commit by nielsslot :: r1100532 kturtle/trunk/KDE/kdeedu/kturtle/src/interpreter/ (definitions.rb executer.cpp):
Check the result of pow() for ERANGE errors.

This fixes bug 224987 at the source (the call to pow() ) and displays a nice error message to the user.
BUG: 224987
#
15:12 on Jan 09, 2010KDE
Commit by nielsslot :: r1072177 magazynier/trunk/playground/games/magazynier/levelModel.cpp:
Oops, I must have overlooked this #include in the svn diff

SVN_SILENT
#
15:09 on Jan 09, 2010KDE
Commit by nielsslot :: r1072171 magazynier/trunk/playground/games/magazynier/ (5 files):
Make drawing the player from all directions work.
This probably isn't the most efficient and clean approach. For example
there should be no need to update the orientation with every move. This
requires some more work in LevelModel. This at least works, let's see
where we go from here.
#
22:17 on Jan 04, 2010KDE
Commit by nielsslot :: r1070113 kturtle/trunk/KDE/kdeedu/kturtle/src/canvas.cpp:
Fix a crash, probably caused by a change in Qt.

Steps to reproduce the crash (tested on Kubuntu 10.04, with updates as of today):
Enter "forward 100" in the code editor, press run. Replace the "forward 100" with "clear", press run, crash.

Qt seems to delete the wrong item from the scene. Setting the index method to the default fixes the problem and doesn't seem to result in any
noticable performance drawbacks. If time permits maybe have a look at this in the 4.5 timeframe.
#