You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeedu/libkdeedu
tpearson b7851ae5e3 Fix a couple kdeedu build problems on armel
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1259743 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
..
extdate Fix a couple kdeedu build problems on armel 14 years ago
ideas Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdeeducore TQt4 port kdeedu 14 years ago
kdeeduplot rename the following methods: 14 years ago
kdeeduui rename the following methods: 14 years ago
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README

Contents of libkdeedu as of Jul 2005, and brief description of each module:

extdate:
Contains a reimplementation of QDate named ExtDate which eliminates the 
limitation on the year (1752-8000) imposed by QDate.  Also contains 
related reimplemented classes such as ExtDateTime, ExtDatePicker, 
ExtDateTimeEdit, and ExtCalendarSystem.  
Currently used by:  kstars.

kdeeducore:
Contains classes KEduVocData and KEduVocDataItem, for storing and parsing
vocabulary data in a QDom object.
Currently used by:  khangman, klatin

kdeeduplot:
Constains classes KPlotObject and KPlotWidget for easy plotting of 
data points, including automatic generation of labeled axes with 
"smart" tickmarks.
Currently used by:  kalzium, kstars, ktouch

kdeeduui:
Contains:
- KEduSimpleEntryDlg, a simple dialog for entering vocabulary data
- Glossary, GlossaryItem and GLossaryDialog, which can be useful to embed a
  small glossary in an application
Currently used by:  kalzium, kstars

ideas: stub directory, contains generic README and TODO files.