Commit Graph

182 Commits

Author SHA1 Message Date
Mike FABIAN
fd870f2af9 update to 1.8.1
- Added support for wildcards (both in table and in pinyin mode)
- Don’t show the prompt characters defined in the table in
  pinyin mode in the auxiliary text
2014-06-04 17:19:52 +02:00
Mike FABIAN
4336502923 update to 1.8.0 2014-06-03 07:38:55 +02:00
Mike FABIAN
8dadda8b24 update to 1.5.0.20140528
- Use Unicode code point as a last ditch sort key for the candidates
- Fix bug in Unihan_Variants.txt, 同 is both simplified *and* traditional Chinese
- Update Unihan_Variants.txt from “2011-08-08 Unicode 6.1.0” to “2013-02-25 Unicode 6.3.0” and regenerate engine/chinese_variants.py
2014-05-28 22:33:47 +02:00
Mike FABIAN
c8fd588020 update to 1.5.0.20140527
- Put exact matches always at the top of the candidate list
- Fix typo in the filtering for Chinese mode 3 (All characters with traditional Chinese first)
- Support prompt characters (e.g. for cangjie and stroke5)
2014-05-27 08:12:22 +02:00
Mike FABIAN
08a17133e9 update to 1.5.0.20140519
- rewrite major parts of ibus-table, fix many bugs.
2014-05-19 21:53:55 +02:00
Mike FABIAN
8682267421 update to latest upstream ibus-table-1.5.0.20140416
- Do not fail when the environment variable HOME is not set
- Resolves: rhbz#1088138
- some code cleanup
2014-04-16 10:05:13 +02:00
Mike FABIAN
a9cfcd6f00 update to latest upstream ibus-table-1.5.0.20140409
- Make toggling pinyin mode with the right shift key work
- Don’t try to colour system phrases and user phrases differently in pinyin mode
- Resolves: rhbz#1084684
- Don’t switch off pinyin mode in clear()
- Make usage of engine name and dconf key consistent
2014-04-09 16:50:08 +02:00
Mike FABIAN
81b6102de5 Fix a regression caused by the Python3 port in tabcreatedb.py (This fixes the build of ibus-table-chinese) 2014-04-02 18:29:04 +02:00
Mike FABIAN
d5706a550d Fix yet another regression introduced by the Python3 port (problem occured when filtering Chinese characters, see rhbz#1072940 comment#18)
- Resolves: rhbz#1072940
2014-03-12 15:14:43 +01:00
Mike FABIAN
3d1329562b update to latest upstream ibus-table-1.5.0.20140312
- fix another regression introduced by the Python3 port (a spelling mistake in a variable name)
- Resolves: rhbz#1072940
2014-03-12 07:45:32 +01:00
Mike FABIAN
cad8544cc3 update to latest upstream ibus-table-1.5.0.20140311
- fix a regression introduced by the Python3 port
- add a .desktop file and make the setup tool work with Gnome
- make it possible to interrupt the setup tool with Control-C from the command line
2014-03-11 20:31:07 +01:00
Mike FABIAN
c1959c40c9 update to latest upstream ibus-table-1.5.0.20140306
- Resolves: rhbz#1072940 - Left Shift stopped work for ibus-table-1.5.0.20140218-1.fc20.noarch
- port from Python2 to Python3, require Python3 in this rpm now
- fix directory for setup tool, setup tool should work now
- add profiling support

- fix wrong weekdays in %changelog in .spec file
2014-03-06 15:36:25 +01:00
Mike FABIAN
557180f958 update to latest upstream 1.5.0.20140218
- Resolves: rhbz#1061345 - ibus-table shows entered text in password fields
- remove patches which are included upstream
- remove old, unused patches
2014-02-18 20:35:45 +01:00
Mike FABIAN
f695188c13 When tabcreatedb.py is called without any options, print a usage message. Do not just show a cryptic backtrace.
Resolves: rhbz#1051365 - suggestion: move ibus-table-createdb to a subpackage
2014-01-24 15:25:39 +01:00
Dennis Gilmore
dae50420dd - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 14:11:09 -05:00
Mike FABIAN
5e281229ec Add “BuildRequires: python2-devel” 2013-07-30 09:12:46 +02:00
Mike FABIAN
50156f077a Resolves: #948454 - Man page scan results for ibus-table
- update to latest upstream 1.5.0.20130419
  (includes the man-page I added)
- remove the patches which are included upstream
2013-04-19 12:09:47 +02:00
Mike FABIAN
afec9363fc Resolves: #911487 - Non-Chinese tables from the ibus-table-other package do not work
- Update cmode property in chinese mode only

And some other small fixes and improvements:

- Add auto_select functionality to select the first phrase when typing.
  Useful for Cyrillic transliteration
- Fall back to auto_select = False if neither dconf nor the table
  have a value for auto_select
- Preedit needs to be updated on page-up and page-down
2013-02-15 11:39:49 +01:00
Mike FABIAN
17882b4e15 update to 1.5.0 and add patches for better simplified/traditional Chinese detection
- update to latest upstream 1.5.0  from Caius ‘kaio’ Chance’s repository
- add patches for better simplified/traditional Chinese detection
- Resolves: #857967 - simplified/traditional Chinese detection in ibus-table does not work well
2013-01-28 17:12:52 +01:00
Mike FABIAN
ece062c31c update to latest upstream 1.4.99.20130110 from Caius ‘kaio’ Chance’s repository
- Resolves: #513901 ibus-table setup does not store config settings
- When detecting the Chinese mode from the environment, also check LC_ALL
- Fix typo in self._chinese_mode variable (The typo broke the SC/TC property)
- Make cursor in lookup table always visible (became invisible after the port to GObjectIntrospection)
- apply changes in values of dconf keys immediately
2013-01-10 17:15:20 +01:00
Mike FABIAN
5953f0e2d0 update to latest upstream 1.4.99.20130108 from Caius ‘kaio’ Chance’s repository
- includes port to GObjectIntrospection now
2013-01-08 17:58:14 +01:00
Mike FABIAN
0a954f198a update to latest upstream 1.4.99.20130103 from Caius ‘kaio’ Chance’s repository
- use Caius’ 1.5.0 branch
- remove old patches which are included upstream
2013-01-03 09:50:08 +01:00
Mike FABIAN
714a2c614d update to latest upstream 1.4.99.20121113 from Caius ‘kaio’ Chance’s repository
- use Caius’ rel20121101 git tag
- remove ibus-table-1.4.99.20120907-improve-chinese-category-check.patch (included upstream)
- remove fix-ipa-x-sampa-table-and-phrases-containing-spaces.patch (included upstream)
- Fixes on top of Caius’ rel20121101 git tag:
- Fix marking of translatable strings for gettext
- update zh_??.po files
- Add German translation
- Do not fail if the ~/.ibus/byo-tables/ directory does not exist
2012-11-13 14:18:50 +01:00
Mike FABIAN
cbfd09b0fb Resolves: #856903
- Fix ipa-x-sampa table and phrases containing spaces in emoji-table
  Currently there is a regular expression which filters out several
  lines defining valid phrases. The emoji-table for example has phrases
  containing spaces which are currently filtered out and the ipa-x-sampa
  table has trailing comments which are filtered out as well.
2012-09-13 15:44:53 +02:00
Mike FABIAN
52b91b4b42 Resolves: #856320
- Improve check whether a phrase is simplified or traditional Chinese
  The improvement is to ignore all non-Han characters when
  doing the check.
  This is to avoid classifying a simplified Chinese string as
  traditional just because it happens to include some non-Chinese
  characters, for example box drawing characters, which cannot be
  converted to gb2312 but happen to be convertible to big5hkscs.
  This fixes the problem in the emoji-table input method that most
  phrases cannot be input at all.
2012-09-13 15:13:03 +02:00
Mike FABIAN
885bd3f680 Relates: #855250
- see comment#1 in #855250
- update to latest upstream 1.4.99.20120907 from Caius 'kaio' Chance's repository
- remove ibus-table-1.3.9.20110827-add-some-keys-for-translit.patch (included upstream)
- remove ibus-table-1.3.9.20110827-enable-non-ascii.patch (included upstream)
2012-09-13 15:12:55 +02:00
Mike FABIAN
cbe00b8757 Resolves: #845798
- add ibus-table-1.3.9.20110827-add-some-keys-for-translit.patch (from Yuwei YU, upstream)
- add ibus-table-1.3.9.20110827-enable-non-ascii.patch  (from Yuwei YU, upstream)
- add ibus-table-1.3.9.20110827-uppercase-umlauts.patch to allow uppercase as well in translit
2012-09-05 10:26:41 +02:00
Dennis Gilmore
c917947695 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-19 09:28:48 -05:00
Dennis Gilmore
98667bfe29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 23:38:31 -06:00
kaio
c52032cc27 update to upstream 2011-08-31 08:15:07 +10:00
Dennis Gilmore
67b05de307 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-09 05:55:50 -06:00
Ding-Yi Chen
1f96610235 Rebuild for ibus-1.4 2010-11-19 13:27:55 +10:00
Jens Petersen
a362d1d300 remove the redundant post and postun scripts (#625330) 2010-09-01 17:35:19 +10:00
David Malcolm
0a3b98317e recompiling .py files against Python 2.7 (rhbz#623320) 2010-08-11 17:41:35 -04:00
Fedora Release Engineering
75cbea7bb1 dist-git conversion 2010-07-28 18:07:37 +00:00
kaio
c683c66dd5 Uploaded sources to storage. 2010-06-21 06:10:49 +00:00
kaio
5df7a6d1b5 - Updated from upstream which tarball was rebuilt with IBus 1.3. 2010-06-21 05:54:10 +00:00
kaio
86b773d3b2 - Add template.txt in files. 2010-03-10 07:47:32 +00:00
kaio
9af8814396 - Disable -additional. 2010-03-10 07:37:56 +00:00
kaio
d546d0c974 - Remove -additional for obsoletion by ibus-table-latin and
ibus-table-code.
2010-03-10 07:29:47 +00:00
kaio
40485fdb18 - Fix location of latex.svg/ 2010-02-15 07:15:06 +00:00
cchance
6b41254e2f - Split .pc to -devel subpackage. 2010-01-29 07:33:05 +00:00
cchance
ab19a2e2bb fixed 2010-01-29 02:14:58 +00:00
cchance
3e93645089 - Temporary keep files of additional available in ibus-table until
ibus-table-{code,latin} packages are ready in repository.
2010-01-14 01:47:36 +00:00
cchance
ec8af7969b - Updated source from upstream.
- Migreate tables from ibus-table-additional to ibus-table-latin and
    ibus-table-code.
2010-01-11 01:03:42 +00:00
cchance
9802741adb - Apply parsing equal sign patch. 2010-01-06 02:22:27 +00:00
Bill Nottingham
fd3fdd056e Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 23:40:36 +00:00
cchance
4f9521906d add patch 2009-11-11 04:05:00 +00:00
cchance
1deac78c04 fix crashing caused by speedmeter 2009-11-11 02:31:55 +00:00
cchance
2674506db2 corrected path of post section of additional 2009-09-21 02:34:28 +00:00