platform/upstream/ibus.git
14 years agoibus setup will execute ibus-daemon with --xim
Peng Huang [Mon, 22 Mar 2010 01:52:14 +0000 (09:52 +0800)]
ibus setup will execute ibus-daemon with --xim

14 years agoFix deb build problem.
Peng Huang [Mon, 22 Mar 2010 01:20:15 +0000 (09:20 +0800)]
Fix deb build problem.

14 years agoAvoid crash if the engine is destroyed 1.2.99.20100322
Peng Huang [Fri, 19 Mar 2010 03:06:45 +0000 (11:06 +0800)]
Avoid crash if the engine is destroyed

14 years agoAlways put setup dialog in center of screen.
Peng Huang [Wed, 17 Mar 2010 05:50:22 +0000 (13:50 +0800)]
Always put setup dialog in center of screen.

14 years agoCall ibus_engine_update_preedit_text_with_mode in ibus_engine_update_preedit_text
Peng Huang [Tue, 16 Mar 2010 07:45:00 +0000 (15:45 +0800)]
Call ibus_engine_update_preedit_text_with_mode in ibus_engine_update_preedit_text

14 years agoAdd ibus_engine_update_preedit_text_with_mode
fujiwarat [Tue, 16 Mar 2010 07:33:26 +0000 (16:33 +0900)]
Add ibus_engine_update_preedit_text_with_mode

14 years agoAdd Categories in ibus.desktop
Peng Huang [Tue, 16 Mar 2010 02:32:06 +0000 (10:32 +0800)]
Add Categories in ibus.desktop

14 years agoUpdate ja.po
fujiwarat [Fri, 12 Mar 2010 01:55:34 +0000 (10:55 +0900)]
Update ja.po

14 years agoUpdate version in document
Peng Huang [Wed, 10 Mar 2010 02:24:01 +0000 (10:24 +0800)]
Update version in document

14 years agoUpdate zh_TW.po from Tseng, Cheng-Chia <pswo10680@gmail.com>
Peng Huang [Sun, 28 Feb 2010 02:22:51 +0000 (10:22 +0800)]
Update zh_TW.po from Tseng, Cheng-Chia <pswo10680@gmail.com>

14 years agoUpdate pl.po from Piotr Drąg <piotrdrag@gmail.com>
Peng Huang [Sun, 28 Feb 2010 02:19:16 +0000 (10:19 +0800)]
Update pl.po from Piotr Drąg <piotrdrag@gmail.com>

14 years agoRemove unused code.
Peng Huang [Wed, 24 Feb 2010 08:07:06 +0000 (16:07 +0800)]
Remove unused code.

14 years agoRefine inline document
Peng Huang [Wed, 24 Feb 2010 01:57:41 +0000 (09:57 +0800)]
Refine inline document

14 years agoMerge remote branch 'epico/master'
Peng Huang [Tue, 23 Feb 2010 05:27:29 +0000 (13:27 +0800)]
Merge remote branch 'epico/master'

14 years agoFix a typo in API document
Peng Huang [Tue, 23 Feb 2010 05:19:57 +0000 (13:19 +0800)]
Fix a typo in API document

14 years agochange gtk-im client name.
Peng Wu [Tue, 23 Feb 2010 04:41:37 +0000 (12:41 +0800)]
change gtk-im client name.

14 years agoRemove the occurence of dbus_message_iter_get_array_len() due to its obsolescence.
Peng Huang [Tue, 23 Feb 2010 00:10:28 +0000 (08:10 +0800)]
Remove the occurence of dbus_message_iter_get_array_len() due to its obsolescence.

In Header <dbus/dbus-message.h>
  #ifndef DBUS_DISABLE_DEPRECATED
  /* This function returns the wire protocol size of the array in bytes,
   * you do not want to know that probably
   */
  DBUS_DEPRECATED int dbus_message_iter_get_array_len (DBusMessageIter *iter);
  #endif

14 years agoUse G_N_ELEMENTS in for loop
Peng Huang [Fri, 19 Feb 2010 05:51:53 +0000 (13:51 +0800)]
Use G_N_ELEMENTS in for loop

