Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add m_pinyin_len back | Peng Wu | 2011-12-22 | 2 | -11/+13 | |
| | ||||||
* | clean up libpinyin bopomofo editor | Peng Wu | 2011-12-22 | 1 | -26/+13 | |
| | ||||||
* | refactor libpinyin phonetic editor | Peng Wu | 2011-12-22 | 2 | -10/+55 | |
| | ||||||
* | remove special phrase | Peng Wu | 2011-12-22 | 2 | -47/+1 | |
| | ||||||
* | add set options to libpinyin back end | Peng Wu | 2011-12-22 | 2 | -0/+56 | |
| | ||||||
* | begin to write libpinyin backend | Peng Wu | 2011-12-22 | 3 | -1/+47 | |
| | ||||||
* | add libpinyin deps | Peng Wu | 2011-12-22 | 3 | -0/+11 | |
| | ||||||
* | fixes compile | Peng Wu | 2011-12-22 | 3 | -5/+8 | |
| | ||||||
* | begin to write bopomofo editor | Peng Wu | 2011-12-22 | 2 | -0/+451 | |
| | ||||||
* | begin to write pinyin editor | Peng Wu | 2011-12-22 | 1 | -0/+202 | |
| | ||||||
* | rename base editor | Peng Wu | 2011-12-22 | 7 | -33/+58 | |
| | ||||||
* | add libpinyin pinyin editor header | Peng Wu | 2011-12-22 | 1 | -0/+56 | |
| | ||||||
* | rename files | Peng Wu | 2011-12-22 | 4 | -0/+0 | |
| | ||||||
* | begin to write concrete pinyin editors | Peng Wu | 2011-12-22 | 2 | -0/+116 | |
| | ||||||
* | add special phrases handle in libpinyin base editor | Peng Wu | 2011-12-22 | 2 | -6/+22 | |
| | ||||||
* | fixes compile | Peng Wu | 2011-12-22 | 3 | -2/+3 | |
| | ||||||
* | begin to write libpinyin base editor | Peng Wu | 2011-12-22 | 2 | -2/+318 | |
| | ||||||
* | rename editor header | Peng Wu | 2011-12-22 | 1 | -0/+0 | |
| | ||||||
* | rename editor class | Peng Wu | 2011-12-22 | 2 | -5/+11 | |
| | ||||||
* | begin to write libpinyin backend singleton | Peng Wu | 2011-12-22 | 1 | -0/+36 | |
| | ||||||
* | begin to integrate | Peng Wu | 2011-12-22 | 1 | -0/+91 | |
| | ||||||
* | Bump version for 1.4.0 release. | Peng Huang | 2011-12-20 | 1 | -3/+3 | |
| | | | | | | | BUG=None TEST=make distcheck Review URL: http://codereview.appspot.com/5498057 | |||||
* | Fix some issues which may cause crash likely. | Peng Huang | 2011-10-28 | 2 | -30/+26 | |
| | | | | | | | BUG=http://code.google.com/p/ibus/issues/detail?id=1325 TEST=Manually Review URL: http://codereview.appspot.com/5298065 | |||||
* | Exit if config component is not ready instead of crash. | Peng Huang | 2011-10-26 | 1 | -1/+6 | |
| | | | | | | | BUG=crash when ibus config is not ready TEST=Linux desktop Review URL: http://codereview.appspot.com/5321054 | |||||
* | Use ibus_config_get_values () to improve performance. | Peng Huang | 2011-07-05 | 3 | -90/+158 | |
| | | | | | | | BUG=http://crosbug.com/16287 TEST=Linux desktop Review URL: http://codereview.appspot.com/4670044 | |||||
* | Fix a build warning. | Peng Huang | 2011-06-02 | 1 | -1/+1 | |
| | | | | | | | BUG=Build wanring TEST=Manually Review URL: http://codereview.appspot.com/4528117 | |||||
* | Fix make distcheck errors. | Peng Huang | 2011-05-27 | 4 | -13/+19 | |
| | | | | | | | BUG=make distcheck failed TEST=Manually Review URL: http://codereview.appspot.com/4551054 | |||||
* | Fixed build errors in Ubuntu 11.04 and get distribution codename from ↵ | Peng Huang | 2011-05-03 | 3 | -4/+5 | |
| | | | | | | | | | /etc/lsb-release. BUG=None TEST=Linux desktop Review URL: http://codereview.appspot.com/4428083 | |||||
* | add English Editor | Peng Wu | 2011-04-22 | 9 | -8/+963 | |
| | | | | | | | | | | to speed up English input BUG=none TEST=build fine Review URL: http://codereview.appspot.com/4200041 Patch from Peng Wu <alexepico@gmail.com>. | |||||
* | Add auto correct "on" => "ong", and combine some fuzzy pinyin options to ↵ | Peng Huang | 2011-03-21 | 9 | -2189/+2354 | |
| | | | | | | | | | save flag bits. BUG=none TEST=Linux desktop Review URL: http://codereview.appspot.com/4273085 | |||||
* | Update PYSimpTradConverterTable.h from wikipedia | Peng Huang | 2011-02-18 | 2 | -70/+143 | |
| | | | | | | | BUG=none TEST=manual Review URL: http://codereview.appspot.com/4190049 | |||||
* | Storing user database to disk, if engine idles more than 60 seconds. | Peng Huang | 2011-02-07 | 2 | -6/+17 | |
| | | | | | | | BUG=none TEST=manual Review URL: http://codereview.appspot.com/4127050 | |||||
* | Do not handle release key events, if engine is in init mode. | Peng Huang | 2011-01-18 | 2 | -2/+22 | |
| | | | | | | | | | Most application only process key press events, but some process key release events. This change will let Pinyin engine to ignore some release events in init mode, and let applications have chance to get release key events. BUG=none TEST=Test within Ubuntu 10.10 Review URL: http://codereview.appspot.com/3975042 | |||||
* | Use in memory user database to improve performance. | Peng Huang | 2010-11-24 | 4 | -95/+219 | |
| | | | | | | | | | | | I found pinyin's performance is very low when system IO load is big. So I let pinyin use im memory user database to improve the performance, and write the database to the harddisk in 60 seconds or when engine exits. BUG=none TEST=manual Review URL: http://codereview.appspot.com/3303041 | |||||
* | add author | Peng Wu | 2010-11-12 | 2 | -2/+5 | |
| | ||||||
* | Fix deb build errors. | Peng Huang | 2010-11-04 | 2 | -1/+2 | |
| | ||||||
* | Change default ubunut serie to mavreick | Peng Huang | 2010-10-29 | 1 | -1/+1 | |
| | ||||||
* | Bump version to 1.3.99 | Peng Huang | 2010-10-29 | 1 | -2/+2 | |
| | ||||||
* | Fix build errors with ibus-1.4 | Peng Huang | 2010-10-29 | 2 | -2/+2 | |
| | ||||||
* | Fix some errors when build debian packages. | phuang | 2010-10-29 | 3 | -4/+4 | |
| | ||||||
* | Fix problem with ibus-2.0 | Peng Huang | 2010-10-29 | 3 | -62/+59 | |
| | ||||||
* | added simp. chinese and hong kang translation | Yuren Ju | 2010-10-22 | 2 | -0/+24 | |
| | ||||||
* | add options for enter key, original feature is commit original english text, ↵ | Yuren Ju | 2010-10-22 | 6 | -1/+105 | |
| | | | | new feature is commit first candidate phrase | |||||
* | use , & 。 instead of 《 & 》 for traditional chinese user | Yuren Ju | 2010-10-11 | 1 | -2/+2 | |
| | ||||||
* | Add option --disable-boost to support build without boost | Peng Huang | 2010-09-27 | 17 | -88/+161 | |
| | | | | | | | | | | | When build without boost, ibus-pinyin will use smart pointer from c++0x and use the signal templates embedded instead of boost::signals2. BUG=chromium-os:5055 TEST=manual Review URL: http://codereview.appspot.com/2205044 | |||||
* | Add codereview.settings. | Peng Huang | 2010-09-27 | 2 | -0/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is for us to use codereview.appspot.com for code reviews. Instructions to use codereview.appspot.com: 1. Get depot_tools and add PATH to the directory http://dev.chromium.org/developers/how-tos/depottools 2. In your local IBus git repository, % git checkout master % git checkout -b somefix make changes % git cl upload do code reviews at codereview.appspot.com once it's done, run "git cl push" if you can commit. otherwise, ask committers to commit on behalf. Add target for build debian packages. BUG=none TEST=build fine Review URL: http://codereview.appspot.com/2229048 | |||||
* | release 1.3.111.3.11 | Peng Huang | 2010-09-06 | 1 | -1/+1 | |
| | ||||||
* | Fix make distcheck errors. | Peng Huang | 2010-09-06 | 6 | -73/+73 | |
| | ||||||
* | Tiny modification to m4/boost.m4. | Yusuke Sato | 2010-08-23 | 1 | -1/+1 | |
| | | | | | | | | | Pass $CXXFLAGS to $ac_cpp to make cross-compilation of ibus-pinyin easy. BUG=none TEST=ran emerge-x86-generic -a ibus-pinyin. Review URL: http://codereview.chromium.org/2045008 | |||||
* | Remove sqlite3 in create_db.py | Peng Huang | 2010-08-23 | 1 | -1/+1 | |
| |