Always put setup dialog in center of screen.
[platform/upstream/ibus.git] / ibus /
2010-03-16 fujiwaratAdd ibus_engine_update_preedit_text_with_mode
2010-02-01 Peng HuangUpdate so version in common.py
2010-01-15 Peng HuangFix typo.
2010-01-09 Peng HuangUpdate copyright.
2010-01-09 Daiki UenoAdd IBusConfigService#unset().
2010-01-01 Peng HuangRefine some code
2009-12-24 Peng HuangFix coding style.
2009-12-24 Peng HuangSort engines in setup ui.
2009-12-22 Peng Huangibus will poll changes of engines, and show notificatio...
2009-12-12 Peng HuangAdd property orientation of IBusLookupTable.
2009-12-11 Peng HuangFix typo.
2009-12-05 Peng HuangMerge remote branch 'hindlemail/master'
2009-12-05 tom hindleAdded python client code for CurrentInputContext method
2009-11-11 Peng HuangMerge remote branch 'XueWei/master'
2009-10-23 Peng HuangModify copying information
2009-10-23 Peng HuangAdd Copying for Red Hat
2009-10-23 Peng HuangChange file header
2009-09-12 Peng HuangAdd error underline. 1.2.0.20090915
2009-09-12 Peng HuangUpdate test_client.py
2009-09-02 Peng HuangRemove '_' from begin of some keynames start with numbers
2009-08-28 Peng HuangFix typos.
2009-08-27 Peng HuangAdd method in inputcontext.py to detach signals.
2009-08-07 Peng HuangFix a bug in name_to_keycode 1.2.0.20090807
2009-08-04 Peng HuangReduce size of keysyms.py 1.2.0.20090806
2009-07-21 Peng HuangUse libibus.so.1 replace libibus.so 1.2.0.20090722
2009-07-19 Peng HuangMerge branch 'master' of git@github.com:phuang/ibus
2009-07-16 Peng HuangAdd introspect_dbus method.
2009-07-15 Peng HuangUse c version ibus_get_address in python directly
2009-07-15 Peng HuangUse abstract socket in ibus-daemon
2009-07-10 Peng HuangFix a typo, Add introspect method.
2009-07-10 Peng HuangImplement Introspect in inputcontext.c
2009-07-09 Peng HuangAdd introspect_ibus
2009-07-09 Peng HuangRemove some deprecated methods.
2009-07-09 Peng HuangImplememnt org.freedesktop.IBus.Ping method.
2009-07-08 Peng HuangFix some typoes.
2009-07-08 Peng HuangAdd ibus_message_iter_copy method;
2009-07-02 Peng HuangAdd PY prefix in gtype names.
2009-06-30 Peng HuangUse MetaClass to register serializable classes automati...
2009-06-29 Peng HuangAdd __gtype_name__ for some gobject classes
2009-06-14 Peng HuangImplement keymaps, merged keymaps branch
2009-06-12 Peng HuangSupport mouse click on lookup table. 1.1.0.20090612
2009-06-04 Peng HuangAdd labels attribute in LookupTable object.
2009-04-22 Peng HuangRead the iso_639_2 codes from iso-codes.
2009-04-15 Peng HuangAdd $IBUS_SESSION_ID in socket path.
2009-04-14 Peng HuangAdd HANDLED_MASK and IGNORED_MASK in python lib
2009-03-30 Peng HuangUse "unix" as hostname if hostname is empty.
2009-03-30 Peng HuangDoes not include X screen number in socket address.
2009-02-28 Huang PengFix make distcheck failed.
2009-02-23 Peng HuangAdd Disable menu item on Input Menu. Use it to disable...
2009-02-15 Huang PengAdd SetCapabilities on org.freedesktop.IBus.Engine...
2009-02-09 Huang PengAdd round lookup table support.
2009-02-06 Huang PengAdd restart menu item in system menu.
2009-02-05 Huang PengMerge branch 'master' into c_impl
2009-02-05 Huang Pengre-implement ibus in c language.
2009-02-03 Huang PengSet default next_engine hot key to empty.
2008-11-05 LI Daobingfix typo in Makefile.am
2008-10-21 Huang PengGet unique_name in ibus.Bus.__init__
2008-10-20 Huang PengUse UInt32 for property.
2008-10-12 Huang PengConvert IBusAttribute for au to (uuuu)
2008-10-06 Huang PengComplete Noifications module.
2008-10-06 Huang PengWIP
2008-10-06 Huang PengAdd notifications
2008-10-06 Huang PengAdd notifications.py
2008-10-06 Huang PengRefine coding style.
2008-10-06 Huang PengAdd INotifications interface.
2008-10-04 Huang PengRefine coding style.
2008-10-04 Huang PengWIP.
2008-10-03 Huang PengWIP.
2008-10-03 Huang PengWIP.
2008-10-03 Huang PengWIP.
2008-10-03 Huang PengFix a typo.
2008-10-03 Huang PengAdd config.py
2008-10-03 Huang PengRename config.py.in to _config.py.in
2008-10-03 Huang PengMerge branch 'master' into modify_config_interface
2008-10-03 Huang PengWIP.
2008-10-03 Huang PengChange interface for config.
2008-09-30 Huang PengRemove commentted code.
2008-09-28 Huang PengComment register_panel method.
2008-09-28 Huang PengComment RegisterPanel method.
2008-09-28 Huang PengChange Panel interface.
2008-09-27 Huang PengWIP.
2008-09-25 Huang PengMerge branch 'master' into implement_dbus
2008-09-25 Huang PengFix problem in non-UTF8 locale.
2008-09-25 Huang PengUse gettext.dgettext replace locale.dgettext
2008-09-18 Huang PengGet language names from iso-codes.
2008-09-08 Huang PengFix some typos.
2008-09-08 Huang PengWork on client signals.
2008-09-07 Huang PengImplement signals.
2008-09-07 Huang PengDefine signals for im clients.
2008-08-31 Huang PengRemove empty lines.
2008-08-31 Huang PengFix a typo.
2008-08-31 Huang PengRefine coding style.
2008-08-30 Huang PengAdd ibus/config.py.in.
2008-08-30 Huang PengAdd about dialog in ibus menu.
2008-08-28 Huang PengChange defaul keyboard shortcuts
2008-08-27 Huang PengReplace Divehi with Dhivehi
2008-08-24 Huang PengFix a typo.
2008-08-22 Huang Penginternationalize engine's name
2008-08-21 Huang PengAdd configure items for keyboard shortcuts.
2008-08-19 Huang PengAdd get_labels for lookuptable
next