14 years agoRemove --rebuild-sections
Peng Huang [Mon, 15 Feb 2010 11:39:17 +0000 (19:39 +0800)]
Remove --rebuild-sections

14 years agoFix cursor location problem.
Peng Huang [Mon, 15 Feb 2010 11:36:57 +0000 (19:36 +0800)]
Fix cursor location problem.

14 years agoClose child process in IBusComponent.Destroy
Peng Huang [Mon, 15 Feb 2010 09:43:45 +0000 (17:43 +0800)]
Close child process in IBusComponent.Destroy

14 years agoupdate zh_CN.po for embedding preedit.
Peng Wu [Thu, 11 Feb 2010 03:12:11 +0000 (11:12 +0800)]
update zh_CN.po for embedding preedit.

14 years agoChange the default setting of use_global_engine, and remove some unused
Peng Huang [Thu, 11 Feb 2010 02:37:53 +0000 (10:37 +0800)]
Change the default setting of use_global_engine, and remove some unused
code.

14 years agoUpddate es.po from daniel cabrera <logan@fedoraproject.org>
Peng Huang [Thu, 11 Feb 2010 02:24:51 +0000 (10:24 +0800)]
Upddate es.po from daniel cabrera <logan@fedoraproject.org>

14 years agoMake sure the engine was not destroyed before real set the global
Peng Huang [Wed, 10 Feb 2010 06:52:01 +0000 (14:52 +0800)]
Make sure the engine was not destroyed before real set the global
engine.

14 years agoFix default use_system_keyboard_layout
fujiwarat [Wed, 10 Feb 2010 03:06:24 +0000 (12:06 +0900)]
Fix default use_system_keyboard_layout

14 years agosimplify preedit condition
Peng Huang [Tue, 9 Feb 2010 09:07:49 +0000 (17:07 +0800)]
simplify preedit condition

14 years agoAdd embed_preedit support to ibus.
Peng Wu [Tue, 9 Feb 2010 02:26:20 +0000 (10:26 +0800)]
Add embed_preedit support to ibus.

14 years agoFix gtk-doc problems.
Peng Huang [Fri, 5 Feb 2010 00:08:28 +0000 (08:08 +0800)]
Fix gtk-doc problems.

14 years agofixes a typo.
Peng Wu [Wed, 3 Feb 2010 03:41:39 +0000 (11:41 +0800)]
fixes a typo.

14 years agoUpdate es.po from Daniel Cabrera
Peng Huang [Tue, 2 Feb 2010 23:29:51 +0000 (07:29 +0800)]
Update es.po from Daniel Cabrera

14 years agoAdd property connection and fix crash in IBusFactory 1.2.99.20100202
Peng Huang [Tue, 2 Feb 2010 02:21:20 +0000 (10:21 +0800)]
Add property connection and fix crash in IBusFactory

14 years agoRemove duplication g_object_ref in ibus_keymap_get
Peng Huang [Tue, 2 Feb 2010 00:40:56 +0000 (08:40 +0800)]
Remove duplication g_object_ref in ibus_keymap_get

14 years agoRefine ibus_keymap_get
Peng Huang [Tue, 2 Feb 2010 00:25:57 +0000 (08:25 +0800)]
Refine ibus_keymap_get

14 years agoRefine ibus_connection_open
Peng Huang [Tue, 2 Feb 2010 00:20:29 +0000 (08:20 +0800)]
Refine ibus_connection_open

14 years agoDoes not increase references in ibus_keymap_get
Peng Huang [Tue, 2 Feb 2010 00:15:39 +0000 (08:15 +0800)]
Does not increase references in ibus_keymap_get

14 years agoFix a type in comment
Peng Huang [Mon, 1 Feb 2010 10:23:11 +0000 (18:23 +0800)]
Fix a type in comment

14 years agoUpdate so version in common.py
Peng Huang [Mon, 1 Feb 2010 09:40:30 +0000 (17:40 +0800)]
Update so version in common.py

