Revision 785632

Go back to digest for 16th March 2008

Features in Educational

Cies Breijs committed changes in /trunk/KDE/kdeedu/kturtle/src:

First: sorry for the monster commit, but I don't 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:

* editor font now uses the default from kde global settings
* tripple dot behind the tool menu items (they open a dialog)
* remove print/find/edit-funct from the toolbar and place file-buttons on the left
* put speed in toolbar, dropping down from the run button
* make errors a tab (over the canvas by default) --> nice! i like the result
* disable the errors dialog and the inspector if editor got modified (info is the outdated on the current script)
* disable the editor while running (as that is what is running, and it sould not be
modifiable)
* build in script language (en_US) in settings now has a name in stead of a code

minor stuff:
* added some keybindings that might turn out handy (ctrl-I and ctrl-E)
* renamed 'toggle insert' to 'overwrite mode' like other kde editors
* organized the menu's a little and slightly changed some action names

File Changes

Modified 9 files
  • /trunk/KDE/kdeedu/kturtle/src
  •   /editor.cpp
  •   /editor.h
  •   /errordialog.cpp
  •   /errordialog.h
  •   /inspector.cpp
  •   /inspector.h
  •   /kturtleui.rc
  •   /mainwindow.cpp
  •   /mainwindow.h
9 files changed in total