SVN commit 621031 by kerian: Moved deinf.cpp/h into dictDeinflect subdir and started reworking deinflection into a proper dictFile/entry implementation. Cleaned out some old cruft from the entry system (Brief and Verbose printing), moved many QStrings that were being passed into QString&'s. Cleaned up the Entry API slightly. M +12 -12 CMakeLists.txt A dictDeinflect (directory) A dictDeinflect/dictFileDeinflect.cpp [License: LGPL (v2+)] A dictDeinflect/dictFileDeinflect.h [License: LGPL (v2+)] A dictDeinflect/entryDeinflect.h [License: LGPL (v2+)] M +68 -94 dictFileEdict.cpp M +9 -9 dictFileEdict.h M +4 -4 dictFileKanjidic.cpp M +2 -2 dictFileKanjidic.h M +5 -5 dictFilePreferenceDialog.h M +22 -22 dictionary.h M +25 -45 entry.cpp M +76 -81 entry.h M +3 -7 entryEdict.cpp M +5 -10 entryEdict.h M +2 -8 entryKanjidic.cpp M +4 -6 entryKanjidic.h M +2 -2 wordType.h