Branch: refs/heads/master
Home: https://github.com/ibus/ibus-anthy
Commit: ca10d184d1345c2943d2d0757bf7893d82825019
https://github.com/ibus/ibus-anthy/commit/ca10d184d1345c2943d2d0757bf7893d82825019
Author: fujiwarat <[email protected]>
Date: 2012-05-07 (Mon, 07 May 2012)
Changed paths:
M setup/main.py
M setup/setup.ui
Log Message:
-----------
Fixed GtkBuilder bindtextdomain in ibus-setup.
Commit: bc89d1214988f4a2fc86d308b95492ea1203aa9c
https://github.com/ibus/ibus-anthy/commit/bc89d1214988f4a2fc86d308b95492ea1203aa9c
Author: fujiwarat <[email protected]>
Date: 2012-06-28 (Thu, 28 Jun 2012)
Changed paths:
M configure.ac
Log Message:
-----------
Updated configure.ac to use ibus pygobject3.
Commit: d47e8aeb29efdbba15649b48eea622c76a6083cc
https://github.com/ibus/ibus-anthy/commit/d47e8aeb29efdbba15649b48eea622c76a6083cc
Author: fujiwarat <[email protected]>
Date: 2012-07-04 (Wed, 04 Jul 2012)
Changed paths:
M engine/engine.py
M setup/main.py
Log Message:
-----------
Fixed MBCS dict file names (#1479)
Commit: f129804fe1103fbc89f3322f89bfb4f7ffa6e984
https://github.com/ibus/ibus-anthy/commit/f129804fe1103fbc89f3322f89bfb4f7ffa6e984
Author: Rui Matos <[email protected]>
Date: 2012-07-05 (Thu, 05 Jul 2012)
Changed paths:
M po/POTFILES.in
M po/POTFILES.skip
M po/ibus-anthy.pot
M setup/Makefile.am
A setup/ibus-setup-anthy.desktop.in.in
Log Message:
-----------
Add a .desktop file for ibus-setup-anthy
This allows it to be launched with startup notification and be tracked
as a proper application in GNOME 3.
Commit: c2e158ad896f40202927610b87220159da4af84f
https://github.com/ibus/ibus-anthy/commit/c2e158ad896f40202927610b87220159da4af84f
Author: fujiwarat <[email protected]>
Date: 2012-07-08 (Sun, 08 Jul 2012)
Changed paths:
M configure.ac
M engine/engine.py
M setup/Makefile.am
M setup/main.py
M setup/setup.ui
Log Message:
-----------
Added IBUS_VERSION_TEST to make sure the latest ibus is used.
Commit: 3947c625ffd89dfe269e78a4ce9de98f1cd91a2e
https://github.com/ibus/ibus-anthy/commit/3947c625ffd89dfe269e78a4ce9de98f1cd91a2e
Author: Espreon <[email protected]>
Date: 2012-07-09 (Mon, 09 Jul 2012)
Changed paths:
M engine/engine.py
M po/fr.po
M po/ibus-anthy.pot
M po/ja.po
M po/zh_CN.po
M setup/main.py
M setup/setup.ui
Log Message:
-----------
First round of string fixes.
Commit: 6fbeb9223b4fa942933f4ceaea0c25161b1e6e55
https://github.com/ibus/ibus-anthy/commit/6fbeb9223b4fa942933f4ceaea0c25161b1e6e55
Author: fujiwarat <[email protected]>
Date: 2012-07-12 (Thu, 12 Jul 2012)
Changed paths:
M configure.ac
M engine/anthy.xml.in.in
M ibus-anthy.spec.in
M icons/Makefile.am
A icons/ibus-anthy.svg
M setup/main.py
Log Message:
-----------
Added anthy themed icon.
Commit: ca75b950777a27b7244e028b5874db0ffc33f1ac
https://github.com/ibus/ibus-anthy/commit/ca75b950777a27b7244e028b5874db0ffc33f1ac
Author: fujiwarat <[email protected]>
Date: 2012-09-11 (Tue, 11 Sep 2012)
Changed paths:
M setup/prefs.py
Log Message:
-----------
Used ibus_config_get_values
Commit: a3b1609171b3ab44a640b0675177cf6ae2ea840d
https://github.com/ibus/ibus-anthy/commit/a3b1609171b3ab44a640b0675177cf6ae2ea840d
Author: fujiwarat <[email protected]>
Date: 2012-09-11 (Tue, 11 Sep 2012)
Changed paths:
M data/oldchar.t
M data/symbol.t
M setup/anthyprefs.py.in
Log Message:
-----------
Added old repeated chars in symbol.t and oldchar.t
Commit: 6a86f52e21e6893beee2a7d9f747a0326dc0ba86
https://github.com/ibus/ibus-anthy/commit/6a86f52e21e6893beee2a7d9f747a0326dc0ba86
Author: fujiwarat <[email protected]>
Date: 2012-09-11 (Tue, 11 Sep 2012)
Changed paths:
M setup/main.py
Log Message:
-----------
Fixed IBus.Bus.get_config is null. (#848023)
Now im-ibus.so uses ibus_bus_new_async() instead of ibus_bus_new()
and then if ibus-setup-anthy calls GTK+ UI before ibus_bus_new(),
the async function is called instead and the delay is happened with
the latest ibus 1.5.
The fix is to call ibus_bus_new() before GTK+.
Commit: f03a8ec1e134535482a960c329298d122662e830
https://github.com/ibus/ibus-anthy/commit/f03a8ec1e134535482a960c329298d122662e830
Author: fujiwarat <[email protected]>
Date: 2012-09-11 (Tue, 11 Sep 2012)
Changed paths:
M setup/prefs.py
Log Message:
-----------
Fixed GLib.Variant.dup_strv for pygobject3 3.3.4 or later. (#854161)
Commit: 82dd7dd6c1511002296c3b9d4d8487e22eb0700d
https://github.com/ibus/ibus-anthy/commit/82dd7dd6c1511002296c3b9d4d8487e22eb0700d
Author: fujiwarat <[email protected]>
Date: 2012-09-11 (Tue, 11 Sep 2012)
Changed paths:
M engine/engine.py
M po/fr.po
M po/ibus-anthy.pot
M po/ja.po
M po/zh_CN.po
M setup/setup.ui
Log Message:
-----------
Fixed a UI string; katakana. (#1508)
Compare: https://github.com/ibus/ibus-anthy/compare/e835629a970e...82dd7dd6c151
--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en