summaryrefslogtreecommitdiff
path: root/inputmethod
AgeCommit message (Collapse)AuthorFilesLines
2010-12-03Remove ibus-table-extraphrase, for ibus-1.2 and nothing require it anymore.obache6-49/+1
2010-12-03ibus-table-array30 package is deprecated.obache5-34/+1
use ibus-table-chinese, it contains Array30.
2010-12-03Update ibus-table-chinese to 1.3.0.20101201.obache6-50/+105
* Fri Dec 03 2010 Ding-Yi Chen <dchen@redhat.com> - 1.3.0.20101201 - Support out-of-source build - Remove ibus-table-chinese-all * Sat Nov 27 2010 Ding-Yi Chen <dchen@redhat.com> - 1.3.0.20101126 - Split into subpackage - Use cmake instead of autotool
2010-12-03Update ibus-chewing to 1.3.9.2.obache3-11/+13
* Fri Nov 19 2010 Ding-Yi Chen <dchen at redhat.com> - 1.3.9.2 - Fixed Bug 652909 - Added back a Changlog item that mention Nils Philippsen's change. - Apply Jim Huang's patch for zh_TW.po * Fri Nov 12 2010 Ding-Yi Chen <dchen at redhat.com> - 1.3.8 - Quick fix for f15 and ibus-1.4 build - Version scheme change.
2010-12-03Update ibus-input-pad to 0.1.4.obache2-7/+6
ChangeLog: * Fixed focused label. * Fixed typo.
2010-12-01Update ibus-anthy to 1.2.5.obache2-6/+6
Fixed deleting voiced consonants. (#1148) Fixed romaji_typing_rule and kana_typing_rule receives UTF-8 keys. (#1146) Fixed the custom tables with new keys. Fixed SEGV when key tables are customized in new gconf. Added a warning for ibus. Supported ibus.engine.update_preedit_text_with_mode
2010-11-30Bump PKGREVISION from input-pad shlib bump.obache1-2/+2
2010-11-30Update input-pad to 1.0.0.obache7-33/+31
* Support GTK3 * Added some acronyms
2010-11-30python support is in other package, no need PLIST_VARS for python.obache1-2/+2
2010-11-25Update ibus to 1.3.9.obache2-14/+11
Changes: * Fix compatible issues with gnome-do and chromium-browser. * Fix XIM compatible issue in ppc64 platform. * Fix some build problems with gtk3 * Sort input method in setup with strcoll * Fix some problem in Makefile for NteBSD
2010-11-23Update ibus-handwrite to 2.1.1.obache5-17/+18
bug fix.
2010-11-22Update ibus-skk to 1.3.3.obache2-6/+6
* Delay config value initialization for ibus-1.4.
2010-11-16missing PKGREVISION bumps from changes to gtk2 (x11/gtk2/modules.mk).obache3-5/+6
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs46-89/+92
2010-10-27Update ibus-anthy to 1.2.4.obache2-11/+6
bug fixes.
2010-10-22Update ibus to 1.3.8.obache2-7/+6
ChangeLog Comment out test-keymap test case. Limit typing rate to 800 hits/minutes, and fix make distcheck error. Catch exceptions from os.kill. Fix CPU 100% usage with signal.SIGCHLD Fix keyval and state in __keycode_button_clicked_cb Destroy existing connection before creating a new connection, and only create the fake context once. Move the candidate window just above the cursor when the window and a preedit string overlap. Remove compiler warnings. Enable key snooper by default again, except Chrome/Chromium browsers, to fix application compatibility issues like 1068. Always consume the hotkey, even if the hotkey associated engine already activated. Fix race condition in bus_ibus_impl_create_engine() Fix a build error of IBus-1.0.gir with gobject-introspection 0.9.6 Fix a typo. Remove unused dbus-1 package in gir includes Implement stress tool for ibus. Fix a build error with GTK3 gdkkeysyms.h Update gu.po from Sweta Kothari <swkothar@redhat.com> Fix g_assertion failure in bus_ibus_impl_{load,save}_global_engine_name functions. Add some comments about registry Add Emacs modeline for .c and .h files. Move the log handler code from bus/main.cc to src/ibusshare.cc. Add codereview.settings. Add time info in log message from satorux@chromium.org Fix memory leak in ibus_input_context_process_key_event by Fujiwarat Fix segv in bus_engine_proxy_process_key_event_reply_cb Set CFLAGS to "-Wall -Werror" in autogen.sh Fix property issue. Update fr.po Fix a build warning
2010-10-22Missing bump PKGREVISION atobache1-2/+2
"Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that version" over a month ago.
2010-10-19set restriction of EMACS and PYTHON variants.obache1-1/+3
2010-10-19Update ibus-el to 0.2.0.obache2-6/+6
bug fixes and some option improvements.
2010-10-16Upadte ibus-anthy to 1.2.3.obache2-6/+6
* Contributed fr.po by Humbert Julien
2010-10-16Update ibus-skk to 1.3.2.obache3-12/+8
bug fixes and some improvements for configuration.
2010-10-16Update ibus-anthy to 1.2.2.20101015.obache4-49/+6
* Fixed NetBSD ENV issue (#1029) * Fixed commit_nth_segment * Added custom key table. * Updated anthy icon. * Added menu item labels. * Fix ATOK commit_selected_segment * Fix sh equal and swig include path. #883, #884
2010-10-15Fixes PLIST_VARS name for sqlite.obache1-2/+2
part of PR#43972.
2010-10-08* no need gmake to buildobache1-2/+4
* more stacksize to build dictironary.
2010-10-02Replace dependency patterns with one liner.obache1-5/+3
2010-09-23sortobache1-2/+2
2010-09-18+ multiskkservobache1-1/+2
2010-09-18Import multiskkserv-20100128 as inputmethod/multiskkserv.obache5-0/+81
Packagesd by Ryo ONODERA in pkgsrc-wip, import requested via PR#43819. multiskkserv is a skk server which can use multiple dictionaries. This server uses cdb format as the dictionary format. cdb is the efficient and constant (i.e. cannot add, delete, modify) database format by Dan J. Bernstein, which I think is the appropriate format for the system-wide constant dictionary storage.
2010-09-18Bump PKGREVISION from libuim shlib bump.obache2-4/+4
2010-09-18Update uim to 1.6.0.obache7-40/+201
Based on PR#43872 by YAMASHIRO, Jun. some fixes and improvements by me. uim Changelog: - New IM uim-social-ime - New IM uim-ajax-ime - New IM uim-yahoo-jp - Support Wubi86 and ZhengMa tables with Generic IM - Improved uim-tutcode with many nice features with table style candidate window - Stable Qt4 bridge - Annotation system - Internal plugin system reorganization - uim-elatin enhancement - Japanese multiple-segment IM enhancement
2010-09-16Update ibus-unikye to 0.5.1.obache3-7/+22
* Release 0.5.1 - Cleanup setup options in menu - Fix bugs
2010-09-16Revbump after updating databases/db5adam3-6/+6
2010-09-14More PKGREVISION bumps for pixman update.wiz1-2/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz45-82/+90
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-09-12+ scim-tables-vietnamese-extobache1-1/+2
2010-09-12Import scim-tables-vietnamese-ext-0.5.6pl17 as ↵obache4-0/+40
inputmethod/scim-tables-vietnamese-ext. This project provide a table that defines Telex/VNI Input Method phrases for Vietnamese. Most of Vietnamese in North Vietnam use Telex Typing, but VNI typing in South Vietnam.
2010-09-11Need swig to build.obache1-1/+2
2010-09-11Link with tinycdb shlib.obache1-2/+5
Bump PKGREVISION.
2010-09-11Fixes eekboard option handling.obache2-3/+5
Bump PKGREVISION.
2010-09-11Update ibus-chewing to 1.3.7.20100910obache2-6/+9
[Changes] - Input style of ibus-chewing is decommissioned under ibus >=1.3. Now the input style is determined solely on the setting of "Embed preedit in application window" in IBus. - Resolves: #608991, #632043 - Fixed Issue 1022: chewing commit some text in reset method (patched by Peng Huang). - Fixed Issue 1032: [ibus-chewing] Chewing not commit some single Chinese char into application when press enter. - Rewrite CMake modules to make them cleaner, and documents in cmake module help format. - [For developer and distro maintainer] Various targets changed. Use 'make help' to obtain a list of available targets.
2010-09-10+ dbskkd-cdb, skk-jisyo-cdbobache1-1/+3
2010-09-10Import dbskkd-cdb-2.00 as inputmethod/dbskkd-cdb.obache5-0/+81
Packaged by Ryo ONODERA in pkgsrc-wip. A part of import request by PR#43818. dbskkd-cdb is a dictionary server for SKK Japanese Input Method system. For building the executable file, TinyCDB is required.
2010-09-10Import skk-jisyo-cdb-201008 as inputmethod/skk-jisyo-cdb.obache4-0/+54
Packaged by Ryo ONODERA in pkgsrc-wip. A part of import request by PR#43818. A basic set of Kana-Kanji conversion dictionary developed by SKK project. This package is cdb format dictionary for dbskkd-cdb and so on.
2010-09-10Remove redundant PKGNAME.taca3-6/+3
2010-09-07* Mark these packages Ruby 1.8.x support only.taca1-1/+10
* Add some comments and a little clean up. No functional change.
2010-09-07Update input-pad to 0.1.2obache3-81/+6
* Added some acronyms. * Fixed the default selection in GtkTreeView. * Don't load kbdui/foo.so in addition to kbdui/foo.la. * Added debian build. * Fixed #1 input-pad.pc doesn't include gtk+-2.0
2010-09-06Restrict Python versions to match py-gtk2joerg1-1/+3
2010-09-06Update ibus-pinyin to 1.3.11.obache2-6/+6
Fix make distcheck errors. Tiny modification to m4/boost.m4. Pass $CXXFLAGS to $ac_cpp to make cross-compilation of ibus-pinyin easy. Remove sqlite3 in create_db.py Remove duplicated EXTRA_DIST value in lua/Makefile.am Add PY prefix of all file names to avoid name conflict on some file system than is case insensitive. change the default fuzzy settings
2010-09-04exactly pass localedir to configure.obache4-4/+9
2010-09-02Update ibus-m17n to 1.3.1.obache3-10/+10
* Implement setup UI. * some bug fixes and improvements.