Commit Graph

93 Commits

Author SHA1 Message Date
Mike FABIAN
62a42b4495 update to 1.8.6
- Escape % and _ if they are not intended as wildcards
- Resolves: rhbz#1123981
2014-07-29 12:32:48 +02:00
Mike FABIAN
004f5878ed update to 1.8.5
- Always write xml output in UTF-8 encoding, not in the encoding
  of the current locale
- Resolves: rhbz#1120919
2014-07-21 16:27:43 +02:00
Mike FABIAN
481932c602 update to 1.8.4
- Tweak defaults for Chinese mode taken from the locale
- Fix prompts for array30 table and don’t use prompts in pinyin mode
- Make it possible to use select keys like F1, F2, F3 ...
- For cangjie* and quick* tables: Use big5 order if the
  freq from the table is the same
2014-07-07 10:54:45 +02:00
Mike FABIAN
db8f7a9072 update to 1.8.3
- Insert a special candidate for the wildcard character itself
  if only a wildcard character has been typed
- Make wildchard characters configurable
- Resolves: rhbz#1110325 - Unable to input question marks in Wubi-jidian
2014-06-25 15:18:48 +02:00
Mike FABIAN
640a354f43 update to 1.8.2
- Better sorting of the lookup table in the mixed Chinese modes
- Do not create useless indexes
- Resolves: rhbz#1105465
2014-06-09 08:01:53 +02:00
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
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
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
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
kaio
c52032cc27 update to upstream 2011-08-31 08:15:07 +10:00
kaio
c683c66dd5 Uploaded sources to storage. 2010-06-21 06:10:49 +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
08b5f498a9 upgraded to upstream source 2009-09-21 02:28:02 +00:00
cchance
e4265a1306 updated source w/ parsing enhancement for table entries with comments. 2009-09-04 06:54:07 +00:00
cchance
4d4aacdacb rebuilt 2009-09-03 01:38:53 +00:00
cchance
75ff6b5512 removed unused daommit contents 2009-08-04 01:35:52 +00:00
cchance
c474456f44 updated to upstream 20090803 2009-08-03 07:14:29 +00:00
cchance
be9585edfc missed upload source tarball: rebuild 2009-07-01 06:40:10 +00:00
cchance
0c5ee92eda Updated source from upstream, which with candidate order problem fixed. 2009-05-27 05:28:52 +00:00
cchance
b8b5c70e85 *** empty log message *** 2009-03-16 05:11:55 +00:00
Jens Petersen
4a90063981 - make pkgconfig noarch with ibus-table-pkgconfig-noarch.patch
- fix license field: actually LGPL
- drop gettext-devel BR
- require ibus > 1.1.0
2009-03-06 02:07:54 +00:00
cchance
d1cc0e74e6 updated sources 2009-03-04 04:23:05 +00:00
Peng Huang
bba9551b7a Update to 0.1.1.20081014 2008-10-17 07:33:53 +00:00
Peng Huang
87ab67f832 Update to 0.1.1.20080901 2008-09-01 02:59:52 +00:00
Peng Huang
27083d962b Update to 0.1.1.20080829 2008-08-29 09:10:13 +00:00
Peng Huang
aa95ee386e Import ibus-table. 2008-08-24 22:35:16 +00:00
Kevin Fenzi
186bbea769 Setup of module ibus-table 2008-08-24 19:00:00 +00:00