• 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
17c3f5c 2012-03-09 22:22:41 nogu.dev

* po/ja.po
- Add translation for uim-chardict-qt{,4},
which was in qt{3,4}/chardict/po.

8d37658 2012-03-09 22:22:41 nogu.dev

* qt4/chardict/qt4.cpp
- (main): Add 2nd argument to bind_textdomain_codeset().

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

* qt4/chardict/Makefile.am
- (EXTRA_DIST): Remove qtgettext.h.

0185bb9 2012-03-09 22:22:40 nogu.dev

* qt3/chardict/qt.cpp
- (main): Set domain to `PACKAGE'.
* qt4/chardict/qt4.cpp
- (main): Ditto.

8ef44b0 2012-03-09 22:22:40 nogu.dev

* autogen.sh
- Remove workarounds.
* configure.ac
- Remove qt{3,4}/chardict/po-releated lines.
* po/Makevars
- (XGETTEXT_OPTIONS): Add `--keyword=Q_:1c,2'.
* po/POTFILES.in
- Add source files of chardicts.
* po/fr.po
* po/ja.po
* po/ko.po
- Update
* qt3/chardict/Makefile.am
- (SUBDIRS): Remove po.
- (INCLUDES): Add `..'.
- (HEADER_FILES): Remove qtgettext.h.
* qt3/chardict/po/ChangeLog
* qt3/chardict/po/LINGUAS
* qt3/chardict/po/Makevars
* qt3/chardict/po/POTFILES.in
* qt3/chardict/po/ja.po
* qt3/chardict/po/remove-potcdate.sin
* qt3/chardict/po/uim-chardict-qt.pot
* qt3/chardict/qtgettext.h
- Remove.
* qt3/chardict/unicodeviewwidget.cpp
- Use `Q_' instead of `_'.
* qt3/qtgettext.h
- Define `Q_'.
* qt4/chardict/Makefile.am
- (SUBDIRS): Remove po.
* qt4/chardict/po/ChangeLog
* qt4/chardict/po/LINGUAS
* qt4/chardict/po/Makevars
* qt4/chardict/po/POTFILES.in
* qt4/chardict/po/ja.po
* qt4/chardict/po/remove-potcdate.sin
* qt4/chardict/po/uim-chardict-qt.pot
* qt4/chardict/qtgettext.h
- Remove.
* qt4/chardict/uim-chardict-qt4.pro.in
- (INCLUDEPATH): `Add @srcdir@/..'.
- (HEADERS): Remove `@srcdir@/qtgettext.h'.
* qt4/chardict/unicodeviewwidget.cpp
- Use `Q_' instead of `_'.
* qt4/qtgettext.h
- Define `Q_'.
* uim/gettext.h
- Update to modified version of gettext 0.18.

4864fca 2012-03-04 23:58:59 nogu.dev

* notify/Makefile.am
- Add `install' for knotify4.

e35a58e 2012-03-04 20:54:36 nogu.dev

* qt4/immodule/quiminputcontext.h
- (QUimInputContext::setCandwinActive): Rename setActive().
* qt4/immodule/abstractcandidatewindow.cpp
- (AbstractCandidateWindow::candidateActivate):
Follow change in QUimInputContext.

89ebef7 2012-03-04 20:46:34 nogu.dev

* qt4/immodule/abstractcandidatewindow.cpp
- (AbstractCandidateWindow::candidateActivate):
Call QUimInputContext::setActive().
- (AbstractCandidateWindow::timerDone): Remove comment.
* qt4/immodule/quiminputcontext.cpp
- (QUimInputContext::cand_activate_cb): Don't set candwinIsActive here.
* qt4/immodule/quiminputcontext.h
- (QUimInputContext::setActive): New function.

d111770 2012-03-04 20:02:18 nogu.dev

