summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix removed python gettext APIHEADmainznwu2023-05-091-1/+6
|
* Fix sqlite 3.41.0 build failedjinqiang zhang2023-02-271-1/+1
| | | | | | | | | | | | | As sqlite 3.41.0 release note say: The double-quoted string misfeature is now disabled by default for CLI builds. Legacy use cases can reenable the misfeature at run-time using the ".dbconfig dqs_dml on" and ".dbconfig dqs_ddl on" commands. We should change this double quote to single quote Ref: https://bugs.gentoo.org/896366 Signed-off-by: jinqiang zhang <peeweep@0x0.ee>
* Fix typo in setup - Traditional ChineseTom Fifield2022-02-101-1/+1
| | | The UI option for selecting Traditional Chinese was defined as "InitTraditionalChinese" but setup/main.py was configured for "IniTraditionalChinese" (lacking a t).
* Enable using Python 3 in ibus-setup-pinyinPetr Viktorin2022-02-101-0/+8
| | | | | The default uses 'python' and if the path of python 3 is 'python3', use: ./configure --with-python=python3
* initialize m_double_pinyinHenry Hu2022-02-101-0/+1
|
* Fix -Wlogical-not-parentheses warningAndreas Schwab2022-02-081-1/+1
|
* Don't set empty preedit by reset when no composing statemasterMakoto Kato2020-12-072-1/+17
| | | | | | | | | | | | | | When calling gtk_im_context_reset(), ibus-pinyin send the signals "preedit_start", "preedit_changed" (with emptry predit string), and "preeedit_end". Even if no composing state, these signals occurs. This causes some application is unexcpeted behavior. Chromium https://bugs.chromium.org/p/chromium/issues/detail?id=404005 Firefox https://bugzilla.mozilla.org/show_bug.cgi?id=1138159 So when calling gtk_im_context_reset() without composing, ibus-pinyin shouldn't send "preedit_*" signals.
* Update lmyoslib.c for new lua 5.4 versionGianfranco Costamagna2020-07-161-1/+1
| | | | | Fix lua 5.4 compatibility, due to deprecated LUA_QS macro See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964680 for reference
* Merge pull request #9 from qiangzhao/masterPeng Huang2018-11-303-7/+18
|\ | | | | To avoid ibus-pinyin-setup crash in python3 env.
| * Update ibus-setup-pinyin.in: to avoid ibus-pinyin-setup crash in pure ↵ZhaoQiang2018-11-303-7/+18
|/ | | | python3 env.
* support setContentType methodPeng Wu2014-02-194-2/+76
| | | | | | | | | | | | ibus now supports setContentType method, if an application input some password, the password will not be shown. BUG=rhbz#1027029 R=Shawn.P.Huang@gmail.com Review URL: https://codereview.appspot.com/22330043 Patch from Peng Wu <alexepico@gmail.com>.
* Fix ENV value for NetBSDTakao Fujiwara2013-08-213-6/+6
| | | | | | | | | BUG=http://code.google.com/p/ibus/issues/detail?id=1649 R=Shawn.P.Huang@gmail.com Review URL: https://codereview.appspot.com/12874044 Patch from Takao Fujiwara <takao.fujiwara1@gmail.com>.
* Fix build on systems where default lua is 5.2Nuno Araujo2013-01-291-0/+1
| | | | | | | | | | | Currently, if a system has both lua5.1 and lua5.2 installed, but lua5.2 is the default, the build tries to use lua5.2 instead of lua5.1 which is currently not supported. BUG=https://code.google.com/p/ibus/issues/detail?id=1581 Review URL: https://codereview.appspot.com/7223049 Patch from Nuno Araujo <nuno.araujo@russo79.com>.
* Release 1.5.01.5.01.5.yPeng Huang2012-12-191-3/+3
| | | | | | BUG=None Review URL: https://codereview.appspot.com/6940076
* Fixes pinyin.xmlPeng Wu2012-12-191-4/+4
| | | | | | | | | | * Change the keyboard layout from us to default; * Update the symbols same as the icons; BUG= Review URL: https://codereview.appspot.com/6949070 Patch from Peng Wu <alexepico@gmail.com>.
* Quote $@ in autogen.shEvan Nemerson2012-12-061-1/+1
| | | | | | | | BUG=http://code.google.com/p/ibus/issues/detail?id=1556 TBR=takao.fujiwara1 Review URL: https://codereview.appspot.com/6890053 Patch from Evan Nemerson <evan@coeus-group.com>.
* Add setup tag.Peng Huang2012-08-211-0/+2
| | | | | | BUG=http://code.google.com/p/ibus/issues/detail?id=1498 Review URL: https://codereview.appspot.com/6464079
* Fix make dist & rpm errors.Peng Huang2012-08-072-6/+13
| | | | | | BUG=None Review URL: https://codereview.appspot.com/6455076
* Support pyzy 0.0.9.Peng Huang2012-08-022-12/+12
| | | | | | BUG=None Review URL: https://codereview.appspot.com/6450080
* Integrates pyzy.Hiroshi Sumita2012-08-0277-44551/+572
| | | | | | | | BUG=None TEST=None at this moment... Review URL: https://codereview.appspot.com/6253043 Patch from Hiroshi Sumita <hsumita@chromium.org>.
* Merge pull request #3 from hillwoodroc/masterPeng Huang2012-07-272-2/+16
|\ | | | | add Chinese Name and Comment in .desktop
| * add Chinese Name and Comment in .desktophillwoodroc2012-07-261-1/+8
| |
| * add Chinese Name and Comment in .desktophillwoodroc2012-07-261-8/+8
| |
| * add Chinese Name and Comment in .desktophillwoodroc2012-07-261-1/+8
|/
* Add a symbol property in IBusEngineDesc.Takao Fujiwara2012-07-162-18/+24
| | | | | | | | BUG=http://code.google.com/p/ibus/issues/detail?id=1473 TEST=Manually Review URL: https://codereview.appspot.com/6345045 Patch from Takao Fujiwara <takao.fujiwara1@gmail.com>.
* Add a .desktop file for ibus-setup-pinyinRui Matos2012-07-126-0/+43
| | | | | | | | | | | This allows it to be launched with startup notification and be tracked as a proper application in GNOME 3. BUG=http://code.google.com/p/ibus/issues/detail?id=1483 TEST= Review URL: https://codereview.appspot.com/6345092 Patch from Rui Matos <tiagomatos@gmail.com>.
* Bump version to 1.4.99Peng Huang2012-06-211-2/+2
| | | | | | | BUG=None TEST=make distcheck Review URL: https://codereview.appspot.com/6304105
* Fixes a bug caused by a reallocation on vector.Hiroshi Sumita2012-06-051-1/+3
| | | | | | | | BUG=Database::query crashes on some situation TEST=Manual Review URL: https://codereview.appspot.com/6294043 Patch from Hiroshi Sumita <hsumita@chromium.org>.
* Fix license headers.Peng Huang2012-06-018-8/+8
| | | | | | | BUG=None TEST=None Review URL: https://codereview.appspot.com/6244072
* Fix license headersPeng Huang2012-06-0179-79/+79
| | | | | | | BUG=None TEST=None Review URL: https://codereview.appspot.com/6258069
* Remove i,v,u prefix when input English.Peng Huang2012-05-242-6/+9
| | | | | | | BUG=http://code.google.com/p/ibus/issues/detail?id=728 TEST=Manually Review URL: https://codereview.appspot.com/6210070
* Fix double pinyin parse error when fuzzy pinyin is enabled.Peng Huang2012-05-231-31/+47
| | | | | | | BUG=http://code.google.com/p/ibus/issues/detail?id=1441 TEST=Manually Review URL: https://codereview.appspot.com/6221060
* Fix a build warning.Peng Huang2012-05-231-1/+1
| | | | | | | BUG=None TEST=build Review URL: https://codereview.appspot.com/6220068
* Add French translation from Jiehong MaPeng Huang2012-03-223-0/+339
| | | | | | | BUG=None TEST=Make Review URL: https://codereview.appspot.com/5865049
* ibus-pinyin-setup: Port to gobject-introspection, do not use ibus python ↵Peng Huang2012-01-173-102/+348
| | | | | | | | | library anymore. BUG=http://code.google.com/p/ibus/issues/detail?id=1381 TEST=manually Review URL: https://codereview.appspot.com/5545053
* Convert wordlist from dos to unix formatPeng Huang2012-01-041-20000/+20000
| | | | | | | BUG=None TEST=make Review URL: http://codereview.appspot.com/5505096
* Refine Makefile and do not install engine.db if English mode is disabled.Peng Huang2012-01-039-32/+60
| | | | | | | | | Move english related files into data/db/english folder and update Makefile.am BUG=None TEST=make & make install Review URL: http://codereview.appspot.com/5503058
* Bump version for 1.4.0 release.1.4.0Peng Huang2011-12-201-3/+3
| | | | | | | BUG=None TEST=make distcheck Review URL: http://codereview.appspot.com/5498057
* Fix some issues which may cause crash likely.Peng Huang2011-10-282-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 Huang2011-10-261-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 Huang2011-07-053-90/+158
| | | | | | | BUG=http://crosbug.com/16287 TEST=Linux desktop Review URL: http://codereview.appspot.com/4670044
* Fix a build warning.Peng Huang2011-06-021-1/+1
| | | | | | | BUG=Build wanring TEST=Manually Review URL: http://codereview.appspot.com/4528117
* Fix make distcheck errors.Peng Huang2011-05-274-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 Huang2011-05-033-4/+5
| | | | | | | | | /etc/lsb-release. BUG=None TEST=Linux desktop Review URL: http://codereview.appspot.com/4428083
* add English EditorPeng Wu2011-04-229-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 Huang2011-03-219-2189/+2354
| | | | | | | | | save flag bits. BUG=none TEST=Linux desktop Review URL: http://codereview.appspot.com/4273085
* Update PYSimpTradConverterTable.h from wikipediaPeng Huang2011-02-182-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 Huang2011-02-072-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 Huang2011-01-182-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 Huang2010-11-244-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