summaryrefslogtreecommitdiff
path: root/inputmethod
AgeCommit message (Collapse)AuthorFilesLines
2012-09-15Update uim to 1.8.2.obache6-15/+20
PR 46840 by YAMASHIRO, Jun. added comments to patches from mef@. Overview of changes from 1.8.1 to 1.8.2 ======================================= * Fixes - uim-gtk3 * Avoid problem with the wrap mode * Prevent selection if needed - uim-tutcode * Fix error when label key is typed just after entering interactive bushu mode * Fix error on auto help after bushu conversion for some kanji * Fix mismatch between preedit display and pending keys after focus out * Enhancements - uim-skk * Support sticky key * Others - uim-candwin-qt4 - uim-chardict-qt4 - uim-pref-qt4 - uim-im-switcher-qt4 - uim-toolbar-qt4 - uim-qt4 * Honor CPPFLAGS in compilation - uim-candiwn-gtk3 - uim-dict-gtk3 - uim-input-pad-ja-gtk3 - uim-pref-gtk3 - uim-im-switcher-gtk3 - uim-toolbar-gtk3 - uim-gtk3 * Replace deprecated functions
2012-09-15Emacs uim bridge is modified-bsd license.obache1-1/+2
2012-09-15recursive bump from libffi shlib major bumpobache60-115/+121
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-10Update ibus-table-chinese to 1.4.0.obache6-57/+45
* Fri Sep 07 2012 Ding-Yi Chen <dchen@redhat.com> - 1.4.0 - Table build scripts has been refactored. - cmake-fedora is added as submodule. - Fixed Bug 855250 - Change the default filtering for Quick and Cangjie by merging maxiaojun's repository - Fixed Google Issue 1405: failed to build ibus-table-chinese due to missing db files
2012-09-07Revbump after updating graphics/cairoadam48-88/+96
2012-08-30Update ibus-chewing to 1.4.2.obache3-35/+7
* Thu Aug 30 2012 Ding-Yi Chen <dchen at redhat.com> - 1.4.2 - Fixed GitHub issue #7: highlighted text be cut after switch back to pure ibus by merging pull request #24 from buganini - Fixed GitHub issue #20: Shift key will send duplicated strings by merging pull request #22 from buganini - Fixed GitHub issue #21: somethings wrong with cmake - Fixed GitHub issue #25: Weird symbol when input with somethings highlighted by merging pull request #26 from buganini - Fixed GitHub issue #27: Local path committed into tree - Fixed: Bug 713033 - [zh_TW] ibus-chewing problem - Fixed: Bug 745371 - ibus-chewing: mode confusion In Temporary English mode and Chinese mode later on - Fixed: Google Issue 1172: [ibus-chewing] move elf file to standard directory. - Fixed: Google Issue 1426: ibus-chewing-1.3.10 installs directory /gconf to root filesystem - Fixed: Google Issue 1428: ibus-chewing-1.3.10 fails to save it's settings - Fixed: Google Issue 1481: Some characters are missing when a long string in preedit buffer. - Fixed: Google Issue 1490: Cannot change INSTAL prefix for ibus-chewing-1.4.0
2012-08-23Update ibus to 1.4.2.obache3-37/+6
* Some bug fixings.
2012-08-19Update scim-pinyin to 0.5.92.obache3-8/+8
* Support GTK+ 3.0 * Remove skim related codes * language files update (+nl) * C++ related fixes
2012-08-19Update scim-hangul to 0.4.0.obache4-8/+25
Changes: * Support GTK+ 3.0 * Remove skim related codes
2012-08-19Update scim-tables to 0.5.11.obache2-7/+6
gtk3 support and a build fix.
2012-08-19- scim-bridgeobache1-2/+1
2012-08-19Remove scim-bridge, integraged into scim-1.4.14 as scim-im-agent.obache12-211/+0
2012-08-19Update scim to 1.4.14.obache13-58/+199
A new stable version has been released, the main change is the incorporation of scim-bridge. All integrated im-modules (gtk2/gtk3/qt3/qt4/clutter) are written in pure C so they should have no compatibility issues which the original gtk-im-modules usually have. Moreover, the original im-modules supports only gtk2/gtk3, scim provides gtk2/gtk3/qt3/qt4/clutter im-modules after the incorporation.
2012-08-13Update ibus-chewing to 1.4.0obache6-77/+54
[Changes] - Merge pull request #13 from hiroshiyui to Fix wrong data type conversion - Fixed: Google Issue 1079: Use shift key to switch to English mode in ibus-chewing Also list as GitHub pull request #17 - Fixed: Google Issue 1089: Ibus-chewing cause window flicker when compiz enabled - Fixed: Google Issue 1329, Github Issue 3: Merge with buganini at gmail.com - Fixed: Google Issue 1351: ibus-chewing 1.3.10 mistakenly send uncommitted charactor. - Fixed: Google Issue 1374: ibus-chewing: cannot save the preference with gnomeshell - Fixed: Google Issue 1427: ibus-chewing-1.3.10 is not compatible with ibus-1.4.0 and higher Also list as GitHub pull request #16 - Fixed: GitHub Issue 5: Word missing when with libchewing-0.3.3 and ibus-chewing 1.3.10 Also list as GitHub pull request #15 - Fixed: Launchpad bug: 1014456 bus-chewing deletes characters if too many of them are entered Also list as GitHub pull request #19
2012-07-22Update libskk to 0.0.13.obache2-6/+6
bug fixes.
2012-07-22Bump PKGREVISION from uim shlib major bump.obache2-4/+4
2012-07-22Update uim to 1.8.1.obache6-17/+35
Based on PR 46595 by YAMASHIRO, Jun (fixes some missing PLIST entry). * switch to enable expat and prime options by default. Overview of changes from 1.8.0 to 1.8.1 ======================================= * Fixes - uim-toolbar-gtk3-systray - uim-toolbar-gtk-systray * Fix bug: prevent from becoming a zombie process - uim-candwin-gtk3 - uim-candwin-gtk * Redraw unselected text with normal color - uim-tutcode * Fix bug: key which is not in rule (ex. "5") is not entered on (interactive) bushu conversion - po * Correct the path to GNOME_UimApplet.server.in in POTFILES.skip - uim-qt4 * Honor the environment variable LDFLAGS during build - uim-notify * Fix compilation with glib >= 2.32 * Enhancements - uim-tutcode * New customs - Show pending key sequences - New custom group for tutcode-rule.scm: support TUT+ code which has rules for Shin Joyo Kanji - Key sequences to change katakana/hiragana mode (not toggle) * New command to dump last help content shown on candidate window * Pseudo table style for bridge which does not support table style candidate window * Updated trycode composition table retrieved 2012-05-26 * Others - GTK+2 immodule - uim-xim * Replace deprecated XKeycodeToKeysym() with XkbKeycodeToKeysym() Overview of changes from 1.8.0-beta to 1.8.0 ============================================ * Fixes - libgcroots * Fix version ([uim-en 438]) - doc * Fix release manual. Overview of changes from 1.8.0-alpha to 1.8.0-beta ================================================== * Fixes - libuim * Fix version number - po * Fix build failure with intltool 0.50 again (#58097) - uim-toolbar-gtk - uim-toolbar-gtk3 - uim-toolbar-qt4 * Change behavior when toolbar-display-time is "mode" - uim-chardict-qt - uim-chardict-qt4 * Update Unicode block list - ChangeLog * Add ChangeLog.old.2 Overview of changes from 1.7.3 to 1.8.0-alpha ============================================= * New features - uim-google-cgiapi-jp (new IM) * A web-based Japanese multi-segment input method - uim-baidu-olime-jp (new IM) * A web-based Japanese multi-segment input method - osx-dcs * OS X Dictionary Services support - uim-knotify4 * notify agent for KDE4 * Fixes - uim-xim * Check if libXext is installed at configure - uim-gtk2 * Check if gdk-x11-2.0 is installed at configure (#36024) - po * Fix build failure with intltool 0.50 (#58097) - pixmaps * Use rsvg-convert instead of rsvg (#47204) * Enhancements - libuim * New custom type "table" - libuim - Gtk+ bridge - Qt4 bridge - XIM bridge (uim-xim) * New API for delay showing candidate window - Gtk+ bridge - Qt4 bridge - XIM bridge (uim-xim) * Add horizontal candidate window - uim-candwin-gtk * Add previous and next page buttons - uim-chardict-qt - uim-chardict-qt4 * Merge translation files for chardict into the main translation file - uim-m17nlib * Make toolbar settings configurable in uim-pref - uim-pref-gtk - uim-pref-gtk3 - uim-pref-qt4 * Support custom type "table" * Make Japanese Romaji-Kana composing rule configurable - uim-skk * Kanji code (JIS/Kuten/Unicode) input mode * Add skkserver completion feature (by @eagletmt) - uim-tutcode * Delay showing candidate window * New postfix conversions: katakana, kanji to key sequence and key sequence to kanji * Conversion on selection: mazegaki, katakana, kanji to key sequence and key sequence to kanji * New help functions: for character at current position and for string in clipboard * Clipboard support - Paste from clipboard to preedit - Key sequence to kanji conversion from clipboard * Undo last commit * Treat button click on stroke help window as key press * New customs - Add choice of bushu conversion algorithm: tc-2.3.1 and Kanchoku Win - New custom to exclude specified number of candidates from mazegaki learning - New custom to keep key sequence not convertible to kanji - Add choice about behavior of commit candidate by label key - Support binding user defined procedure to key sequence * Updated trycode composition table retrieved 2012-02-18
2012-07-15Recursive bump for startup-notification* dependency change, requestedwiz3-6/+6
by Obache.
2012-07-03Replace use of traditional CPP with AWK. This fixes one expansion bugjoerg4-3/+47
and additionally works with clang. Discussed with obache.
2012-07-01Add desktopdb.mk and bump PKGREVISION for 118 packages as reported bydholland1-2/+3
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd19-33/+38
2012-06-02We don't want lib64 dir even on 64bit arch.obache1-1/+4
2012-05-22include <cstring> additionally for strcmp.obache2-4/+12
2012-05-19from the manual, end of getopt_long(3) is -1, not EOF.obache2-5/+11
2012-05-18Update patches to upstream changes for non UTF-8 locales.obache3-6/+7
Bump PKGREVISION.
2012-05-14Change the the cast on gettext() when testing for it so the gcc doesn'tsbd2-1/+37
complain with "error: cast from 'char*' to 'int' loses precision", which causes the test to fail and NLS to be disabled.
2012-05-09require msgfmt to build.obache1-2/+2
2012-05-08Update ibus-m17n to 1.3.4.obache2-7/+6
some fixes and improvements.
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland4-8/+8
It turns out there were a lot of these.
2012-05-06Fix build with latest glib2.dholland3-1/+33
2012-05-06Set BUILDLINK_ABI_DEPENDS.tomoe correctly (with +=, not ?=)dholland1-2/+2
caught by pkglint
2012-05-06inputmethod/scim: workaround bad NLS test on DragonFlymarino1-1/+4
With the upgrade to version 1.4.12 or 1.4.13, scim began failing on DragonFly when PKG_DEVELOPER=yes option was used due to the missing locale files outlined in the plist. All the USE_TOOLS callouts and buildlinks were correct. The problem was traced back to the configure tests for gettext. They were producing casting errors and number of argument errors. The workaround is to cache the result of the gettext/libintl test as successful in the package makefile. Doing so results in successful build, confirming the conftest has a problem at least on some platforms.
2012-05-03Drop dependency on libXp (from Imake)obache1-3/+2
* libXp was used by Xaw8, but it had been obsolated, and in pkgsrc, x11/libXaw/buildlink3.mk had been switched to pick up Xaw7 by default. * With x11/xorg-cf-files, libXp was offered with XawClientLibs, but updated to 1.0.4, it was removed. * And pkgsrc had been switched to use always xorg-cf-files and imake from pkgsrc, so all platforms should not require libXp from libXaw with Imake. Bump PKGREVISION.
2012-05-02Add a patch to fix translations fail of ibus-setup.obache3-2/+32
Bump PKGREVISION.
2012-04-29Update scim to 1.4.13.obache3-22/+6
fixes installation issue (not affect to pkgsrc).
2012-04-27Recursive bump from icu shlib major bumped to 49.obache5-9/+10
2012-04-22Bump PKGREVISION from ibus shlib name change, with some ibus-1.4 compatibilityobache11-14/+161
fix patches.
2012-04-22Update ibus-unikey to 0.6.1.obache4-16/+15
2012-02-29 * Release 0.6.1 - fix compability with new IbusProperty - mouse capture commit text only if mouse move at least X pixels - Fix ui
2012-04-22Update ibus-skk to 1.4.1.obache3-42/+13
Noteworthy changes in version 1.4.1 (2012-03-29) ------------------------------------------------ * Use libskk's X keysym handling. Noteworthy changes in version 1.4.0 (2012-01-25) ------------------------------------------------ * Initial release using libskk.
2012-04-22Update ibus-pinyin to 1.4.0.obache4-11/+33
* ibus-1.4 support * add option to support build without boost with c++0x feature * and some fixes.
2012-04-22Update ibus-input-pad to 1.4.0.obache2-7/+8
Released 1.4.0 Changed GTK+ configure option. Supported GTK3. Integrated gdbus for IBus 1.4
2012-04-22Update ibus-hangul to 1.4.1.obache3-8/+15
1.4.1 * Handle exceptions properly in ibus-setup-hangul https://github.com/choehwanjin/ibus-hangul/pull/5 * Update icon files * Support ibus icon symbol feature 1.4.0 * Require ibus 1.4 * Add desktop menu for ibus-setup-hangul * Add an option for automatic reordering * Add an option for a word preedit text * Update MS IME compatible symbol table * Use surrounding text feature on converting to hanja
2012-04-22Update ibus-el to 0.3.2.obache2-7/+6
2012-02-29 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> * Version0.3.2 * Added option `ibus-agent-search-paths' to fix problem that ibus-el-agent cannot be found automatically if it has been moved to another directory after loading ibus.el * Fixed problem: Message of Xlib's BadWindow error sometimes is displayed in particular environments (LP #932517) * Changed command line options for ibus-daemon automatically launched to start XIM server together ("-d" -> "-dx") 2012-02-14 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> * Version0.3.1 * Fixed bug: An error occurs when using old version of IBus (< 1.4.0) which doesn't support surrounding text (LP #930015) * Fixed bug: ibus-mode aborts if newly created buffer is immediately killed before receiving IMContext ID from IBus daemon (LP #930820) * Fixed inappropriate error message "Couldn't receive data from agent." in the synchronous communication * Fixed bug: Prefix argument doesn't work for unhandled key events * Fixed echo area's display for multiple strokes key sequence * Changed to execute Emacs command directly as fallback for unhandled key events, except for partial key sequences such as C-x * Removed README.Debian file (Debian #648596) 2011-12-24 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> * Version0.3.0 * Added support for surrounding text * Added option `ibus-candidate-window-h-offset' * Added option `ibus-prediction-window-h-offset' * Added command `ibus-enable-specified-engine' * Changed to enable setting of ibus-prediction-window-position=0 even in minibuffer if IBus version is 1.3.8 or later * Changed to show underlines even if their thicknesses are zero * Fixed problem: Table created by `table-insert' command might corrupt when preediting aborts * Fixed problem: Preediting may abort when using some engines such as m17n * Fixed problem: Input focus cannot be detected on Ubuntu Unity desktop because get_input_focus() often returns root window incorrectly * Fixed bug: auto-fill-mode doesn't work (LP #784452) * Fixed bug: Input focus cannot be obtained correctly in StumpWM (LP #856358)
2012-04-22Update ibus-anthy to 1.2.7.obache2-7/+6
Released 1.2.7 Added --with-layout option in configure for IBusEngineDesc. Added symbol and hotkeys property in IBusEngineDesc. Added --with-layout option in configure for IBusEngineDesc. New ibus 1.5 will use the IBusEngineDesc.layout but Japanese input method inherits the system keyboard layout so I added the configuration. Probably ibus-anthy would need IBusEngineDesc.layout = 'default'. Added symbol and hotkeys property in IBusEngineDesc. Fixed UTF-8 copyright on about dialog. Fixed undefined getuid in engine.py
2012-04-22Update ibus to 1.4.1.obache4-70/+64
2012-02-07 ibus 1.4.1 stable release * Many bug fixings. 2011-09-23 ibus 1.4.0 stable release * Remove libdbus dependence, use glib gdbus instead. * Support surrounding text feature. * Add dconf config backend. * Add memory config backend. * Support replacing ibus panel on the fly. * Add asynchronous API. * Remove most blocking function call in daemon. * Improve gobject-introspection support. * Improve vala language support. * Improve unit test. * Many bug fixes.
2012-04-22Update input-pad to 1.0.1.obache6-14/+12
Released 1.0.1 Added Rupee symbol (U+20B9) Removed gtk_set_locale() for GTK3. Followed eek 0.90 API changes. Added some acronyms. Set XTEST module by default if it's installed. Added Runes group in Custom Characters table. Added variants and options.
2012-04-22+ libskkobache1-1/+2
2012-04-22Import libskk-0.0.12 as inputmethod/libskk.obache5-0/+150
libskk -- a library to deal with Japanese kana-to-kanji conversion method Features: * Support basic features of SKK including new word registration into dictionary, completion, numeric conversion, abbrev mode, kuten input, hankaku-katakana input, Lisp expression evaluation (concat only), and re-conversion. * Support various typing rules including romaji-to-kana, AZIK, TUT-Code, and NICOLA. * Support various dictionary types including file dictionary (such as SKK-JISYO.[SML]), user dictionary, skkserv, and CDB format dictionary. * GObject based API with gobject-introspection support. * Experimental support for intelligent kana-to-kanji conversion based on Viterbi algorithm.
2012-04-21missing recursive bump for pcre-8.30.obache2-5/+8
To avoid future missing bump, exactly buildlink with gtk2+ in addition to module.mk.
2012-04-21Missing recursive bump for pcre-8.30.obache1-2/+4
To avoid future missing bump, exactly buildlink with gtk2+ in addition to module.mk.