您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
tdeedu/libtdeedu
Michele Calgaro c322141e5a
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
6 天前
..
extdate Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 6 天前
ideas Finish rename from prior commit 13 年前
tdeeducore Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 6 天前
tdeeduplot Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 6 天前
tdeeduui Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 6 天前
AUTHORS Finish rename from prior commit 13 年前
CMakeL10n.txt Add CMakeL10n rules. 5 年前
CMakeLists.txt Conversion to the cmake building system. 5 年前
Makefile.am Renaming of files in preparation for code style tools. 3 年前
README Finish rename from prior commit 13 年前

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.