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

Issue 330190043: ui/gtk3: Fix PropertyPanel position in workarea (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
6 years, 7 months ago by fujiwara
Modified:
6 years, 7 months ago
Reviewers:
shawn.p.huang, Peng
Base URL:
git@github.com:ibus/ibus.git@master
Visibility:
Public.

Description

ui/gtk3: Fix PropertyPanel position in workarea gdk_screen_get_monitor_workarea() no longer return the correct area from "_NET_WORKAREA" atom in GTK 3.22 and now use gdk_monitor_get_workarea() instead. Use gdk_seat_grab() instead of deprecated gdk_device_grab(). Use gtk_menu_popup_at_rect() instead of deprecated gtk_menu_popup() and generate a new foreign GdkWindow with mouse cursor for the Qt Window. Also fixed some deprecated APIs. R=Shawn.P.Huang@gmail.com Committed: 0632cbbbb573749bbca96a416fde1490810e52d2

Patch Set 1 #

Total comments: 10

Patch Set 2 : Updated wit the comment #2. #

Patch Set 3 : Update the panel x,y more accurately #

Unified diffs Side-by-side diffs Delta from patch set Stats (+270 lines, -84 lines) Patch
M ui/gtk3/candidatepanel.vala View 1 4 chunks +23 lines, -17 lines 0 comments Download
M ui/gtk3/emojier.vala View 5 chunks +16 lines, -8 lines 0 comments Download
M ui/gtk3/handle.vala View 3 chunks +4 lines, -3 lines 0 comments Download
M ui/gtk3/indicator.vala View 1 5 chunks +63 lines, -5 lines 0 comments Download
M ui/gtk3/keybindingmanager.vala View 1 chunk +1 line, -1 line 0 comments Download
M ui/gtk3/panel.vala View 1 2 4 chunks +82 lines, -26 lines 0 comments Download
M ui/gtk3/propertypanel.vala View 1 5 chunks +19 lines, -2 lines 0 comments Download
M ui/gtk3/switcher.vala View 6 chunks +62 lines, -22 lines 0 comments Download

Messages

Total messages: 5
fujiwara
6 years, 7 months ago (2017-09-11 12:45:47 UTC) #1
Peng
https://codereview.appspot.com/330190043/diff/1/ui/gtk3/candidatepanel.vala File ui/gtk3/candidatepanel.vala (right): https://codereview.appspot.com/330190043/diff/1/ui/gtk3/candidatepanel.vala#newcode312 ui/gtk3/candidatepanel.vala:312: #if VALA_0_34 Is it possible put common code in ...
6 years, 7 months ago (2017-09-11 13:44:49 UTC) #2
fujiwara
https://codereview.appspot.com/330190043/diff/1/ui/gtk3/candidatepanel.vala File ui/gtk3/candidatepanel.vala (right): https://codereview.appspot.com/330190043/diff/1/ui/gtk3/candidatepanel.vala#newcode312 ui/gtk3/candidatepanel.vala:312: #if VALA_0_34 On 2017/09/11 13:44:49, Peng wrote: > Is ...
6 years, 7 months ago (2017-09-12 12:16:54 UTC) #3
Peng
On 2017/09/12 12:16:54, fujiwara wrote: > https://codereview.appspot.com/330190043/diff/1/ui/gtk3/candidatepanel.vala > File ui/gtk3/candidatepanel.vala (right): > > https://codereview.appspot.com/330190043/diff/1/ui/gtk3/candidatepanel.vala#newcode312 > ...
6 years, 7 months ago (2017-09-13 00:10:41 UTC) #4
fujiwara
6 years, 7 months ago (2017-09-13 09:15:19 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
0632cbbbb573749bbca96a416fde1490810e52d2 (presubmit successful).
Sign in to reply to this message.

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