platform/upstream/ibus.git
15 years agoGet display name from gdk_display_get_name
Peng Huang [Mon, 30 Mar 2009 06:31:15 +0000 (14:31 +0800)]
Get display name from gdk_display_get_name

15 years agoUse "unix" as hostname if hostname is empty.
Peng Huang [Mon, 30 Mar 2009 06:13:30 +0000 (14:13 +0800)]
Use "unix" as hostname if hostname is empty.

15 years agoDoes not include X screen number in socket address.
Peng Huang [Mon, 30 Mar 2009 06:07:27 +0000 (14:07 +0800)]
Does not include X screen number in socket address.

15 years agoUse gtk key snooper to get the key events.
Peng Huang [Sun, 29 Mar 2009 05:44:25 +0000 (13:44 +0800)]
Use gtk key snooper to get the key events.

15 years agoChange ibuscontext => ibusimcontext; ibus_context => ibuscontext
Peng Huang [Sun, 29 Mar 2009 01:25:39 +0000 (09:25 +0800)]
Change ibuscontext => ibusimcontext; ibus_context => ibuscontext

15 years agoRemove private struct.
Peng Huang [Sun, 29 Mar 2009 01:15:10 +0000 (09:15 +0800)]
Remove private struct.

15 years agoEmit preedit-start & preedit-end signals.
Peng Huang [Sun, 29 Mar 2009 00:27:11 +0000 (08:27 +0800)]
Emit preedit-start & preedit-end signals.

15 years agoexit 1 when some command failed.
Peng Huang [Sat, 28 Mar 2009 04:12:47 +0000 (12:12 +0800)]
exit 1 when some command failed.

15 years agoAdd ibus-sections.txt as gtk-doc needs it to show the title correctly.
dchen@redhat.com [Fri, 27 Mar 2009 04:19:04 +0000 (14:19 +1000)]
Add ibus-sections.txt as gtk-doc needs it to show the title correctly.

15 years agoAPI-DOC and Fix iBus Google issue 320.
dchen@redhat.com [Fri, 27 Mar 2009 04:17:35 +0000 (14:17 +1000)]
API-DOC and Fix iBus Google issue 320.

15 years agoFix problem when remove all hotkeys.
Peng Huang [Thu, 26 Mar 2009 06:20:08 +0000 (14:20 +0800)]
Fix problem when remove all hotkeys.

15 years agoSet cursor pos to zero in ibus_lookup_table_clear.
Peng Huang [Mon, 23 Mar 2009 06:51:06 +0000 (14:51 +0800)]
Set cursor pos to zero in ibus_lookup_table_clear.

15 years agoCheck reply of ProcessKeyEvent.
Peng Huang [Mon, 23 Mar 2009 02:17:04 +0000 (10:17 +0800)]
Check reply of ProcessKeyEvent.

15 years agoAdd method ibus_engine_update_lookup_table_fast, it only sends current page.
Huang Peng [Sun, 22 Mar 2009 12:31:06 +0000 (20:31 +0800)]
Add method ibus_engine_update_lookup_table_fast, it only sends current page.

15 years agoUse GO_DOWN & GO_UP icons when candidates window is horizontal
Huang Peng [Sun, 22 Mar 2009 11:22:32 +0000 (19:22 +0800)]
Use GO_DOWN & GO_UP icons when candidates window is horizontal

15 years agoFix a typo.
Huang Peng [Sun, 22 Mar 2009 01:30:34 +0000 (09:30 +0800)]
Fix a typo.

15 years agoUpdate fr.po by Julien <julroy67@gmail.com>
Huang Peng [Fri, 20 Mar 2009 10:34:05 +0000 (18:34 +0800)]
Update fr.po by Julien <julroy67@gmail.com>

15 years agoOpen a new line after </rank>
Huang Peng [Fri, 20 Mar 2009 09:25:42 +0000 (17:25 +0800)]
Open a new line after </rank>

