Peng Huang [Mon, 21 Mar 2011 17:00:05 +0000 (13:00 -0400)]
Add auto correct "on" => "ong", and combine some fuzzy pinyin options to save flag bits.
BUG=none
TEST=Linux desktop
Review URL: http://codereview.appspot.com/4273085
Peng Huang [Fri, 18 Feb 2011 14:15:24 +0000 (09:15 -0500)]
Update PYSimpTradConverterTable.h from wikipedia
BUG=none
TEST=manual
Review URL: http://codereview.appspot.com/4190049
Peng Huang [Mon, 7 Feb 2011 16:33:37 +0000 (11:33 -0500)]
Storing user database to disk, if engine idles more than 60 seconds.
BUG=none
TEST=manual
Review URL: http://codereview.appspot.com/4127050
Peng Huang [Tue, 18 Jan 2011 15:12:40 +0000 (10:12 -0500)]
Do not handle release key events, if engine is in init mode.
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
Peng Huang [Wed, 24 Nov 2010 07:53:36 +0000 (16:53 +0900)]
Use in memory user database to improve performance.
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
Peng Wu [Fri, 12 Nov 2010 07:06:09 +0000 (15:06 +0800)]
add author
Peng Huang [Thu, 4 Nov 2010 07:26:18 +0000 (16:26 +0900)]
Fix deb build errors.
Peng Huang [Fri, 29 Oct 2010 00:31:05 +0000 (09:31 +0900)]
Change default ubunut serie to mavreick
Peng Huang [Fri, 29 Oct 2010 00:28:48 +0000 (09:28 +0900)]
Bump version to 1.3.99
Peng Huang [Fri, 22 Oct 2010 11:36:54 +0000 (20:36 +0900)]
Fix build errors with ibus-1.4
phuang [Mon, 18 Oct 2010 13:02:33 +0000 (22:02 +0900)]
Fix some errors when build debian packages.
Peng Huang [Mon, 12 Jul 2010 10:14:46 +0000 (18:14 +0800)]
Fix problem with ibus-2.0
Yuren Ju [Wed, 20 Oct 2010 10:49:33 +0000 (18:49 +0800)]
added simp. chinese and hong kang translation
Yuren Ju [Wed, 20 Oct 2010 10:44:23 +0000 (18:44 +0800)]
add options for enter key, original feature is commit original english text, new feature is commit first candidate phrase
Yuren Ju [Mon, 11 Oct 2010 09:07:25 +0000 (17:07 +0800)]
use , & 。 instead of 《 & 》 for traditional chinese user
Peng Huang [Mon, 27 Sep 2010 06:09:07 +0000 (14:09 +0800)]
Add option --disable-boost to support build without boost
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
Peng Huang [Mon, 27 Sep 2010 02:10:33 +0000 (10:10 +0800)]
Add codereview.settings.
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
Peng Huang [Mon, 6 Sep 2010 02:43:20 +0000 (10:43 +0800)]
release 1.3.11
Peng Huang [Mon, 6 Sep 2010 02:41:04 +0000 (10:41 +0800)]
Fix make distcheck errors.
Yusuke Sato [Tue, 11 May 2010 02:33:05 +0000 (11:33 +0900)]
Tiny modification to m4/boost.m4.
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
Peng Huang [Mon, 23 Aug 2010 01:54:49 +0000 (09:54 +0800)]
Remove sqlite3 in create_db.py
Peng Huang [Fri, 13 Aug 2010 22:43:29 +0000 (06:43 +0800)]
Remove duplicated EXTRA_DIST value in lua/Makefile.am
Peng Huang [Fri, 13 Aug 2010 08:20:01 +0000 (16:20 +0800)]
Add PY prefix of all file names to avoid name conflict on some file
system than is case insensitive.
Peng Huang [Tue, 17 Aug 2010 04:15:52 +0000 (13:15 +0900)]
change the default fuzzy settings
Peng Huang [Fri, 6 Aug 2010 02:45:40 +0000 (10:45 +0800)]
Release 1.3.10
BYVoid [Tue, 27 Jul 2010 14:01:25 +0000 (22:01 +0800)]
Use ucs4_t API of OpenCC.
BYVoid [Tue, 27 Jul 2010 14:00:47 +0000 (22:00 +0800)]
Fix some default punct mappings in traditional Chinese
Peng Huang [Tue, 20 Jul 2010 00:59:15 +0000 (08:59 +0800)]
Refine coding style and update AUTHORS
Peng Huang [Fri, 16 Jul 2010 06:24:07 +0000 (14:24 +0800)]
Release 1.3.9
Peng Huang [Fri, 16 Jul 2010 06:02:10 +0000 (14:02 +0800)]
Merge remote branch 'epic/master'
Peng Wu [Wed, 14 Jul 2010 05:40:53 +0000 (13:40 +0800)]
fixes error when make distcheck.
Peng Huang [Fri, 9 Jul 2010 07:36:04 +0000 (15:36 +0800)]
Merge remote branch 'epic/master'
Peng Huang [Fri, 9 Jul 2010 07:35:41 +0000 (15:35 +0800)]
Fix build problem in ppa
Peng Wu [Fri, 9 Jul 2010 03:42:01 +0000 (11:42 +0800)]
only enable lua extension when use single pinyin.
Peng Wu [Thu, 8 Jul 2010 05:43:29 +0000 (13:43 +0800)]
fixes autoconf bug.
Peng Wu [Tue, 6 Jul 2010 05:55:32 +0000 (13:55 +0800)]
add lua version check.
Peng Wu [Tue, 6 Jul 2010 04:49:10 +0000 (12:49 +0800)]
fixes ExtEditor compile.
Peng Wu [Tue, 6 Jul 2010 04:42:15 +0000 (12:42 +0800)]
fixes ubuntu build.
Peng Wu [Tue, 6 Jul 2010 03:22:44 +0000 (11:22 +0800)]
fixes a typo.
Peng Huang [Tue, 6 Jul 2010 02:46:46 +0000 (10:46 +0800)]
Use opencc
BYVoid [Mon, 5 Jul 2010 08:29:48 +0000 (16:29 +0800)]
Revert to OpenCC C language API
BYVoid [Tue, 22 Jun 2010 08:42:18 +0000 (16:42 +0800)]
Use Constant of C++ wrapper of OpenCC instead of macro
BYVoid [Fri, 18 Jun 2010 05:54:33 +0000 (13:54 +0800)]
Add error handler for call of OpenCC
BYVoid [Fri, 18 Jun 2010 05:49:58 +0000 (13:49 +0800)]
Fix call of OpenCC
Peng Huang [Mon, 5 Jul 2010 07:31:03 +0000 (15:31 +0800)]
Disable lua extension by default
Peng Wu [Thu, 1 Jul 2010 08:27:54 +0000 (16:27 +0800)]
fixes traditional number.
Peng Wu [Thu, 1 Jul 2010 08:17:19 +0000 (16:17 +0800)]
adding lua-extension flags.
Peng Wu [Thu, 1 Jul 2010 07:32:36 +0000 (15:32 +0800)]
add lua extension compile flags.
Peng Wu [Thu, 1 Jul 2010 03:55:52 +0000 (11:55 +0800)]
fixes compile errors.
Peng Wu [Thu, 1 Jul 2010 03:46:59 +0000 (11:46 +0800)]
re-factor chinese number code.
Peng Wu [Thu, 1 Jul 2010 02:36:39 +0000 (10:36 +0800)]
remove some warnings.
Peng Wu [Thu, 1 Jul 2010 02:32:40 +0000 (10:32 +0800)]
fixes translation.
Peng Wu [Tue, 29 Jun 2010 07:26:32 +0000 (15:26 +0800)]
add comments.
Peng Wu [Tue, 29 Jun 2010 07:21:34 +0000 (15:21 +0800)]
fixes huge number.
Peng Wu [Tue, 29 Jun 2010 06:50:10 +0000 (14:50 +0800)]
fixes aux text.
Peng Wu [Tue, 29 Jun 2010 06:34:09 +0000 (14:34 +0800)]
fixes compile errors.
Peng Wu [Tue, 29 Jun 2010 06:17:28 +0000 (14:17 +0800)]
add Chinese Number Gen code
Peng Wu [Wed, 23 Jun 2010 07:54:13 +0000 (15:54 +0800)]
re-factor include headers.
Peng Wu [Wed, 23 Jun 2010 07:31:58 +0000 (15:31 +0800)]
fixes strlen.
Peng Wu [Wed, 23 Jun 2010 02:48:29 +0000 (10:48 +0800)]
fixes help display on aux text.
Peng Wu [Tue, 22 Jun 2010 10:08:00 +0000 (18:08 +0800)]
fixes space and m_cursor handles.
Peng Wu [Tue, 22 Jun 2010 07:41:46 +0000 (15:41 +0800)]
fixes return key.
fixes lua script load path.
Peng Wu [Tue, 22 Jun 2010 07:16:15 +0000 (15:16 +0800)]
fixes digit labels gen.
fixes label key '0' to '9'.
Peng Wu [Tue, 22 Jun 2010 07:13:09 +0000 (15:13 +0800)]
add lua command help hint.
Peng Wu [Tue, 22 Jun 2010 07:08:19 +0000 (15:08 +0800)]
add enter key press handle.
Peng Huang [Tue, 22 Jun 2010 02:43:36 +0000 (10:43 +0800)]
refine code
Peng Huang [Tue, 22 Jun 2010 02:40:44 +0000 (10:40 +0800)]
Refine code and fix some warnings
Peng Wu [Tue, 22 Jun 2010 02:37:01 +0000 (10:37 +0800)]
re-factor ExtEditor header.
Peng Wu [Mon, 21 Jun 2010 07:17:48 +0000 (15:17 +0800)]
fixes m_cursor computing.
Peng Wu [Mon, 21 Jun 2010 06:19:35 +0000 (14:19 +0800)]
add license for lua ext mode.
Peng Wu [Mon, 21 Jun 2010 06:17:21 +0000 (14:17 +0800)]
fixes label
Peng Wu [Mon, 21 Jun 2010 05:34:12 +0000 (13:34 +0800)]
fixes base.lua path.
Peng Wu [Mon, 21 Jun 2010 05:21:47 +0000 (13:21 +0800)]
add stripped oslib for lua ext.
Peng Wu [Mon, 21 Jun 2010 05:06:01 +0000 (13:06 +0800)]
add base.lua
Peng Wu [Fri, 18 Jun 2010 07:58:01 +0000 (15:58 +0800)]
fixes compile warnings.
Peng Wu [Fri, 18 Jun 2010 05:37:56 +0000 (13:37 +0800)]
re-factor code.
Peng Wu [Fri, 18 Jun 2010 05:07:51 +0000 (13:07 +0800)]
re-order code sequence.
Peng Wu [Fri, 18 Jun 2010 04:54:18 +0000 (12:54 +0800)]
fixes include header.
Peng Huang [Fri, 18 Jun 2010 03:37:25 +0000 (11:37 +0800)]
Fix build errors.
Peng Huang [Fri, 18 Jun 2010 03:25:15 +0000 (11:25 +0800)]
Merge remote branch 'epico/lua-plugin' into lua-plugin
Conflicts:
src/ExtEditor.cc
src/ExtEditor.h
src/LookupTable.h
src/Makefile.am
src/PinyinEngine.cc
Peng Wu [Fri, 18 Jun 2010 03:08:36 +0000 (11:08 +0800)]
fixes multi-line candidate content.
Peng Wu [Fri, 18 Jun 2010 03:01:22 +0000 (11:01 +0800)]
fixes riqi and shijian.
Peng Wu [Fri, 18 Jun 2010 02:45:16 +0000 (10:45 +0800)]
fixes some typos.
Peng Wu [Thu, 17 Jun 2010 07:17:27 +0000 (15:17 +0800)]
add label and space key handle.
Peng Wu [Thu, 17 Jun 2010 05:07:20 +0000 (13:07 +0800)]
write select candidate.
Peng Huang [Wed, 16 Jun 2010 16:02:11 +0000 (00:02 +0800)]
Add er in xhe double pinyin schema
Peng Huang [Mon, 14 Jun 2010 16:12:30 +0000 (00:12 +0800)]
Use gint8 for pinyin id in double pinyin table
Peng Huang [Mon, 14 Jun 2010 15:47:36 +0000 (23:47 +0800)]
Update configure.ac
Peng Huang [Mon, 14 Jun 2010 15:44:27 +0000 (23:44 +0800)]
Refine code
Peng Huang [Mon, 14 Jun 2010 05:54:25 +0000 (13:54 +0800)]
Use utf8 string encode
Peng Huang [Mon, 14 Jun 2010 03:09:21 +0000 (11:09 +0800)]
Add --enable-opencc option
Peng Huang [Sun, 13 Jun 2010 08:03:08 +0000 (16:03 +0800)]
refine code
Peng Huang [Sun, 13 Jun 2010 07:38:36 +0000 (15:38 +0800)]
Add XiaoHe double pinyin schema
Peng Huang [Fri, 11 Jun 2010 09:26:10 +0000 (17:26 +0800)]
Improve performance of SimpTradConvert
BYVoid [Thu, 10 Jun 2010 14:28:04 +0000 (22:28 +0800)]
Use C++ API of OpenCC
BYVoid [Thu, 10 Jun 2010 04:51:13 +0000 (12:51 +0800)]
Print message when an error occurs in opencc_convert
Peng Huang [Thu, 10 Jun 2010 05:34:18 +0000 (13:34 +0800)]
Set release = 0
Peng Huang [Wed, 9 Jun 2010 23:56:54 +0000 (07:56 +0800)]
Add class OpenCC to encapsulate opencc
BYVoid [Wed, 9 Jun 2010 14:38:08 +0000 (22:38 +0800)]
Merge from origin
Peng Huang [Wed, 9 Jun 2010 14:29:31 +0000 (22:29 +0800)]
Refine some code.