platform/upstream/ibus.git
9 years agoClean spec file for yocto compliance. 54/24954/1 accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi accepted/tizen_3.0_ivi accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m14.3_ivi tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0_ivi accepted/tizen/common/20140724.165335 accepted/tizen/ivi/20140730.095127 submit/tizen/20140724.111348 submit/tizen_ivi/20140729.000000 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.3_ivi_release tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release tizen_3.0_ivi_release
Ronan Le Martret [Thu, 24 Jul 2014 10:25:33 +0000 (12:25 +0200)]
Clean spec file for yocto compliance.

Change-Id: I882d6fd5bd4aca6349be85aefb7517e3a20da788
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
10 years agoAdded manifest file for packages 30/13930/3 accepted/tizen/generic accepted/tizen/ivi accepted/tizen/mobile accepted/tizen_generic accepted/tizen_ivi_panda tizen_3.0.m14.2_ivi tizen_ivi_panda accepted/tizen/generic/20140106.143930 accepted/tizen/ivi/20131220.223251 accepted/tizen/ivi/panda/20140403.014454 accepted/tizen/mobile/20131219.213001 submit/tizen/20131219.192933 submit/tizen_ivi_panda/20140403.012009 tizen_3.0.m14.2_ivi_release
Eduardo Lima (Etrunko) [Wed, 18 Dec 2013 16:20:06 +0000 (14:20 -0200)]
Added manifest file for packages

Change-Id: I4d1cb5387bb24fa906afe748fd2a3aab3f9b4147
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
10 years agoEnable gobject introspection 20/13620/2
Eduardo Lima (Etrunko) [Wed, 18 Dec 2013 16:23:05 +0000 (14:23 -0200)]
Enable gobject introspection

Change-Id: I00752d9e02d7fa95fd6c2a86e0a5b308c7568978
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
10 years agoUpdate changelog 27/11627/2 accepted/tizen/20131106.000815 accepted/tizen/20131111.232735 submit/tizen/20131105.222728
Eduardo Lima (Etrunko) [Thu, 31 Oct 2013 17:05:16 +0000 (15:05 -0200)]
Update changelog

Change-Id: I9995c2d0de52ff18c89999fe8aca65281047ad9d
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
10 years agoRemove X11-related warning message 26/11626/2
Eduardo Lima (Etrunko) [Thu, 31 Oct 2013 16:40:48 +0000 (14:40 -0200)]
Remove X11-related warning message

Change-Id: Ida1209ba2fe86a3fd62400906390a6900585267f
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
10 years agoRemove call for setxkbmap command when changing engines 25/11625/2
Eduardo Lima (Etrunko) [Thu, 31 Oct 2013 16:38:55 +0000 (14:38 -0200)]
Remove call for setxkbmap command when changing engines

This call does not make sense on a Wayland-only environment

Change-Id: I504c7a7c42891c9c8c60393378b74ede082eba78
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
10 years agoWayland: Fix Small typo 24/11624/2
Eduardo Lima (Etrunko) [Thu, 31 Oct 2013 16:35:40 +0000 (14:35 -0200)]
Wayland: Fix Small typo

Change-Id: Iae5fbaddfd4c428948e55b4041741dd4347cb940
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
10 years agoAdded tizen packaging 39/11039/8
Eduardo Lima (Etrunko) [Wed, 16 Oct 2013 20:33:30 +0000 (17:33 -0300)]
Added tizen packaging

Change-Id: Id96c5d04500e703882a3d39c61ec64a16e63663c
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
10 years agoImported Upstream version 1.5.4 upstream upstream/1.5.4
Eduardo Lima (Etrunko) [Wed, 16 Oct 2013 20:27:38 +0000 (17:27 -0300)]
Imported Upstream version 1.5.4

10 years agoRelease 1.5.4 1.5.4
fujiwarat [Fri, 20 Sep 2013 02:39:25 +0000 (11:39 +0900)]
Release 1.5.4

Review URL: https://codereview.appspot.com/13468047

10 years agoFix no output when ibus-daemon is running on another display.
fujiwarat [Fri, 20 Sep 2013 01:58:34 +0000 (10:58 +0900)]
Fix no output when ibus-daemon is running on another display.

Using ssh -X or another display, the hostname and display numbers
can be different between the GTK clients and ibus-daemon.
This patch fixes the output:
"Events queue growing too big, will start to drop."

BUG=RH#1004135
TEST=clients/gtk*/im-ibus.so

Review URL: https://codereview.appspot.com/13707046

10 years agoUpdate translations.
fujiwarat [Tue, 17 Sep 2013 03:15:17 +0000 (12:15 +0900)]
Update translations.

Update po/gu.po po/ml.po po/or.po po/pa.po

Review URL: https://codereview.appspot.com/13514044