15 years agoUpdate ja.po by iwaim.sub
Huang Peng [Fri, 20 Mar 2009 03:24:27 +0000 (11:24 +0800)]
Update ja.po by iwaim.sub

15 years agoChange "Dynamically" to "When active" in setup window.
Huang Peng [Fri, 20 Mar 2009 01:52:51 +0000 (09:52 +0800)]
Change "Dynamically" to "When active" in setup window.

15 years agoRemove is_press argument from gtk im module.
Huang Peng [Wed, 11 Mar 2009 07:56:47 +0000 (15:56 +0800)]
Remove is_press argument from gtk im module.

15 years agoRemove is_press from ForwardKeyEvent signal.
Huang Peng [Wed, 11 Mar 2009 07:54:39 +0000 (15:54 +0800)]
Remove is_press from ForwardKeyEvent signal.

15 years agoImplement ibus_engine_forward_event_key function.
Huang Peng [Wed, 11 Mar 2009 07:51:34 +0000 (15:51 +0800)]
Implement ibus_engine_forward_event_key function.

15 years agoUpdate po files. 1.1.0.20090311
Huang Peng [Wed, 11 Mar 2009 06:39:30 +0000 (14:39 +0800)]
Update po files.

15 years agoFix problems during making distcheck
Huang Peng [Wed, 11 Mar 2009 06:38:14 +0000 (14:38 +0800)]
Fix problems during making distcheck

15 years agoFix translation msg in zh_CN.po.
Huang Peng [Wed, 11 Mar 2009 06:28:50 +0000 (14:28 +0800)]
Fix translation msg in zh_CN.po.

15 years agoChange sensitive of custom font label.
Huang Peng [Wed, 11 Mar 2009 06:18:11 +0000 (14:18 +0800)]
Change sensitive of custom font label.

15 years agoUpdate setup ui, follow gnome UI guidelines.
Huang Peng [Wed, 11 Mar 2009 06:14:27 +0000 (14:14 +0800)]
Update setup ui, follow gnome UI guidelines.

15 years agoRemove some debug output.
Huang Peng [Mon, 9 Mar 2009 09:23:50 +0000 (17:23 +0800)]
Remove some debug output.

15 years agoImplement ibus_bus_get_config function.
Huang Peng [Mon, 9 Mar 2009 09:21:45 +0000 (17:21 +0800)]
Implement ibus_bus_get_config function.

15 years agoImplement language panel: Always hide feature. 1.1.0.20090306
Huang Peng [Fri, 6 Mar 2009 02:42:28 +0000 (10:42 +0800)]
Implement language panel: Always hide feature.

15 years agoProcess release key event correctly.
Huang Peng [Thu, 5 Mar 2009 06:39:12 +0000 (14:39 +0800)]
Process release key event correctly.

15 years agoFix name error.
Huang Peng [Thu, 5 Mar 2009 06:26:10 +0000 (14:26 +0800)]
Fix name error.

15 years agoDo not restore preedit in _enabled_cb.
Huang Peng [Thu, 5 Mar 2009 05:18:40 +0000 (13:18 +0800)]
Do not restore preedit in _enabled_cb.

15 years agoSave lookup table in input context.
Huang Peng [Thu, 5 Mar 2009 05:16:06 +0000 (13:16 +0800)]
Save lookup table in input context.

15 years agoStore and restore properties for input context.
Huang Peng [Wed, 4 Mar 2009 10:16:05 +0000 (18:16 +0800)]
Store and restore properties for input context.

15 years agoImplement ibus_prop_list_update_property.
Huang Peng [Wed, 4 Mar 2009 10:11:55 +0000 (18:11 +0800)]
Implement ibus_prop_list_update_property.

15 years agoSave and restore status of InputContext in focus_in & out.
Huang Peng [Wed, 4 Mar 2009 09:27:12 +0000 (17:27 +0800)]
Save and restore status of InputContext in focus_in & out.

15 years agoLimit numeber of hotkey.
Huang Peng [Mon, 2 Mar 2009 05:29:32 +0000 (13:29 +0800)]
Limit numeber of hotkey.

