• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A multilingual input method framework


RSS
Rev. Time Author
436e41c 2012-12-26 22:57:28 Muneyuki Noguchi

Replace the repository URL.

* doc/RELEASING
* make-wc.sh
- Replace Google Code URL with GitHub URL.

b3c93b4 2012-12-26 22:53:30 Muneyuki Noguchi

Add a section for 1.8.4.

* NEWS
- (Overview of changes from 1.8.3 to 1.8.4): New section.

0e2f2b8 2012-12-26 20:58:44 KIHARA Hideto

Update translation files.

* po/fr.po
* po/ja.po
* po/ko.po
- Update translation files by "make update-po".
- Add translations for uim-tutcode.
- Remove fuzzy.

d069d27 2012-12-24 19:51:31 KIHARA Hideto

Add key customs for postfix katakana conversion with exclude or shrink.

* scm/tutcode-key-custom.scm
- (tutcode-postfix-katakana-0-start-sequence,
tutcode-postfix-katakana-exclude-1-sequence,
tutcode-postfix-katakana-exclude-2-sequence,
tutcode-postfix-katakana-exclude-3-sequence,
tutcode-postfix-katakana-exclude-4-sequence,
tutcode-postfix-katakana-exclude-5-sequence,
tutcode-postfix-katakana-exclude-6-sequence,
tutcode-postfix-katakana-shrink-1-sequence,
tutcode-postfix-katakana-shrink-2-sequence,
tutcode-postfix-katakana-shrink-3-sequence,
tutcode-postfix-katakana-shrink-4-sequence,
tutcode-postfix-katakana-shrink-5-sequence,
tutcode-postfix-katakana-shrink-6-sequence): New key custom.
* scm/tutcode.scm
- (tutcode-stroke-help-update-alist-with-rule):
Add labels for new custom keys.
- (tutcode-proc-state-on):
Add check of new custom keys.
- (tutcode-custom-set-mazegaki/bushu-start-sequence!):
Support new custom keys.

541d15d 2012-12-24 19:51:22 KIHARA Hideto

Fix to consider katakana mode on postfix katakana conversion.
(regression by recent change at eed594c)

* scm/tutcode.scm
- (tutcode-postfix-katakana-shrink): Consider current katakana mode.
- (tutcode-postfix-katakana-acquire-yomi):
Follow argument addition of tutcode-postfix-katakana-acquire-char?
- (tutcode-postfix-katakana-acquire-char?):
Consider current katakana mode.
- (tutcode-katakana?): New function.

7704be9 2012-12-24 19:51:15 KIHARA Hideto

Add function to shrink katakana string just after postfix katakana conversion.

* scm/tutcode.scm
- (tutcode-postfix-katakana-shrink): New function.

e6bf1de 2012-12-24 19:51:07 KIHARA Hideto

Change acquiring yomi of postfix katakana conversion to be customizable.

* scm/tutcode.scm
- (tutcode-postfix-katakana-char-list): New variable.
- (tutcode-begin-postfix-katakana-conversion):
Change to call tutcode-postfix-katakana-acquire-char?
- (tutcode-postfix-katakana-acquire-char?):
New function extracted from tutcode-begin-postfix-katakana-conversion.

ea770c4 2012-12-24 19:50:59 KIHARA Hideto

Change postfix Katakana conversion to acquire middle dot as target hiragana.

* scm/tutcode.scm
- (tutcode-begin-postfix-katakana-conversion):
Change not to convert to Katakana if acquired length is shorter
than specified negative yomi count.
Change to use tutcode-postfix-katakana-acquire-yomi.
- (tutcode-postfix-katakana-acquire-yomi):
New function to acquire characters while hiragana continues.
- (tutcode-hiragana?): New function.

ebcebc9 2012-12-24 19:50:37 KIHARA Hideto

Change postfix Katakana conversion to take characters while hiragana continues.

* scm/tutcode.scm
- (tutcode-begin-postfix-katakana-conversion):
If yomi-len argument is zero, take characters while hiragana continues.
For negative value, treat absolute value as excluding characters count.