14 years agoBump version and so version
Peng Huang [Mon, 1 Feb 2010 07:09:14 +0000 (15:09 +0800)]
Bump version and so version

14 years agoAdd G_GNUC_DEPRECATED mark on ibus_keymap_new
Peng Huang [Mon, 1 Feb 2010 05:02:28 +0000 (13:02 +0800)]
Add G_GNUC_DEPRECATED mark on ibus_keymap_new

14 years agoWorkaround for cursor following problem in some Java applications.
Peng Huang [Sun, 31 Jan 2010 03:03:10 +0000 (11:03 +0800)]
Workaround for cursor following problem in some Java applications.

14 years agoWorkaround for autohide problem with metacity
Peng Huang [Sun, 31 Jan 2010 01:21:21 +0000 (09:21 +0800)]
Workaround for autohide problem with metacity

14 years agoUpdate fr.po from julroy67
Peng Huang [Sun, 31 Jan 2010 01:19:13 +0000 (09:19 +0800)]
Update fr.po from julroy67

14 years agoUse G_DEFINE_TYPE to simplify code.
Peng Huang [Sat, 30 Jan 2010 15:19:32 +0000 (23:19 +0800)]
Use G_DEFINE_TYPE to simplify code.

14 years agoRefine comment in configure.ac
Peng Huang [Sat, 30 Jan 2010 14:22:30 +0000 (22:22 +0800)]
Refine comment in configure.ac

14 years agoFix some problems of sharing global engine among contexts.
Peng Huang [Thu, 28 Jan 2010 08:06:30 +0000 (16:06 +0800)]
Fix some problems of sharing global engine among contexts.

14 years agoAttach/Detach global engine when switch focus.
Peng Huang [Wed, 27 Jan 2010 22:41:58 +0000 (06:41 +0800)]
Attach/Detach global engine when switch focus.

14 years agoAdd global engine in setup UI from Su Zhe.
Peng Huang [Wed, 27 Jan 2010 09:11:59 +0000 (17:11 +0800)]
Add global engine in setup UI from Su Zhe.

14 years agoSupport share global engine in all input context from Su Zhe.
Peng Huang [Wed, 27 Jan 2010 09:09:15 +0000 (17:09 +0800)]
Support share global engine in all input context from Su Zhe.

14 years agoFix a typo
Peng Huang [Sat, 30 Jan 2010 00:27:05 +0000 (08:27 +0800)]
Fix a typo

14 years agoUpdate debian pacakge scripts
Peng Huang [Sat, 30 Jan 2010 00:12:54 +0000 (08:12 +0800)]
Update debian pacakge scripts

14 years agoMerge branch 'G_DEFINE_TYPE'
Peng Huang [Fri, 29 Jan 2010 13:15:20 +0000 (21:15 +0800)]
Merge branch 'G_DEFINE_TYPE'

14 years agoRefine API document of IBusInputContext
Peng Huang [Fri, 29 Jan 2010 13:07:43 +0000 (21:07 +0800)]
Refine API document of IBusInputContext

14 years agoUse G_DEFINE_TYPE to simplified code.
Peng Huang [Fri, 29 Jan 2010 12:48:17 +0000 (20:48 +0800)]
Use G_DEFINE_TYPE to simplified code.

14 years agoUse G_DEFINE_TYPE to simplified code.
Peng Huang [Fri, 29 Jan 2010 12:34:05 +0000 (20:34 +0800)]
Use G_DEFINE_TYPE to simplified code.

14 years agoFix typo in API document
Peng Huang [Fri, 29 Jan 2010 11:58:38 +0000 (19:58 +0800)]
Fix typo in API document

14 years agoRefine API document for IBusEngine
Peng Huang [Fri, 29 Jan 2010 11:49:44 +0000 (19:49 +0800)]
Refine API document for IBusEngine

14 years agoRelease floating objects in IBusEngine
Peng Huang [Wed, 27 Jan 2010 23:35:22 +0000 (07:35 +0800)]
Release floating objects in IBusEngine

14 years agoUse GInitiallyUnowned correctly
Peng Huang [Tue, 26 Jan 2010 13:22:06 +0000 (21:22 +0800)]
Use GInitiallyUnowned correctly