15 years agoRefine coding style.
Huang Peng [Mon, 2 Mar 2009 05:13:09 +0000 (13:13 +0800)]
Refine coding style.

15 years agoFix some compile problems with Sun C compiler.
Huang Peng [Mon, 2 Mar 2009 05:05:22 +0000 (13:05 +0800)]
Fix some compile problems with Sun C compiler.

15 years agoAssert input of ibus_text_new_*
Huang Peng [Sat, 28 Feb 2009 13:42:11 +0000 (21:42 +0800)]
Assert input of ibus_text_new_*

15 years agoSort the languages in input methods combobox.
Huang Peng [Sat, 28 Feb 2009 11:15:49 +0000 (19:15 +0800)]
Sort the languages in input methods combobox.

15 years agoClear preedit when input context is disabled.
Huang Peng [Sat, 28 Feb 2009 11:08:12 +0000 (19:08 +0800)]
Clear preedit when input context is disabled.

15 years agoFix make distcheck failed.
Huang Peng [Sat, 28 Feb 2009 10:32:59 +0000 (18:32 +0800)]
Fix make distcheck failed.

15 years agoFix compile warnings.
Huang Peng [Sat, 28 Feb 2009 10:27:36 +0000 (18:27 +0800)]
Fix compile warnings.

15 years agoLoad default input method engine in right moment.
Huang Peng [Fri, 27 Feb 2009 08:55:26 +0000 (16:55 +0800)]
Load default input method engine in right moment.

15 years agoClose all fds before restart
Peng Huang [Fri, 27 Feb 2009 05:46:06 +0000 (13:46 +0800)]
Close all fds before restart

15 years agoAdd data/Makefile.am.
Huang Peng [Fri, 27 Feb 2009 01:37:49 +0000 (09:37 +0800)]
Add data/Makefile.am.

15 years agoMove icons to data/icons. Install schemas.
Huang Peng [Fri, 27 Feb 2009 01:07:18 +0000 (09:07 +0800)]
Move icons to data/icons. Install schemas.

15 years agoAdd lookup_table_oritation schema.
Huang Peng [Fri, 27 Feb 2009 00:11:05 +0000 (08:11 +0800)]
Add lookup_table_oritation schema.

15 years agoFix indent of ibus.schemas.
Huang Peng [Thu, 26 Feb 2009 23:58:56 +0000 (07:58 +0800)]
Fix indent of ibus.schemas.

15 years agoFix a typo in ibus.schemas.
Huang Peng [Thu, 26 Feb 2009 23:56:23 +0000 (07:56 +0800)]
Fix a typo in ibus.schemas.

15 years agoAdd ibus.schemas for gconf
Peng Huang [Thu, 26 Feb 2009 23:51:06 +0000 (07:51 +0800)]
Add ibus.schemas for gconf

15 years agoChange some methods of matchrule
Peng Huang [Thu, 26 Feb 2009 23:01:02 +0000 (07:01 +0800)]
Change some methods of matchrule

15 years agoCheck dbus-python in configure.ac.
Huang Peng [Thu, 26 Feb 2009 22:29:26 +0000 (06:29 +0800)]
Check dbus-python in configure.ac.

15 years agoCheck ucs4 and unichar when create IBusText object.
Huang Peng [Wed, 25 Feb 2009 10:32:49 +0000 (18:32 +0800)]
Check ucs4 and unichar when create IBusText object.

15 years agoChange title of API docs.
Huang Peng [Wed, 25 Feb 2009 06:37:09 +0000 (14:37 +0800)]
Change title of API docs.

15 years agoUpdate po files. 1.1.0.20090225
Huang Peng [Wed, 25 Feb 2009 03:24:50 +0000 (11:24 +0800)]
Update po files.

15 years agoGive out more information when server listens failed.
Peng Huang [Wed, 25 Feb 2009 03:11:24 +0000 (11:11 +0800)]
Give out more information when server listens failed.

