Commit Graph

108 Commits

Author SHA1 Message Date
Mike FABIAN
318be10b55 Bump release number 2015-11-24 09:49:23 +01:00
Mike FABIAN
35c3500d22 Make changelog entry ASCII only 2015-11-24 09:49:12 +01:00
Mike FABIAN
4cfec0ca67 update to 1.9.10
- Fix bug in Unihan_Variants.txt, 表 and 杰 are both simplified *and* traditional Chinese
- Resolves: rhbz#1284749
2015-11-24 08:05:09 +01:00
Mike FABIAN
9676a7ee63 update to 1.9.9
- Fix hotkey matching
- Resolves: rhbz#1282683
2015-11-17 18:00:02 +01:00
Peter Robinson
18997cfc14 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 2015-11-10 14:35:17 +00:00
Mike FABIAN
4c420d8799 update to 1.9.8
- Get option 'lookuptableorientation' default value from database (Thanks to Heiher <r@hev.cc>).
2015-10-21 09:01:39 +02:00
Mike FABIAN
a8f87b9b70 update to 1.9.7
- When matching hotkeys, ignore all modifiers not requested in the match
- Fix U+8986 in Unihan_variants.txt, it is both simplified *and* traditional Chinese
- Resolves: rhbz#1271036
- Update Unihan_Variants.txt from "2014-05-09 Unicode 7.0.0" to "2015-04-30 Unicode 8.0.0"
2015-10-14 17:24:44 +02:00
Dennis Gilmore
dd2858ffc7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-17 11:10:57 +00:00
Mike FABIAN
a88c305427 update to 1.9.6
- Use os.path.expanduser('~') instead of os.getenv('HOME')
- Resolves: rhbz#1218023
2015-05-06 09:25:21 +02:00
Mike FABIAN
1a5f303a0f update to 1.9.5
- Don’t strip space when parsing phrases from a source table
- Resolves: rhbz#1211208
2015-04-13 12:43:55 +02:00
Mike FABIAN
d5e9314fc2 update to 1.9.4
- Check existence of old log files before trying to delete them
- Resolves: rhbz#1199673
2015-03-07 19:19:43 +01:00
Mike FABIAN
5432a89f87 update to 1.9.3
- Try to get the English name of the table if run in locale C/POSIX
- Resolves: rhbz#1197001
2015-03-02 06:58:20 +01:00
Mike FABIAN
e159d3ae1a update to 1.9.2
- Use directories according to theXDG Base Directory Specification
- Resolves: rhbz#1172524
- When a leading invalid character is passed through, it needs
  to be remembered in self._prev_char
- Change class “KeyEvent” to store the keycode as well
2015-01-09 12:09:01 +01:00
Mike FABIAN
a35c6af1c6 update to 1.9.1
- Use proper fallback when reading the localized table name
- Show pinyin mode as well in the input mode indicator
2014-09-30 14:19:32 +02:00
Mike FABIAN
283f980f62 update to 1.9.0
- Redesign the property menus, use sub-menus instead of toggles
2014-09-16 10:26:41 +02:00
Mike FABIAN
b8c8b71d18 update to 1.8.11
- fixes a Python backtrace when the dconf key
  /desktop/ibus/engine/table/wubi-jidian86/onechar was not set
2014-09-14 13:48:25 +02:00
Mike FABIAN
0fd7397317 update to 1.8.10
- Disable auto_commit option for tables which do not have RULES
- Resolves: rhbz#1135759
- Disable hotkey to switch Chinese mode if database is not Chinese
- Disable “onechar” (Phrase mode/Single char mode) option for non-CJK databases
2014-09-04 16:35:21 +02:00
Mike FABIAN
be0787fd40 update to 1.8.9
- Move some options into a new tab “Details”
- Ignore Shift+Space hotkey to switch fullwidth/halfwidth if the database is not for CJK
- Resolves: rhbz#1133422
- Pass IBus.KEY_KP_Enter to the application if the preedit is empty
- Resolves: rhbz#1133424
2014-08-26 14:28:34 +02:00
Mike FABIAN
893aec50c9 update to 1.8.8
- Show keyboard shortcuts also in the property menu entries
- Remove “Hide Candidates/Display Candidates” from the properties menu
- If the database is not CJK, set sensitivity to comboboxes
  useful only for CJK to OFF
- Disable properties related to fullwidth/halfwidth for non-CJK tables
- Resolves: rhbz#1128912 - With the new "rusle" table in
  ibus-table-cyrillic, typing space works strangely
2014-08-14 15:45:41 +02:00
Mike FABIAN
b33d6d8d21 update to 1.8.7
- Use the “notify::text” signal instead of “activate” on GtkEntry widget.
  This is to make changes in the text entry widgets in the setup tool apply
  immediately.
- Move the “Restore all defaults” button into the GtkButtonBox at the bottom
- Update Unihan_Variants.txt from “2013-02-25 Unicode 6.3.0” to “2014-05-09 Unicode 7.0.0”
2014-08-11 19:35:58 +02:00
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
Dennis Gilmore
3f98e44ba3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 16:51:41 -05: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
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