3 Commits

Author SHA1 Message Date
zhuk
35003d61e5 Bugfix update to KDE 4.10.4. Tested with upcoming CMake 2.8.11. 2013-06-06 08:36:47 +00:00
zhuk
76f30147f5 Bugfix update KDE4 to 4.10.3 version, including some tweaks:
* Bump all SHARED_LIBS to 50.0, to avoid future clashes with KDE3
    libraries (based on input from espie@);
  * Enable support for Telepathy in kdenetwork (see recently committed
    net/telepathy/telepathy-qt);
  * Fix build of analitza when GNU readline is installed (thanks kirby@
    for pointing to GNU readline issue in general).
2013-05-14 09:16:25 +00:00
zhuk
209e396f64 KTurtle is an educational programming environment for the KDE
Desktop. KTurtle aims to make programming as easy and touchable as
possible, and therefore can be used to teach kids the basics of
math, geometry and... programming.

The programming language used in KTurtle is loosely based on Logo.
KTurtle allows, just like some implementations of Logo, to translate
the programming language (the commands, the documentation and the
error messages) to the native language of the programmer. For more
information on translating KTurtle please read the translation how
to. Translating the programming language to the native language of
the programmer is one of the many ways KTurtle tries to make learning
to programming more simple. Other features to help to achieve this
goal are: intuitive syntax highlighting, simple error messages,
integrated canvas to make drawings on, integrated help function,
slow-motion or step execution, and more.
2013-04-24 18:20:35 +00:00