summaryrefslogtreecommitdiffstats
path: root/libtdeedu/README
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 16:06:06 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 16:06:06 -0600
commit34784ccef6ac9dd33b4460560c68e5422a73560a (patch)
treea206e2a4050c2861ce0706a8fd3542ff29e234e1 /libtdeedu/README
parent89354dfc31a795bae9415f79bb07b32be643e4f4 (diff)
downloadtdeedu-34784ccef6ac9dd33b4460560c68e5422a73560a.tar.gz
tdeedu-34784ccef6ac9dd33b4460560c68e5422a73560a.zip
Finish rename from prior commit
Diffstat (limited to 'libtdeedu/README')
-rw-r--r--libtdeedu/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/libtdeedu/README b/libtdeedu/README
new file mode 100644
index 00000000..34f0fbed
--- /dev/null
+++ b/libtdeedu/README
@@ -0,0 +1,29 @@
+Contents of libtdeedu 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.
+
+tdeeducore:
+Contains classes KEduVocData and KEduVocDataItem, for storing and parsing
+vocabulary data in a QDom object.
+Currently used by: khangman, klatin
+
+tdeeduplot:
+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
+
+tdeeduui:
+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.
+