Added adding/sorting kanji by JLPT grade. A few other minor changes.
commite44532caeee4d433ad69ae3dc6cc976d9c8bd60a
authorPaul Goins <general@vultaire.net>
Sun, 30 Nov 2008 03:14:08 +0000 (30 12:14 +0900)
committerPaul Goins <general@vultaire.net>
Sun, 30 Nov 2008 03:14:08 +0000 (30 12:14 +0900)
treed1a26f09e58ff6c21c989e249778cc867f3062b3
parent528d1c5c04c146333c778cc4dd02a7f30383c52b
Added adding/sorting kanji by JLPT grade.  A few other minor changes.

Kanji List Editor:
* Add/Sort "By JLPT Grade" added.
* Removed Sort "By Both" (automated frequency-followed-by-grade sort).
* Reordered buttons slightly.
* "Grade" is now more fully specified as "Jouyou Grade", to prevent possible
  ambiguitity between it and JLPT levels.

KanjiList:
* Fixed a bug in the AddByGrade function dealing with non-Jouyou kanji.
  The code is now more clear and handles adding non-Jouyou kanji properly.

Version: increased to 1.2.2
src/dialog_addkanjibygrade.cpp
src/dialog_addkanjibyjlpt.cpp [new file with mode: 0644]
src/dialog_addkanjibyjlpt.h [copied from src/version.h with 59% similarity]
src/dialog_kanjilisteditor.cpp
src/dialog_kanjilisteditor.h
src/kanjilist.cpp
src/kanjilist.h
src/version.h
src/widget_kanjihwpad.cpp