• 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
f78a3a5 2012-03-12 22:03:55 KIHARA Hideto

* po/ja.po
- Add translation about tutcode.

15b4ce9 2012-03-11 22:58:03 nogu.dev

* .gitignore
- Add baidu-olime-jp.png and baidu-olime-jp.svg.

a1cfaef 2012-03-11 20:56:14 Iwata

Merge branch 'master' of https://code.google.com/p/uim

74db472 2012-03-11 20:55:06 Iwata

* scm/http-server.scm (http-server):
- Use make-tcp-server.
(http-server:make-server):
- Delete.

ba5d57d 2012-03-11 20:54:19 Iwata

* scm/socket.scm (make-socket-server):
- New generic function.
- Poll with accepted fd and session fd at same time.
(tcp-accept):
- Delete.
(make-tcp-server, make-unix-domain-server):
- New function.

70eb86b 2012-03-11 20:53:43 Iwata

* scm/sj3v2-socket.scm (sj3-lib-gakusyuu2):
- Fix state that learning was never called.

e32f207 2012-03-11 20:23:26 Iwata

* uim/uim-helper-server.c (init_server_fd):
- Revert 46d78f8fba81.
fchown(2) return always -1 (EINVAL).
when fd is unix domain socket.

a568a8b 2012-03-11 18:53:01 Iwata

* scm/yahoo-jp.scm (yahoo-jp-lib-get-nth-word)
(yahoo-jp-proc-input-state-with-preedit):
- Fix typo.

1fff719 2012-03-11 18:51:01 Iwata

* scm/google-cgiapi-jp-custom.scm (google-cgiapi-jp-im-name-label):
- Fix name.

a0bfa4e 2012-03-11 18:20:50 nogu.dev

* NEWS
- Update.

3f019b8 2012-03-11 17:36:19 Iwata

* scm/Makefile.am (SCM_FILES, module_names):
- Add baidu-olime-jp.
* scm/baidu-olime-jp-key-custom.scm:
* scm/baidu-olime-jp-custom.scm:
- New file.
* scm/baidu-olime-jp.scm:
- Copy from google-cgiapi-jp.scm
* pixmaps/Makefile.am (IM_SUBST_SVGS, IM_SUBST_PNGS):
- Add icon.
* scm/im-switcher.scm (imsw-iconic-label-alist):
- Add baidu-olime-jp.

New web-based Japanese multi-segment input method 'baidu-olime-jp'.
Web API is undocumened, but we can understand it from javascript.
- http://ime.baidu.jp/type/cloudime/olime_jp.js
It is nealy the same as google-cgiapi-jp.

9bc37f1 2012-03-11 17:23:27 nogu.dev

* po/fr.po
* po/ja.po
* po/ko.po
- Update po files.

a79c240 2012-03-11 08:53:28 nogu.dev

* gtk2/toolbar/common-gtk.c
- (helper_toolbar_prop_list_update):
Don't hide toolbar even when indication_id has suffix "_alnum".
* qt4/toolbar/common-uimstateindicator.cpp
- (UimStateIndicator::propListUpdate): Ditto.

58cfcf9 2012-03-11 08:36:54 nogu.dev

* gtk2/toolbar/common-gtk.c
- (helper_toolbar_prop_list_update): Change behavior of toolbar display
based on "toolbar-display-time".
* qt4/toolbar/common-uimstateindicator.cpp
- (UimStateIndicator::propListUpdate): Ditto.
* scm/im-custom.scm
- Add custom group "toolbar-display".
- Add custom "toolbar-display-time".

3fa399c 2012-03-11 06:59:20 nogu.dev

* qt4/toolbar/common-quimhelpertoolbar.cpp
- Revert 4670a75cc53e29660ac61a1877f6bd084fe8e314.
* qt4/toolbar/common-quimhelpertoolbar.h
- Revert 4670a75cc53e29660ac61a1877f6bd084fe8e314.
* qt4/toolbar/common-uimstateindicator.cpp
- (UimStateIndicator::propListUpdate):
Change implementation. Don't use signal.
* qt4/toolbar/common-uimstateindicator.h
- Revert 4670a75cc53e29660ac61a1877f6bd084fe8e314.
* qt4/toolbar/standalone-qt4.cpp
- Revert 4670a75cc53e29660ac61a1877f6bd084fe8e314.

