summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Show warning message in MessageDialog when can not connect to ibus-daemon.Huang Peng2008-08-061-3/+14
* Exit when can not connect to ibus-daemon.Huang Peng2008-08-061-3/+3
* Refine code of creating ibus address string.Huang Peng2008-08-063-36/+53
* Remove AC_SUBST(IBUS_BUILD_QT4)Huang Peng2008-08-051-1/+0
* Add --disable-qt4-immodule to configure.Huang Peng2008-08-054-11/+57
* Use checking QtDBus & QtCore to replace checking Qt.Huang Peng2008-08-051-3/+7
* Check reply message.Huang Peng2008-08-051-6/+18
* Set the icon for setup dialog.Huang Peng2008-08-051-1/+2
* Add ibus-setup.svg.Huang Peng2008-08-052-5/+152
* Use {show,hide}_all.Huang Peng2008-08-051-4/+4
* catch exception throw from os.getlogin().Huang Peng2008-08-051-1/+6
* Get usernmae form getlogin, $LOGNAME, $USER, $LNAME and $USERNAME.Huang Peng2008-08-051-1/+10
* focus_out the input context when input context is destroyed.Huang Peng2008-08-042-3/+2
* get username from getlogin(), $LOGNAME, $USER, $LNAME, $USERNAME.Huang Peng2008-08-042-3/+26
* Refine the Makefile.am.Huang Peng2008-08-041-9/+18
* Add dependancies of ibus-x11.Huang Peng2008-08-041-0/+5
* Fix ibus.spec problem.Huang Peng2008-08-042-6/+9
* Fix build problem.Huang Peng2008-08-041-1/+1
* Use getlogin to get login user name.Huang Peng2008-08-042-3/+2
* Use os.getlogin to get login user name.Huang Peng2008-08-041-2/+1
* Fix xim protocol bug.Huang Peng2008-08-031-3/+3
* Fix build error.Huang Peng2008-08-021-0/+1
* Fix bug when set an empty list.Huang Peng2008-08-011-0/+12
* Add config_set_list method.Huang Peng2008-08-012-2/+6
* Fix bug when unset a config key.Huang Peng2008-08-011-0/+2
* FIx a typo.Huang Peng2008-08-011-2/+2
* Refine coding style.Huang Peng2008-08-011-5/+5
* Change some const values' name.Huang Peng2008-08-011-29/+29
* Save preload engines.Huang Peng2008-08-011-19/+47
* Add preload column in setup dailog.Huang Peng2008-08-011-10/+36
* Fix typos.Huang Peng2008-07-311-2/+2
* Fix config bug.Huang Peng2008-07-312-23/+28
* Rename get_conn to get_dbusconn.Huang Peng2008-07-314-8/+8
* Add Config{Add,Remove}Watch methods.Huang Peng2008-07-315-24/+88
* Rename IBus to Bus.Huang Peng2008-07-317-57/+57
* Make ibus inherit from ibus.Object.Huang Peng2008-07-317-17/+54
* focus in the engine, after enable the engine.Huang Peng2008-07-301-0/+1
* Remove some debug print.Huang Peng2008-07-301-3/+0
* Rename preload_engines to general/preload_engines.Huang Peng2008-07-301-1/+1
* Fix error when get_value from a unexist key.Huang Peng2008-07-301-0/+2
* Rename auto_enable_engine to preload_engines.Huang Peng2008-07-301-1/+5
* Implement Server.connection_removedHuang Peng2008-07-301-0/+3
* Test bool at first.Huang Peng2008-07-301-3/+3
* WIP.Huang Peng2008-07-301-1/+2
* WIP.Huang Peng2008-07-302-6/+8
* Test unicode in to_gconf_value.Huang Peng2008-07-301-1/+1
* Fix typos.Huang Peng2008-07-302-2/+14
* Fix problem if pass None as reply_handler or error_handler to config_set_value.Huang Peng2008-07-301-8/+12
* Fix a typo.Huang Peng2008-07-301-1/+1
* Fix a typo.Huang Peng2008-07-301-1/+1