Revision 562809

Go back to digest for 16th July 2006

Other in Educational

Joseph Kerian committed changes in /trunk/KDE/kdeedu/kiten:

New kiten code organization.
kitenlib: now contains fundamental dictionary code, should be portable to other languages. Very easy to expand to other dictionary formats
kiten: stripped down to a minimum of functionality... this section is where most of the KDE4 porting work remains.
radselect: new radical-input mechanism... issues with button size still need to be taken care of. kiten and radselect will communicate via dbus.

Root level CMakeLists disables compilation of the new version atm... uncomment the third line to make it compile the new version.

File Changes

Added 70 files
  • /trunk/KDE/kdeedu/kiten
  •   /bin
  •   /data
  •   /lib
  •   /radselect
  •   /bin/CMakeLists.txt
  •   /bin/configdictionaryselector.cpp
  •   /bin/configdictionaryselector.h
  •   /bin/configdictselect.ui
  •   /bin/configfont.ui
  •   /bin/configlearn.ui
  •   /bin/configsearching.ui
  •   /bin/kiten.cpp
  •   /bin/kiten.desktop
  •   /bin/kiten.h
  •   /bin/kiten.kcfg
  •   /bin/kitenconfig.kcfgc
  •   /bin/kitenui.rc
  •   /bin/main.cpp
  •   /bin/optiondialog.cpp
  •   /bin/optiondialog.h
  •   /bin/widgets.cpp
  •   /bin/widgets.h
  •   /data/edict
  •   /data/edict_doc.html
  •   /data/edict_kanjidic_licence.html
  •   /data/kanjidic
  •   /data/pics
  •   /data/radkfile
  •   /data/romkana.cnv
  •   /data/vconj
  •   /lib/CMakeLists.txt
  •   /lib/deinf.cpp
  •   /lib/deinf.h
  •   /lib/dictFileEDICT.cpp
  •   /lib/dictFileEDICT.h
  •   /lib/dictFileKanjidic.cpp
  •   /lib/dictFileKanjidic.h
  •   /lib/dictFilePreferenceDialog.cpp
  •   /lib/dictFilePreferenceDialog.h
  •   /lib/dictionary.cpp
  •   /lib/dictionary.h
  •   /lib/dictquery.cpp
  •   /lib/dictquery.h
  •   /lib/entry.cpp
  •   /lib/entry.h
  •   /lib/entryEDICT.cpp
  •   /lib/entryEDICT.h
  •   /lib/entryKanjidic.cpp
  •   /lib/entryKanjidic.h
  •   /lib/historyPtrList.cpp
  •   /lib/historyPtrList.h
  •   /lib/kitenEdit.cpp
  •   /lib/kitenEdit.h
  •   /lib/kromajiedit.cpp
  •   /lib/kromajiedit.h
  •   /radselect/CMakeLists.txt
  •   /radselect/radical_selector.ui
  •   /radselect/radselect.cpp
  •   /radselect/radselect.desktop
  •   /radselect/radselect.h
  •   /radselect/radselect.lsm
  •   /radselect/radselectbuttongrid.cpp
  •   /radselect/radselectbuttongrid.h
  •   /radselect/radselectiface.h
  •   /radselect/radselectmain.cpp
  •   /radselect/radselectpref.cpp
  •   /radselect/radselectpref.h
  •   /radselect/radselectui.rc
  •   /radselect/radselectview.cpp
  •   /radselect/radselectview.h
Modified 4 files
  • /trunk/KDE/kdeedu/kiten
  •   /AUTHORS
  •   /CMakeLists.txt
  •   /README
  •   /xjdxgen.c
74 files changed in total