10 years agoConnect candidate-clicked signal on ibus-ui-gtk3 for mouse click.
fujiwarat [Fri, 6 Sep 2013 04:24:34 +0000 (13:24 +0900)]
Connect candidate-clicked signal on ibus-ui-gtk3 for mouse click.

Review URL: https://codereview.appspot.com/13303049

10 years agoImplement show-icon-on-systray in ibus-ui-gtk3.
fujiwarat [Thu, 5 Sep 2013 02:41:50 +0000 (11:41 +0900)]
Implement show-icon-on-systray in ibus-ui-gtk3.

BUG=http://code.google.com/p/ibus/issues/detail?id=1635
TEST="show icon on system tray" on ibus-setup

Review URL: https://codereview.appspot.com/13514043

10 years agoCheck for gsettings-schema-convert for dconf support
David King [Mon, 2 Sep 2013 02:19:06 +0000 (11:19 +0900)]
Check for gsettings-schema-convert for dconf support

BUG=http://code.google.com/p/ibus/issues/detail?id=1650

Review URL: https://codereview.appspot.com/13423043
Patch from David King <dking@redhat.com>.

10 years agoAvoid compiler error in ibus_engine_dbus_property_changed
David King [Mon, 2 Sep 2013 02:15:13 +0000 (11:15 +0900)]
Avoid compiler error in ibus_engine_dbus_property_changed

Do not return a value in a function that returns void.

BUG=http://code.google.com/p/ibus/issues/detail?id=1650

Review URL: https://codereview.appspot.com/13334044
Patch from David King <dking@redhat.com>.

10 years agoCall _set_content_type in _create_input_context_done in im-ibus.so
fujiwarat [Fri, 30 Aug 2013 09:25:42 +0000 (18:25 +0900)]
Call _set_content_type in _create_input_context_done in im-ibus.so

TEST=password dialog in gnome-shell

Review URL: https://codereview.appspot.com/13255047

10 years agoImplement IME state per window.
fujiwarat [Wed, 28 Aug 2013 04:10:46 +0000 (13:10 +0900)]
Implement IME state per window.

BUG=http://code.google.com/p/ibus/issues/detail?id=1568
TEST=Disable global engine with ibus-setup.

Review URL: https://codereview.appspot.com/12957046

10 years agoUpdate french translation
Julien Humbert [Wed, 28 Aug 2013 00:53:56 +0000 (09:53 +0900)]
Update french translation

Review URL: https://codereview.appspot.com/13260043
Patch from Julien Humbert <julroy67@gmail.com>.

10 years agoUse gsettings instead of ibus-config in ibus-setup and ibus-ui-gtk3.
fujiwarat [Tue, 20 Aug 2013 06:01:42 +0000 (15:01 +0900)]
Use gsettings instead of ibus-config in ibus-setup and ibus-ui-gtk3.

TEST=ibus-setup and ibus-ui-gtk3

Review URL: https://codereview.appspot.com/12442044

10 years agoUpdate translations
fujiwarat [Thu, 15 Aug 2013 06:18:21 +0000 (15:18 +0900)]
Update translations

Update po/LINGUAS po/as.po po/de.po po/es.po po/fr.po po/gu.po
po/hi.po po/hu.po po/ia.po po/it.po po/ja.po po/kn.po po/ko.po
po/ml.po po/mr.po po/nl.po po/or.po po/pa.po po/pl.po po/pt_BR.po
po/ru.po po/uk.po po/ta.po po/te.po po/uk.po po/zh_CN.po po/zh_TW.po

Review URL: https://codereview.appspot.com/12583045

10 years agoNotify engines of the content-type of input context
Daiki Ueno [Wed, 14 Aug 2013 11:29:45 +0000 (13:29 +0200)]
Notify engines of the content-type of input context

Add a new D-Bus method SetContentType to InputContext and Engine, to
notify engines of the content-type (primary purpose and hints) of
input context.  This is useful to implement intelligent features in
engines, such as automatic input-mode switch and text prediction.

The "purpose" and "hints" arguments are compatible with
GtkInputPurpose and GtkInputHints:
https://developer.gnome.org/gtk3/unstable/GtkEntry.html#GtkInputPurpose
https://developer.gnome.org/gtk3/unstable/GtkEntry.html#GtkInputHints

and the API is similar to the content_type event in the Wayland Input
Method Framework:
http://cgit.freedesktop.org/wayland/weston/tree/protocol/input-method.xml#n202

BUG=

Review URL: https://codereview.appspot.com/11422043

10 years agowayland: Add wayland client
Jan Arne Petersen [Tue, 13 Aug 2013 08:30:52 +0000 (10:30 +0200)]
wayland: Add wayland client

This patch adds a new client which supports the Wayland input method
protocol.  Note that the support is disabled by default until the
input method protocol becomes official in the Wayland upstream.
Supply --enable-wayland to configure to try it.  Also, you will need
to set the executable path of ibus-wayland under the "input-method"
section of weston.ini, like this:

 [input-method]
 path=.../libexec/ibus-wayland

