• 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
99a25a6 2012-11-27 17:09:31 Muneyuki Noguchi

Define restoreContext().

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

aa3543d 2012-11-27 17:09:10 Muneyuki Noguchi

Define saveContext().

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

967bb7c 2012-11-27 17:09:06 Muneyuki Noguchi

Use createCandidateWindow().

* qt5/immodule/quimplatforminputcontext.cpp
- (QUimPlatformInputContext::QUimPlatformInputContext):
Use QUimPlatformInputContext::createCandidateWindow().

0333062 2012-11-27 17:09:06 Muneyuki Noguchi

Define createCandidateWindow().

* qt5/immodule/quimplatforminputcontext.cpp
- (QUimPlatformInputContext::createCandidateWindow):
Define a new function.
* qt5/immodule/quimplatforminputcontext.h
- (QUimPlatformInputContext::createCandidateWindow):
Declare a new function.

b597a3e 2012-11-27 17:09:06 Muneyuki Noguchi

Apply cosmetic changes in qtextutil.cpp.

* qt4/immodule/qtextutil.cpp
- Apply cosmetic changes in including.

7710013 2012-11-27 17:09:06 Muneyuki Noguchi

Replace toAscii() with toLatin1().

* qt4/candwin/ximcandidatewindow.cpp
- (XimCandidateWindow::activateCand,
XimCandidateWindow::setPageCandidates):
Replace QString::toAscii() with QString::toLatin1()
because Qt5 doesn't have QString::toAscii().
QString::toAscii() does the same as QString::toLatin1()
because we don't call QTextCodec::setCodecForCStrings().
* qt4/chardict/unicodeviewwidget.cpp
- (UnicodeViewWidget::setupWidgets): Ditto.
* qt4/pref/customwidgets.cpp
- (CustomKeyEdit::slotKeyButtonClicked): Ditto.
* qt4/pref/qt4.cpp
- (GroupPageWidget::setupWidgets): Ditto.
* qt4/switcher/qt4.cpp
- (UimImSwitcher::slotStdinActivated): Ditto.
* qt4/toolbar/common-uimstateindicator.cpp
- (UimStateIndicator::slotStdinActivated,
QHelperPopupMenu::slotMenuActivated): Ditto.

0be0d7f 2012-11-27 17:09:06 Muneyuki Noguchi

Use setSectionResizeMode() in Qt5.

* qt4/candwin/candidatewindow.cpp
- (CandidateWindow::CandidateWindow):
Replace setResizeMode() with setSectionResizeMode()
* qt4/candwin/ximcandidatewindow.cpp
- (XimCandidateWindow::XimCandidateWindow): Ditto.
* qt4/chardict/chargridview.cpp
- (CharGridView::CharGridView, CharGridView::setCharacters): Ditto.
* qt4/pref/customwidgets.cpp
- (TableEditForm::TableEditForm): Ditto.

ec98a76 2012-11-27 17:09:06 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.

076483b 2012-11-27 17:09:06 KIHARA Hideto

Update trycode-rule.

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

a05363a 2012-11-25 11:13:31 Muneyuki Noguchi

Merge pull request #19 from mnogu/qt5-beta2

Add support for Qt5 beta2 to Qt5 helper applications.

0040e37 2012-11-25 10:54:21 Muneyuki Noguchi

Replace toAscii() with toLatin1().

* qt4/candwin/ximcandidatewindow.cpp
- (XimCandidateWindow::activateCand,
XimCandidateWindow::setPageCandidates):
Replace QString::toAscii() with QString::toLatin1()
because Qt5 doesn't have QString::toAscii().
QString::toAscii() does the same as QString::toLatin1()
because we don't call QTextCodec::setCodecForCStrings().
* qt4/chardict/unicodeviewwidget.cpp
- (UnicodeViewWidget::setupWidgets): Ditto.
* qt4/pref/customwidgets.cpp
- (CustomKeyEdit::slotKeyButtonClicked): Ditto.
* qt4/pref/qt4.cpp
- (GroupPageWidget::setupWidgets): Ditto.
* qt4/switcher/qt4.cpp
- (UimImSwitcher::slotStdinActivated): Ditto.
* qt4/toolbar/common-uimstateindicator.cpp
- (UimStateIndicator::slotStdinActivated,
QHelperPopupMenu::slotMenuActivated): Ditto.

