summaryrefslogtreecommitdiffstats
path: root/src/Config.cc
Commit message (Expand)AuthorAgeFilesLines
* Add PY prefix of all file names to avoid name conflict on some filePeng Huang2010-08-171-504/+0
* change the default fuzzy settingsPeng Huang2010-08-171-17/+17
* Add XiaoHe double pinyin schemaPeng Huang2010-06-131-2/+4
* Fix some build warning and verify some config item.Peng Huang2010-06-051-1/+4
* Disabled Custom of SelectKeyBYVoid2010-06-051-2/+2
* Update Config & Preferences UI for BopomofoEditorBYVoid2010-06-051-11/+52
* Reduce dependency among header files.Peng Huang2010-06-051-3/+2
* Refine coding stylePeng Huang2010-05-301-2/+2
* Do not call readDefaultValues in constructor function.Peng Huang2010-05-291-5/+6
* Write default value to config, if the value does not existPeng Huang2010-05-291-0/+12
* Disable special phrases by default in bopomofo enginePeng Huang2010-05-281-5/+9
* Refine ConfigPeng Huang2010-05-281-22/+7
* Use different default config values for Pinyin and BopomofoPeng Huang2010-05-281-72/+194
* Use const gchar * constPeng Huang2010-05-281-1/+1
* Use const gchar * to replace macrosPeng Huang2010-05-281-51/+51
* Use boost::scoped_ptr to maintain Config instances.Peng Huang2010-05-241-4/+4
* Use const gchar * to replase std::string for static strings.Peng Huang2010-05-241-94/+87
* Fix a bug on Config & Enable Bopomofo specialized settingsBYVoid2010-05-231-7/+5
* Separate Config to PinyinConfig and BopomofoConfigPeng Huang2010-05-231-48/+90
* Add copyright headerPeng Huang2010-05-201-0/+20
* support correct: van => uan, vn => un, ven=>un, vang => uangPeng Huang2010-05-021-1/+1
* Support correct jv,qv,xv,yv to ju,qu,xu,yuPeng Huang2010-05-021-0/+1
* Remove StaticStringPeng Huang2010-04-191-56/+60
* Use Object as the base class to replace Pointer.Peng Huang2010-04-191-2/+2
* Add special phrases in setup uiPeng Huang2010-04-151-0/+5
* reorder optionsPeng Huang2010-04-061-1/+1
* Add option - Show raw input of Double PinyinPeng Huang2010-03-251-1/+15
* Add option - orientation of candidatesPeng Huang2010-03-251-1/+26
* Fix a typo.Peng Huang2010-01-181-1/+1
* Use lve, nve to replace lue, nuePeng Huang2010-01-181-2/+3
* Rename simple pinyin to incomplete pinyinPeng Huang2009-10-091-3/+3
* Add configure option to choice if showing candidates in traditionalPeng Huang2009-10-071-0/+6
* Fix fuzzy pinyin problem with ian <=> iangPeng Huang2009-09-301-0/+2
* Implement shift select candidatePeng Huang2009-09-251-2/+18
* Add configure for Simplified/Traditional ChinesePeng Huang2009-09-241-0/+5
* Import c version pinyin enginePeng Huang2009-09-231-0/+203