681ba88 2012-03-11 06:56:22 nogu.dev

* gtk2/toolbar/common-gtk.c
- (helper_toolbar_prop_list_update):
Hide toolbar on direct input (#25695).
Toolbar needs to restore its position before shown.
* gtk2/toolbar/standalone-gtk.c
- (main): Save position of toolbar.

8cd28fa 2012-03-10 23:32:00 nogu.dev

* qt4/toolbar/common-uimstateindicator.cpp
- (UimStateIndicator::propListUpdate): Cosmetic change.

4670a75 2012-03-10 23:28:31 nogu.dev

* qt4/toolbar/common-quimhelpertoolbar.cpp
- (QUimHelperToolbar::QUimHelperToolbar):
Add connection on modeChanged().
* qt4/toolbar/common-quimhelpertoolbar.h
- (QUimHelperToolbar): Add modeChanged().
* qt4/toolbar/common-uimstateindicator.cpp
- (UimStateIndicator::propListUpdate):
Hide toolbar on direct input (#25695).
* qt4/toolbar/common-uimstateindicator.h
- (UimStateIndicator): Add modeChanged().
* qt4/toolbar/standalone-qt4.cpp
- (UimStandaloneToolbar::UimStandaloneToolbar):
Add connection on modeChanged().

e95b4fc 2012-03-10 14:00:20 nogu.dev

* qt3/candwin/Makefile.am
* qt3/pref/Makefile.am
* qt3/switcher/Makefile.am
- Don't define QT_CXXFLAGS and QT_LDFLAGS
to avoid "possible typo" message from automake.

90688eb 2012-03-10 12:15:14 nogu.dev

* .gitignore
- Add more files to ignore in /gtk{2,3}/dict.

6c1ebaa 2012-03-10 10:52:24 nogu.dev

* po/POTFILES.in
- Enable build with intltool 0.50.x.

d9711fc 2012-03-10 10:44:34 nogu.dev

* po/POTFILES.in
* po/POTFILES.skip
- Apply patch by dai to enable build with intltool 0.50.x (#47027).
(cherry picked from commit 1bb9041dd1068815316ec513135e2ed846eb1b99)

1bb9041 1.7 2012-03-10 10:40:56 nogu.dev

* po/POTFILES.in
* po/POTFILES.skip
- Apply patch by dai to enable build with intltool 0.50.x (#47027).

99aff71 2012-03-09 22:48:48 nogu.dev

* .gitignore
- Add more files to ignore.
- Remove /qt{3,4}/chardict/po.

700dbb8 2012-03-09 22:45:58 nogu.dev

* po/fr.po
* po/ja.po
* po/ko.po
- Clear fuzzy.

952ecf2 2012-03-09 22:22:41 nogu.dev

* qt3/qtgettext.h
- Don't define GETTEXT_CONTEXT_GLUE.
* qt4/qtgettext.h
- Don't define GETTEXT_CONTEXT_GLUE.
* uim/gettext.h
- Define GETTEXT_CONTEXT_GLUE.

f660b1f 2012-03-09 22:22:41 nogu.dev

* qt3/chardict/unicodeviewwidget.cpp
- Don't include locale.h.

5a3c704 2012-03-09 22:22:41 nogu.dev

* uim/gettext.h
- Revert dd24492ca097b38e65dfd5854fba7fe8f4ba187d.
* qt3/qtgettext.h
* qt4/qtgettext.h
- define GETTEXT_CONTEXT_GLUE.

202e7bc 2012-03-09 22:22:41 nogu.dev

* qt4/chardict/unicodeviewwidget.cpp
- (UnicodeViewWidget::setupWidgets): Use QByteArray instead of QString.

55b3017 2012-03-09 22:22:41 nogu.dev

* po/Makevars
- Scan `NC_' instead of `Q_'.
* po/fr.po
* po/ja.po
* po/ko.po
- Update.
* qt3/chardict/unicodeviewwidget.cpp
- Use `NC_' instead of `Q_'.
* qt3/qtgettext.h
- Define `NC_' instead of `Q_'.
* qt4/chardict/unicodeviewwidget.cpp
- Use `NC_' instead of `Q_'.
* qt4/qtgettext.h
- Define `NC_' instead of `Q_'.