14 years agoFix a typo.
Peng Huang [Thu, 28 Jan 2010 01:03:31 +0000 (09:03 +0800)]
Fix a typo.

14 years agoFix typos.
Peng Huang [Thu, 28 Jan 2010 00:59:35 +0000 (08:59 +0800)]
Fix typos.

14 years agoUse G_N_ELEMENTS.
Peng Huang [Thu, 28 Jan 2010 00:42:47 +0000 (08:42 +0800)]
Use G_N_ELEMENTS.

14 years agoMerge branch 'master' of github.com:phuang/ibus
Peng Huang [Wed, 27 Jan 2010 06:26:02 +0000 (14:26 +0800)]
Merge branch 'master' of github.com:phuang/ibus

14 years agoFix some APIDOC
Ding-Yi Chen [Wed, 27 Jan 2010 00:17:11 +0000 (10:17 +1000)]
Fix some APIDOC

14 years agoFix destroy about menu item
fujiwarat [Tue, 26 Jan 2010 03:35:16 +0000 (12:35 +0900)]
Fix destroy about menu item

14 years agoShow recommended engines with bold font
Peng Huang [Mon, 25 Jan 2010 08:20:16 +0000 (16:20 +0800)]
Show recommended engines with bold font

14 years agoOnly enable engines with rank > 0 at frist time startup
Peng Huang [Mon, 25 Jan 2010 08:19:33 +0000 (16:19 +0800)]
Only enable engines with rank > 0 at frist time startup

14 years agoShow properties on systray menu by Fujiwara
Peng Huang [Tue, 19 Jan 2010 08:11:35 +0000 (16:11 +0800)]
Show properties on systray menu by Fujiwara

14 years agoRemove some symbols for debian package.
Peng Huang [Tue, 19 Jan 2010 05:25:22 +0000 (13:25 +0800)]
Remove some symbols for debian package.

14 years agoUnify the help message.
Peng Huang [Fri, 15 Jan 2010 06:56:59 +0000 (14:56 +0800)]
Unify the help message.

14 years agoCheck argument to avoid crash
Peng Huang [Fri, 15 Jan 2010 06:55:25 +0000 (14:55 +0800)]
Check argument to avoid crash

14 years agoFix typo.
Peng Huang [Fri, 15 Jan 2010 06:35:15 +0000 (14:35 +0800)]
Fix typo.

14 years agoFix coding style
Peng Huang [Thu, 14 Jan 2010 00:31:37 +0000 (08:31 +0800)]
Fix coding style

14 years agoChange Title of IBusAttrList and IBusPropList
Peng Huang [Tue, 12 Jan 2010 13:56:58 +0000 (21:56 +0800)]
Change Title of IBusAttrList and IBusPropList

14 years agoFix gtk-doc issues.
Peng Huang [Tue, 12 Jan 2010 13:46:29 +0000 (21:46 +0800)]
Fix gtk-doc issues.

14 years agoFix gtk-doc problems.
Peng Huang [Tue, 12 Jan 2010 13:05:02 +0000 (21:05 +0800)]
Fix gtk-doc problems.

14 years agoIgnore some header files.
Peng Huang [Tue, 12 Jan 2010 12:27:11 +0000 (20:27 +0800)]
Ignore some header files.

14 years agoSeparate IBusProperty and IBusPropList.
Peng Huang [Tue, 12 Jan 2010 10:32:56 +0000 (18:32 +0800)]
Separate IBusProperty and IBusPropList.

14 years agoinclude ibusattrlist.h in ibus.h
Peng Huang [Tue, 12 Jan 2010 10:08:42 +0000 (18:08 +0800)]
include ibusattrlist.h in ibus.h

14 years agoSeparate IBusAttribute and IBusAttrList
Peng Huang [Tue, 12 Jan 2010 10:06:45 +0000 (18:06 +0800)]
Separate IBusAttribute and IBusAttrList

14 years agoRemove Class IBusFactoryInfo
Peng Huang [Tue, 12 Jan 2010 09:07:21 +0000 (17:07 +0800)]
Remove Class IBusFactoryInfo

