| informationsyndicateUTC clock | event counters The last message was received 2.07 years ago at 21:36 on May 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 224 messages since the first one, 8.38 years ago, for an average of 1.95 weeks between messages recent messages date | project | content | link |
|---|
| 21:36 on May 02, 2010 | KDE | Commit by cies :: r1121991 kturtle/trunk/KDE/kdeedu/kturtle/MANIFESTO: just a test to see if it works | # | | 23:52 on Nov 17, 2009 | KDE | Commit by cies :: r1050724 kturtle/trunk/KDE/kdeedu/kturtle/TODO: small update | # | | 00:41 on Oct 30, 2009 | KDE | Commit by cies :: r1042528 kturtle/trunk/KDE/kdeedu/kturtle/ (6 files in 4 dirs): TODO updates and some small changes | # | | 09:35 on Oct 26, 2009 | KDE | Commit by cies :: r1040371 kturtle/trunk/KDE/kdeedu/kturtle/TODO: updated | # | | 03:39 on Sep 03, 2009 | KDE | Commit by cies :: r1019166 kturtle/trunk/KDE/kdeedu/kturtle/src/ (3 files in 2 dirs): Fixed bug #174729, unicode keywords that use 'marker' charaters now parse correctly. Yet there are still outstanding issues with marking the current token and error with such languages.
to be continued. | # | | 16:36 on Jun 29, 2009 | KDE | Commit by cies :: r989168 kturtle/trunk/KDE/kdeedu/doc/kturtle/ (5 files): As translators dont deal with the docbooks directly (but po/pot files)
these comments could safely be removed. Thanks to Burkhard L?\195?\188ck for
pointing it out. | # | | 16:09 on Jun 29, 2009 | KDE | Commit by cies :: r989157 kturtle/trunk/KDE/kdeedu/doc/kturtle/ (6 files): heavy edits...
i revised the programming terminology. i regreted making up some terminology trying to simplify (followin some logo interpretation), as looking back i dont think it got much simpler. so right now i use more standard programming terminology. i added docu for some math commands. this docu should now work nicely with the F2 context help function. | # | | 20:08 on Jun 27, 2009 | KDE | Commit by cies :: r988328 kturtle/trunk/ (66 files in 9 dirs): sorry for the huge commit.. i've been offline a lot (due to backpacking)
and i've been holding up this stuff during the freeze (should have
opened a branch, i know). on top of that i messed up my .svn dirs so i
lost all timestamps and therefor some files have no changes yet appear
changed.
on the good side of things, of lot of work got done:
* add no-highlighting run mode (speed things up drastically)
* F2 context help works now (still have to update the handbook pages)
* antialiassing for export to PNG, like on Canvas itseelf
* export to SVG added.. turtle not exported into the picture (have to
wait for later Qt, or very ugly, or someones clever workaround)
* row/col statusbar bug fixed
* when looking at errors tab and running again switch back to canvas
automatically
* added html export for code
* shuffled the menu items around a bit. new: Canvas and Run menus;
moved View actions into Settings
* added printing of the canvas
* replaced commandline execution mode with DBUS interface
* added RSpec some initial unittests (in Ruby) that make use of the
DBUS interface
* made a syntax highlighting nicer (more style categories)
probably some more got done/fixed/removed, but these are the main things
for this commit. | # | | 10:38 on May 29, 2009 | KDE | Commit by cies :: r974415 kturtle/trunk/KDE/kdeedu/kturtle/TODO: little clean -up | # | | 10:37 on May 29, 2009 | KDE | Commit by cies :: r974414 kturtle/trunk/KDE/kdeedu/doc/kturtle/ (9 files): went though the documentation from the start, readying it for context help integration. redid some screenshots. -- ohh; didnt have time for the programming-reference.docbook yet... that's next. | # | | 04:47 on Mar 21, 2008 | KDE | Commit by cies :: r788233 kturtle/trunk/KDE/kdeedu/kturtle/src/ (8 files in 2 dirs): - pimped the inspector a bit more with some highlighting
- connected a currentNode signal from the executer to the inspectors tree widget
| # | | 15:57 on Mar 20, 2008 | KDE | Commit by cies :: r788083 kturtle/trunk/KDE/kdeedu/kturtle/src/ (29 files in 3 dirs): X- fix all warnings that i could fix (some come from the kdelibs i think) X- color picker tool X- make color dialog show/hide X- fix bug with degrees in the direction chooser
also i went through many files and cleaned up a bit: deleted some useless files and commented-out code. | # | | 13:59 on Mar 19, 2008 | KDE | Commit by cies :: r787545 kturtle/trunk/KDE/kdeedu/kturtle/src/ (4 files): X- rewrote the console, added proper exection, error handling, visual feedback, and put in in a way that does not completely wastes kturtle's gui real estate. X- GPL2 issue, solved, as the console was rewritten i became author and i specify the kturtle license default in stead of GPL2 only | # | | 16:39 on Mar 18, 2008 | KDE | Commit by cies :: r787074 kturtle/trunk/KDE/kdeedu/kturtle/src/ (10 files): another unatomic commit... (surviving without always on wireless broadband luxury)
X- editor is disabled during a run, but scrollbar should still be usable X- make error list more sensible X- highlight first error by default X- remove root element and heading from tree inspector X- remove numbering of the variable and function inspectors X- heading of tables now allign left X- column sizes more same X- direction chooser fixes, generally more usability X- direction chooser canvas pimping + disabling of previous direction when 'direction' command selected
hope you like it -- especially have a look at the pimped 'direction chooser'. cheers, _c. | # | | 14:23 on Mar 14, 2008 | KDE | Commit by cies :: r785632 kturtle/trunk/KDE/kdeedu/kturtle/src/ (9 files): First: sorry for the monster commit, but i dont have easy internet access (i'm on the road) and i could figure out 'git' before i got bored for figuring out.
second: it's good to have finally done some hacking on kturtle again.
the changes are mainly gui related, they clean up a lot in my opinion...
here my tick list:
X- editor font now uses the default from kde global settings X- tripple dot behind the tool menu items (they open a dialog) X- remove print/find/edit-funct from the toolbar and place file-buttons on the left X- put speed in toolbar, dropping down from the run button X- make errors a tab (over the canvas by default) --> nice! i like the result X- disable the errors dialog and the inspector if editor got modified (info is the outdated on the current script) X- disable the editor while running (as that is what is running, and it sould not be modifiable) X- build in script language (en_US) in settings now has a name in stead of a code
minor stuff: X- added some keybindings that might turn out handy (ctrl-I and ctrl-E) X- renamed 'toggle insert' to 'overwrite mode' like other kde editors X- organized the menu's a little and slightly changed some action names | # | | 23:20 on Jan 11, 2007 | KDE | Commit by cies :: r622481 kturtle/trunk/KDE/kdeedu/kturtle/src/interpreter/ (value.cpp value.h): made the Null (empty) value a first class citizen | # | | 16:11 on Jan 06, 2007 | KDE | Commit by cies :: r620557 kturtle/branches/KDE/3.5/kdeedu/kturtle/src/parser.cpp: BUG 139496 (spelling errors) fixed... | # | | 15:58 on Jan 06, 2007 | KDE | Commit by cies :: r620554 kturtle/branches/KDE/3.5/kdeedu/kturtle/src/parser.cpp: BUG 115555 fixed... | # | | 15:07 on Jan 06, 2007 | KDE | Commit by cies :: r620546 kturtle/trunk/KDE/kdeedu/kturtle/src/ (4 files in 2 dirs): committed a patch by Niels Slot that further implements and beautifies the inspector dock window | # | | 03:50 on Jan 06, 2007 | KDE | Commit by cies :: r620452 kturtle/trunk/KDE/kdeedu/kturtle/src/ (11 files in 2 dirs): added an inspection dock window (after Niels Slot sent in a patch), also merged the other patches Niels sent in... | # |
|