2018-01-01 23:30:04 by Roland Illig | Files touched by this commit (537) |
Log message:
Sort PLIST files.
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:
pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
|
2017-08-16 23:22:14 by Thomas Klausner | Files touched by this commit (37) |
Log message:
Update some HOMEPAGEs.
|
2015-11-03 23:13:42 by Alistair G. Crooks | Files touched by this commit (111) |
Log message:
Add SHA512 digests for distfiles for inputmethod category
Problems found locating distfiles:
Package anthy: missing distfile 2ch.t
Package anthy: missing distfile okinawa-20090801.t
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-04-14 01:12:44 by Blue Rats | Files touched by this commit (94) |
Log message:
Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
|
2015-03-15 18:30:25 by Hiramatsu Yoshifumi | Files touched by this commit (10) |
Log message:
Set MAINTAINER to pkgsrc-users.
|
2015-01-11 10:09:28 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update ibus-table to 1.9.2.
* 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
|
2014-11-09 06:15:07 by OBATA Akio | Files touched by this commit (1) |
Log message:
exactly add dependency for py-gobject3, for the case ibus base package and
ibus-table is using different python version.
|
2014-11-05 11:35:00 by OBATA Akio | Files touched by this commit (2) |
Log message:
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-03 10:00:32 by OBATA Akio | Files touched by this commit (3) |
Log message:
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:40:23 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update ibus-table to 1.8.11.
* fix Python backtrace when the dconf key
/desktop/ibus/engine/table/wubi-jidian86/onechar is not set
|