BUG=Issue#1617

Review URL: https://codereview.appspot.com/11320043
Patch from Jan Arne Petersen <jan.petersen@kdab.com>.

10 years agoUpdate source files with LGP 2.1 according to COPYING.
fujiwarat [Fri, 9 Aug 2013 04:48:17 +0000 (13:48 +0900)]
Update source files with LGP 2.1 according to COPYING.

BUG=http://code.google.com/p/ibus/issues/detail?id=1424
TEST=rpmlint

Review URL: https://codereview.appspot.com/12526043

10 years agotool: add "address" command to print D-Bus address
Daiki Ueno [Fri, 2 Aug 2013 08:33:21 +0000 (10:33 +0200)]
tool: add "address" command to print D-Bus address

This would be helpful to debug with dbus-monitor.  Instead of:

  $ . .config/ibus/bus/*
  $ dbus-monitor --address $IBUS_ADDRESS ...

one can do:

  $ dbus-monitor --address $(ibus address) ...

This patch also adds help message to each sub-command.

BUG=

Review URL: https://codereview.appspot.com/11901044

10 years agoRemove IBUS_IS_ENGINE_DESC for freed pointer in ibus-bus.c
fujiwarat [Wed, 31 Jul 2013 00:59:26 +0000 (09:59 +0900)]
Remove IBUS_IS_ENGINE_DESC for freed pointer in ibus-bus.c

BUG=http://code.google.com/p/ibus/issues/detail?id=1646
TEST=src/tests/ibus-bus.c

Review URL: https://codereview.appspot.com/12093043

10 years agoRelease 1.5.3 1.5.3
fujiwarat [Fri, 26 Jul 2013 08:18:24 +0000 (17:18 +0900)]
Release 1.5.3

Review URL: https://codereview.appspot.com/11708043

10 years agoAdd Norwegian keyboard in engine/simple.xml.in
fujiwarat [Fri, 26 Jul 2013 01:00:46 +0000 (10:00 +0900)]
Add Norwegian keyboard in engine/simple.xml.in

BUG=RH#987222

Review URL: https://codereview.appspot.com/11805043

10 years agodaemon: fix PropertiesChanged signal emission
Daiki Ueno [Thu, 25 Jul 2013 09:12:26 +0000 (18:12 +0900)]
daemon: fix PropertiesChanged signal emission

This fixes a few problems of PropertiesChanged signal emission.
First, it should be sent only when the properties have changed.
Second, invalidated_properties should be set when the properties have
been reset, not on error.  Finally, the sender should be
"org.freedesktop.IBus" rather than "org.freedesktop.DBus".

BUG=
R=takao.fujiwara1@gmail.com

Review URL: https://codereview.appspot.com/11465045

10 years agoRemove reference to primary owner on ReleaseName
Eduardo Lima (Etrunko) [Tue, 23 Jul 2013 01:43:36 +0000 (10:43 +0900)]
Remove reference to primary owner on ReleaseName

BUG=http://code.google.com/p/ibus/issues/detail?id=1636
TEST=src/tests/ibus-bus.c

Review URL: https://codereview.appspot.com/11004043
Patch from Eduardo Lima (Etrunko) <eduardo.lima@intel.com>.

10 years agoRemove arrow buttons in ibus-setup, which no longer work.
fujiwarat [Fri, 19 Jul 2013 09:19:07 +0000 (18:19 +0900)]
Remove arrow buttons in ibus-setup, which no longer work.

BUG=RH#851758
TEST=ibus-setup

Review URL: https://codereview.appspot.com/6475068

10 years agoFix error with gcc -Wformat -Werror=format-security
Osamu Aoki [Fri, 19 Jul 2013 09:14:19 +0000 (18:14 +0900)]
Fix error with gcc -Wformat -Werror=format-security

BUG=http://code.google.com/p/ibus/issues/detail?id=1638
TEST=bus/ibusimpl.c

Review URL: https://codereview.appspot.com/11471044
Patch from Osamu Aoki <osamu@debian.org>.

10 years agoFix error with gcc -Wformat -Werror=format-security
Peter Michael Green [Fri, 19 Jul 2013 09:09:43 +0000 (18:09 +0900)]
Fix error with gcc -Wformat -Werror=format-security

BUG=http://code.google.com/p/ibus/issues/detail?id=1638
TEST=src/ibusfactory.c

Review URL: https://codereview.appspot.com/11503043
Patch from Peter Michael Green <plugwash@debian.org>.

10 years agoRemove ibus_bus_list_active_engines in bus/test-client.c
fujiwarat [Wed, 17 Jul 2013 02:50:25 +0000 (11:50 +0900)]
Remove ibus_bus_list_active_engines in bus/test-client.c

BUG=http://code.google.com/p/ibus/issues/detail?id=1637
TEST=bus/test-client.c

Review URL: https://codereview.appspot.com/11336044

10 years agoregistry: use binary format instead of XML for cache
Daiki Ueno [Fri, 12 Jul 2013 09:39:54 +0000 (18:39 +0900)]
registry: use binary format instead of XML for cache

Currently the registry cache is in the XML format, that may cause
unnecessary parsing overhead on ibus-daemon startup.  This patch
changes the format to GVariant based binary representation.

BUG=
R=takao.fujiwara1@gmail.com

Review URL: https://codereview.appspot.com/9963043

10 years agobuild: fix make check
Daiki Ueno [Fri, 12 Jul 2013 09:05:06 +0000 (18:05 +0900)]
build: fix make check

This contains several fixes to the current tests:

- Remove glib mem profiler call from src/tests, which is known not to
  work with the latest glib release:
  https://bugzilla.gnome.org/show_bug.cgi?id=701694
  valgrind could be used instead.

- Replace g_type_init() call in tests with ibus_init().

- Fix ibus-bus test after the DBus property change (commit 458945e7).
  no global engine may be set in the test environment.  Also add more
  assertions to check the return values.

- Fix pygobject test to use LOG_COMPILER and move sys.path adjustment
  into the test script itself.

- Add new files to po/POTFILES.in.

BUG=
R=takao.fujiwara1@gmail.com

Review URL: https://codereview.appspot.com/11156043

10 years agoDelete xdg in ibus-setup.
fujiwarat [Fri, 12 Jul 2013 01:41:38 +0000 (10:41 +0900)]
Delete xdg in ibus-setup.

Review URL: https://codereview.appspot.com/11100044

10 years agoLoad the system registry cache prior to the user one.
fujiwarat [Wed, 10 Jul 2013 07:55:19 +0000 (16:55 +0900)]
Load the system registry cache prior to the user one.

gnome-settings-daemon runs ibus-daemon after the user configures
any input method engines and causes a delay to show the engines
on UI because no cache exists for ibus-daemon.
The system cache can avoid the user timing.

Review URL: https://codereview.appspot.com/10364043

10 years agoDelete the python xdg dependency.
fujiwarat [Fri, 5 Jul 2013 04:03:49 +0000 (13:03 +0900)]
Delete the python xdg dependency.

BUG=RH#980749

Review URL: https://codereview.appspot.com/10930043

10 years agoRefactor old getter and setter to dbus property in bus/ibusimpl.c
fujiwarat [Fri, 14 Jun 2013 03:13:13 +0000 (12:13 +0900)]
Refactor old getter and setter to dbus property in bus/ibusimpl.c

Review URL: https://codereview.appspot.com/9477043

10 years agoMake ibus-config tests side effect free
Daiki Ueno [Fri, 14 Jun 2013 02:01:08 +0000 (11:01 +0900)]
Make ibus-config tests side effect free

Previously we assumed that test cases are executed in the order of
registration.  This is no longer true after glib change 89aa9dbd which
fixed test case grouping.  Clear the default match rule in each test
case to avoid side effect.

BUG=

Review URL: https://codereview.appspot.com/10069045

10 years agoModify valac --target-glib.
fujiwarat [Tue, 11 Jun 2013 03:46:02 +0000 (12:46 +0900)]
Modify valac --target-glib.

valac --ccode --target-glib=2.36 can disable g_type_init in the
generated C files since g_type_init is deprecated in glib 2.36.
But ibus tarball includes C files so that users do not require
vala and vala versions are different between dist and build.
If dist could have glib 2.36 to generate the ibus tarball but
a user build would have glib 2.34, the user build would be
failed because glib 2.34 requires g_type_init.
This change makes sure the target-glib is minimum of the glib
version for ibus.

Review URL: https://codereview.appspot.com/10156044

10 years agoFix an error message of gnome-autogen in autogen.sh
fujiwarat [Tue, 11 Jun 2013 03:42:16 +0000 (12:42 +0900)]
Fix an error message of gnome-autogen in autogen.sh

BUG=http://code.google.com/p/ibus/issues/detail?id=1631

Review URL: https://codereview.appspot.com/10167044

10 years agoSuppress warnings with Automake 1.13
Daiki Ueno [Mon, 10 Jun 2013 02:22:39 +0000 (11:22 +0900)]
Suppress warnings with Automake 1.13

The make variable INCLUDES is now obsoleted by AM_CPPFLAGS.

BUG=
R=Shawn.P.Huang@gmail.com

Review URL: https://codereview.appspot.com/9915054

10 years agobuild: improve test harness
Daiki Ueno [Fri, 7 Jun 2013 04:01:44 +0000 (13:01 +0900)]
build: improve test harness

Run each test in isolated directory so it can run in parallel.  Also
improve the test wrapper and rename it to a better name.

BUG=

Review URL: https://codereview.appspot.com/9937047

10 years agoRemove g_type_init() calls.
fujiwarat [Tue, 4 Jun 2013 02:12:53 +0000 (11:12 +0900)]
Remove g_type_init() calls.

https://git.gnome.org/browse/glib/commit/?id=1dc774a653e992e1153fbed16f90097fa8db467f
https://git.gnome.org/browse/vala/commit/?id=f1fbafdfdc91fadaa57d2e073fc29cc6804d6ae3

Review URL: https://codereview.appspot.com/9727047

10 years agoDelete ibus.desktop
Colin Walters [Wed, 29 May 2013 01:56:17 +0000 (10:56 +0900)]
Delete ibus.desktop

This is not an actual application, it just starts the daemon in the
background.  That's not something that should be in the application
list.  It should be started in the background when necessary.

BUG=http://code.google.com/p/ibus/issues/detail?id=1628

Review URL: https://codereview.appspot.com/9833043
Patch from Colin Walters <walters@verbum.org>.

10 years agoLet users know the default hotkey is Super+space with libnotify.
fujiwarat [Fri, 17 May 2013 03:12:54 +0000 (12:12 +0900)]
Let users know the default hotkey is Super+space with libnotify.

Review URL: https://codereview.appspot.com/9407043

10 years agoAdd man files of /usr/bin files.
fujiwarat [Wed, 15 May 2013 03:03:54 +0000 (12:03 +0900)]
Add man files of /usr/bin files.

Review URL: https://codereview.appspot.com/9413043

10 years agoDefalut triggers key is changed to <Super>space.
fujiwarat [Mon, 13 May 2013 07:36:19 +0000 (16:36 +0900)]
Defalut triggers key is changed to <Super>space.

We have been used <Control>space as the default triggers key.
GNOME3 and Windows7 applied <Super>space as the default trigger key
and IBus follows it for the consistent key between desktops.

BUG=RH#953404

Review URL: https://codereview.appspot.com/9081043

10 years agoCheck GtkIMContext:input-purpose to disable IM on lock screen
Daiki Ueno [Mon, 13 May 2013 02:47:29 +0000 (11:47 +0900)]
Check GtkIMContext:input-purpose to disable IM on lock screen

Recent GtkIMContext has "input-purpose" property, which can be used to check if the target widget is a password entry, in a more reliable way.

BUG=none
R=Shawn.P.Huang@gmail.com

Review URL: https://codereview.appspot.com/7064059

11 years agoImplement embed_preedit_text.
fujiwarat [Tue, 30 Apr 2013 12:46:02 +0000 (21:46 +0900)]
Implement embed_preedit_text.

BUG=http://code.google.com/p/ibus/issues/detail?id=1606

Review URL: https://codereview.appspot.com/8112044

11 years agoUse EXTRA_DIST instead of DIST_SOURCES.
fujiwarat [Wed, 24 Apr 2013 04:44:35 +0000 (13:44 +0900)]
Use EXTRA_DIST instead of DIST_SOURCES.

Review URL: https://codereview.appspot.com/8698047

11 years agoFix make dist errors.
fujiwarat [Mon, 22 Apr 2013 11:16:31 +0000 (20:16 +0900)]
Fix make dist errors.

Review URL: https://codereview.appspot.com/8850043

11 years agoRelease 1.5.2 1.5.2
fujiwarat [Wed, 17 Apr 2013 00:57:33 +0000 (09:57 +0900)]
Release 1.5.2

Review URL: https://codereview.appspot.com/7530044

11 years agoDraw highlight for focused IME in IME switcher.
Peng Huang [Tue, 26 Mar 2013 10:55:09 +0000 (06:55 -0400)]
Draw highlight for focused IME in IME switcher.

BUG=None
TEST=Manual

Review URL: https://codereview.appspot.com/7689046

11 years agoFix build error and warnings in Fedora 18.
Peng Huang [Tue, 26 Mar 2013 10:54:43 +0000 (06:54 -0400)]
Fix build error and warnings in Fedora 18.

BUG=None
TEST=Manual

Review URL: https://codereview.appspot.com/7531047

11 years agoMerge pull request #6 from maxiaojun/master
Peng Huang [Mon, 25 Mar 2013 14:29:41 +0000 (07:29 -0700)]
Merge pull request #6 from maxiaojun/master

Show all g-ir-scanner warnings

11 years agoMove ibus.bash script from /etc to /usr/share
fujiwarat [Thu, 21 Mar 2013 02:13:52 +0000 (11:13 +0900)]
Move ibus.bash script from /etc to /usr/share

BUG=RH#922996

Review URL: https://codereview.appspot.com/7863045

11 years agobash completion: No need to install it as executable.
Ville Skyttä [Tue, 12 Mar 2013 02:17:59 +0000 (11:17 +0900)]
bash completion: No need to install it as executable.

BUG=http://code.google.com/p/ibus/issues/detail?id=1601

Review URL: https://codereview.appspot.com/7696043
Patch from Ville Skyttä <ville.skytta@iki.fi>.

11 years agoAdd textdomain property to IBusEngineDesc
Daiki Ueno [Mon, 11 Mar 2013 21:41:43 +0000 (06:41 +0900)]
Add textdomain property to IBusEngineDesc

BUG=Issue#1580

Review URL: https://codereview.appspot.com/7692043

11 years agoSimplify component xml generation using sed
Daiki Ueno [Sun, 10 Mar 2013 05:55:42 +0000 (14:55 +0900)]
Simplify component xml generation using sed

BUG=none

Review URL: https://codereview.appspot.com/7445048

11 years agoLaunch the second ibus engine too to reduce the launching time.
fujiwarat [Fri, 8 Mar 2013 02:21:25 +0000 (11:21 +0900)]
Launch the second ibus engine too to reduce the launching time.

Currently the first ibus engine only is running but the second engine
is also frequently used. It is good to run the second engine before
user types Ctrl+space.

BUG=RH#838734
TEST=src/tests/ibus-bus

Review URL: https://codereview.appspot.com/7433049

11 years agoChange set_use_system_keyboard_layout() timing.
fujiwarat [Thu, 7 Mar 2013 04:16:10 +0000 (13:16 +0900)]
Change set_use_system_keyboard_layout() timing.

Call set_use_system_keyboard_layout() before update_engines() is called
in panel.vala because update_engines() calls switch_engine().

BUG=http://code.google.com/p/ibus/issues/detail?id=1558#c43

Review URL: https://codereview.appspot.com/7559043

11 years agoImplement use-system-keyboard-layout
fujiwarat [Mon, 4 Mar 2013 01:10:53 +0000 (10:10 +0900)]
Implement use-system-keyboard-layout

BUG=http://code.google.com/p/ibus/issues/detail?id=1558

Review URL: https://codereview.appspot.com/7414045

11 years agoFix make rpm errors due to ibus-dconf and pygobject override
Daiki Ueno [Tue, 26 Feb 2013 22:12:09 +0000 (07:12 +0900)]
Fix make rpm errors due to ibus-dconf and pygobject override

BUG=Issue#1600

Review URL: https://codereview.appspot.com/7404047

11 years agodaemon: allow "eavesdrop" match rule
Daiki Ueno [Mon, 25 Feb 2013 22:42:14 +0000 (07:42 +0900)]
daemon: allow "eavesdrop" match rule

Recent dbus-monitor supplies "eavesdrop" match rule which ibus-daemon
does not accept.  This patch silently ignores the rule so ibus-daemon
behave the same as before.

BUG=none

Review URL: https://codereview.appspot.com/7225062

11 years agoFix annotation in ibus_bus_create_input_context
fujiwarat [Thu, 21 Feb 2013 03:41:08 +0000 (12:41 +0900)]
Fix annotation in ibus_bus_create_input_context

BUG=http://code.google.com/p/ibus/issues/detail?id=1593

Review URL: https://codereview.appspot.com/7368044

11 years agoShow all GIR warnings
Ma Xiaojun [Tue, 19 Feb 2013 11:31:54 +0000 (19:31 +0800)]
Show all GIR warnings

11 years agoFix no rule to make target test-override-ibus.py
fujiwarat [Fri, 15 Feb 2013 03:28:25 +0000 (12:28 +0900)]
Fix no rule to make target test-override-ibus.py

BUG=http://code.google.com/p/ibus/issues/detail?id=1592

Review URL: https://codereview.appspot.com/7332043

11 years agoclient: Queue events while the IBus context isn't ready
Rui Matos [Wed, 9 Jan 2013 15:14:55 +0000 (10:14 -0500)]
client: Queue events while the IBus context isn't ready

There are actually 3 patches here.

---
client: Queue events while the IBus context isn't ready

We may lose events that ought to be processed while the IBus context
isn't ready or if the connection to IBus isn't fully established yet.

To avoid that, enqueue events to be processed later when the IBus
context creation finishes.

---
client: Don't cancel an ongoing create input context on another request

This would only add more delays.

---
client: Cancel any ongoing create input context request on finalize

BUG=

Review URL: https://codereview.appspot.com/6988047
Patch from Rui Matos <tiagomatos@gmail.com>.

11 years agoUse Variant.unpack() instead of Variant.dup_strv().
fujiwarat [Sat, 15 Dec 2012 08:40:18 +0000 (17:40 +0900)]
Use Variant.unpack() instead of Variant.dup_strv().

Variant.dup_strv() returns a tuple in pygobject 3.2, e.g. (['<Control>space'], 1L), and a list in pygobject 3.4, e.g. ['<Control>space'] .

BUG=RH#887153

Review URL: https://codereview.appspot.com/6941051

11 years agoRelease 1.5.1 1.5.1
fujiwarat [Tue, 11 Dec 2012 13:35:21 +0000 (22:35 +0900)]
Release 1.5.1

BUG=

Review URL: https://codereview.appspot.com/6925045

11 years agoAdd fr(bepo) XKB engine.
fujiwarat [Tue, 11 Dec 2012 13:32:06 +0000 (22:32 +0900)]
Add fr(bepo) XKB engine.

BUG=http://code.google.com/p/ibus/issues/detail?id=1558

Review URL: https://codereview.appspot.com/6926044

11 years agoFix IBus.py errors.
fujiwarat [Mon, 10 Dec 2012 23:20:50 +0000 (08:20 +0900)]
Fix IBus.py errors.

BUG=http://code.google.com/p/ibus/issues/detail?id=1559
TEST=ibus-anthy

Review URL: https://codereview.appspot.com/6867085

11 years agoRelase 1.5.0 1.5.0
Peng Huang [Fri, 7 Dec 2012 23:02:23 +0000 (18:02 -0500)]
Relase 1.5.0

BUG=None

Review URL: https://codereview.appspot.com/6906048

11 years agoRemove transfer container in ibus_engine_simple_add_table.
fujiwarat [Fri, 7 Dec 2012 21:43:00 +0000 (06:43 +0900)]
Remove transfer container in ibus_engine_simple_add_table.

Review URL: https://codereview.appspot.com/6909049

11 years agoUpdate translations.
fujiwarat [Fri, 7 Dec 2012 02:18:20 +0000 (11:18 +0900)]
Update translations.

Update po/LINGUAS
po/as.po po/bg.po po/bn_IN.po po/es.po po/et.po po/eu.po po/fr.po
po/gu.po po/hi.po po/hu.po po/ja.po po/ko.po po/ml.po po/nl.po
po/or.po po/pa.po po/pl.po po/ta.po po/te.po po/uk.po po/zh_CN.po
po/zh_TW.po

Review URL: https://codereview.appspot.com/6896046

11 years agoRevert required valac version to 0.14.
Daiki Ueno [Thu, 6 Dec 2012 21:21:56 +0000 (06:21 +0900)]
Revert required valac version to 0.14.

BUG=none

Review URL: https://codereview.appspot.com/6905045

11 years agoHide some unused settings on ibus-setup.
fujiwarat [Thu, 6 Dec 2012 02:51:09 +0000 (11:51 +0900)]
Hide some unused settings on ibus-setup.

Review URL: https://codereview.appspot.com/6873058

11 years agobuild: quote $@ in autogen.sh
Evan Nemerson [Wed, 5 Dec 2012 03:18:51 +0000 (12:18 +0900)]
build: quote $@ in autogen.sh

BUG=http://code.google.com/p/ibus/issues/detail?id=1556

Review URL: https://codereview.appspot.com/6867067
Patch from Evan Nemerson <evan@coeus-group.com>.

11 years agoChange the default config to ibus-dconf.
fujiwarat [Wed, 5 Dec 2012 03:00:30 +0000 (12:00 +0900)]
Change the default config to ibus-dconf.

Review URL: https://codereview.appspot.com/6849070

11 years agoAdd Ctrl+space customization.
fujiwarat [Wed, 5 Dec 2012 02:20:37 +0000 (11:20 +0900)]
Add Ctrl+space customization.

Review URL: https://codereview.appspot.com/6822102

11 years agoModernize vala binding generation
Daiki Ueno [Tue, 4 Dec 2012 21:11:54 +0000 (06:11 +0900)]
Modernize vala binding generation

Use vapigen.m4 and Makefile.vapigen from vala to handle vapi file
generation.  Also generate vapi always when gir is updated.

BUG=none

Review URL: https://codereview.appspot.com/6849132

11 years agoFix red colour in rgb value in pango.vala
Mike FABIAN [Tue, 4 Dec 2012 15:50:40 +0000 (10:50 -0500)]
Fix red colour in rgb value in pango.vala

The red part of the rgb value was always passed as 0
to Pango.attr_foreground_new(r, g, b) and
Pango.attr_background_new(r, g, b).

BUG=

Review URL: https://codereview.appspot.com/6874050
Patch from Mike FABIAN <maiku.fabian@gmail.com>.

11 years agoIBusFactory: Fix syntax of gtk-doc comment
Colin Walters [Mon, 3 Dec 2012 18:06:10 +0000 (23:36 +0530)]
IBusFactory: Fix syntax of gtk-doc comment

This was always invalid, but older versions of gobject-introspection
accepted it.

BUG=https://bugzilla.gnome.org/show_bug.cgi?id=689354

Review URL: https://codereview.appspot.com/6846138
Patch from Colin Walters <walters@verbum.org>.

11 years agoFix xmllint errors.
fujiwarat [Fri, 30 Nov 2012 02:43:43 +0000 (11:43 +0900)]
Fix xmllint errors.

Review URL: https://codereview.appspot.com/6842115

11 years agoFix out-of-tree build
Daiki Ueno [Fri, 23 Nov 2012 02:14:48 +0000 (11:14 +0900)]
Fix out-of-tree build

Also cleanup Makefiles and fix build error with older valac.

BUG=none

Review URL: https://codereview.appspot.com/6782099

11 years agoInstall pygobject override
Daiki Ueno [Thu, 22 Nov 2012 23:17:23 +0000 (08:17 +0900)]
Install pygobject override

To mitigate the gap between the old python binding and
pygobject, add wrapper to some classes.

BUG=none

Review URL: https://codereview.appspot.com/6842079

11 years agoRemove gnome-icon-theme-legacy dependency.
fujiwarat [Thu, 22 Nov 2012 06:07:12 +0000 (15:07 +0900)]
Remove gnome-icon-theme-legacy dependency.

gtk_image_set_from_icon_name() accesses the icon_name only but
gtk_image_set_from_stock() can fallback the stock name to the real name.
E.g. "gtk-about.png" is the symlink of "help-about.png" and
"gtk-about.png" is included in gnome-icon-theme-legacy package in Fedora.

Review URL: https://codereview.appspot.com/6846058

11 years agoAdd cedilla_compose_seqs table for pt_BR compose keys.
fujiwarat [Mon, 19 Nov 2012 02:58:35 +0000 (11:58 +0900)]
Add cedilla_compose_seqs table for pt_BR compose keys.

Review URL: https://codereview.appspot.com/6814119

11 years agoChange the default icon to ibus-keyboard due to gnome ibus integration.
fujiwarat [Thu, 15 Nov 2012 07:58:06 +0000 (16:58 +0900)]
Change the default icon to ibus-keyboard due to gnome ibus integration.

Review URL: https://codereview.appspot.com/6851051

11 years agoUpdate simple.xml to enable layout_variant tag.
fujiwarat [Tue, 13 Nov 2012 03:05:07 +0000 (12:05 +0900)]
Update simple.xml to enable layout_variant tag.

Review URL: https://codereview.appspot.com/6820129

11 years agoDisable IME switcher window when switcher-delay-time is less than 0 1.4.99.20121109
fujiwarat [Fri, 9 Nov 2012 01:26:23 +0000 (10:26 +0900)]
Disable IME switcher window when switcher-delay-time is less than 0

Review URL: https://codereview.appspot.com/6818102

11 years agogtk3: use different prev/next icons depending on orientation
Daiki Ueno [Tue, 6 Nov 2012 08:31:55 +0000 (17:31 +0900)]
gtk3: use different prev/next icons depending on orientation

Use rotated icons for prev/next buttons on lookup table.

BUG=none

Review URL: https://codereview.appspot.com/6815080

11 years agoFix some build warnings.
Peng Huang [Mon, 5 Nov 2012 14:24:15 +0000 (09:24 -0500)]
Fix some build warnings.

BUG=None

Review URL: https://codereview.appspot.com/6775097

11 years agoAdd some milliseconds interval before IME switcher is shown.
fujiwarat [Mon, 5 Nov 2012 05:28:02 +0000 (14:28 +0900)]
Add some milliseconds interval before IME switcher is shown.

Review URL: https://codereview.appspot.com/6826045

11 years agoibus-daemon: use GFileMonitor instead of polling
Daiki Ueno [Fri, 26 Oct 2012 07:56:34 +0000 (16:56 +0900)]
ibus-daemon: use GFileMonitor instead of polling

BUG=Issue#1514

Review URL: https://codereview.appspot.com/6589065

11 years agoibus-daemon: ignore standard component path if IBUS_COMPONENT_PATH is set
Daiki Ueno [Tue, 23 Oct 2012 04:35:24 +0000 (13:35 +0900)]
ibus-daemon: ignore standard component path if IBUS_COMPONENT_PATH is set

Don't load components from /usr/share/ibus/components if
IBUS_COMPONENT_PATH is set.  Currently the envvar is only useful
for testing and appending the standard path makes little sense.

BUG=none

Review URL: https://codereview.appspot.com/6753044

11 years agoAdd version property in IBusEngineDesc.
fujiwarat [Sat, 20 Oct 2012 02:45:05 +0000 (11:45 +0900)]
Add version property in IBusEngineDesc.

BUG=http://code.google.com/p/ibus/issues/detail?id=1524
TEST=Manually

Review URL: https://codereview.appspot.com/6736043