4cd7c8e 2012-11-25 10:45:45 Muneyuki Noguchi

Use setSectionResizeMode() in Qt5.

* qt4/candwin/candidatewindow.cpp
- (CandidateWindow::CandidateWindow):
Replace setResizeMode() with setSectionResizeMode()
* qt4/candwin/ximcandidatewindow.cpp
- (XimCandidateWindow::XimCandidateWindow): Ditto.
* qt4/chardict/chargridview.cpp
- (CharGridView::CharGridView, CharGridView::setCharacters): Ditto.
* qt4/pref/customwidgets.cpp
- (TableEditForm::TableEditForm): Ditto.

5976de8 2012-11-23 08:36:57 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.

077bed0 2012-11-22 19:26:19 KIHARA Hideto

Update trycode-rule.

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

f3fcd05 2012-11-18 07:09:17 mnogu

Merge pull request #17 from DirtYiCE/patch-1

add hungarian locale to xim

4ce2927 2012-11-18 05:48:03 Kővágó Zoltán

add hungarian locale to xim

107e25d 2012-11-10 20:29:43 mnogu

Merge pull request #16 from mnogu/remove-scim

Remove uim-scim.

6f16ac2 2012-11-10 20:10:34 Muneyuki Noguchi

Remove uim-scim.

* configure.ac
- Remove the "--with-scim" option.
- Remove lines for uim-scim.
* make-dist.sh
- Remove "--without-scim" and relevant comments.
* po/POTFILES.in
- Remove scim.scm.
* po/fr.po
* po/ja.po
* po/ko.po
- Remove lines for uim-scim.
* scm/Makefile.am
- (SCM_FILES): Remove scim.scm.
- Remove lines for uim-scim.
* scm/event.scm
- Remove uim-scim from the comment.
* scm/im.scm
- Remove the comment on uim-scim.
* scm/scim.scm
- Remove.
* test/util/test-misc.scm
- (test-try-load, test-try-require): Remove codes for scim.scm.
* uim/Makefile.am
- (CXXFLAGS): Don't add SCIM_CFLAGS.
- Remove lines for uim-scim.
* uim/scim.cpp
- Remove.

27cc3d0 2012-11-10 19:18:01 mnogu

Merge pull request #15 from mnogu/replace-url

Replace the repository URL.

17fa526 2012-11-10 19:08:13 Muneyuki Noguchi

Replace the repository URL.

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

6de17c4 2012-10-06 21:16:33 Muneyuki Noguchi

Replace the repository URL.

* .gitmodules
- (submodule "sigscheme"):
Replace Google Code URL with GitHub URL.
* uim/uim.h
- Ditto.
* sigscheme
- Update.

7f0824c 2012-09-30 13:51:45 Muneyuki Noguchi

Update RELNOTE.

* RELNOTE
- Update from 1.8.2 to 1.8.3.

1858f85 2012-09-30 13:51:35 Muneyuki Noguchi

Remove empty subsections from NEWS.

* NEWS
- (Overview of changes from 1.8.2 to 1.8.3):
Remove empty subections Enhancements and Others.

9d0f1bb 2012-09-30 13:51:22 Muneyuki Noguchi

Add a note on fixes to NEWS.

* NEWS
- (Overview of changes from 1.8.2 to 1.8.3):
Add a note on fixes to uim-toolbar-gtk-systray.

4545067 2012-09-30 13:51:04 Muneyuki Noguchi

Add a contributor name to NEWS.

* NEWS
- (Overview of changes from 1.8.1 to 1.8.2):
Add a missing uim-skk contributor name.

78f6f02 2012-09-30 13:50:48 KIHARA Hideto

Update NEWS about uim-tutcode.

3de6de4 2012-09-30 13:50:29 Muneyuki Noguchi

Add a section for 1.8.3.

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

f4e46c6 2012-09-30 13:47:40 Muneyuki Noguchi

Dump version post release.

* configure.ac
- dump version.

46c0a36 uim-1.8.3 2012-09-30 12:33:41 Muneyuki Noguchi

Update RELNOTE.

* RELNOTE
- Update from 1.8.2 to 1.8.3.

20caf16 2012-09-30 12:28:49 Muneyuki Noguchi

Remove empty subsections from NEWS.

* NEWS
- (Overview of changes from 1.8.2 to 1.8.3):
Remove empty subections Enhancements and Others.