Clean spec file for yocto compliance.
[platform/upstream/ibus.git] / ui /
2011-03-25 fujiwaratSet WM_CLASS name instead of main.py
2011-03-16 Peng HuangAdd git.mk from gtk+ project, Use it to update .gitignore
2010-11-17 fujiwaratFix no defined '_' in EngineAbout
2010-11-16 Peng HuangAdd global variable DOMAINNAME to replace "ibus10"...
2010-11-04 fujiwaratRemove the ability to attach to a status icon with...
2010-11-03 Peng HuangAdd i18n.py.
2010-11-03 Peng HuangFix some runtime errors.
2010-11-03 Peng HuangChange version to 1.3.99
2010-10-26 fujiwaratFix s/python/@PYTHON@/ in libexec scripts.
2010-10-22 Peng HuangCatch exceptions from os.kill.
2010-10-21 fujiwaratFix CPU 100% usage with signal.SIGCHLD
2010-10-21 Yusuke SatoMove the candidate window just above the cursor when...
2010-07-06 Daiki UenoFix "Show language panel: Embedded in menu" behavior.
2010-05-18 fujiwaratFix not to emit property-activate when state is not...
2010-05-15 Peng HuangRefine some build options.
2010-04-26 Peng HuangRemove option [Never] for language bar.
2010-04-11 Peng HuangFix make distcheck errors.
2010-04-09 Peng HuangUpdate some strings and po files.
2010-04-08 Peng HuangInsensitive 'Turn off input methon' menu item if ic...
2010-03-30 Peng HuangMerge remote branch 'origin/master' into 1.3.y
2010-03-26 Peng HuangSet lookup table's orientation before updating candidates.
2010-03-26 Peng HuangSet lookup table's orientation before updating candidates.
2010-03-23 Peng HuangMake make output look's better
2010-02-24 Peng HuangRemove unused code.
2010-01-31 Peng HuangWorkaround for cursor following problem in some Java...
2010-01-31 Peng HuangWorkaround for autohide problem with metacity
2010-01-27 Peng HuangMerge branch 'master' of github.com:phuang/ibus
2010-01-26 fujiwaratFix destroy about menu item
2010-01-19 Peng HuangShow properties on systray menu by Fujiwara
2010-01-14 Peng HuangFix coding style
2010-01-09 Peng HuangTry Cython
2010-01-09 Peng HuangUpdate copyright.
2010-01-07 Peng HuangOnly install signal handler for NORMAL, RADIO and TOGGLE
2010-01-07 Peng HuangFix a typo.
2010-01-07 Peng HuangFix PROP_MENU problem. Patch from Fujiwara-san
2010-01-01 Peng HuangDo not update lookup table in recreate_ui
2010-01-01 Peng HuangRefine code of update_lookup_table
2010-01-01 Peng HuangRemove gproperties from CandidatePanel
2010-01-01 Peng HuangUse ibus.ORIENTATION_* in panel.py
2010-01-01 Peng HuangRemove some unused code.
2010-01-01 Peng HuangRename system_orientation to orientation, and use curre...
2010-01-01 Peng HuangUse ibus.ORENTATION_*
2010-01-01 Daiki UenoApply CandidatePanel orientation change request from...
2009-12-25 Peng HuangCatch KeyboardInterrupt Exception 1.2.0.20091225
2009-12-25 Peng HuangChange pinyin.xml to gtkpanel.xml
2009-12-22 Peng Huangibus will poll changes of engines, and show notificatio...
2009-12-16 Peng HuangUse bold style to display current engine in engine...
2009-12-16 Peng HuangDo not use sub menu to list input methods.
2009-12-11 Peng HuangUse gettext replace locale
2009-12-05 Peng HuangDo not use deprecated Tooltips
2009-12-04 Peng HuangMove panel into the screen if the screen become small. 1.2.0.20091204
2009-11-30 Peng HuangRemove tooltip for AuxString
2009-11-28 Peng HuangRemember panel position
2009-11-25 Peng HuangDo not set engine if focus_ic is None
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-10-13 Peng HuangUpdate some icons.
2009-10-10 Peng HuangUse ibus-engine as default icon for engine
2009-10-08 Peng HuangAdd option to show/hide icon on system tray
2009-09-10 Peng HuangRix memory leak in toolitem.py
2009-09-09 Peng HuangUse defualt icon for some engine without icon
2009-08-31 Peng HuangSet icon of about dialog.
2009-08-28 Peng HuangAdd an popup menu when no input window
2009-08-26 Peng HuangRename icon ibus-keyboard to ibus-off
2009-08-26 Peng HuangUse icon name instead of the icon path in source code.
2009-08-26 Peng HuangUpdate the label "No input method"
2009-06-30 Peng HuangFix some coding style problems.
2009-06-30 Peng HuangFix CheckMenuItem problems and some coding style problems.
2009-06-29 Peng HuangChange some classes' name
2009-06-29 Peng HuangUse __gtype_name__ to replace gobject.type_register
2009-06-29 Peng HuangRemove useless code.
2009-06-18 Peng HuangFix a typo.
2009-06-15 Peng HuangShow engines' keyboard layout in setup UI
2009-06-12 Peng HuangSupport mouse click on lookup table. 1.1.0.20090612
2009-06-11 Peng HuangRedefine the arrow buttons meaning as PageUp & PageDown.
2009-06-09 Peng HuangShow im name on languagebar
2009-06-07 Peng HuangAdd About button in language bar.
2009-06-07 Peng HuangMove engineabout dialog into a new python file.
2009-06-04 Peng HuangSet the default candidates' label to '1234567890abcdef'
2009-06-04 Peng HuangAdd labels attribute in LookupTable object.
2009-06-02 Peng HuangCatch exception __sigchld_cb in panel.py
2009-05-25 Peng HuangRaise set dialog when click preference in menu.
2009-04-06 Peng HuangChange 'engine' to 'input method' in language panel.
2009-03-22 Huang PengUse GO_DOWN & GO_UP icons when candidates window is...
2009-03-06 Huang PengImplement language panel: Always hide feature. 1.1.0.20090306
2009-02-23 Peng HuangUse "No input method" replace "Disable" in im menu.
2009-02-23 Peng HuangAdd Disable menu item on Input Menu. Use it to disable...
2009-02-23 Peng HuangUpdate tooltip of status icon.
2009-02-23 Peng HuangAuto hide panel by default.
2009-02-18 Huang PengShow default icon on language bar for engine without...
2009-02-17 Huang PengUse engine-default.svg for IM without icon
2009-02-15 Huang PengAdjust the languagebar extend policy.
2009-02-15 Huang PengMake language transparent when inactivate.
2009-02-15 Huang PengMake language bar left extend when language is close...
2009-02-12 Huang PengUpdate .gitignore files.
2009-02-12 Peng HuangUse label.text instead of lable to fix problem.
2009-02-11 Peng HuangMake languagebar extend to left.
2009-02-11 Peng HuangRename iBus to IBus.
next