Branch: refs/heads/1.5.y
Home: https://github.com/ibus/ibus
Commit: 0b612dfb8ab52a61896b9079acd2d76a360f8666
https://github.com/ibus/ibus/commit/0b612dfb8ab52a61896b9079acd2d76a360f8666
Author: fujiwarat <[email protected]>
Date: 2013-04-22 (Mon, 22 Apr 2013)
Changed paths:
M bindings/pygobject/Makefile.am
M bindings/vala/Makefile.am
Log Message:
-----------
Fix make dist errors.
Review URL: https://codereview.appspot.com/8850043
Commit: 4e175e3337337f2c261088d4576ea63a144cee3a
https://github.com/ibus/ibus/commit/4e175e3337337f2c261088d4576ea63a144cee3a
Author: fujiwarat <[email protected]>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M bindings/vala/Makefile.am
Log Message:
-----------
Use EXTRA_DIST instead of DIST_SOURCES.
Review URL: https://codereview.appspot.com/8698047
Commit: 667b7f0b96e5a7e1190e606a9c680bcbda8c2a88
https://github.com/ibus/ibus/commit/667b7f0b96e5a7e1190e606a9c680bcbda8c2a88
Author: fujiwarat <[email protected]>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M bus/ibusimpl.c
M src/ibusbus.c
M src/ibusbus.h
M ui/gtk3/panel.vala
Log Message:
-----------
Implement embed_preedit_text.
BUG=http://code.google.com/p/ibus/issues/detail?id=1606
Review URL: https://codereview.appspot.com/8112044
Commit: 927e9f58da9b4a9898403c8e339109e2ad2fa966
https://github.com/ibus/ibus/commit/927e9f58da9b4a9898403c8e339109e2ad2fa966
Author: Daiki Ueno <[email protected]>
Date: 2013-05-12 (Sun, 12 May 2013)
Changed paths:
M client/gtk2/ibusimcontext.c
Log Message:
-----------
Check GtkIMContext:input-purpose to disable IM on lock screen
Recent GtkIMContext has "input-purpose" property, which can be used to check if
the target widget is a password entry, in a more reliable way.
BUG=none
[email protected]
Review URL: https://codereview.appspot.com/7064059
Commit: f3d80dc026853c1024cdf6bda31b1496939cb095
https://github.com/ibus/ibus/commit/f3d80dc026853c1024cdf6bda31b1496939cb095
Author: fujiwarat <[email protected]>
Date: 2013-05-13 (Mon, 13 May 2013)
Changed paths:
M data/ibus.schemas.in
M setup/main.py
M ui/gtk3/panel.vala
Log Message:
-----------
Defalut triggers key is changed to <Super>space.
We have been used <Control>space as the default triggers key.
GNOME3 and Windows7 applied <Super>space as the default trigger key
and IBus follows it for the consistent key between desktops.
BUG=RH#953404
Review URL: https://codereview.appspot.com/9081043
Commit: 3c96d67404da274c34631ad821da736cf55a2b62
https://github.com/ibus/ibus/commit/3c96d67404da274c34631ad821da736cf55a2b62
Author: fujiwarat <[email protected]>
Date: 2013-05-14 (Tue, 14 May 2013)
Changed paths:
M bus/Makefile.am
A bus/ibus-daemon.1.in
M setup/Makefile.am
A setup/ibus-setup.1.in
M tools/Makefile.am
A tools/ibus.1.in
Log Message:
-----------
Add man files of /usr/bin files.
Review URL: https://codereview.appspot.com/9413043
Commit: 62f07b7a6904b8b03a59f3baf413becb2d5d9e14
https://github.com/ibus/ibus/commit/62f07b7a6904b8b03a59f3baf413becb2d5d9e14
Author: fujiwarat <[email protected]>
Date: 2013-05-16 (Thu, 16 May 2013)
Changed paths:
M configure.ac
M data/ibus.schemas.in
M ui/gtk3/Makefile.am
M ui/gtk3/panel.vala
Log Message:
-----------
Let users know the default hotkey is Super+space with libnotify.
Review URL: https://codereview.appspot.com/9407043
Commit: 5bb877682c218a5c0cd41e86a80655a7fd2269b9
https://github.com/ibus/ibus/commit/5bb877682c218a5c0cd41e86a80655a7fd2269b9
Author: Colin Walters <[email protected]>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M bus/Makefile.am
R bus/ibus.desktop.in
Log Message:
-----------
Delete ibus.desktop
This is not an actual application, it just starts the daemon in the
background. That's not something that should be in the application
list. It should be started in the background when necessary.
BUG=http://code.google.com/p/ibus/issues/detail?id=1628
Review URL: https://codereview.appspot.com/9833043
Patch from Colin Walters <[email protected]>.
Commit: 7ff8271dee2e3f5a9f65f64ee5ba798f4aa00b84
https://github.com/ibus/ibus/commit/7ff8271dee2e3f5a9f65f64ee5ba798f4aa00b84
Author: fujiwarat <[email protected]>
Date: 2013-06-03 (Mon, 03 Jun 2013)
Changed paths:
M bus/dbusimpl.c
M bus/test-matchrule.c
M bus/test-registry.c
M configure.ac
M engine/Makefile.am
M po/POTFILES.in
M src/ibusshare.c
M src/ibusshare.h
M src/tests/ibus-bus.c
M src/tests/ibus-config.c
M src/tests/ibus-configservice.c
M src/tests/ibus-engine-switch.c
M src/tests/ibus-engine.c
M src/tests/ibus-factory.c
M src/tests/ibus-global-engine.c
M src/tests/ibus-inputcontext-create.c
M src/tests/ibus-inputcontext.c
M src/tests/ibus-keymap.c
M src/tests/ibus-keynames.c
M src/tests/ibus-proxy.c
M src/tests/ibus-serializable.c
M src/tests/ibus-share.c
M tools/Makefile.am
M ui/gtk3/Makefile.am
Log Message:
-----------
Remove g_type_init() calls.
https://git.gnome.org/browse/glib/commit/?id=1dc774a653e992e1153fbed16f90097fa8db467f
https://git.gnome.org/browse/vala/commit/?id=f1fbafdfdc91fadaa57d2e073fc29cc6804d6ae3
Review URL: https://codereview.appspot.com/9727047
Commit: 2a34936437e5c3c3e5e7f3621cf92fa94eaa466a
https://github.com/ibus/ibus/commit/2a34936437e5c3c3e5e7f3621cf92fa94eaa466a
Author: Daiki Ueno <[email protected]>
Date: 2013-06-06 (Thu, 06 Jun 2013)
Changed paths:
M autogen.sh
M configure.ac
M src/tests/Makefile.am
A src/tests/runtest
R src/tests/setupenv
Log Message:
-----------
build: improve test harness
Run each test in isolated directory so it can run in parallel. Also
improve the test wrapper and rename it to a better name.
BUG=
Review URL: https://codereview.appspot.com/9937047
Commit: 5f78b55ee930a671c8ef63435925dcef9cd0ab5c
https://github.com/ibus/ibus/commit/5f78b55ee930a671c8ef63435925dcef9cd0ab5c
Author: Daiki Ueno <[email protected]>
Date: 2013-06-09 (Sun, 09 Jun 2013)
Changed paths:
M bus/Makefile.am
M client/gtk2/Makefile.am
M client/gtk3/Makefile.am
M engine/Makefile.am
M src/tests/Makefile.am
M tools/Makefile.am
M ui/gtk3/Makefile.am
Log Message:
-----------
Suppress warnings with Automake 1.13
The make variable INCLUDES is now obsoleted by AM_CPPFLAGS.
BUG=
[email protected]
Review URL: https://codereview.appspot.com/9915054
Commit: 4a68e97e32cc58baf233a8357d423614def3aac0
https://github.com/ibus/ibus/commit/4a68e97e32cc58baf233a8357d423614def3aac0
Author: fujiwarat <[email protected]>
Date: 2013-06-10 (Mon, 10 Jun 2013)
Changed paths:
M autogen.sh
Log Message:
-----------
Fix an error message of gnome-autogen in autogen.sh
BUG=http://code.google.com/p/ibus/issues/detail?id=1631
Review URL: https://codereview.appspot.com/10167044
Commit: 7b9633ab6e20920710cd1f422bd4e6d18a363f35
https://github.com/ibus/ibus/commit/7b9633ab6e20920710cd1f422bd4e6d18a363f35
Author: fujiwarat <[email protected]>
Date: 2013-06-10 (Mon, 10 Jun 2013)
Changed paths:
M configure.ac
M engine/Makefile.am
M tools/Makefile.am
M ui/gtk3/Makefile.am
Log Message:
-----------
Modify valac --target-glib.
valac --ccode --target-glib=2.36 can disable g_type_init in the
generated C files since g_type_init is deprecated in glib 2.36.
But ibus tarball includes C files so that users do not require
vala and vala versions are different between dist and build.
If dist could have glib 2.36 to generate the ibus tarball but
a user build would have glib 2.34, the user build would be
failed because glib 2.34 requires g_type_init.
This change makes sure the target-glib is minimum of the glib
version for ibus.
Review URL: https://codereview.appspot.com/10156044
Commit: c9ba5e1d155ab711c68f18d26de38bdba3128f03
https://github.com/ibus/ibus/commit/c9ba5e1d155ab711c68f18d26de38bdba3128f03
Author: Daiki Ueno <[email protected]>
Date: 2013-06-13 (Thu, 13 Jun 2013)
Changed paths:
M src/tests/ibus-config.c
Log Message:
-----------
Make ibus-config tests side effect free
Previously we assumed that test cases are executed in the order of
registration. This is no longer true after glib change 89aa9dbd which
fixed test case grouping. Clear the default match rule in each test
case to avoid side effect.
BUG=
Review URL: https://codereview.appspot.com/10069045
Commit: 458945e7308ab2661355edbf6880102c5f628dbe
https://github.com/ibus/ibus/commit/458945e7308ab2661355edbf6880102c5f628dbe
Author: fujiwarat <[email protected]>
Date: 2013-06-13 (Thu, 13 Jun 2013)
Changed paths:
M bus/ibusimpl.c
M src/Makefile.am
M src/ibusbus.c
M src/ibusbus.h
M src/ibusshare.h
M src/tests/Makefile.am
M src/tests/ibus-bus.c
Log Message:
-----------
Refactor old getter and setter to dbus property in bus/ibusimpl.c
Review URL: https://codereview.appspot.com/9477043
Commit: 5ed2b8c8253717b6c26281a8721403b006db04e6
https://github.com/ibus/ibus/commit/5ed2b8c8253717b6c26281a8721403b006db04e6
Author: fujiwarat <[email protected]>
Date: 2013-07-04 (Thu, 04 Jul 2013)
Changed paths:
M debian/control
M ibus.spec.in
M ibus/common.py
M setup/main.py
Log Message:
-----------
Delete the python xdg dependency.
BUG=RH#980749
Review URL: https://codereview.appspot.com/10930043
Commit: 88ce21749e84cc92cbc91c919d27721c0f2e1ceb
https://github.com/ibus/ibus/commit/88ce21749e84cc92cbc91c919d27721c0f2e1ceb
Author: fujiwarat <[email protected]>
Date: 2013-07-10 (Wed, 10 Jul 2013)
Changed paths:
M bus/Makefile.am
M bus/dbusimpl.c
M bus/ibus-daemon.1.in
M bus/ibusimpl.c
M bus/ibusimpl.h
M bus/main.c
R bus/registry.c
R bus/registry.h
R bus/test-registry.c
M docs/reference/ibus/ibus-docs.sgml.in
M docs/reference/ibus/ibus.types
M src/Makefile.am
M src/ibus.h
A src/ibusregistry.c
A src/ibusregistry.h
M src/tests/Makefile.am
A src/tests/ibus-registry.c
M tools/ibus.1.in
M tools/main.vala
Log Message:
-----------
Load the system registry cache prior to the user one.
gnome-settings-daemon runs ibus-daemon after the user configures
any input method engines and causes a delay to show the engines
on UI because no cache exists for ibus-daemon.
The system cache can avoid the user timing.
Review URL: https://codereview.appspot.com/10364043
Commit: ecced4f45a46cb7557717b04e1ce1b284a397b8c
https://github.com/ibus/ibus/commit/ecced4f45a46cb7557717b04e1ce1b284a397b8c
Author: fujiwarat <[email protected]>
Date: 2013-07-11 (Thu, 11 Jul 2013)
Changed paths:
M setup/main.py
Log Message:
-----------
Delete xdg in ibus-setup.
Review URL: https://codereview.appspot.com/11100044
Commit: 9037ffe0f3ab419554903de6f12d00ee74f2f3ff
https://github.com/ibus/ibus/commit/9037ffe0f3ab419554903de6f12d00ee74f2f3ff
Author: Daiki Ueno <[email protected]>
Date: 2013-07-12 (Fri, 12 Jul 2013)
Changed paths:
M bindings/pygobject/Makefile.am
M bindings/pygobject/gi/__init__.py
M bindings/pygobject/gi/overrides/__init__.py
M bindings/pygobject/test-override-ibus.py
M po/POTFILES.in
M po/POTFILES.skip
M src/tests/ibus-bus.c
M src/tests/ibus-configservice.c
M src/tests/ibus-engine.c
M src/tests/ibus-factory.c
M src/tests/ibus-global-engine.c
M src/tests/ibus-inputcontext-create.c
M src/tests/ibus-inputcontext.c
M src/tests/ibus-keymap.c
M src/tests/ibus-keynames.c
M src/tests/ibus-proxy.c
M src/tests/ibus-registry.c
M src/tests/ibus-serializable.c
M src/tests/ibus-share.c
Log Message:
-----------
build: fix make check
This contains several fixes to the current tests:
- Remove glib mem profiler call from src/tests, which is known not to
work with the latest glib release:
https://bugzilla.gnome.org/show_bug.cgi?id=701694
valgrind could be used instead.
- Replace g_type_init() call in tests with ibus_init().
- Fix ibus-bus test after the DBus property change (commit 458945e7).
no global engine may be set in the test environment. Also add more
assertions to check the return values.
- Fix pygobject test to use LOG_COMPILER and move sys.path adjustment
into the test script itself.
- Add new files to po/POTFILES.in.
BUG=
[email protected]
Review URL: https://codereview.appspot.com/11156043
Commit: 632a5c13072312015226c408ddb3d4eb478abe6f
https://github.com/ibus/ibus/commit/632a5c13072312015226c408ddb3d4eb478abe6f
Author: Daiki Ueno <[email protected]>
Date: 2013-07-12 (Fri, 12 Jul 2013)
Changed paths:
M src/ibusregistry.c
M src/ibusregistry.h
M src/ibusshare.c
M tools/main.vala
Log Message:
-----------
registry: use binary format instead of XML for cache
Currently the registry cache is in the XML format, that may cause
unnecessary parsing overhead on ibus-daemon startup. This patch
changes the format to GVariant based binary representation.
BUG=
[email protected]
Review URL: https://codereview.appspot.com/9963043
Commit: f64d4fdf43a17dc39132354ffdb1060a185fa715
https://github.com/ibus/ibus/commit/f64d4fdf43a17dc39132354ffdb1060a185fa715
Author: fujiwarat <[email protected]>
Date: 2013-07-16 (Tue, 16 Jul 2013)
Changed paths:
M bus/test-client.c
Log Message:
-----------
Remove ibus_bus_list_active_engines in bus/test-client.c
BUG=http://code.google.com/p/ibus/issues/detail?id=1637
TEST=bus/test-client.c
Review URL: https://codereview.appspot.com/11336044
Commit: 7fdcd865f14d5de6a276e71c2ed958a736dc34db
https://github.com/ibus/ibus/commit/7fdcd865f14d5de6a276e71c2ed958a736dc34db
Author: Peter Michael Green <[email protected]>
Date: 2013-07-19 (Fri, 19 Jul 2013)
Changed paths:
M autogen.sh
M src/ibusfactory.c
Log Message:
-----------
Fix error with gcc -Wformat -Werror=format-security
BUG=http://code.google.com/p/ibus/issues/detail?id=1638
TEST=src/ibusfactory.c
Review URL: https://codereview.appspot.com/11503043
Patch from Peter Michael Green <[email protected]>.
Commit: 5f356a34e88ccdd316a960fcb33703aacf28ff09
https://github.com/ibus/ibus/commit/5f356a34e88ccdd316a960fcb33703aacf28ff09
Author: Osamu Aoki <[email protected]>
Date: 2013-07-19 (Fri, 19 Jul 2013)
Changed paths:
M bus/ibusimpl.c
Log Message:
-----------
Fix error with gcc -Wformat -Werror=format-security
BUG=http://code.google.com/p/ibus/issues/detail?id=1638
TEST=bus/ibusimpl.c
Review URL: https://codereview.appspot.com/11471044
Patch from Osamu Aoki <[email protected]>.
Commit: ee6b756b9b89af0343ebcb5f60d6f49ac1813f94
https://github.com/ibus/ibus/commit/ee6b756b9b89af0343ebcb5f60d6f49ac1813f94
Author: fujiwarat <[email protected]>
Date: 2013-07-19 (Fri, 19 Jul 2013)
Changed paths:
M setup/enginetreeview.py
M setup/setup.ui
Log Message:
-----------
Remove arrow buttons in ibus-setup, which no longer work.
BUG=RH#851758
TEST=ibus-setup
Review URL: https://codereview.appspot.com/6475068
Commit: 77189092184d00f4ae1838e422026da0d0d96ae2
https://github.com/ibus/ibus/commit/77189092184d00f4ae1838e422026da0d0d96ae2
Author: Eduardo Lima (Etrunko) <[email protected]>
Date: 2013-07-22 (Mon, 22 Jul 2013)
Changed paths:
M bus/dbusimpl.c
M src/tests/ibus-bus.c
Log Message:
-----------
Remove reference to primary owner on ReleaseName
BUG=http://code.google.com/p/ibus/issues/detail?id=1636
TEST=src/tests/ibus-bus.c
Review URL: https://codereview.appspot.com/11004043
Patch from Eduardo Lima (Etrunko) <[email protected]>.
Commit: 583bfe6d59e9b5a8514bc250fcccb9cb793d8a02
https://github.com/ibus/ibus/commit/583bfe6d59e9b5a8514bc250fcccb9cb793d8a02
Author: Daiki Ueno <[email protected]>
Date: 2013-07-25 (Thu, 25 Jul 2013)
Changed paths:
M bus/ibusimpl.c
Log Message:
-----------
daemon: fix PropertiesChanged signal emission
This fixes a few problems of PropertiesChanged signal emission.
First, it should be sent only when the properties have changed.
Second, invalidated_properties should be set when the properties have
been reset, not on error. Finally, the sender should be
"org.freedesktop.IBus" rather than "org.freedesktop.DBus".
BUG=
[email protected]
Review URL: https://codereview.appspot.com/11465045
Commit: bc2d0010ed29cb85e5507f2d91488bf1afab102c
https://github.com/ibus/ibus/commit/bc2d0010ed29cb85e5507f2d91488bf1afab102c
Author: fujiwarat <[email protected]>
Date: 2013-07-25 (Thu, 25 Jul 2013)
Changed paths:
M engine/simple.xml.in
Log Message:
-----------
Add Norwegian keyboard in engine/simple.xml.in
BUG=RH#987222
Review URL: https://codereview.appspot.com/11805043
Commit: f16865829ff3dcc3fe835be1d40fd22322500d36
https://github.com/ibus/ibus/commit/f16865829ff3dcc3fe835be1d40fd22322500d36
Author: fujiwarat <[email protected]>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M README
M configure.ac
M src/ibusfactory.c
Log Message:
-----------
Release 1.5.3
Review URL: https://codereview.appspot.com/11708043
Compare: https://github.com/ibus/ibus/compare/fe321d51ee5f...f16865829ff3
--
--
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.