9677255 2012-12-24 19:50:10 KIHARA Hideto

Comment out reserved key sequences for commands in trycode-rule.

* scm/trycode.scm
- (trycode-rule): Comment out reserved key sequences for commands
to simplify help and for performance of bushu conversion.

d201ba0 2012-12-24 19:49:17 KIHARA Hideto

Update trycode-rule.

* scm/trycode.scm
- (trycode-rule): Update: add 4 kanji.

c90eb30 2012-12-23 10:33:38 KIHARA Hideto

Add key customs for postfix katakana conversion with exclude or shrink.

* scm/tutcode-key-custom.scm
- (tutcode-postfix-katakana-0-start-sequence,
tutcode-postfix-katakana-exclude-1-sequence,
tutcode-postfix-katakana-exclude-2-sequence,
tutcode-postfix-katakana-exclude-3-sequence,
tutcode-postfix-katakana-exclude-4-sequence,
tutcode-postfix-katakana-exclude-5-sequence,
tutcode-postfix-katakana-exclude-6-sequence,
tutcode-postfix-katakana-shrink-1-sequence,
tutcode-postfix-katakana-shrink-2-sequence,
tutcode-postfix-katakana-shrink-3-sequence,
tutcode-postfix-katakana-shrink-4-sequence,
tutcode-postfix-katakana-shrink-5-sequence,
tutcode-postfix-katakana-shrink-6-sequence): New key custom.
* scm/tutcode.scm
- (tutcode-stroke-help-update-alist-with-rule):
Add labels for new custom keys.
- (tutcode-proc-state-on):
Add check of new custom keys.
- (tutcode-custom-set-mazegaki/bushu-start-sequence!):
Support new custom keys.

dd5c4d8 2012-12-22 11:43:29 KIHARA Hideto

Fix to consider katakana mode on postfix katakana conversion.
(regression by recent change at eed594c)

* scm/tutcode.scm
- (tutcode-postfix-katakana-shrink): Consider current katakana mode.
- (tutcode-postfix-katakana-acquire-yomi):
Follow argument addition of tutcode-postfix-katakana-acquire-char?
- (tutcode-postfix-katakana-acquire-char?):
Consider current katakana mode.
- (tutcode-katakana?): New function.

78a7b56 2012-12-22 11:21:13 KIHARA Hideto

Add function to shrink katakana string just after postfix katakana conversion.

* scm/tutcode.scm
- (tutcode-postfix-katakana-shrink): New function.

f41f5a5 2012-12-22 10:14:01 KIHARA Hideto

Change acquiring yomi of postfix katakana conversion to be customizable.

* scm/tutcode.scm
- (tutcode-postfix-katakana-char-list): New variable.
- (tutcode-begin-postfix-katakana-conversion):
Change to call tutcode-postfix-katakana-acquire-char?
- (tutcode-postfix-katakana-acquire-char?):
New function extracted from tutcode-begin-postfix-katakana-conversion.

9f5ee46 2012-12-17 19:36:00 KIHARA Hideto

Change postfix Katakana conversion to acquire middle dot as target hiragana.

* scm/tutcode.scm
- (tutcode-begin-postfix-katakana-conversion):
Change not to convert to Katakana if acquired length is shorter
than specified negative yomi count.
Change to use tutcode-postfix-katakana-acquire-yomi.
- (tutcode-postfix-katakana-acquire-yomi):
New function to acquire characters while hiragana continues.
- (tutcode-hiragana?): New function.

eed594c 2012-12-17 19:35:59 KIHARA Hideto

Change postfix Katakana conversion to take characters while hiragana continues.

* scm/tutcode.scm
- (tutcode-begin-postfix-katakana-conversion):
If yomi-len argument is zero, take characters while hiragana continues.
For negative value, treat absolute value as excluding characters count.

593278e 2012-11-27 17:21:46 Muneyuki Noguchi

Merge pull request #20 from mnogu/qt5-immodule-beta2

