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/libtdeedu
Michele Calgaro 3e1f56d4ce
Remove use of TQ_DUMMY_COMPARISON_OPERATOR.
The #define was used for some very old compilers which had issues with template instantiation. We are now using c++17 compilers, so this is unnecessary.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 months ago
..
extdate Remove use of TQ_DUMMY_COMPARISON_OPERATOR. 2 months ago
ideas Finish rename from prior commit 15 years ago
tdeeducore Remove unnecessary files 1 year ago
tdeeduplot Replace kdemacros.h with tdemacros.h 2 years ago
tdeeduui Use tdestandarddirs.h 1 year ago
AUTHORS Finish rename from prior commit 15 years ago
CMakeL10n.txt Add CMakeL10n rules. 7 years ago
CMakeLists.txt Conversion to the cmake building system. 7 years ago
Makefile.am Renaming of files in preparation for code style tools. 5 years ago
README Finish rename from prior commit 15 years ago

README

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.