summaryrefslogtreecommitdiff
path: root/inputmethod/ibus
AgeCommit message (Collapse)AuthorFilesLines
2014-01-16Update ibus to 1.5.5.obache7-58/+9
* Add french layout variant oss to simple engine * Replace datadir/man with mandir. * Implement lookup-table-orientation in ibus-ui-gtk3. * Always save the content-type cache for gnome-shell password. * Update en-us compose table and add locale tables for xkb engines. * Wayland: Fix Small typo * Fix gir annotations. * simple.xml.in: add Slovak qwerty layout variant * Delete the up/down button message on ibus-setup. * Fix candidate panel not to be out of screen. * Update translations. * Remove -Werror in autogen.sh since the build still have errors. * Add Property Panel to show IME properties.
2013-12-08require py-gobject3.obache1-1/+6
Bump PKGREVISION.
2013-11-12Correctdholland3-1/+111
error: #pragma GCC diagnostic not allowed inside functions errors seen in NetBSD-current.
2013-10-23patches for 1.5.4obache3-0/+45
2013-10-23Update ibus to 1.5.4.obache5-172/+85
News of 1.5.0 * Improve ibus performance by replace some python components with vala implementations. * Improve IME switch UI and logic, and support shortcut customization. Integrate IME and XKB keyboard layouts. Now ibus can manage both IME and XKB layouts. * Improve gobject-introspection support. * Improve vala language support. * New functions to restrict config signal: ibus_config_watch/unwatch * Remove gnome-icon-theme-legacy dependency. * Add version property in IBusEngineDesc. * Add IBusProperty.symbol for the short label. * Support dconf 0.13.4 * Add ibus command line tool. * Improve unit test. * ibus-daemon now monitors .xml files by default * "make check" does not require "make install" * Support out-of-tree build * pygobject override is added to help migrate from the old python binding * Many bug fixings.
2013-10-10Recursive revbump from pango-1.36.0ryoon1-2/+2
2013-09-02Revbump after cairo updateadam1-2/+2
2013-07-19Recursive revbump from gtk2/modules.mk update.ryoon1-2/+2
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-04-29Bump PKGREVISION.ryoon1-3/+3
Change DEPENDS dependency to py-notify-python from py-notify.
2013-04-08Remove "Trailing empty lines." and/or "Trailing white-space."rodent1-2/+2
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache2-3/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam1-1/+2
2012-08-23Update ibus to 1.4.2.obache3-37/+6
* Some bug fixings.
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2012-05-18Update patches to upstream changes for non UTF-8 locales.obache3-6/+7
Bump PKGREVISION.
2012-05-02Add a patch to fix translations fail of ibus-setup.obache3-2/+32
Bump PKGREVISION.
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-03-09Bump PKGREVISION for python default version change to 2.7.wiz1-2/+2
py-* not affected, since it built different versions depending on the setting already.
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-1/+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-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-1/+2
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-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-1/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-09-04exactly pass localedir to configure.obache1-1/+2
2010-08-11Add workaround for upstream Issue#1029:obache2-1/+15
http://code.google.com/p/ibus/issues/detail?id=1029
2010-08-07Import ibus-1.3.7 as inputmethod/ibus.obache5-0/+392
IBus means an Intelligent Input Bus. It is a new input framework for Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily.