platform/upstream/ibus.git
16 years agoCheck iso-codes in configure.
Huang Peng [Thu, 18 Sep 2008 11:48:44 +0000 (19:48 +0800)]
Check iso-codes in configure.

16 years agoGet language names from iso-codes.
Huang Peng [Thu, 18 Sep 2008 11:16:11 +0000 (19:16 +0800)]
Get language names from iso-codes.

16 years agoMake size of StatusIcon fixed.
Huang Peng [Wed, 17 Sep 2008 23:21:19 +0000 (07:21 +0800)]
Make size of StatusIcon fixed.

16 years agoFix a problem in configure.ac.
Huang Peng [Wed, 17 Sep 2008 13:59:21 +0000 (21:59 +0800)]
Fix a problem in configure.ac.

16 years agoDo install pygconf files without --enable-pygconf
Huang Peng [Wed, 17 Sep 2008 13:43:56 +0000 (21:43 +0800)]
Do install pygconf files without --enable-pygconf

16 years agoAdd DISTCHECK_CONFIGURE_FLAGS
Huang Peng [Wed, 17 Sep 2008 13:28:16 +0000 (21:28 +0800)]
Add DISTCHECK_CONFIGURE_FLAGS

16 years agoAdd --enable-pygconf option.
Huang Peng [Wed, 17 Sep 2008 13:00:42 +0000 (21:00 +0800)]
Add --enable-pygconf option.

16 years agoInclude gconf python binding from gnome-python2.
Huang Peng [Wed, 17 Sep 2008 12:24:27 +0000 (20:24 +0800)]
Include gconf python binding from gnome-python2.

16 years agoRefine coding style.
Huang Peng [Wed, 17 Sep 2008 11:21:22 +0000 (19:21 +0800)]
Refine coding style.

16 years agoRefine coding style.
Huang Peng [Wed, 17 Sep 2008 11:17:38 +0000 (19:17 +0800)]
Refine coding style.

16 years agoRefine coding style.
Huang Peng [Wed, 17 Sep 2008 11:15:14 +0000 (19:15 +0800)]
Refine coding style.

16 years agoRefine code.
Huang Peng [Wed, 17 Sep 2008 10:54:22 +0000 (18:54 +0800)]
Refine code.

16 years agoUse g_fprintf
Huang Peng [Wed, 17 Sep 2008 02:42:59 +0000 (10:42 +0800)]
Use g_fprintf

16 years agoUse g_strcmp0 replace strcmp
Huang Peng [Wed, 17 Sep 2008 02:41:39 +0000 (10:41 +0800)]
Use g_strcmp0 replace strcmp

16 years agoRefine coding style.
Huang Peng [Wed, 17 Sep 2008 02:41:31 +0000 (10:41 +0800)]
Refine coding style.

16 years agoMove IBUS_FORWARD_MASH from .c to .h.
Huang Peng [Wed, 17 Sep 2008 01:01:33 +0000 (09:01 +0800)]
Move IBUS_FORWARD_MASH from .c to .h.

16 years agoAdd forward mask.
Huang Peng [Wed, 17 Sep 2008 00:59:58 +0000 (08:59 +0800)]
Add forward mask.

16 years agoRefine coding style.
Huang Peng [Wed, 17 Sep 2008 00:53:41 +0000 (08:53 +0800)]
Refine coding style.

16 years agoUse g_slice_new to replace g_new for better performance.
Huang Peng [Tue, 16 Sep 2008 09:28:14 +0000 (17:28 +0800)]
Use g_slice_new to replace g_new for better performance.

16 years agoDon't use send_event field in GdkEventKey. And fixed some compile warnings.
Huang Peng [Tue, 16 Sep 2008 08:52:15 +0000 (16:52 +0800)]
Don't use send_event field in GdkEventKey. And fixed some compile warnings.

16 years agoFix mem leak.
Huang Peng [Tue, 16 Sep 2008 08:21:48 +0000 (16:21 +0800)]
Fix mem leak.

16 years agoCall setFocusWidget to replace focusOut
Huang Peng [Tue, 16 Sep 2008 04:34:27 +0000 (12:34 +0800)]
Call setFocusWidget to replace focusOut

16 years agoFocusOut widget when widgetDestroyed.
Huang Peng [Tue, 16 Sep 2008 01:51:04 +0000 (09:51 +0800)]
FocusOut widget when widgetDestroyed.

16 years agoRemove slot setFocus.
Huang Peng [Tue, 16 Sep 2008 01:44:00 +0000 (09:44 +0800)]
Remove slot setFocus.

16 years agoUpdate po files.
Huang Peng [Mon, 15 Sep 2008 10:01:04 +0000 (18:01 +0800)]
Update po files.

16 years agoFree map return by XGetKeyboardMapping.
Huang Peng [Mon, 15 Sep 2008 08:34:08 +0000 (16:34 +0800)]
Free map return by XGetKeyboardMapping.

16 years agoHack japan [yen bar] key for qt immodule.
Huang Peng [Mon, 15 Sep 2008 08:31:35 +0000 (16:31 +0800)]
Hack japan [yen bar] key for qt immodule.

16 years agoUse guint for japen groups mask.
Huang Peng [Mon, 15 Sep 2008 07:30:37 +0000 (15:30 +0800)]
Use guint for japen groups mask.

16 years agoUse default cursor location.
Huang Peng [Mon, 15 Sep 2008 07:25:14 +0000 (15:25 +0800)]
Use default cursor location.

16 years agoDoes not process key event if context does not have focus.
Huang Peng [Mon, 15 Sep 2008 03:09:01 +0000 (11:09 +0800)]
Does not process key event if context does not have focus.

16 years agoWorkaround for increase search for treeview.
Huang Peng [Mon, 15 Sep 2008 02:53:49 +0000 (10:53 +0800)]
Workaround for increase search for treeview.

16 years agoFix problem when kill some engines.
Huang Peng [Sun, 14 Sep 2008 19:24:20 +0000 (03:24 +0800)]
Fix problem when kill some engines.

16 years agoUse g_signal_emit to replace g_signal_emit_by_name for better performance.
Huang Peng [Sun, 14 Sep 2008 15:14:34 +0000 (23:14 +0800)]
Use g_signal_emit to replace g_signal_emit_by_name for better performance.

16 years agoForward event directly.
Huang Peng [Sun, 14 Sep 2008 14:39:23 +0000 (22:39 +0800)]
Forward event directly.

16 years agoUse G_SIGNAL_TYPE_STATIC_SCOPE mask to avoid copying data for better performance.
Huang Peng [Sun, 14 Sep 2008 14:31:45 +0000 (22:31 +0800)]
Use G_SIGNAL_TYPE_STATIC_SCOPE mask to avoid copying data for better performance.

16 years agoUpdate compile option for USE_DBUS_SESSION_BUS.
Huang Peng [Sun, 14 Sep 2008 07:56:49 +0000 (15:56 +0800)]
Update compile option for USE_DBUS_SESSION_BUS.

16 years agoMerge branch 'ubuntu'
Huang Peng [Fri, 12 Sep 2008 01:59:16 +0000 (09:59 +0800)]
Merge branch 'ubuntu'

16 years agoFix problem when start a program with usermode-helper.
Huang Peng [Fri, 12 Sep 2008 00:42:37 +0000 (08:42 +0800)]
Fix problem when start a program with usermode-helper.

16 years agoAdd debug code to output environ.
Huang Peng [Fri, 12 Sep 2008 00:09:49 +0000 (08:09 +0800)]
Add debug code to output environ.

16 years agoImport debian packaging files by 一叶 <oneleaf@gmail.com>.
Huang Peng [Thu, 11 Sep 2008 10:47:23 +0000 (18:47 +0800)]
Import debian packaging files by 一叶 <oneleaf@gmail.com>.

16 years agoFix problem when locale is 'C'
Huang Peng [Wed, 10 Sep 2008 10:22:27 +0000 (18:22 +0800)]
Fix problem when locale is 'C'

16 years agoAdd --force opt.
Huang Peng [Wed, 10 Sep 2008 02:11:25 +0000 (10:11 +0800)]
Add --force opt.

16 years agoAdd -Wl,--no-undefined in CFLAGS.
Huang Peng [Tue, 9 Sep 2008 07:37:06 +0000 (15:37 +0800)]
Add -Wl,--no-undefined in CFLAGS.

16 years agoWIP.
Huang Peng [Mon, 8 Sep 2008 14:37:59 +0000 (22:37 +0800)]
WIP.

16 years agoDisplay message in state pad.
Huang Peng [Mon, 8 Sep 2008 13:10:03 +0000 (21:10 +0800)]
Display message in state pad.

16 years agoUpdate demo code with curses.
Huang Peng [Mon, 8 Sep 2008 13:06:07 +0000 (21:06 +0800)]
Update demo code with curses.

16 years agoFix some typos.
Huang Peng [Mon, 8 Sep 2008 13:05:44 +0000 (21:05 +0800)]
Fix some typos.

16 years agoFix porblems when focus_in and focus_out.
Huang Peng [Mon, 8 Sep 2008 07:02:05 +0000 (15:02 +0800)]
Fix porblems when focus_in and focus_out.

16 years agoSave languagebar position.
Huang Peng [Mon, 8 Sep 2008 06:57:46 +0000 (14:57 +0800)]
Save languagebar position.

16 years agohandle aus string related signals.
Huang Peng [Mon, 8 Sep 2008 01:25:04 +0000 (09:25 +0800)]
handle aus string related signals.

16 years agoAdd test_client.py.
Huang Peng [Mon, 8 Sep 2008 01:21:41 +0000 (09:21 +0800)]
Add test_client.py.

16 years agoWork on client signals.
Huang Peng [Mon, 8 Sep 2008 01:16:14 +0000 (09:16 +0800)]
Work on client signals.

16 years agoImplement signals.
Huang Peng [Sun, 7 Sep 2008 14:56:29 +0000 (22:56 +0800)]
Implement signals.

16 years agoDefine signals for im clients.
Huang Peng [Sun, 7 Sep 2008 14:39:50 +0000 (22:39 +0800)]
Define signals for im clients.

16 years agoAdd two capabilities for fbterm.
Huang Peng [Sun, 7 Sep 2008 11:30:25 +0000 (19:30 +0800)]
Add two capabilities for fbterm.

16 years agoUpdate ibus.svg.
Huang Peng [Sat, 6 Sep 2008 09:55:31 +0000 (17:55 +0800)]
Update ibus.svg.

16 years agoConvert Text to Path in ibus.svg.
Huang Peng [Sat, 6 Sep 2008 05:27:52 +0000 (13:27 +0800)]
Convert Text to Path in ibus.svg.

16 years agoFix a typo.
Huang Peng [Sat, 6 Sep 2008 03:30:31 +0000 (11:30 +0800)]
Fix a typo.

16 years agoInclude gdk/gdk.h
Huang Peng [Sat, 6 Sep 2008 03:23:14 +0000 (11:23 +0800)]
Include gdk/gdk.h

16 years agoInclude gdk/gdk.h
Huang Peng [Sat, 6 Sep 2008 03:21:34 +0000 (11:21 +0800)]
Include gdk/gdk.h

16 years agoFix sudo problem.
Huang Peng [Sat, 6 Sep 2008 02:45:52 +0000 (10:45 +0800)]
Fix sudo problem.

16 years agoFix bugs if system does not have XKB.
Huang Peng [Sat, 6 Sep 2008 02:29:59 +0000 (10:29 +0800)]
Fix bugs if system does not have XKB.

16 years agoRename function and remove unused code.
Huang Peng [Sat, 6 Sep 2008 02:12:58 +0000 (10:12 +0800)]
Rename function and remove unused code.

16 years agoHack Japan [yen bar] & [backslash underbar] keys.
Huang Peng [Sat, 6 Sep 2008 02:04:23 +0000 (10:04 +0800)]
Hack Japan [yen bar] & [backslash underbar] keys.

16 years agoUse g_dgettext when glib2 >= 2.18.0
Huang Peng [Wed, 3 Sep 2008 14:56:28 +0000 (22:56 +0800)]
Use g_dgettext when glib2 >= 2.18.0

16 years agoFix problem in nautilus.
Huang Peng [Wed, 3 Sep 2008 12:51:53 +0000 (20:51 +0800)]
Fix problem in nautilus.

16 years agoRemove IBusClient::slotFileChanged.
Huang Peng [Tue, 2 Sep 2008 13:16:04 +0000 (21:16 +0800)]
Remove IBusClient::slotFileChanged.

16 years agoAdd x11 in CONFIG. To let qt im module built with x11 libraries.
Huang Peng [Tue, 2 Sep 2008 13:10:29 +0000 (21:10 +0800)]
Add x11 in CONFIG. To let qt im module built with x11 libraries.

16 years agoFix email_hook and url_hook problem.
Huang Peng [Tue, 2 Sep 2008 00:08:58 +0000 (08:08 +0800)]
Fix email_hook and url_hook problem.

16 years agoModify categories of *.desktop 20080901
Huang Peng [Sun, 31 Aug 2008 14:38:05 +0000 (22:38 +0800)]
Modify categories of *.desktop

16 years agoUse ibus gtk im module for ja, ko, zh.
Huang Peng [Sun, 31 Aug 2008 05:26:16 +0000 (13:26 +0800)]
Use ibus gtk im module for ja, ko, zh.

16 years agoRemove empty lines.
Huang Peng [Sun, 31 Aug 2008 03:45:31 +0000 (11:45 +0800)]
Remove empty lines.

16 years agoUse name_to_keycode to convert name to keyval.
Huang Peng [Sun, 31 Aug 2008 03:22:49 +0000 (11:22 +0800)]
Use name_to_keycode to convert name to keyval.

16 years agoFix candidates window position problem.
Huang Peng [Sun, 31 Aug 2008 02:36:27 +0000 (10:36 +0800)]
Fix candidates window position problem.

16 years agoFix a typo.
Huang Peng [Sun, 31 Aug 2008 02:19:28 +0000 (10:19 +0800)]
Fix a typo.

