TDE educational programs
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Go to file
Michele Calgaro 81824589c9
Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt
il y a 2 semaines
admin@59a8bf7c09 Reset submodule main/core/tdeedu/admin to latest HEAD il y a 1 mois
applnk Simplify CMake rules for desktop file translations. il y a 4 ans
blinken Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 2 mois
doc cmake files: change keywords to lower case il y a 3 semaines
kalzium Replace Q_SIGNALS and Q_SLOTS il y a 2 mois
kanagram Replace Q_SIGNALS and Q_SLOTS il y a 2 mois
kbruch Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 2 mois
keduca Replace Q_SIGNALS and Q_SLOTS il y a 2 mois
kgeography Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 2 mois
khangman Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 2 mois
kig Replace Q_SIGNALS and Q_SLOTS il y a 2 mois
kiten Replace Q_SIGNALS and Q_SLOTS il y a 2 mois
klatin Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 2 mois
klettres Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 2 mois
kmplot Replace Q_SIGNALS and Q_SLOTS il y a 2 mois
kpercentage Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 2 mois
kstars Replace Q_SIGNALS and Q_SLOTS il y a 2 mois
ktouch Replace Q_SIGNALS and Q_SLOTS il y a 2 mois
kturtle Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 2 mois
kverbos Replace Q_SIGNALS and Q_SLOTS il y a 2 mois
kvoctrain Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 2 mois
kwordquiz Replace Q_SIGNALS and Q_SLOTS il y a 2 mois
libtdeedu Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 2 mois
translations/desktop_files Translated using Weblate (Russian) il y a 4 mois
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. il y a 3 ans
CMakeL10n.txt Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt il y a 2 semaines
CMakeLists.txt Use centralized cmake version il y a 2 semaines
COPYING Update COPYING file. il y a 11 ans
COPYING-DOCS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
ConfigureChecks.cmake SunOS cosmetic changes il y a 10 mois
INSTALL Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
Mainpage.dox Additional renaming of kde to tde il y a 13 ans
Makefile.am.in Additional renaming of kde to tde il y a 13 ans
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
README Update bug reports url to bugs.trinitydesktop.org il y a 6 ans
config.h.cmake SunOS cosmetic changes il y a 10 mois
configure.in.in Add automake support for --enable-gcc-hidden-visibility. il y a 12 ans
release_app.rb Additional renaming of kde to tde il y a 13 ans

README

In this file:

* What it is
* Common Mistakes
* Debugging
* More Info

What it is
----------

* blinken: the KDE version of the well-known game Simon Says
* kalzium: periodic table of elements
* kanagram: an anagram game
* kbruch: fraction excercise trainer
* keduca: creation and revision of form-based tests and exams.
* kgeography: geography learning program
* khangman: hangman game. The child should guess a word letter by letter.
* kig: interactive geometry
* kiten: japanese reference tool
* klatin: aims to help revise or learn Latin
* klettres: helps child to learn the alphabet and to read some syllables
* kmplot: mathematical function plotter
* kpercentage: math application to improve skills in calculating percentages
* kstars: desktop planetarium
* ktouch: program for learning touch typing
* kturtle: educational programming environment using the Logo programming language
* kverbos: tudy Spanish verb forms
* kvoctrain: vocabulary trainer
* kwordquiz: a powerful way to master new vocabularies

Common Mistakes
---------------

If configure claims Qt cannot be found, have a look at http://www.trolltech.com
to get a copy of latest Qt 3.3.x version.

Debugging
---------

You can use --enable-debug with the configure script, if you want to have
debug code in your KDE apps and libs.  I recommend to do this, since this
is alpha software and this makes debugging things a whole lot easier.

More Info
---------

Have a look at the individual subdirectories, if you want to know, what
versions of apps are included.

Please direct any bug reports to our bug list by visiting
http://bugs.trinitydesktop.org.

General KDE discussions should go to the KDE mailing list (kde@kde.org).