summaryrefslogtreecommitdiffstats
path: root/daemon/bus.py
Commit message (Expand)AuthorAgeFilesLines
* re-implement ibus in c language.Huang Peng2009-02-051-714/+0
* Fix keyboard shortcut setup problemsHuang Peng2008-10-151-0/+16
* wip.Huang Peng2008-10-071-2/+2
* Refine messages.Huang Peng2008-10-061-3/+4
* Complete Noifications module.Huang Peng2008-10-061-5/+9
* WIP.Huang Peng2008-10-061-3/+19
* WIPHuang Peng2008-10-061-4/+52
* WIP.Huang Peng2008-10-031-74/+9
* WIP.Huang Peng2008-10-031-8/+8
* Change interface for config.Huang Peng2008-10-031-12/+12
* Change Panel interface.Huang Peng2008-09-281-7/+15
* Remove pynotify.Huang Peng2008-09-241-1/+1
* Add notify.pyHuang Peng2008-09-231-1/+2
* Fix problem when context focus out.Huang Peng2008-09-231-1/+1
* Implementing DBus.Huang Peng2008-09-211-3/+1
* Add new IBUS_CAP_FOCUS capability for input context.Huang Peng2008-09-201-1/+6
* Fix problem when kill some engines.Huang Peng2008-09-151-0/+1
* Use name_to_keycode to convert name to keyval.Huang Peng2008-08-311-3/+3
* Save default input engine and restore it when start ibus.Huang Peng2008-08-301-6/+29
* Update default factory when press Ctrl + Shift.Huang Peng2008-08-301-0/+1
* Set default_factory when user choice a engine in im menu.Huang Peng2008-08-301-0/+1
* Remoce unused code.Huang Peng2008-08-301-14/+2
* reset panel when switch engine.Huang Peng2008-08-291-0/+1
* Change defaul keyboard shortcutsHuang Peng2008-08-281-14/+27
* Ignore NumLock mask.0.1.1.20080821Huang Peng2008-08-211-0/+6
* Add configure items for keyboard shortcuts.Huang Peng2008-08-211-6/+43
* WIP.Huang Peng2008-08-211-15/+37
* Fix Ctrl + Shift problem.Huang Peng2008-08-191-7/+18
* Add register_reload_engines method.Huang Peng2008-08-171-0/+6
* Fix problem when unfocused context calls set_cursor_position.Huang Peng2008-08-111-1/+2
* Fix problem when restart ibus daemon.Huang Peng2008-08-101-0/+2
* Add C-Shift for next factory.Huang Peng2008-08-101-12/+37
* Kill: do reply before kill self.Huang Peng2008-08-061-2/+3
* Implement kill in ibus-daemon.Huang Peng2008-08-061-0/+8
* focus_out the input context when input context is destroyed.Huang Peng2008-08-041-1/+1
* Fix config bug.Huang Peng2008-07-311-16/+18
* Add Config{Add,Remove}Watch methods.Huang Peng2008-07-311-18/+59
* WIP.Huang Peng2008-07-301-2/+2
* Fix a typo.Huang Peng2008-07-301-1/+1
* Add ConfigReload signal.Huang Peng2008-07-301-0/+2
* Refactory bus.py.Huang Peng2008-07-301-9/+20
* Make gconf as DefaultConfig.Huang Peng2008-07-301-5/+5
* Remove {get,set}_{string,bool,int} methods.Huang Peng2008-07-301-48/+0
* Add {Get,Set}Value methods.Huang Peng2008-07-301-3/+19
* Fix a typo.Huang Peng2008-07-281-1/+1
* Refine coding style.Huang Peng2008-07-251-237/+239
* Support set_use_preeditHuang Peng2008-07-231-0/+7
* WIP.Huang Peng2008-07-201-10/+10
* Add interfaces.Huang Peng2008-07-201-6/+50
* Adjust methods for new dbus-python API.Huang Peng2008-07-161-9/+0