summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Kill daemon when ibus-x11 exit.Huang Peng2008-08-074-3/+49
|
* Check exist ibus, before start a new ibus.Huang Peng2008-08-071-8/+19
|
* Implement auto start ibus.Huang Peng2008-08-072-3/+28
|
* Fix typos.Huang Peng2008-08-071-5/+5
|
* Add IBUS_PREFIX env in start scripts.Huang Peng2008-08-074-0/+4
|
* Add preferences item in sys menu, and implement handler function.Huang Peng2008-08-072-6/+29
|
* Edit ibus desktop items.Huang Peng2008-08-072-2/+2
|
* Add sys menu for panel.Huang Peng2008-08-071-5/+14
|
* Kill: do reply before kill self.Huang Peng2008-08-061-2/+3
|
* Change Kill to async method.Huang Peng2008-08-061-2/+2
|
* Close ibus-xim when connection be closed.Huang Peng2008-08-061-0/+13
|
* Add connected & disconnected signal.Huang Peng2008-08-062-5/+53
|
* Implement kill in ibus-daemon.Huang Peng2008-08-061-0/+8
|
* Add kill method.Huang Peng2008-08-061-0/+2
|
* Rename IIBus.Destroy to IIBus.Kill.Huang Peng2008-08-061-1/+1
|
* Add Destroy method for IBus.Huang Peng2008-08-061-0/+3
|
* Refine messages.Huang Peng2008-08-061-4/+3
|
* Add information dialog.Huang Peng2008-08-061-3/+18
|
* Add start ibus code.Huang Peng2008-08-062-29/+32
|
* Do not start ibus in xinitrc.Huang Peng2008-08-061-1/+1
|
* Fix problem when start ibus with a window manager.Huang Peng2008-08-067-7/+46
|
* Use gtk_main to replace g_main_loop.Huang Peng2008-08-061-12/+4
|
* Change XIM.Huang Peng2008-08-061-1/+1
|
* Scale icon size.Huang Peng2008-08-061-23/+26
|
* Support path as icon.Huang Peng2008-08-061-9/+38
|
* Fix make dist error.Huang Peng2008-08-061-5/+1
|
* Add pixmaps.Huang Peng2008-08-061-0/+1
|
* Edit README.Huang Peng2008-08-061-0/+1
|
* Fix configure bug of check qt.Huang Peng2008-08-062-3/+10
|
* 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
|