Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2784)

Issue 5517048: Merge the devel branch (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 3 months ago by Peng
Modified:
12 years, 2 months ago
Base URL:
git@github.com:phuang/ibus.git@devel
Visibility:
Public.

Description

Re-implement ibus panel in gtk3 and vala Handle hotkey in ibus panel Remove preload_engines from ibus-daemon, and move it to ibus panel Implement a new IME popup switching UI Integrate xkb anb IMEs Deprecate the ibus python library Port setup ui from ibus python library to gobject-introspect Port setup ui from gtk2 to gtk3 Refine some build scripts and rpm build script BUG=None TEST=Manually

Patch Set 1 #

Patch Set 2 : Update #

Patch Set 3 : Rebase #

Patch Set 4 : Update #

Patch Set 5 : Update #

Patch Set 6 : Fix a hotkey related issue #

Total comments: 3

Patch Set 7 : Fix a hotkey issue related with xkb option ctrl:swapcaps #

Total comments: 3

Patch Set 8 : Disable panel when the new ownership is lost #

Total comments: 71

Patch Set 9 : Fix review issues #

Total comments: 2

Patch Set 10 : Fix review issues #

Total comments: 1

Patch Set 11 : Update #

Total comments: 7

Patch Set 12 : Rebase on HEAD #

Total comments: 10
Unified diffs Side-by-side diffs Delta from patch set Stats (+12284 lines, -8948 lines) Patch
M Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +25 lines, -38 lines 0 comments Download
M autogen.sh View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M bus/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +92 lines, -73 lines 0 comments Download
M bus/component.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +5 lines, -3 lines 0 comments Download
M bus/connection.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -2 lines 0 comments Download
M bus/dbusimpl.c View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +17 lines, -22 lines 0 comments Download
M bus/engineproxy.c View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +6 lines, -4 lines 0 comments Download
M bus/factoryproxy.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +4 lines, -3 lines 0 comments Download
A + bus/global.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +14 lines, -5 lines 0 comments Download
A + bus/global.c View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +12 lines, -12 lines 0 comments Download
M bus/ibusimpl.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +0 lines, -18 lines 0 comments Download
M bus/ibusimpl.c View 1 2 3 4 5 6 7 8 9 10 11 32 chunks +69 lines, -1059 lines 0 comments Download
M bus/inputcontext.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +1 line, -6 lines 0 comments Download
M bus/inputcontext.c View 1 2 3 4 5 6 7 8 9 10 11 45 chunks +41 lines, -259 lines 0 comments Download
M bus/main.c View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +10 lines, -18 lines 0 comments Download
M bus/matchrule.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M bus/matchrule.c View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +8 lines, -3 lines 0 comments Download
D bus/option.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -35 lines 0 comments Download
M bus/panelproxy.c View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -4 lines 0 comments Download
M bus/registry.c View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +8 lines, -8 lines 0 comments Download
M bus/server.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +4 lines, -1 line 0 comments Download
M bus/test-client.c View 1 2 3 4 5 6 7 8 9 10 11 7 chunks +45 lines, -46 lines 0 comments Download
M bus/test-matchrule.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +53 lines, -34 lines 0 comments Download
M bus/test-stress.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -2 lines 0 comments Download
M client/gtk2/ibusimcontext.c View 1 2 3 4 5 6 7 8 9 10 11 14 chunks +27 lines, -81 lines 0 comments Download
A + conf/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +21 lines, -3 lines 0 comments Download
A + conf/dconf/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + conf/dconf/config.h View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + conf/dconf/config.c View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + conf/dconf/dconf.xml.in.in View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + conf/dconf/main.c View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + conf/gconf/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + conf/gconf/config.h View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + conf/gconf/config.c View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + conf/gconf/gconf.xml.in.in View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + conf/gconf/main.c View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + conf/memconf/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + conf/memconf/config.h View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + conf/memconf/config.c View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + conf/memconf/main.c View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + conf/memconf/memconf.xml.in.in View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
M configure.ac View 1 2 3 4 5 6 7 8 9 10 11 9 chunks +37 lines, -25 lines 0 comments Download
D dconf/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -83 lines 0 comments Download
D dconf/config.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -47 lines 0 comments Download
D dconf/config.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -429 lines 0 comments Download
D dconf/dconf.xml.in.in View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -12 lines 0 comments Download
D dconf/main.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -87 lines 0 comments Download
A + engine/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +40 lines, -16 lines 0 comments Download
A engine/gensimple.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +118 lines, -0 lines 0 comments Download
A engine/main.vala View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +67 lines, -0 lines 0 comments Download
A engine/simple.xml.in.in View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +540 lines, -0 lines 0 comments Download
D gconf/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -79 lines 0 comments Download
D gconf/config.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -28 lines 0 comments Download
D gconf/config.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -346 lines 0 comments Download
D gconf/gconf.xml.in.in View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -12 lines 0 comments Download
D gconf/main.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -65 lines 0 comments Download
M ibus.spec.in View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +26 lines, -10 lines 0 comments Download
M ibus/__init__.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +4 lines, -0 lines 0 comments Download
M ibus/bus.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +4 lines, -0 lines 0 comments Download
M ibus/inputcontext.py View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +0 lines, -31 lines 0 comments Download
M ibus/interface/iibus.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -0 lines 0 comments Download
M ibus/interface/iinputcontext.py View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +0 lines, -15 lines 0 comments Download
D memconf/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -76 lines 0 comments Download
D memconf/config.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -45 lines 0 comments Download
D memconf/config.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -202 lines 0 comments Download
D memconf/main.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -83 lines 0 comments Download
D memconf/memconf.xml.in.in View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -11 lines 0 comments Download
setup/engineabout.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +114 lines, -0 lines 0 comments Download
A setup/engineabout.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -1 line 0 comments Download
M setup/enginecombobox.py View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +56 lines, -38 lines 0 comments Download
M setup/enginetreeview.py View 1 2 3 4 5 6 7 8 9 10 11 8 chunks +93 lines, -72 lines 0 comments Download
M setup/i18n.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M setup/icon.py View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +15 lines, -7 lines 0 comments Download
M setup/keyboardshortcut.py View 1 2 3 4 5 6 7 8 9 10 11 10 chunks +77 lines, -70 lines 0 comments Download
M setup/main.py View 1 2 3 4 5 6 7 8 9 10 11 17 chunks +165 lines, -158 lines 0 comments Download
M setup/setup.ui View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +4 lines, -4 lines 0 comments Download
M src/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +8 lines, -4 lines 0 comments Download
A src/gtkimcontextsimpleseqs.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +4486 lines, -0 lines 0 comments Download
M src/ibus.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +6 lines, -0 lines 0 comments Download
M src/ibusattrlist.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -1 line 0 comments Download
M src/ibusbus.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +13 lines, -0 lines 2 comments Download
M src/ibusbus.c View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +38 lines, -2 lines 4 comments Download
M src/ibuscomponent.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -2 lines 0 comments Download
M src/ibusengine.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +5 lines, -9 lines 0 comments Download
A src/ibusenginesimple.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +119 lines, -0 lines 0 comments Download
A src/ibusenginesimple.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +910 lines, -0 lines 0 comments Download
M src/ibusfactory.c View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -4 lines 0 comments Download
M src/ibushotkey.c View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +24 lines, -24 lines 0 comments Download
M src/ibusinputcontext.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -67 lines 0 comments Download
M src/ibusinputcontext.c View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +0 lines, -69 lines 0 comments Download
M src/ibuskeymap.c View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +10 lines, -9 lines 0 comments Download
M src/ibuskeynames.c View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +80 lines, -79 lines 0 comments Download
M src/ibuskeysyms.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2092 lines, -2069 lines 0 comments Download
A + src/ibuskeysyms-compat.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -3 lines 0 comments Download
M src/ibuskeysyms-update.pl View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +5 lines, -2 lines 0 comments Download
M src/ibusproplist.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -1 line 2 comments Download
M src/ibusutil.c View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +19 lines, -11 lines 0 comments Download
M src/ibusxml.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -2 lines 0 comments Download
M src/tests/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +13 lines, -7 lines 0 comments Download
M src/tests/ibus-bus.c View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +31 lines, -0 lines 2 comments Download
M src/tests/ibus-inputcontext.c View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +0 lines, -30 lines 0 comments Download
M src/tests/ibus-keynames.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -2 lines 0 comments Download
A src/tests/ibus-util.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +18 lines, -0 lines 0 comments Download
A + tools/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +32 lines, -36 lines 0 comments Download
A tools/ibus.bash View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +139 lines, -0 lines 0 comments Download
A tools/main.vala View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +159 lines, -0 lines 0 comments Download
M ui/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +5 lines, -3 lines 0 comments Download
D ui/gtk/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -74 lines 0 comments Download
D ui/gtk/candidatepanel.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -525 lines 0 comments Download
D ui/gtk/engineabout.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -101 lines 0 comments Download
D ui/gtk/gtkpanel.xml.in.in View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -12 lines 0 comments Download
D ui/gtk/handle.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -121 lines 0 comments Download
D ui/gtk/i18n.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -34 lines 0 comments Download
D ui/gtk/ibus-ui-gtk.in View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -31 lines 0 comments Download
D ui/gtk/icon.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -48 lines 0 comments Download
D ui/gtk/languagebar.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -411 lines 0 comments Download
D ui/gtk/main.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -132 lines 0 comments Download
D ui/gtk/menu.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -278 lines 0 comments Download
D ui/gtk/notifications.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -125 lines 0 comments Download
D ui/gtk/panel.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -544 lines 0 comments Download
D ui/gtk/propitem.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -63 lines 0 comments Download
D ui/gtk/toolitem.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -181 lines 0 comments Download
A + ui/gtk2/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/gtk2/candidatepanel.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -1 line 0 comments Download
A + ui/gtk2/engineabout.py View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/gtk2/gtkpanel.xml.in.in View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/gtk2/handle.py View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/gtk2/i18n.py View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/gtk2/ibus-ui-gtk.in View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/gtk2/icon.py View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/gtk2/languagebar.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
A + ui/gtk2/main.py View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/gtk2/menu.py View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/gtk2/notifications.py View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/gtk2/panel.py View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +7 lines, -3 lines 0 comments Download
A + ui/gtk2/propitem.py View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/gtk2/toolitem.py View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/gtk3/Makefile.am View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +64 lines, -34 lines 0 comments Download
A ui/gtk3/application.vala View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +134 lines, -0 lines 0 comments Download
A ui/gtk3/candidatearea.vala View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +252 lines, -0 lines 0 comments Download
A ui/gtk3/candidatepanel.vala View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +243 lines, -0 lines 0 comments Download
A ui/gtk3/grabkeycode.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +105 lines, -0 lines 0 comments Download
A + ui/gtk3/gtkpanel.xml.in.in View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
A ui/gtk3/handle.vala View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +161 lines, -0 lines 0 comments Download
A ui/gtk3/iconwidget.vala View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +56 lines, -0 lines 0 comments Download
A ui/gtk3/keybindingmanager.vala View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +241 lines, -0 lines 0 comments Download
A ui/gtk3/panel.vala View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +422 lines, -0 lines 0 comments Download
A ui/gtk3/pango.vala View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +84 lines, -0 lines 0 comments Download
A ui/gtk3/property.vala View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +201 lines, -0 lines 0 comments Download
A ui/gtk3/separator.vala View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +39 lines, -0 lines 0 comments Download
A ui/gtk3/switcher.vala View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +235 lines, -0 lines 0 comments Download
A + xinput-ibus View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +4 lines, -4 lines 0 comments Download
D xinput-ibus.in View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -22 lines 0 comments Download

Messages

Total messages: 52
Peng
I am using the new ibus on my Linux desktop for a while. Most major ...
12 years, 3 months ago (2012-01-09 17:57:25 UTC) #1
fujiwara
On 2012/01/09 17:57:25, Peng wrote: > I am using the new ibus on my Linux ...
12 years, 3 months ago (2012-01-10 11:11:09 UTC) #2
Peng
On 2012/01/10 11:11:09, fujiwara wrote: > On 2012/01/09 17:57:25, Peng wrote: > > I am ...
12 years, 3 months ago (2012-01-11 02:15:12 UTC) #3
Peng
BTW, In fedora, you could use below steps to install and test it. cd $SRC ...
12 years, 3 months ago (2012-01-11 02:25:08 UTC) #4
fujiwara
On 2012/01/11 02:15:12, Peng wrote: > On 2012/01/10 11:11:09, fujiwara wrote: > > On 2012/01/09 ...
12 years, 3 months ago (2012-01-11 03:11:43 UTC) #5
Peng
http://codereview.appspot.com/5517048/diff/12028/ui/gtk3/keybindingmanager.vala File ui/gtk3/keybindingmanager.vala (right): http://codereview.appspot.com/5517048/diff/12028/ui/gtk3/keybindingmanager.vala#newcode35 ui/gtk3/keybindingmanager.vala:35: Gdk.ModifierType.MODIFIER_MASK & ~( Fixed the hotkey related issue by ...
12 years, 3 months ago (2012-01-11 16:40:45 UTC) #6
fujiwara
http://codereview.appspot.com/5517048/diff/12028/ui/gtk3/panel.vala File ui/gtk3/panel.vala (right): http://codereview.appspot.com/5517048/diff/12028/ui/gtk3/panel.vala#newcode34 ui/gtk3/panel.vala:34: private Gtk.StatusIcon m_status_icon; Please assign m_status_icon = null; I ...
12 years, 3 months ago (2012-01-12 01:55:04 UTC) #7
Peng
http://codereview.appspot.com/5517048/diff/12028/ui/gtk3/panel.vala File ui/gtk3/panel.vala (right): http://codereview.appspot.com/5517048/diff/12028/ui/gtk3/panel.vala#newcode34 ui/gtk3/panel.vala:34: private Gtk.StatusIcon m_status_icon; On 2012/01/12 01:55:04, fujiwara wrote: > ...
12 years, 3 months ago (2012-01-12 16:05:27 UTC) #8
fujiwara
On 2012/01/12 16:05:27, Peng wrote: > http://codereview.appspot.com/5517048/diff/12028/ui/gtk3/panel.vala > File ui/gtk3/panel.vala (right): > > http://codereview.appspot.com/5517048/diff/12028/ui/gtk3/panel.vala#newcode34 > ...
12 years, 3 months ago (2012-01-13 01:34:52 UTC) #9
fujiwara
http://codereview.appspot.com/5517048/diff/18001/ui/gtk3/application.vala File ui/gtk3/application.vala (right): http://codereview.appspot.com/5517048/diff/18001/ui/gtk3/application.vala#newcode63 ui/gtk3/application.vala:63: m_bus.request_name("org.freedesktop.IBus.Panel", 2); I think the argument is 1 or ...
12 years, 3 months ago (2012-01-13 10:12:06 UTC) #10
Peng
http://codereview.appspot.com/5517048/diff/18001/ui/gtk3/application.vala File ui/gtk3/application.vala (right): http://codereview.appspot.com/5517048/diff/18001/ui/gtk3/application.vala#newcode63 ui/gtk3/application.vala:63: m_bus.request_name("org.freedesktop.IBus.Panel", 2); On 2012/01/13 10:12:06, fujiwara wrote: > I ...
12 years, 3 months ago (2012-01-13 16:59:35 UTC) #11
fujiwara
I'm thinking how ibus can handle the keybindings with gnome-shell. Probably I think it's better ...
12 years, 3 months ago (2012-01-16 10:19:09 UTC) #12
Peng
On 2012/01/16 10:19:09, fujiwara wrote: > I'm thinking how ibus can handle the keybindings with ...
12 years, 3 months ago (2012-01-16 15:22:15 UTC) #13
Peng
On 2012/01/16 15:22:15, Peng wrote: > On 2012/01/16 10:19:09, fujiwara wrote: > > I'm thinking ...
12 years, 3 months ago (2012-01-16 15:41:20 UTC) #14
Peng
On 2012/01/16 15:41:20, Peng wrote: > On 2012/01/16 15:22:15, Peng wrote: > > On 2012/01/16 ...
12 years, 3 months ago (2012-01-19 22:14:02 UTC) #15
fujiwara
On 2012/01/19 22:14:02, Peng wrote: > On 2012/01/16 15:41:20, Peng wrote: > > On 2012/01/16 ...
12 years, 3 months ago (2012-01-21 05:22:38 UTC) #16
fujiwara
http://codereview.appspot.com/5517048/diff/23002/src/ibusbus.h File src/ibusbus.h (right): http://codereview.appspot.com/5517048/diff/23002/src/ibusbus.h#newcode717 src/ibusbus.h:717: * @returns: (transfer container) (element-type IBusEngineDesc): A %NULL-terminated array ...
12 years, 3 months ago (2012-01-21 05:35:47 UTC) #17
komatsu1
http://codereview.appspot.com/5517048/diff/23002/bus/test-client.c File bus/test-client.c (right): http://codereview.appspot.com/5517048/diff/23002/bus/test-client.c#newcode115 bus/test-client.c:115: // ibus_input_context_enable (client->ibuscontext); Please delete this line, or add ...
12 years, 3 months ago (2012-01-23 02:45:12 UTC) #18
nona1
http://codereview.appspot.com/5517048/diff/23002/ui/gtk2/panel.py File ui/gtk2/panel.py (left): http://codereview.appspot.com/5517048/diff/23002/ui/gtk2/panel.py#oldcode220 ui/gtk2/panel.py:220: def focus_in(self, ic): Is gtk2 panel also support hot ...
12 years, 3 months ago (2012-01-23 03:01:35 UTC) #19
Yusuke Sato
initial review. > I think it is not good to add X related code in ...
12 years, 3 months ago (2012-01-23 03:09:07 UTC) #20
fujiwara
On 2012/01/23 03:01:35, nona1 wrote: > http://codereview.appspot.com/5517048/diff/23002/ui/gtk2/panel.py > File ui/gtk2/panel.py (left): > > http://codereview.appspot.com/5517048/diff/23002/ui/gtk2/panel.py#oldcode220 > ...
12 years, 3 months ago (2012-01-23 08:48:17 UTC) #21
Peng
http://codereview.appspot.com/5517048/diff/23002/bus/dbusimpl.c File bus/dbusimpl.c (right): http://codereview.appspot.com/5517048/diff/23002/bus/dbusimpl.c#newcode334 bus/dbusimpl.c:334: g_slist_free_full (service->owners, (GDestroyNotify)bus_connection_owner_free); On 2012/01/23 03:09:07, Yusuke Sato wrote: ...
12 years, 3 months ago (2012-01-23 19:33:47 UTC) #22
fujiwara
On 2012/01/23 19:33:47, Peng wrote: > http://codereview.appspot.com/5517048/diff/23002/src/ibusbus.h > File src/ibusbus.h (right): > > http://codereview.appspot.com/5517048/diff/23002/src/ibusbus.h#newcode717 > ...
12 years, 3 months ago (2012-01-24 01:37:31 UTC) #23
fujiwara
http://codereview.appspot.com/5517048/diff/34004/ui/gtk3/panel.vala File ui/gtk3/panel.vala (right): http://codereview.appspot.com/5517048/diff/34004/ui/gtk3/panel.vala#newcode326 ui/gtk3/panel.vala:326: var desc = engine.get_description(); I think get_longname() is better ...
12 years, 3 months ago (2012-01-24 05:44:43 UTC) #24
Peng
http://codereview.appspot.com/5517048/diff/34004/ui/gtk3/panel.vala File ui/gtk3/panel.vala (right): http://codereview.appspot.com/5517048/diff/34004/ui/gtk3/panel.vala#newcode326 ui/gtk3/panel.vala:326: var desc = engine.get_description(); On 2012/01/24 05:44:43, fujiwara wrote: ...
12 years, 3 months ago (2012-01-24 18:14:27 UTC) #25
Peng
http://codereview.appspot.com/5517048/diff/23002/ui/gtk2/panel.py File ui/gtk2/panel.py (left): http://codereview.appspot.com/5517048/diff/23002/ui/gtk2/panel.py#oldcode220 ui/gtk2/panel.py:220: def focus_in(self, ic): On 2012/01/23 19:33:47, Peng wrote: > ...
12 years, 3 months ago (2012-01-24 22:31:05 UTC) #26
fujiwara
On 2012/01/24 22:31:05, Peng wrote: > http://codereview.appspot.com/5517048/diff/23002/ui/gtk2/panel.py > File ui/gtk2/panel.py (left): > > http://codereview.appspot.com/5517048/diff/23002/ui/gtk2/panel.py#oldcode220 > ...
12 years, 3 months ago (2012-01-25 05:29:44 UTC) #27
Peng
On 2012/01/25 05:29:44, fujiwara wrote: > On 2012/01/24 22:31:05, Peng wrote: > > http://codereview.appspot.com/5517048/diff/23002/ui/gtk2/panel.py > ...
12 years, 3 months ago (2012-01-25 15:26:35 UTC) #28
fujiwara
On 2012/01/25 15:26:35, Peng wrote: > On 2012/01/25 05:29:44, fujiwara wrote: > > On 2012/01/24 ...
12 years, 3 months ago (2012-01-26 01:54:30 UTC) #29
fujiwara
Probably I think Quit button is useful for users. ibus-gjs removes that button but it's ...
12 years, 3 months ago (2012-01-27 06:00:53 UTC) #30
Peng
On 2012/01/27 06:00:53, fujiwara wrote: > Probably I think Quit button is useful for users. ...
12 years, 3 months ago (2012-01-27 15:32:28 UTC) #31
fujiwara
On 2012/01/27 15:32:28, Peng wrote: > On 2012/01/27 06:00:53, fujiwara wrote: > > Probably I ...
12 years, 2 months ago (2012-01-31 01:27:56 UTC) #32
fujiwara
On 2012/01/31 01:27:56, fujiwara wrote: > On 2012/01/27 15:32:28, Peng wrote: > > On 2012/01/27 ...
12 years, 2 months ago (2012-01-31 01:34:25 UTC) #33
fujiwara
I prefer "ibus-keyboard" icon to "ibus-engine" icon for ibus XKB engines under the new Control ...
12 years, 2 months ago (2012-01-31 09:22:07 UTC) #34
Peng
On 2012/01/31 01:27:56, fujiwara wrote: > On 2012/01/27 15:32:28, Peng wrote: > > On 2012/01/27 ...
12 years, 2 months ago (2012-01-31 15:47:58 UTC) #35
Peng
On 2012/01/31 09:22:07, fujiwara wrote: > I prefer "ibus-keyboard" icon to "ibus-engine" icon for ibus ...
12 years, 2 months ago (2012-01-31 15:49:01 UTC) #36
fujiwara
http://codereview.appspot.com/5517048/diff/39001/setup/main.py File setup/main.py (right): http://codereview.appspot.com/5517048/diff/39001/setup/main.py#newcode257 setup/main.py:257: name = str(engine.name) s/engine.name/engine.props.name/ http://codereview.appspot.com/5517048/diff/39001/setup/main.py#newcode282 setup/main.py:282: # obj.set_sensitive(False) I ...
12 years, 2 months ago (2012-02-01 04:11:59 UTC) #37
fujiwara
I confirmed 'ibus exit' and 'ibus restart' command. http://codereview.appspot.com/5517048/diff/39001/tools/main.vala File tools/main.vala (right): http://codereview.appspot.com/5517048/diff/39001/tools/main.vala#newcode149 tools/main.vala:149: string[] ...
12 years, 2 months ago (2012-02-01 08:18:35 UTC) #38
fujiwara
On 2012/01/31 15:47:58, Peng wrote: > On 2012/01/31 01:27:56, fujiwara wrote: > > On 2012/01/27 ...
12 years, 2 months ago (2012-02-01 09:10:25 UTC) #39
fujiwara
On 2012/02/01 09:10:25, fujiwara wrote: > On 2012/01/31 15:47:58, Peng wrote: > > On 2012/01/31 ...
12 years, 2 months ago (2012-02-02 02:05:31 UTC) #40
fujiwara
On 2012/02/02 02:05:31, fujiwara wrote: > On 2012/02/01 09:10:25, fujiwara wrote: > > On 2012/01/31 ...
12 years, 2 months ago (2012-02-04 01:58:06 UTC) #41
fujiwara
http://codereview.appspot.com/5517048/diff/39001/setup/enginecombobox.py File setup/enginecombobox.py (right): http://codereview.appspot.com/5517048/diff/39001/setup/enginecombobox.py#newcode78 setup/enginecombobox.py:78: current_lang = IBus.get_language_name(locale.getlocale()[0]) locale.getlocale()[0] == None on C locale
12 years, 2 months ago (2012-02-06 11:38:17 UTC) #42
shawn.p.huang_gmail.com
On Fri, Feb 3, 2012 at 8:58 PM, <takao.fujiwara1@gmail.com> wrote: > On 2012/02/02 02:05:31, fujiwara ...
12 years, 2 months ago (2012-02-07 19:50:14 UTC) #43
fujiwara
On 2012/02/07 19:50:14, shawn.p.huang_gmail.com wrote: > On Fri, Feb 3, 2012 at 8:58 PM, <mailto:takao.fujiwara1@gmail.com> ...
12 years, 2 months ago (2012-02-08 03:38:05 UTC) #44
fujiwara
http://codereview.appspot.com/5517048/diff/39001/configure.ac File configure.ac (right): http://codereview.appspot.com/5517048/diff/39001/configure.ac#newcode86 configure.ac:86: LT_VERSION_INFO="lt_current:lt_revision:lt_age" People asked to change the major number in ...
12 years, 2 months ago (2012-02-13 06:10:26 UTC) #45
Peng
On 2012/02/13 06:10:26, fujiwara wrote: > http://codereview.appspot.com/5517048/diff/39001/configure.ac > File configure.ac (right): > > http://codereview.appspot.com/5517048/diff/39001/configure.ac#newcode86 > ...
12 years, 2 months ago (2012-02-21 19:42:17 UTC) #46
fujiwara
On 2012/02/21 19:42:17, Peng wrote: > On 2012/02/13 06:10:26, fujiwara wrote: > > http://codereview.appspot.com/5517048/diff/39001/configure.ac > ...
12 years, 2 months ago (2012-02-22 04:17:25 UTC) #47
Peng
On 2012/02/22 04:17:25, fujiwara wrote: > On 2012/02/21 19:42:17, Peng wrote: > > On 2012/02/13 ...
12 years, 2 months ago (2012-02-22 04:18:30 UTC) #48
Yusuke Sato
LGTM. From the Chromium OS POV, the new version should not affect the OS that ...
12 years, 2 months ago (2012-02-25 15:55:43 UTC) #49
Peng
https://codereview.appspot.com/5517048/diff/60001/src/ibusbus.c File src/ibusbus.c (right): https://codereview.appspot.com/5517048/diff/60001/src/ibusbus.c#newcode1385 src/ibusbus.c:1385: g_object_ref_sink (serializable); On 2012/02/25 15:55:43, Yusuke Sato wrote: > ...
12 years, 2 months ago (2012-02-26 21:52:14 UTC) #50
Peng
On 2012/02/08 03:38:05, fujiwara wrote: > On 2012/02/07 19:50:14, http://shawn.p.huang_gmail.com wrote: > > On Fri, ...
12 years, 2 months ago (2012-02-27 15:28:06 UTC) #51
Peng
12 years, 2 months ago (2012-02-27 15:51:09 UTC) #52
http://codereview.appspot.com/5517048/diff/39001/configure.ac
File configure.ac (right):

http://codereview.appspot.com/5517048/diff/39001/configure.ac#newcode86
configure.ac:86: LT_VERSION_INFO="lt_current:lt_revision:lt_age"
On 2012/02/13 06:10:27, fujiwara wrote:
> People asked to change the major number in SONAME.
Do you know how to change it? I don't know understand libtool version system
very well.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b