summaryrefslogtreecommitdiffstats
path: root/gconf
Commit message (Expand)AuthorAgeFilesLines
* Update .gitignore files.Huang Peng2009-02-121-0/+1
* Fix issue http://code.google.com/p/ibus/issues/detail?id=241.Huang Peng2009-02-062-2/+10
* Add gconf/config.hHuang Peng2009-02-051-0/+28
* re-implement ibus in c language.Huang Peng2009-02-058-267/+431
* Remove unused variable.Huang Peng2008-10-061-2/+0
* WIPHuang Peng2008-10-061-1/+9
* WIP.Huang Peng2008-10-041-0/+2
* WIP.Huang Peng2008-10-032-34/+8
* WIP.Huang Peng2008-10-031-2/+2
* Change interface for config.Huang Peng2008-10-031-14/+18
* Change internal gconf install location.Huang Peng2008-09-271-1/+4
* Fix problem in config_set_valueHuang Peng2008-08-251-1/+4
* Fix problem when font_name contains unicode chars.Huang Peng2008-08-251-2/+2
* Fix bug when do not install ibus in /usrHuang Peng2008-08-161-24/+0
* Install programs in @bindir@Huang Peng2008-08-131-1/+1
* Add IBUS_PREFIX env in start scripts.Huang Peng2008-08-072-0/+2
* Fix configure bug of check qt.Huang Peng2008-08-061-1/+1
* Add --disable-qt4-immodule to configure.Huang Peng2008-08-051-1/+1
* Fix bug when set an empty list.Huang Peng2008-08-011-0/+12
* Fix bug when unset a config key.Huang Peng2008-08-011-0/+2
* Fix typos.Huang Peng2008-07-311-2/+2
* Add Config{Add,Remove}Watch methods.Huang Peng2008-07-311-3/+3
* Rename IBus to Bus.Huang Peng2008-07-311-5/+5
* Make ibus inherit from ibus.Object.Huang Peng2008-07-312-3/+4
* Remove some debug print.Huang Peng2008-07-301-3/+0
* Fix error when get_value from a unexist key.Huang Peng2008-07-301-0/+2
* Test bool at first.Huang Peng2008-07-301-3/+3
* Test unicode in to_gconf_value.Huang Peng2008-07-301-1/+1
* Fix a typo.Huang Peng2008-07-301-1/+1
* Make gconf as DefaultConfig.Huang Peng2008-07-301-1/+16
* Fix problem in config.Destroy.Huang Peng2008-07-301-6/+10
* Remove {get,set}{string,int,bool}Huang Peng2008-07-301-25/+16
* Raise Exception when receive unsupport type.Huang Peng2008-07-291-0/+3
* Support all type value of gconf.Huang Peng2008-07-291-4/+56
* Add Destroy for config.Huang Peng2008-07-282-0/+11
* Remove gtk.Huang Peng2008-07-281-9/+10
* Add header.Huang Peng2008-07-281-2/+23
* Refine coding style.Huang Peng2008-07-282-38/+36
* Change config path.Huang Peng2008-07-281-1/+1
* Refine coding style.Huang Peng2008-07-281-25/+25
* Remove dbus related code.Huang Peng2008-07-281-11/+6
* Replace tab with spaces in python source code.Huang Peng2008-07-152-80/+80
* Remove useless python source files in Makefile.am.Huang Peng2008-07-071-9/+1
* Fix a typo.Huang Peng2008-07-061-1/+1
* WIP. config.Huang Peng2008-07-051-1/+1
* Add gconf module.Huang Peng2008-07-055-0/+232