summaryrefslogtreecommitdiffstats
path: root/ibus
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a typo.Huang Peng2008-07-181-1/+1
* Fix some errors.Huang Peng2008-07-183-5/+11
* Remove type_register for EngineBase and EngineFactoryBase.Huang Peng2008-07-182-3/+0
* Add EngineFactory class.Huang Peng2008-07-183-0/+89
* Add EngineBase class.Huang Peng2008-07-183-48/+209
* Fix a typo.Huang Peng2008-07-181-1/+1
* Add utility.py.Huang Peng2008-07-173-0/+105
* Add ascii.py.Huang Peng2008-07-172-0/+100
* Replace tab with spaces in python source code.Huang Peng2008-07-1520-4757/+4757
* Fix typo.Huang Peng2008-07-152-2/+2
* Refine coding style of perperty.pyHuang Peng2008-07-151-80/+82
* Refine coding style of panel.pyHuang Peng2008-07-151-3/+3
* Refine coding style of object.pyHuang Peng2008-07-151-6/+6
* Refine coding style of modifier.pyHuang Peng2008-07-151-18/+18
* Refine coding style of lookuptable.pyHuang Peng2008-07-151-83/+84
* Refine coding style of lang.pyHuang Peng2008-07-151-3/+3
* Refine coding style of exception.pyHuang Peng2008-07-151-1/+1
* Refine coding style of gtk.pyHuang Peng2008-07-151-12/+12
* Refine coding style of common.pyHuang Peng2008-07-151-3/+3
* Refine coding style of connection.pyHuang Peng2008-07-151-5/+5
* WIP. setup uiHuang Peng2008-07-105-2/+157
* Add connection.pyHuang Peng2008-07-103-0/+33
* WIP. config.Huang Peng2008-07-053-10/+39
* Fix issue if display is not end with .xHuang Peng2008-07-041-1/+5
* Add Destroy method of IEngineFactory interface.Huang Peng2008-07-021-0/+5
* Add __len__ method for LookupTable.Huang Peng2008-07-011-0/+3
* Add keycode & name convert function.Huang Peng2008-06-301-0/+3985
* Fix a typo.Huang Peng2008-06-301-4/+4
* Add motheds of IConfig interface.Huang Peng2008-06-281-4/+28
* Add config interface.Huang Peng2008-06-273-4/+50
* WIP.Huang Peng2008-06-273-2/+41
* WIP.Huang Peng2008-06-252-6/+18
* Remove useless code.Huang Peng2008-06-241-3/+0
* Add PropertyShow & PropertyHide methods.Huang Peng2008-06-242-0/+13
* Rename _tip to _tooltipHuang Peng2008-06-241-3/+3
* WIP panel.Huang Peng2008-06-241-2/+2
* Does not exit when catch except reply.Huang Peng2008-06-231-1/+0
* Add prop_state arg in PropertyActivate. And add PROP_TYPE_MENUHuang Peng2008-06-233-5/+7
* Add __all__ in ibus source files to limit the exported objects.Huang Peng2008-06-2212-0/+71
* Add CLEANFILES = *.pyc in Makefile.am.Huang Peng2008-06-192-0/+8
* Add header for sources.Huang Peng2008-06-1919-32/+359
* Only send destroy signal one time.Huang Peng2008-06-181-1/+7
* Remove test tasks in Makefile.am.Huang Peng2008-06-171-7/+0
* Remove Makefile in ibus.Huang Peng2008-06-172-9/+7
* Add Makefile.am in ibusHuang Peng2008-06-172-0/+79
* Move modifer masks from keysyms to modifierHuang Peng2008-06-172-22/+24
* qt im module wip.Huang Peng2008-06-171-0/+9
* Make one connection can create many inputcontext.Huang Peng2008-06-141-21/+25
* WIP.Huang Peng2008-06-141-2/+4
* Add StatusIcon and engine menu.Huang Peng2008-06-122-6/+12