Commit graph

1177 commits

Author SHA1 Message Date
obache
f9ca7b53db Prepare PKG_SYSCONFSUBDIR addtion, PKG_SYCONFIDR point to uim own one.
Fixes a part of PR pkg/49504 by YAMASHIRO Jun.
2014-12-26 08:43:27 +00:00
obache
282aef6a0a m17n-contrib is merged into m17n-db-1.6.5 and later.
fixes a part of PR pkg/49504 by YAMASHIRO Jun.
2014-12-26 08:37:14 +00:00
obache
37e309e2bc Update ibus-chewing to 1.4.12.
* Thu Dec 11 2014 Ding-Yi Chen <dchen at redhat.com> - 1.4.12
- Fix the GitHub download link

* Thu Dec 11 2014 Ding-Yi Chen <dchen at redhat.com> - 1.4.11.1
- Resolves Bug 1013977 - Slow focus change with ibus-chewing
- Resolves Bug 1062133 - ibus-chewing may not handle key event after focus change
- Resolves Bug 1073797 - Cannot identify input mode for Chinese IME (ibus-chewing)
- Fixed Bug 902866 - ibus-chewing uses dconf but still installs gconf schemas
  (Also listed as GitHub ibus-chewing #36)
- MakerDialog GUI is only loaded when setting dialog is invoked.
- Setting is removed from ibus-properties because it can be launched
  from either:
  + Executable ibus-setup-chewing: Usually under /usr/libexec
  + Input method preference in IBus preference.
- Fixed github issue #43: First space not able to input
    Thanks FreedomKnight.
- Fixed github issue #44: Update input-events (for libchewing-0.4.0)
    Thanks hiunnhue.
- Fixed github issue #45: Optimize properties handling.
    Thanks Ueno.
- github is now hosting the ibus-chewing tarballs.
2014-12-13 06:33:15 +00:00
obache
d1834ff643 libtool is required to build helper utiltilies.
fixes PR pkg/49321.
2014-12-07 02:29:00 +00:00
obache
8b6ce184b6 + ibus-rime 2014-12-04 13:00:55 +00:00
obache
514ec19454 Import ibus-rime-1.0 as inputmethod/ibus-rime.
ibus-rime: Rime Input Method Engine for Linux/IBus
2014-12-04 12:59:26 +00:00
obache
813b05df47 + brise 2014-12-04 12:12:15 +00:00
obache
f5b4d55d5c Import brise-0.30 as inputmethod/brise.
La brise: the official Rime schema repository.

providing:
  - default.yaml: Rime default settings
  - symbols.yaml: punctuation and special characters
  - essay: a vocabulary and language model
  - preset schemata: luna_pinyin, terra_pinyin, bopomofo, cangjie5, stroke
  - supplemental schemata: wubi86, quick5, double_pinyin, combo_pinyin,
    jyutping, wugniu, ipa_xsampa, sampheng, zyenpheng
  - extra schemata: (included in the source package but not installed)
2014-12-04 12:10:04 +00:00
obache
b9fcffb699 Add chinese to CATEGORIES 2014-12-04 12:06:58 +00:00
jnemeth
9419a9efa7 add and enable librime 2014-12-04 07:15:32 +00:00
obache
03ef220417 Import librime-1.0 as inputmethod/librime.
RIME: Rime Input Method Engine

features:
  - supporting varieties of input methods, either shape-based or phonetic-based,
    including those for Chinese dialects
  - a built-in dictionary in traditional Chinese, easily converting to
    simplified Chinese via opencc
  - a modulized, extensible input method framework to create innovative input
    schemata in YAML syntax
  - cross-platform core library in C++, built on top of open-source technologies
  - OS-specific wrappers working consistently on Windows, Linux and OS X
2014-11-29 09:31:49 +00:00
ryoon
9a30101469 Update to 15.2
Changelog:
* Improve GNU Emacs 24/25 support
* Follow NTEmacs directory structure change
* Remove obsolete functions use
* Improve annotation display
* More candidate display options
* More intelligent Kutoten handling
* Add NICOLA and Colemak keyboard supports
* Improve show-mode
* Some bugfixes
2014-11-24 02:08:51 +00:00
obache
6488858620 Update ibus-table-others to 1.3.6.
* Fix a typo in compose.txt (#12)
2014-11-22 11:54:50 +00:00
joerg
785e0d1bbf Make sure AM_GETTEXT can be resolved. 2014-11-17 19:04:49 +00:00
obache
d46f5032f4 exactly add dependency for py-gobject3, for the case ibus base package and
ibus-table is using different python version.
2014-11-09 05:15:07 +00:00
obache
9c22085d73 Update scim to 1.4.15.
* Disable key snooping by default.
* Handle special keys correctly.
* Send reedit-changed event when composing reedit string.
2014-11-09 02:46:30 +00:00
obache
f30e74b5f8 Update scim-tables to 0.5.14.1.
* allow entering of hebrew punctuation gershayim
2014-11-08 11:40:50 +00:00
ryoon
35616bf401 Remove a obsolete patch. 2014-11-07 23:31:18 +00:00
ryoon
62773ff6f5 Update to 1.15.1917.102 from 1.15.1895.102
Changelog:
r373 2014-11-03 1.15.1917.102 - r353 2014-10-17 1.15.1896.102

You can check out Mozc r373 as follows.

gclient sync --revision=373

Summary of changes between 1.15.1896.102 (r353) and 1.15.1917.102 (r373).

    Build related changes:
        Android build is now tested with NDK r10c and OpenJDK 7
    Fixed issues:
        FIX: Warning message from keymap editor should be updated ( Issue 251 )
    Commit summary:
        r373: Remove Util:ToUTF8 since it is actually a dead code
        r372: Tidy up build_mozc.py
        r371: Unsupport BuildToolsMain in build_mozc.py except for Windows
        r370: Re-enable tests for SafeStrToDouble/SafeStrToFloat on Android
        r369: Use OpenJDK 7 to build Android binaries
        r368: Swith protobuf repository from Google Code to GitHub part2
        r367: Fix several coding style issues
        r366: Sort test cases alphabetically
        r365: Merge ANDROID_VERSION_CODE into BUILD
        r364: Replace scoped_ptr with std::unique_ptr under unix/
        r363: Stop generating xcode rule to run unittest from IDE
        r362: Fix style violations in header include guards part 3
        r361: Deprecate build fravor "Optimize"
        r360: Put mozc_build_tools under output directory
        r359: Fix indentation in a python script
        r358: Roll breakpad r1375:r1391
        r357: Swith protobuf repository from Google Code to GitHub
        r356: Show the warning message when and only when keymaps for DirectInput mode are changed
        r355: Stop using non-standard default constructor of std::istream
        r354: Fix style violations in header include guards part 2
        r353: Switch to Android NDK r10c
2014-11-07 23:28:36 +00:00
adam
8e3b70e314 Revbump after updating boost 2014-11-07 19:39:24 +00:00
obache
4bb7b9c3cf Update ibus-hangul to 1.5.0.
* Add latin input mode.
  Latin input is now handled in ibus-hangul.  So you can input latin characters
  without changing input method engine.
2014-11-07 11:56:04 +00:00
obache
a66eb6923c Update ibus-table-others to 1.3.5.
* Use better localized names for the rusle table
2014-11-05 10:40:37 +00:00
obache
5a4c73abdb Update ibus-table to 1.9.1.
* Use proper fallback when reading the localized table name
* Show pinyin mode as well in the input mode indicator
2014-11-05 10:35:00 +00:00
prlw1
ea8985031e Remove libgee0.8.
libgee now contains the most recent version of libgee, which follows
the 0.8 API. If in the future, that API changes, we can copy libgee
back to libgee0.8, and carry on updating libgee.
2014-11-03 18:45:42 +00:00
obache
53779d4829 Update ibus-table to 1.9.0.
Release 1.9.0

Redesign the property menus, use sub-menus instead of toggles

The toogles are very confusing, one cannot easily see to which
mode one will switch when a toggle is clicked. When the floating panel
is shown, tooltips explain to which mode will switch. But the floating
panel is never shown in Gnome3, so this does not help for Gnome3.

User feedback also shows that many users are confused whether the
currently visible menu entry in case of a toggles shows the state
which is currently used or the state one will switch to when that
toggle is clicked.

For toggles which have more than 2 values, for example the Chinese mode:

    0 means to show simplified Chinese only
    1 means to show traditional Chinese only
    2 means to show all characters but show simplified Chinese first
    3 means to show all characters but show traditional Chinese first
    4 means to show all characters

it is tedious to change from mode 0 to mode 4 for example:

   Open the menu, click on the toggle, menu closes and one has
   changed to mode 1. Repeat 3 more times to get to mode 4.

The new system to use sub-menus instead of toogles also agrees better
with:

https://wiki.gnome.org/AllanDay/IMEGuidelines

> Avoid mutable menu items (menu items whose label changes after it has
> been selected). Instead, consider providing two adjacent menu items
> for the commands. Then make the items sensitive or insensitive as the
> situation demands.
>
> Do not use mutable menu items to toggle a two-state setting (for
> example, Show and Hide). Use a check box or radio buttons instead.
2014-11-03 09:00:32 +00:00
obache
6292c47390 Update ibus-anthy to 1.5.6.
* Fixed deprecated GtkHBox, GtkVBox and GtkStock since GTK+ 3.10.
* Fixed deprecated warnings with python3-gobject 3.13.3.
* Set max-width-chars property in ibus-anthy-setup wrapped GtkLabel.
* Set a parent window from 'IBUS_SETUP_XID' environment variable in setup.
* Replare FileNotFoundError with IOError for python2 compatibility. (#1736)
* Changed fequency 500 to 0.
* Added Emoji dictionary.
* Set preview_lines to -1 in zip code.
* Added search entry in view dictionary dialog.
* Fixed Gtk.SearchEntry.search-changed signal for gtk 3.8.
2014-11-03 08:53:53 +00:00
obache
6b5147fc75 Update ibus to 1.5.9.
* Enable preedit color on external preedit window with x11 applications. 2e8de03
* Do not fail ibus-setup when en_US.UTF-8 is not installed. a78c0b8
* Fix compose keys in French layout bepo variant. 6dcb2dd
2014-11-03 08:47:15 +00:00
obache
8cd413565f Update ibus-table-others to 1.3.4.
* Make status prompts and symbols more consistent
2014-11-03 08:42:18 +00:00
obache
f79caa2556 Update ibus-table to 1.8.11.
* fix Python backtrace when the dconf key
  /desktop/ibus/engine/table/wubi-jidian86/onechar is not set
2014-11-03 08:40:23 +00:00
ryoon
a0624c63b0 Update to 1.15.1895.102 from 1.15.1834.102
Changelog:
r350 2014-10-12 1.15.1895.102 - r323 2014-08-24 1.15.1869.102

You can check out Mozc r350 as follows.

gclient sync --revision=350

Summary of changes between 1.15.1869.102 (r323) and 1.15.1895.102 (r350).

    Build related changes:
        Android build is now tested with NDK r10b only
        Ubuntu 14.04 is now experimentally supported as a build environment. See mozc/docker/ubuntu14.04/Dockerfile.
    Fixed issues:
        FIX: Partial suggestion for numbers are not annotated by <部分確定> ( Issue 250 )
        FIX: Meaningless candidates are displayed on the Start Screen in Windows 8 and later ( Issue 249 )
    Commit summary:
        r350: Use StringPiece to avoid unnecessary instantiation of std::string
        r349: Introduce Util::ConcatStrings to reduce string copy
        r348: Do not make the destructor virtual unless it is necessary part 2
        r347: Do nothing if the key string passed to the converter is empty
        r346: Fix Year 2038 Problem in UserHistoryStorage
        r345: Do not make the destructor virtual unless it is necessary
        r344: Add supportedOS GUID for Windows 10
        r343: Use apt command instead of apt-get command in Ubuntu 14.04
        r342: Tidy up UserHistoryPredictor::InsertHistory
        r341: Reorder logical AND conditions just for readability
        r340: Remove a redundant length check
        r339: Roll jsoncpp 4b687640cbc197e8:11086dd6a7eba042
        r338: Roll gyp r1972:r1987
        r337: Roll breakpad r1354:r1374
        r336: Use Util::EndsWith when appropriate
        r335: Stop unnecessarily using uint64 variable for uint32 data part 2
        r334: Stop unnecessarily using uint64 variable for uint32 data
        r333: Fix a typo in a test name
        r332: Fix style violations in header include guards
        r331: Propagate information of partial suggestion in the number rewriter
        r330: Add an all-in-one Dockerfile to build Mozc for Android and Linux desktop (Ubuntu 14.04 edition)
        r329: Disable ITfFnSearchCandidateProvider until ITfIntegratableCandidateListUIElement is implemented
        r328: Use Android NDK r10b in the reference build environment part 2
        r327: Use Android NDK r10b in the reference build environment
        r326: Make sure to use correct 'NM' and 'READELF' in cross build
        r325: Roll gyp r1958:r1971
        r324: Update copyright year notice in the about dialog
        r323: Update line number attributes in Qt message files

r318 2014-08-17 1.15.1868.102 - r307 2014-08-03 1.15.1857.102

You can check out Mozc r318 as follows.

gclient sync --revision=318

Summary of changes between 1.15.1868.102 (r318) and 1.15.1857.102 (r307).

    Build related changes:
        Visual C++ 2013 is now supported to build Mozc binaries. ( Issue 244 )
    Fixed issues:
        FIX: Support Visual C++ 2013 ( Issue 244 )
        FIX: 'Set input mode to X' commands do not work while input mode is set to "Direct Input" ( Issue 246 )
        FIX: Remove shortcut keys for Japanese IME for intra IME mode switching (Issue chromium:310698)
    Commit summary:
        r318: Fix a typo in a build rule for OS X
        r317: Introduce a new keymap for Chromium OS device
        r316: Move GetDefaultKeyMap from keymap::KeyMapManager to config::ConfigHandler
        r315: Support 'Set input mode to X' in DirectInput mode on Linux, NaCl and Android
        r314: Enable Ninja's console pool feature for 'ant' tasks in Android build
        r313: Suppress build time message for the clean build log, especially when being built with Ninja
        r312: Update symbol dictionary
        r311: Roll protobuf r489:r512
        r310: Include Visual C++ 2013 merge modules when necessary
        r309: Use the workaroud for KB 813540 only for Visual C++ 2010
        r308: Remove an unnesesary blank line
        r307: Roll WTL r460:r587 part 2

r303 2014-08-03 1.15.1856.102 - r282 2014-07-20 1.15.1835.102

You can check out Mozc r303 as follows.

gclient sync --revision=303

Summary of changes between 1.15.1856.102 (r303) and 1.15.1835.102 (r282).

    Build related changes:
        Android build is now tested with NDK r10 only
        OS X 10.5/10.6 are no longer supported as the target platform. ( Issue 242 )
        OS X build now uses libc++ instead of libstdc++.
    Fixed issues:
        FIX: mozc.el should conform Emacs Lisp library header conventions ( Issue 213 )
        FIX: GetMachPortName fails on OS X 10.10 Yosemite ( Issue 241 )
        FIX: Discontinue the support of OS X 10.5/10.6 ( Issue 242 )
    Commit summary:
        r303: Remove an unnecessary directry search rule
        r302: Switch to libc++ for better C++11 support
        r301: Change the minimum supported OS X version to 10.7
        r300: Rely on predictable Mach port name for OS X
        r299: Change the group ID of the installed files from admin(80) to wheel(0) for Mac OS X
        r298: Fix missing copyright notice and license notice at the top of the file
        r297: Simplify build rules for Mac
        r296: Use Android NDK r10
        r295: Remove unused function in auto-generated code
        r294: Fix code signing error on Mac OS X Marveriks
        r293: Remove a workaround against copy-on-write implementation of std::string
        r292: Use C++11 auto keyword
        r291: Roll WTL r460:r587
        r290: Roll protobuf r463:r488
        r289: Roll jsoncpp ea0797351fbabd3e:3a0c4fcc82d25d18
        r288: Roll gyp r1949:r1957
        r287: Roll gtest r682:r692 and gmock r472:r485
        r286: Roll breakpad r1239:r1353
        r285: Better conforms to the emacs library standard
        r284: Adds autoload magic comments
        r283: Use more appropriate and descriptive constant for OK/Cancel dialog
        r282: Include twelvekeys_toggle_flick_alphabet_scenario.txt in the test scenario list
2014-10-25 21:03:30 +00:00
alnsn
bdc6025cdf Revbump after lang/lua51 update. 2014-10-19 22:27:43 +00:00
adam
243c29c4cc Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
jperkin
148c027c4b USE_TOOLS+=xgettext and work around broken configure test for strcasecmp
on SunOS.
2014-09-24 12:24:40 +00:00
obache
ad9634dcc3 Update ibus-skk to 1.4.2.
Noteworthy changes in version 1.4.2 (2014-09-09)
------------------------------------------------

 * Migrate to libgee 0.8 from 0.6 (libskk Issue#29).
 * Optimize property registration upon focus change.
 * PageUp/PageDown/Up/Down keys on candidate window now work.
 * Install ibus-setup-skk.desktop.
2014-09-10 09:46:00 +00:00
obache
679a6b1fc6 Bump API, for libgee dependency change. 2014-09-10 09:45:31 +00:00
obache
b91213616b Update libskk to 1.0.2 (and introduce introspection support).
Noteworthy changes in version 1.0.2 (2014-09-09)
------------------------------------------------

 * Migrate to libgee 0.8 from 0.6 (Issue#29).
 * rules: new ACT09 rule contributed by Naoki Mizuno (Issue#28).
 * Consume key event for "commit" command (Issue#26).  Use
   "commit-unhandled" for the previous behavior.
 * Comsume C-j in abbrev mode (Issue#24).
2014-09-10 09:34:45 +00:00
joerg
912dba1e85 Follow rename of ninja to ninja-build. 2014-09-05 14:52:13 +00:00
obache
b8ff87cf00 Update ibus-table to 1.8.10.
* Disable auto_commit option for tables which do not have RULES
* Resolves: rhbz#1135759 https://bugzilla.redhat.com/show_bug.cgi?id=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-05 11:43:01 +00:00
obache
542ac1f110 Update ibus-table-others to 1.3.3.
* Change MAX_KEY_LENGTH from 2 to 1 for the rusle, rustrad, thai, and yawerty tables
* Delete the RULES from the emoji-table
2014-09-05 11:38:58 +00:00
obache
386e18f0fa Bump ABI to 1.8.0 for database format change. 2014-09-05 11:35:29 +00:00
obache
4ddd998d24 revert unwanted commmit. 2014-08-28 11:43:05 +00:00
obache
8d67d1e120 Update ibus-handwrite to 3.0.0.
since all 2.x software bump to 3.0 when they ported to gtk3, same rules apply
to ibus-handwrite!
2014-08-28 10:27:28 +00:00
obache
d5c76600e3 Update ibus-table 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-28 09:43:06 +00:00
obache
384a04c262 *** empty log message *** 2014-08-28 09:35:56 +00:00
obache
91d4bbbe39 Update ibus-table-others to 1.3.2.
Release 1.3.2

    * Make default options of rusle.txt the same as in rustrad.txt

    * Add Russian Legacy layout

    * Add "\circ ∘ U+2218 RING OPERATOR" back to the latex table

    Release 1.3.1

    * Add _ and ^ to the start characters for the LaTeX table

    * Updates and bugfixes for the LaTeX table by Giuseppe Castagna (original author of the LaTeX table)

    * ibus-table requires Python3 now, require it here as well

    Release 1.3.0.20140707

    * Use SELECT_KEYS = F1,F2,F3,F4,F5,F6,F7,F8,F9 for ipa-x-sampa

    * Add single and multi wildcard options to all tables

    * Use AUTO_WILDCARD = TRUE for all tables

    * Don't force "us" layout for cns11643, compose, ipa-x-sampa, viqr, emoji, mathwriter-ibus, translit-ua, and translit

    * Keep forcing "us" layout only for "rustrad", "yawerty", and "thai".

    * Don't force "us" layout for the latex input method

    * The "latex" table uses "\" as a startchar

    * includes "Set symbols to be displayed in IM switchers" by Sean Burke
...
2014-08-24 06:59:54 +00:00
obache
5646b24e8e Update ibus-table-chinese to 1.8.2.
* Tue Jun 10 2014 Ding-Yi Chen <dchen@redhat.com> - 1.8.2
- Built for ibus-table-1.8.1

* Sun Jun 08 2014 Ding-Yi Chen <dchen@redhat.com> - 1.8.1
- Add summary and description translation back.

* Sun Jun 08 2014 Ding-Yi Chen <dchen@redhat.com> - 1.8.0
- Update for ibus-table-1.8.0
- Fixed Bug 1099380 - The stroke5 table should not use
  "AUTO_SELECT = TRUE" but "AUTO_SELECT = FALSE"
2014-08-24 06:46:24 +00:00
obache
4199874cb8 Update ibus-table to 1.8.8.
many fixes and improvements.
2014-08-24 06:41:32 +00:00
wiz
ae075e6d55 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
obache
93aa133203 Update ibus-kkc to 1.5.21.
Drop support for libkkc <= 0.3.3

    setup: Check if the existing shortcut key is non-null, when removing

    setup: Set the "label" attribute properly when adding a shortcut

    Port to libgee 0.8 API

    Don't send update-property signal until properties are registered
    To reduce the number of D-Bus signals sent on focus-in.

    Update translations
2014-08-10 02:30:00 +00:00
obache
bceb547e8c remove unwanted comment. 2014-08-10 02:15:25 +00:00