Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* Use directories according to theXDG Base Directory Specification
* Resolves: rhbz#1172524 https://bugzilla.redhat.com/show_bug.cgi?id=1172524
* When a leading invalid character is passed through, it needs to be remembered
in self._prev_char
|
|
ibus-table is using different python version.
|
|
* Use proper fallback when reading the localized table name
* Show pinyin mode as well in the input mode indicator
|
|
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.
|
|
* fix Python backtrace when the dconf key
/desktop/ibus/engine/table/wubi-jidian86/onechar is not set
|
|
* 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
|
|
|
|
|
|
* 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
|
|
|
|
many fixes and improvements.
|
|
until proven otherwise.
|
|
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
|
|
|
many improvements and fixes.
|
|
|
|
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
|
|
|
|
|
|
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
|
|
|
The package contains general Table engine for IBus platform.
|