diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2 (patch) | |
tree | d3bb9f5d25a2dc09ca81adecf39621d871534297 /libkdeedu/README | |
download | tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.tar.gz tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libkdeedu/README')
-rw-r--r-- | libkdeedu/README | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/libkdeedu/README b/libkdeedu/README new file mode 100644 index 00000000..79ba673b --- /dev/null +++ b/libkdeedu/README @@ -0,0 +1,29 @@ +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. + |