Always put setup dialog in center of screen.
[platform/upstream/ibus.git] / ui /
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.
2009-02-06 Huang PengAdd restart menu item in system menu.
2009-02-06 Huang PengFix issue code.google.com/p/ibus/issues/detail?id=241.
2009-02-05 Huang PengMerge branch 'master' into c_impl
2009-02-05 Huang Pengre-implement ibus in c language.
2008-11-23 Huang PengFix problem introduced by last commit.
2008-11-23 Huang PengHandle SIGCHLD in ibus-ui-gtk to fix issue 191.
2008-10-07 Huang PengFix problem when org.freedesktop.Notifications does...
2008-10-06 Huang PengComplete Noifications module.
2008-10-06 Huang PengWIP
2008-10-06 Huang PengWIP.
2008-10-06 Huang PengWIP.
2008-10-06 Huang PengAdd notifications
2008-10-06 Huang PengFix a typo.
2008-10-05 Huang PengUpdate .gitignore
2008-10-05 Huang PengAdd notify in ui/gtk/Makefile.am
2008-10-05 Huang PengMove notify from daemon to ui/gtk
2008-10-05 Huang PengMove panel into ui folder, and rename panel to gtk.