15 years agoCheck current uid during startup.
Peng Huang [Wed, 25 Feb 2009 03:03:31 +0000 (11:03 +0800)]
Check current uid during startup.

15 years agoRefine coding style.
Peng Huang [Wed, 25 Feb 2009 02:30:03 +0000 (10:30 +0800)]
Refine coding style.

15 years agoReplace priority in EngineDesc with rank.
Huang Peng [Tue, 24 Feb 2009 09:04:27 +0000 (17:04 +0800)]
Replace priority in EngineDesc with rank.

15 years agoFix typo.
Huang Peng [Tue, 24 Feb 2009 08:50:13 +0000 (16:50 +0800)]
Fix typo.

15 years agoSort the default preload engines by priority.
Huang Peng [Tue, 24 Feb 2009 08:38:47 +0000 (16:38 +0800)]
Sort the default preload engines by priority.

15 years agoAdd priority in IBusEngineDesc.
Huang Peng [Tue, 24 Feb 2009 08:38:22 +0000 (16:38 +0800)]
Add priority in IBusEngineDesc.

15 years agoEnable default engines by locale name.
Huang Peng [Tue, 24 Feb 2009 08:28:22 +0000 (16:28 +0800)]
Enable default engines by locale name.

15 years agoFix crash when parse component.
Huang Peng [Tue, 24 Feb 2009 00:27:55 +0000 (08:27 +0800)]
Fix crash when parse component.

15 years agoUpdate ibus.desktop.
Huang Peng [Tue, 24 Feb 2009 00:21:56 +0000 (08:21 +0800)]
Update ibus.desktop.

15 years agoimplement next_engine & prev_engine hotkeys.
Huang Peng [Tue, 24 Feb 2009 00:13:18 +0000 (08:13 +0800)]
implement next_engine & prev_engine hotkeys.

15 years agoHide "Auto start ibus on login" checkbox.
Peng Huang [Mon, 23 Feb 2009 11:08:47 +0000 (19:08 +0800)]
Hide "Auto start ibus on login" checkbox.

15 years agoDo not install ibus.sh.
Peng Huang [Mon, 23 Feb 2009 10:49:28 +0000 (18:49 +0800)]
Do not install ibus.sh.

