Branch: refs/heads/1.5.y
Home: https://github.com/ibus/ibus
Commit: 62cd0492e3459416e1775aedc327bced53f66828
https://github.com/ibus/ibus/commit/62cd0492e3459416e1775aedc327bced53f66828
Author: Rui Matos <[email protected]>
Date: 2013-01-09 (Wed, 09 Jan 2013)
Changed paths:
M client/gtk2/ibusimcontext.c
Log Message:
-----------
client: Queue events while the IBus context isn't ready
There are actually 3 patches here.
---
client: Queue events while the IBus context isn't ready
We may lose events that ought to be processed while the IBus context
isn't ready or if the connection to IBus isn't fully established yet.
To avoid that, enqueue events to be processed later when the IBus
context creation finishes.
---
client: Don't cancel an ongoing create input context on another request
This would only add more delays.
---
client: Cancel any ongoing create input context request on finalize
BUG=
Review URL: https://codereview.appspot.com/6988047
Patch from Rui Matos <[email protected]>.
Commit: 7e07299d17156e52b0b60b2cc50a82e29ef4f550
https://github.com/ibus/ibus/commit/7e07299d17156e52b0b60b2cc50a82e29ef4f550
Author: fujiwarat <[email protected]>
Date: 2013-02-14 (Thu, 14 Feb 2013)
Changed paths:
M bindings/pygobject/Makefile.am
Log Message:
-----------
Fix no rule to make target test-override-ibus.py
BUG=http://code.google.com/p/ibus/issues/detail?id=1592
Review URL: https://codereview.appspot.com/7332043
Commit: 4d7f4ad5b5d6b29bb50cc9bf5b1442e3766151d9
https://github.com/ibus/ibus/commit/4d7f4ad5b5d6b29bb50cc9bf5b1442e3766151d9
Author: Ma Xiaojun <[email protected]>
Date: 2013-02-19 (Tue, 19 Feb 2013)
Changed paths:
M configure.ac
Log Message:
-----------
Show all GIR warnings
Commit: c79789fa1b5fd49a53b16e87813b88122168ff73
https://github.com/ibus/ibus/commit/c79789fa1b5fd49a53b16e87813b88122168ff73
Author: fujiwarat <[email protected]>
Date: 2013-02-20 (Wed, 20 Feb 2013)
Changed paths:
M src/ibusbus.h
M src/ibusinputcontext.h
M src/ibuspanelservice.h
Log Message:
-----------
Fix annotation in ibus_bus_create_input_context
BUG=http://code.google.com/p/ibus/issues/detail?id=1593
Review URL: https://codereview.appspot.com/7368044
Commit: f9ddda1e2d867b96889f80d9d30c0e88d3ec11b9
https://github.com/ibus/ibus/commit/f9ddda1e2d867b96889f80d9d30c0e88d3ec11b9
Author: Daiki Ueno <[email protected]>
Date: 2013-02-25 (Mon, 25 Feb 2013)
Changed paths:
M bus/matchrule.c
M bus/test-matchrule.c
Log Message:
-----------
daemon: allow "eavesdrop" match rule
Recent dbus-monitor supplies "eavesdrop" match rule which ibus-daemon
does not accept. This patch silently ignores the rule so ibus-daemon
behave the same as before.
BUG=none
Review URL: https://codereview.appspot.com/7225062
Commit: e0878144a704e9bfd0f5a60e6894b1de272aaa7b
https://github.com/ibus/ibus/commit/e0878144a704e9bfd0f5a60e6894b1de272aaa7b
Author: Daiki Ueno <[email protected]>
Date: 2013-02-26 (Tue, 26 Feb 2013)
Changed paths:
M ibus.spec.in
Log Message:
-----------
Fix make rpm errors due to ibus-dconf and pygobject override
BUG=Issue#1600
Review URL: https://codereview.appspot.com/7404047
Commit: 4b2f6a477019b50375aba2e5f9c43e618b6905ad
https://github.com/ibus/ibus/commit/4b2f6a477019b50375aba2e5f9c43e618b6905ad
Author: fujiwarat <[email protected]>
Date: 2013-03-03 (Sun, 03 Mar 2013)
Changed paths:
M data/ibus.schemas.in
M ui/gtk3/panel.vala
Log Message:
-----------
Implement use-system-keyboard-layout
BUG=http://code.google.com/p/ibus/issues/detail?id=1558
Review URL: https://codereview.appspot.com/7414045
Commit: 5fa461889939a91fecff89a67630076b8cb987b2
https://github.com/ibus/ibus/commit/5fa461889939a91fecff89a67630076b8cb987b2
Author: fujiwarat <[email protected]>
Date: 2013-03-06 (Wed, 06 Mar 2013)
Changed paths:
M ui/gtk3/panel.vala
Log Message:
-----------
Change set_use_system_keyboard_layout() timing.
Call set_use_system_keyboard_layout() before update_engines() is called
in panel.vala because update_engines() calls switch_engine().
BUG=http://code.google.com/p/ibus/issues/detail?id=1558#c43
Review URL: https://codereview.appspot.com/7559043
Commit: cff35929a9330081db25a86a8258489a27d4bdd5
https://github.com/ibus/ibus/commit/cff35929a9330081db25a86a8258489a27d4bdd5
Author: fujiwarat <[email protected]>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M bus/ibusimpl.c
M src/ibusbus.c
M src/ibusbus.h
M src/tests/ibus-bus.c
M ui/gtk3/panel.vala
Log Message:
-----------
Launch the second ibus engine too to reduce the launching time.
Currently the first ibus engine only is running but the second engine
is also frequently used. It is good to run the second engine before
user types Ctrl+space.
BUG=RH#838734
TEST=src/tests/ibus-bus
Review URL: https://codereview.appspot.com/7433049
Commit: 69b48942e8ac9d39afeadfd9eb34f83247e8082a
https://github.com/ibus/ibus/commit/69b48942e8ac9d39afeadfd9eb34f83247e8082a
Author: Daiki Ueno <[email protected]>
Date: 2013-03-09 (Sat, 09 Mar 2013)
Changed paths:
M conf/dconf/Makefile.am
A conf/dconf/dconf.xml.in
R conf/dconf/dconf.xml.in.in
M conf/gconf/Makefile.am
A conf/gconf/gconf.xml.in
R conf/gconf/gconf.xml.in.in
M conf/memconf/Makefile.am
A conf/memconf/memconf.xml.in
R conf/memconf/memconf.xml.in.in
M configure.ac
M engine/Makefile.am
M engine/gensimple.py
A engine/simple.xml.in
R engine/simple.xml.in.in
M ui/gtk2/Makefile.am
A ui/gtk2/gtkpanel.xml.in
R ui/gtk2/gtkpanel.xml.in.in
M ui/gtk3/Makefile.am
A ui/gtk3/gtkpanel.xml.in
R ui/gtk3/gtkpanel.xml.in.in
Log Message:
-----------
Simplify component xml generation using sed
BUG=none
Review URL: https://codereview.appspot.com/7445048
Commit: 42dd60fe1fcdce11e7ac517786b398eba0cb9e17
https://github.com/ibus/ibus/commit/42dd60fe1fcdce11e7ac517786b398eba0cb9e17
Author: Daiki Ueno <[email protected]>
Date: 2013-03-11 (Mon, 11 Mar 2013)
Changed paths:
M bindings/pygobject/gi/overrides/IBus.py
M src/ibusenginedesc.c
M src/ibusenginedesc.h
Log Message:
-----------
Add textdomain property to IBusEngineDesc
BUG=Issue#1580
Review URL: https://codereview.appspot.com/7692043
Commit: 2e7ece775f5412ab8e83a11e4d423b32a6114159
https://github.com/ibus/ibus/commit/2e7ece775f5412ab8e83a11e4d423b32a6114159
Author: Ville Skyttä <[email protected]>
Date: 2013-03-11 (Mon, 11 Mar 2013)
Changed paths:
M tools/Makefile.am
Log Message:
-----------
bash completion: No need to install it as executable.
BUG=http://code.google.com/p/ibus/issues/detail?id=1601
Review URL: https://codereview.appspot.com/7696043
Patch from Ville Skyttä <[email protected]>.
Commit: 175df2261b431eff65349b47bc6bd086051cde41
https://github.com/ibus/ibus/commit/175df2261b431eff65349b47bc6bd086051cde41
Author: fujiwarat <[email protected]>
Date: 2013-03-20 (Wed, 20 Mar 2013)
Changed paths:
M tools/Makefile.am
Log Message:
-----------
Move ibus.bash script from /etc to /usr/share
BUG=RH#922996
Review URL: https://codereview.appspot.com/7863045
Commit: 928351ee88778cf97136d1a7dbc940390c23ddfc
https://github.com/ibus/ibus/commit/928351ee88778cf97136d1a7dbc940390c23ddfc
Author: Peng Huang <[email protected]>
Date: 2013-03-25 (Mon, 25 Mar 2013)
Changed paths:
M configure.ac
Log Message:
-----------
Merge pull request #6 from maxiaojun/master
Show all g-ir-scanner warnings
Commit: af1f409a3eace2ea9a063957a8797a50a77d131a
https://github.com/ibus/ibus/commit/af1f409a3eace2ea9a063957a8797a50a77d131a
Author: Peng Huang <[email protected]>
Date: 2013-03-26 (Tue, 26 Mar 2013)
Changed paths:
M bus/dbusimpl.c
M bus/main.c
M client/gtk2/ibusimcontext.c
M configure.ac
M ibus.spec.in
Log Message:
-----------
Fix build error and warnings in Fedora 18.
BUG=None
TEST=Manual
Review URL: https://codereview.appspot.com/7531047
Commit: 261bc3046f1e5deb5879bac23900ff7dbfa5a20d
https://github.com/ibus/ibus/commit/261bc3046f1e5deb5879bac23900ff7dbfa5a20d
Author: Peng Huang <[email protected]>
Date: 2013-03-26 (Tue, 26 Mar 2013)
Changed paths:
M ui/gtk3/switcher.vala
Log Message:
-----------
Draw highlight for focused IME in IME switcher.
BUG=None
TEST=Manual
Review URL: https://codereview.appspot.com/7689046
Commit: fe321d51ee5f7f4e7f3886ef6f55e4820a92675f
https://github.com/ibus/ibus/commit/fe321d51ee5f7f4e7f3886ef6f55e4820a92675f
Author: fujiwarat <[email protected]>
Date: 2013-04-16 (Tue, 16 Apr 2013)
Changed paths:
M configure.ac
Log Message:
-----------
Release 1.5.2
Review URL: https://codereview.appspot.com/7530044
Compare: https://github.com/ibus/ibus/compare/8ac534fc0023...fe321d51ee5f
--
--
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
---
You received this message because you are subscribed to the Google Groups
"ibus-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.