Add support for Qt5 beta2 to Qt5 immodule.

32cf3b9 2012-11-27 17:18:03 Muneyuki Noguchi

Merge branch 'master' into qt5-immodule-beta2

465cf53 2012-11-27 17:12:53 Muneyuki Noguchi

Update quimplatforminputcontextplugin.pro.in.

* qt5/immodule/.qmake.conf
- Add this new file. qmake requires this file.
* qt5/immodule/quimplatforminputcontextplugin.pro.in
- (PLUGIN_TYPE): Define this variable.
- (QT): Replace platformsupport-private with gui-private.

bc66039 2012-11-27 17:12:53 Muneyuki Noguchi

Use qApp->focusObject().

* qt5/immodule/quimplatforminputcontext.cpp
- (QUimPlatformInputContext::commitString,
QUimPlatformInputContext::updatePreedit):
Replace qApp->inputMethod()->inputItem() with qApp->focusObject()
because QInputMethod::inputItem() doesn't exist in Qt5 beta2.

462abce 2012-11-27 17:12:53 Muneyuki Noguchi

Undefine CursorShape for Qt5.

* qt4/immodule/plugin.cpp
- Undefine CursorShape for Qt5 to make the codes compilable.

f7d8866 2012-11-27 17:12:53 Muneyuki Noguchi

Change paths of header files.

* qt4/immodule/plugin.cpp
* qt4/immodule/plugin.h
* qt5/immodule/quimplatforminputcontext.h
- Change paths of header files.

dc3f350 2012-11-27 17:12:53 Muneyuki Noguchi

Replace fromAscii() with fromLatin1().

* qt5/immodule/quimplatforminputcontext.cpp
- (getUserDefinedColor):
Replace QString::fromAscii() with QString::fromLatin1()
because QString::fromAscii() doesn't exist in Qt5 beta2.

123b8ab 2012-11-27 17:12:53 Muneyuki Noguchi

Replace toAscii() with toLatin1().

* qt4/immodule/qhelpermanager.cpp
- (QUimHelperManager::parseHelperStr):
Replace QString::toAscii() with QString::toLatin1()
because QString::toAscii() doesn't exist in Qt5 beta2.
* qt5/immodule/quimplatforminputcontext.cpp
- (QUimPlatformInputContext::filterEvent): Ditto.

da16726 2012-11-27 17:12:47 Muneyuki Noguchi

Replace slotInputItemChanged().

* qt5/immodule/quimplatforminputcontext.cpp
- (QUimPlatformInputContext::QUimPlatformInputContext):
Remove a connection.
- (QUimPlatformInputContext::slotInputItemChanged):
Replace with QUimPlatformInputContext::setFocusObject()
because QInputMethod::inputeItem() doesn't exist in Qt5 beta2.
* qt5/immodule/quimplatforminputcontext.h
- (QUimPlatformInputContext::slotInputItemChanged):
Remove this function.
- (QUimPlatformInputContext::setFocusObject):
Declare this new function.

f4f484f 2012-11-27 17:10:05 Muneyuki Noguchi

Define updateStyle().

* qt5/immodule/quimplatforminputcontext.cpp
- (QUimPlatformInputContext::updateStyle):
Define this new function.

90ba312 2012-11-27 17:09:54 Muneyuki Noguchi

Define switch_system_global_im().

* qt5/immodule/quimplatforminputcontext.cpp
- (QUimPlatformInputContext::switch_system_global_im):
Define this new function.

481926d 2012-11-27 17:09:47 Muneyuki Noguchi

Define switch_app_global_im().

* qt5/immodule/quimplatforminputcontext.cpp
- (QUimPlatformInputContext::switch_app_global_im):
Define this new function.

d1c2326 2012-11-27 17:09:39 Muneyuki Noguchi

Define getPreeditCursorPosition().

* qt5/immodule/quimplatforminputcontext.cpp
- (QUimPlatformInputContext::getPreeditCursorPosition):
Define this new function.