15 years agoInstall ibus.desktop in $(sysconfdir/xdg/autostart
Peng Huang [Mon, 23 Feb 2009 10:45:31 +0000 (18:45 +0800)]
Install ibus.desktop in $(sysconfdir/xdg/autostart

15 years agoInstall ibus.sh to /etc/X11/xinitrc.d.
Peng Huang [Mon, 23 Feb 2009 08:36:20 +0000 (16:36 +0800)]
Install ibus.sh to /etc/X11/xinitrc.d.

15 years agoUse "Input Methods" replace "Engines" in setup ui.
Peng Huang [Mon, 23 Feb 2009 07:17:58 +0000 (15:17 +0800)]
Use "Input Methods" replace "Engines" in setup ui.

15 years agoUse "No input method" replace "Disable" in im menu.
Peng Huang [Mon, 23 Feb 2009 07:09:11 +0000 (15:09 +0800)]
Use "No input method" replace "Disable" in im menu.

15 years agoAdd Disable menu item on Input Menu. Use it to disable InputContext.
Peng Huang [Mon, 23 Feb 2009 07:05:50 +0000 (15:05 +0800)]
Add Disable menu item on Input Menu. Use it to disable InputContext.

15 years agoUpdate tooltip of status icon.
Peng Huang [Mon, 23 Feb 2009 06:37:19 +0000 (14:37 +0800)]
Update tooltip of status icon.

15 years agoChange default valut of panel/auto_hide to True.
Peng Huang [Mon, 23 Feb 2009 06:23:47 +0000 (14:23 +0800)]
Change default valut of panel/auto_hide to True.

15 years agoAuto hide panel by default.
Peng Huang [Mon, 23 Feb 2009 06:19:57 +0000 (14:19 +0800)]
Auto hide panel by default.

15 years ago./configure will be failed when miss gconf-2.0
Peng Huang [Mon, 23 Feb 2009 06:17:21 +0000 (14:17 +0800)]
./configure will be failed when miss gconf-2.0

15 years agoOnly export symbols start with ibus_
Peng Huang [Mon, 23 Feb 2009 03:30:00 +0000 (11:30 +0800)]
Only export symbols start with ibus_

15 years agoRemove unused dependence pygobject
Peng Huang [Mon, 23 Feb 2009 03:18:36 +0000 (11:18 +0800)]
Remove unused dependence pygobject

15 years agoShow IM language & name in engine list.
Huang Peng [Wed, 18 Feb 2009 09:50:16 +0000 (17:50 +0800)]
Show IM language & name in engine list.

15 years agoShow default icon on language bar for engine without icon.
Huang Peng [Wed, 18 Feb 2009 09:26:19 +0000 (17:26 +0800)]
Show default icon on language bar for engine without icon.

15 years agoCall ibus_object_destroy in bus_input_context_unset_engine.
Huang Peng [Wed, 18 Feb 2009 08:37:19 +0000 (16:37 +0800)]
Call ibus_object_destroy in bus_input_context_unset_engine.

15 years agoFix BusEngineProxy leak.
Huang Peng [Wed, 18 Feb 2009 08:21:26 +0000 (16:21 +0800)]
Fix BusEngineProxy leak.

15 years agoRemove unused code in ibusconfig.c
Huang Peng [Wed, 18 Feb 2009 04:54:16 +0000 (12:54 +0800)]
Remove unused code in ibusconfig.c

15 years agoChange the title fo setup dialog.
Huang Peng [Wed, 18 Feb 2009 03:25:13 +0000 (11:25 +0800)]
Change the title fo setup dialog.

15 years agoHide about tab in setup dialog.
Huang Peng [Wed, 18 Feb 2009 03:16:08 +0000 (11:16 +0800)]
Hide about tab in setup dialog.

15 years agoAdjust setup UI.
Huang Peng [Wed, 18 Feb 2009 03:14:22 +0000 (11:14 +0800)]
Adjust setup UI.

15 years agoChange title of ibus-setup dialog.
Huang Peng [Wed, 18 Feb 2009 02:53:08 +0000 (10:53 +0800)]
Change title of ibus-setup dialog.

15 years agoUpdate po files. 1.1.0.20090217
Huang Peng [Tue, 17 Feb 2009 09:52:16 +0000 (17:52 +0800)]
Update po files.

15 years agoAdd ibus-docs.sgml.
Huang Peng [Tue, 17 Feb 2009 09:47:47 +0000 (17:47 +0800)]
Add ibus-docs.sgml.

15 years agoUpdate zh_CN.po.
Huang Peng [Tue, 17 Feb 2009 08:06:22 +0000 (16:06 +0800)]
Update zh_CN.po.

15 years agoAdd setup/enginecombobox.py.
Huang Peng [Tue, 17 Feb 2009 08:05:30 +0000 (16:05 +0800)]
Add setup/enginecombobox.py.

15 years agoUse engine-default.svg for IM without icon
Huang Peng [Tue, 17 Feb 2009 05:19:47 +0000 (13:19 +0800)]
Use engine-default.svg for IM without icon

15 years agoShow 'Select an input method' in Engine select ComboBox.
Huang Peng [Tue, 17 Feb 2009 04:55:12 +0000 (12:55 +0800)]
Show 'Select an input method' in Engine select ComboBox.

15 years agoUse right icon for engine without icon.
Huang Peng [Tue, 17 Feb 2009 04:45:30 +0000 (12:45 +0800)]
Use right icon for engine without icon.

15 years agoUse DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE in introspect.
Huang Peng [Tue, 17 Feb 2009 01:51:24 +0000 (09:51 +0800)]
Use DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE in introspect.