From: Pino Toscano Date: Tue, 1 Nov 2005 08:58:50 +0000 (+0000) Subject: update README a bit X-Git-Tag: v3.80.2~235 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=e6277a973b29737d4cef7cb544823628ffa57c35;p=libqmvoc.git update README a bit svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=476441 --- diff --git a/README b/README index 79ba673..369f503 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Contents of libkdeedu as of Jul 2005, and brief description of each module: +Contents of libkdeedu as of Oct 2005, and brief description of each module: extdate: Contains a reimplementation of QDate named ExtDate which eliminates the @@ -8,14 +8,15 @@ 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 +Contains the old classes KEduVocData and KEduVocDataItem, for storing and +parsing vocabulary data in a QDom object, and KEduVocDocument and its related +class for reading from/writing to the KVTML format (and others too) +Currently used by: khangman, klatin, kwordquiz kdeeduplot: Constains classes KPlotObject and KPlotWidget for easy plotting of -data points, including automatic generation of labeled axes with -"smart" tickmarks. +data points, including automatic generation of labeled axes (the KPlotAxis +class) with "smart" tickmarks. Currently used by: kalzium, kstars, ktouch kdeeduui: @@ -25,5 +26,10 @@ Contains: small glossary in an application Currently used by: kalzium, kstars +libscience: +Contains some classes related to scientific data, like chemical Element's, +spectra, temperature units and Isotope's. +Currently used by: kalzium. + ideas: stub directory, contains generic README and TODO files.