* Add support for delay API to Qt4 immodule.
* qt4/immodule/abstractcandidatewindow.cpp
- (AbstractCandidateWindow::AbstractCandidateWindow): Add timer.
- (AbstractCandidateWindow::deactivateCandwin): Stop timer first.
- (AbstractCandidateWindow::candidateActivate): Ditto.
- (AbstractCandidateWindow::candidateActivateWithDelay): New function.
- (AbstractCandidateWindow::timerDone): New function.
* qt4/immodule/abstractcandidatewindow.h
- (AbstractCandidateWindow::candidateActivateWithDelay): New function.
- (AbstractCandidateWindow::timerDone): New function.
* qt4/immodule/quiminputcontext.cpp
- (QUimInputContext::createUimContext):
Call uim_set_delay_candidate_selector_cb().
- (QUimInputContext::cand_activate_with_delay_cb): New function.
* qt4/immodule/quiminputcontext.h
- (QUimInputContext):
Declare QUimInputContext::cand_activate_with_delay_cb().

14bb829 2012-03-04 18:12:45 nogu.dev

* qt4/immodule/abstractcandidatewindow.h
- (UIM_QT_USE_NEW_PAGE_HANDLING): Add comment.

daa20b0 2012-03-04 17:01:37 nogu.dev

* .gitignore
- Add more files to ignore.

0b043a2 2012-03-03 13:52:06 nogu.dev

* .gitignore
- Update.

5323415 2012-03-03 13:49:24 nogu.dev

* .gitignore
- Ignore files generated by make-dist.sh.

f1166b8 2012-03-03 13:49:06 nogu.dev

* sigscheme
- Update submodule.

c27ca8b 2012-03-03 06:42:09 nogu.dev

* qt4/switcher/qt4.cpp
- (UimImSwitcher::parseHelperStrImList):
Use mygettext() instead of gettext().

9a1fe1c 2012-03-03 06:41:43 nogu.dev

* .gitignore
- Update.

d7995f2 2012-03-02 21:39:03 nogu.dev

* configure.ac
- Check if csi is installed.
* scm/Makefile.am
- Don't try to run csi unless csi is installed.

f339488 2012-03-02 21:38:38 nogu.dev

* sigscheme
- Update submodule.

92b1295 2012-03-02 21:38:16 nogu.dev

* .gitignore
- Add more files to ignore.

8af738e 2012-02-26 23:37:21 nogu.dev

* configure.ac
- Disable GTK+2 feature when gdk-x11-2.0 isn't installed.

cb3d720 2012-02-26 23:28:57 nogu.dev

* configure.ac
- Disable XIM feature when libXext isn't installed.

b76cf89 2012-02-26 23:28:32 nogu.dev

* xim/canddisp.cpp
- (candwin_command): Avoid compile error
when CANDWIN_PROG_SUFFIX isn't defined.

611279f 2012-02-26 15:49:47 nogu.dev

* sigscheme
- Update submodule.

a262e0a 2012-02-26 15:48:32 nogu.dev

* .gitignore
- Add /compile

64c6a98 2012-02-26 15:46:55 nogu.dev

* .gitignore
- New file.

a479913 2012-02-26 15:21:36 nogu.dev

* uim/uim.h
- Update URL.

60f91f4 2012-02-26 15:18:09 nogu.dev

* tools/gnuify-changelog.pl
- Don't check if git-svn-id exists
because log doesn't contain git-svn-id.

b9c42c9 2012-02-26 14:56:14 nogu.dev

* sigscheme
- Update submodule.

6163665 2012-02-26 14:38:32 nogu.dev

* make-dist.sh
- (SSCM): Rename to SSCM_TAG.
- (LIBGCROOTS): Rename to LIBGCROOTS_TAG.
* doc/RELEASING
- Follow changes in make-dist.sh.

d29bb58 2012-02-26 14:34:15 nogu.dev

* doc/RELEASING
- Replace `svn' with `git'.
- Add `$' to represent prompt.