16 years agoRefine coding style.
Huang Peng [Sun, 31 Aug 2008 02:11:55 +0000 (10:11 +0800)]
Refine coding style.

16 years agoUpdate README.
Huang Peng [Sun, 31 Aug 2008 01:33:08 +0000 (09:33 +0800)]
Update README.

16 years agoAdd ibus/config.py.in.
Huang Peng [Sat, 30 Aug 2008 15:14:54 +0000 (23:14 +0800)]
Add ibus/config.py.in.

16 years agoSet hooks for about dialog.
Huang Peng [Sat, 30 Aug 2008 15:13:44 +0000 (23:13 +0800)]
Set hooks for about dialog.

16 years agoUpdate Translation.
Huang Peng [Sat, 30 Aug 2008 14:01:27 +0000 (22:01 +0800)]
Update Translation.

16 years agoAdd about dialog in ibus menu.
Huang Peng [Sat, 30 Aug 2008 13:52:06 +0000 (21:52 +0800)]
Add about dialog in ibus menu.

16 years agoSave default input engine and restore it when start ibus.
Huang Peng [Sat, 30 Aug 2008 11:21:06 +0000 (19:21 +0800)]
Save default input engine and restore it when start ibus.

16 years agoUpdate default factory when press Ctrl + Shift.
Huang Peng [Sat, 30 Aug 2008 10:15:23 +0000 (18:15 +0800)]
Update default factory when press Ctrl + Shift.

16 years agoSet default_factory when user choice a engine in im menu.
Huang Peng [Sat, 30 Aug 2008 08:24:38 +0000 (16:24 +0800)]
Set default_factory when user choice a engine in im menu.

16 years agoRemove unused code.
Huang Peng [Sat, 30 Aug 2008 08:09:51 +0000 (16:09 +0800)]
Remove unused code.

16 years agoRemoce unused code.
Huang Peng [Sat, 30 Aug 2008 08:07:27 +0000 (16:07 +0800)]
Remoce unused code.

16 years agoFix a typo. 0.1.1.20080830
Huang Peng [Sat, 30 Aug 2008 02:00:17 +0000 (10:00 +0800)]
Fix a typo.

16 years agoFix segfault when connection is broken.
Huang Peng [Sat, 30 Aug 2008 00:53:46 +0000 (08:53 +0800)]
Fix segfault when connection is broken.

16 years agoTranslate im menu.
Huang Peng [Fri, 29 Aug 2008 23:51:11 +0000 (07:51 +0800)]
Translate im menu.

16 years agoreset panel when switch engine.
Huang Peng [Fri, 29 Aug 2008 13:15:13 +0000 (21:15 +0800)]
reset panel when switch engine.

16 years agoTranslate "Keyboard shortcuts"
Huang Peng [Fri, 29 Aug 2008 12:36:28 +0000 (20:36 +0800)]
Translate "Keyboard shortcuts"

16 years agoTranslate "Switch engine".
Huang Peng [Fri, 29 Aug 2008 12:33:32 +0000 (20:33 +0800)]
Translate "Switch engine".

16 years agoUpdate ja.po by UTUMI Hirosi <utuhiro78@yahoo.co.jp>.
Huang Peng [Thu, 28 Aug 2008 23:21:40 +0000 (07:21 +0800)]
Update ja.po by UTUMI Hirosi <utuhiro78@yahoo.co.jp>.

16 years agoChange defaul keyboard shortcuts
Huang Peng [Thu, 28 Aug 2008 11:02:04 +0000 (19:02 +0800)]
Change defaul keyboard shortcuts

16 years agoAuto hide language bar when disable input method.
Huang Peng [Wed, 27 Aug 2008 10:45:50 +0000 (18:45 +0800)]
Auto hide language bar when disable input method.

16 years agoUse 0 for timestamp of XEvent.
Huang Peng [Wed, 27 Aug 2008 10:02:57 +0000 (18:02 +0800)]
Use 0 for timestamp of XEvent.

16 years agoUpdate translation problems.
Huang Peng [Wed, 27 Aug 2008 09:46:48 +0000 (17:46 +0800)]
Update translation problems.

16 years agoChang the order of LINGUAS.
Huang Peng [Wed, 27 Aug 2008 09:27:56 +0000 (17:27 +0800)]
Chang the order of LINGUAS.

16 years agoReplace Divehi with Dhivehi
Huang Peng [Wed, 27 Aug 2008 09:26:32 +0000 (17:26 +0800)]
Replace Divehi with Dhivehi

16 years agoReplace Divehi with Dhivehi.
Huang Peng [Wed, 27 Aug 2008 09:25:51 +0000 (17:25 +0800)]
Replace Divehi with Dhivehi.