summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Give out more information when server listens failed.Peng Huang2009-02-252-11/+20
* Check current uid during startup.Peng Huang2009-02-251-0/+15
* Refine coding style.Peng Huang2009-02-251-8/+10
* Replace priority in EngineDesc with rank.Huang Peng2009-02-243-6/+6
* Fix typo.Huang Peng2009-02-241-2/+5
* Sort the default preload engines by priority.Huang Peng2009-02-241-0/+9
* Add priority in IBusEngineDesc.Huang Peng2009-02-242-0/+6
* Enable default engines by locale name.Huang Peng2009-02-243-0/+88
* Fix crash when parse component.Huang Peng2009-02-241-4/+2
* Update ibus.desktop.Huang Peng2009-02-241-2/+2
* implement next_engine & prev_engine hotkeys.Huang Peng2009-02-243-52/+172
* Hide "Auto start ibus on login" checkbox.Peng Huang2009-02-231-1/+0
* Do not install ibus.sh.Peng Huang2009-02-231-4/+4
* Install ibus.desktop in $(sysconfdir/xdg/autostartPeng Huang2009-02-232-4/+11
* Install ibus.sh to /etc/X11/xinitrc.d.Peng Huang2009-02-232-0/+12
* Use "Input Methods" replace "Engines" in setup ui.Peng Huang2009-02-231-46/+65
* Use "No input method" replace "Disable" in im menu.Peng Huang2009-02-231-39/+34
* Add Disable menu item on Input Menu. Use it to disable InputContext.Peng Huang2009-02-234-3/+58
* Update tooltip of status icon.Peng Huang2009-02-232-43/+47
* Change default valut of panel/auto_hide to True.Peng Huang2009-02-231-1/+1
* Auto hide panel by default.Peng Huang2009-02-231-1/+1
* ./configure will be failed when miss gconf-2.0Peng Huang2009-02-231-5/+1
* Only export symbols start with ibus_Peng Huang2009-02-231-0/+1
* Remove unused dependence pygobjectPeng Huang2009-02-231-3/+3
* Show IM language & name in engine list.Huang Peng2009-02-181-1/+2
* Show default icon on language bar for engine without icon.Huang Peng2009-02-181-0/+2
* Call ibus_object_destroy in bus_input_context_unset_engine.Huang Peng2009-02-181-0/+2
* Fix BusEngineProxy leak.Huang Peng2009-02-181-0/+1
* Remove unused code in ibusconfig.cHuang Peng2009-02-181-84/+0
* Change the title fo setup dialog.Huang Peng2009-02-181-44/+44
* Hide about tab in setup dialog.Huang Peng2009-02-181-2/+1
* Adjust setup UI.Huang Peng2009-02-181-60/+83
* Change title of ibus-setup dialog.Huang Peng2009-02-181-44/+44
* Update po files.1.1.0.20090217Huang Peng2009-02-173-21/+33
* Add ibus-docs.sgml.Huang Peng2009-02-173-3/+49
* Update zh_CN.po.Huang Peng2009-02-171-30/+11
* Add setup/enginecombobox.py.Huang Peng2009-02-171-0/+1
* Use engine-default.svg for IM without iconHuang Peng2009-02-172-3/+8
* Show 'Select an input method' in Engine select ComboBox.Huang Peng2009-02-171-3/+16
* Use right icon for engine without icon.Huang Peng2009-02-172-2/+2
* Use DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE in introspect.Huang Peng2009-02-171-2/+1
* Fix typo.Huang Peng2009-02-172-3/+4
* Use NULL to replace 0 as the last argument of g_object_new.Peng Huang2009-02-176-14/+14
* Disable inputcontext when the engine is destroyed.Huang Peng2009-02-161-0/+1
* Use guint to replace gint for state argument of property_activateHuang Peng2009-02-162-5/+6
* Use ibus_message_new_error_printf correctly in ibusengine.cHuang Peng2009-02-161-0/+7
* Create PROPERTY_* signals correctly and refine coding style.Huang Peng2009-02-161-15/+36
* Fix compile warnings.Huang Peng2009-02-161-13/+13
* Do not call ibus_connection_flush in ibus_bus_exit to avoid crash.Huang Peng2009-02-161-2/+3
* Add --copy arguments on gtkdocize command.Huang Peng2009-02-151-1/+1