14 years agoremove IBusFactoryInfo
Peng Huang [Tue, 12 Jan 2010 08:27:43 +0000 (16:27 +0800)]
remove IBusFactoryInfo

14 years agoFix string 1.2.0.20100111
Peng Huang [Mon, 11 Jan 2010 06:06:34 +0000 (14:06 +0800)]
Fix string

14 years agoUpdate pl.po by Piotr Drąg <piotrdrag@gmail.com>
Peng Huang [Mon, 11 Jan 2010 05:26:19 +0000 (13:26 +0800)]
Update pl.po by Piotr Drąg <piotrdrag@gmail.com>

14 years agoRefine coding style
Peng Huang [Sat, 9 Jan 2010 21:31:40 +0000 (05:31 +0800)]
Refine coding style

14 years agoTry Cython
Peng Huang [Sat, 9 Jan 2010 21:20:27 +0000 (05:20 +0800)]
Try Cython

14 years agoUpdate copyright.
Peng Huang [Sat, 9 Jan 2010 19:29:59 +0000 (03:29 +0800)]
Update copyright.

14 years agoAdjust pad to avoid break ABI
Peng Huang [Sat, 9 Jan 2010 10:04:14 +0000 (18:04 +0800)]
Adjust pad to avoid break ABI

14 years agoAdd IBusConfigService#unset().
Daiki Ueno [Thu, 7 Jan 2010 09:06:48 +0000 (18:06 +0900)]
Add IBusConfigService#unset().

Add a new method unset() to IBusConfigService, which removes existing entry to
a configuration option.  This also adds ibus.Config.unset() to the Python API
and ibus_config_unset() to the C API.

14 years agoDo not store arguments in global vars.
Peng Huang [Sat, 9 Jan 2010 09:36:14 +0000 (17:36 +0800)]
Do not store arguments in global vars.

14 years agoFix problems in XIM server.
Peng Huang [Sat, 9 Jan 2010 09:12:56 +0000 (17:12 +0800)]
Fix problems in XIM server.

14 years agoAdd ibus_input_context_property_activate by Yusuke
Peng Huang [Thu, 7 Jan 2010 06:39:18 +0000 (14:39 +0800)]
Add ibus_input_context_property_activate by Yusuke
<yusukes@chromium.org>

14 years agoOnly install signal handler for NORMAL, RADIO and TOGGLE
Peng Huang [Thu, 7 Jan 2010 05:02:44 +0000 (13:02 +0800)]
Only install signal handler for NORMAL, RADIO and TOGGLE

14 years agoFix a typo.
Peng Huang [Thu, 7 Jan 2010 04:51:00 +0000 (12:51 +0800)]
Fix a typo.

14 years agoFix PROP_MENU problem. Patch from Fujiwara-san
Peng Huang [Thu, 7 Jan 2010 04:25:04 +0000 (12:25 +0800)]
Fix PROP_MENU problem. Patch from Fujiwara-san

14 years agoAdd ibus_engine_delete_surrounding_text in ibusengine.h
Peng Huang [Tue, 5 Jan 2010 07:50:23 +0000 (15:50 +0800)]
Add ibus_engine_delete_surrounding_text in ibusengine.h

14 years agoUse 5 scounds as default dbus reply timeout
Peng Huang [Tue, 5 Jan 2010 06:06:32 +0000 (14:06 +0800)]
Use 5 scounds as default dbus reply timeout

14 years agoDo not update lookup table in recreate_ui
Peng Huang [Fri, 1 Jan 2010 12:54:22 +0000 (20:54 +0800)]
Do not update lookup table in recreate_ui

14 years agoRefine code of update_lookup_table
Peng Huang [Fri, 1 Jan 2010 12:53:36 +0000 (20:53 +0800)]
Refine code of update_lookup_table

14 years agoRemove gproperties from CandidatePanel
Peng Huang [Fri, 1 Jan 2010 12:47:59 +0000 (20:47 +0800)]
Remove gproperties from CandidatePanel