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

Issue 7134049: Make navigating the picture view in debugger more functional. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 5 months ago by bungeman
Modified:
11 years, 5 months ago
Reviewers:
DerekS
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Make navigating the picture view in debugger more functional.

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address comments. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -71 lines) Patch
M debugger/QT/SkCanvasWidget.h View 1 2 chunks +17 lines, -11 lines 0 comments Download
M debugger/QT/SkCanvasWidget.cpp View 1 4 chunks +49 lines, -22 lines 1 comment Download
M debugger/QT/SkDebuggerGUI.cpp View 1 2 chunks +6 lines, -6 lines 0 comments Download
M debugger/QT/SkSettingsWidget.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M debugger/QT/SkSettingsWidget.cpp View 1 1 chunk +2 lines, -8 lines 0 comments Download
M debugger/SkDebugCanvas.h View 2 chunks +3 lines, -8 lines 0 comments Download
M debugger/SkDebugCanvas.cpp View 2 chunks +2 lines, -9 lines 0 comments Download
M debugger/SkDebugger.h View 1 chunk +2 lines, -6 lines 0 comments Download

Messages

Total messages: 4
bungeman
This changes debugger interaction in the following ways: 1. Scroll wheel scrolls the view. 2. ...
11 years, 5 months ago (2013-01-16 22:53:27 UTC) #1
DerekS
lgtm if the few nits are addressed https://codereview.appspot.com/7134049/diff/1/debugger/QT/SkCanvasWidget.h File debugger/QT/SkCanvasWidget.h (right): https://codereview.appspot.com/7134049/diff/1/debugger/QT/SkCanvasWidget.h#newcode37 debugger/QT/SkCanvasWidget.h:37: void zoom(float ...
11 years, 5 months ago (2013-01-17 13:45:12 UTC) #2
bungeman
Added comments and clarified parameters. https://codereview.appspot.com/7134049/diff/1/debugger/QT/SkCanvasWidget.h File debugger/QT/SkCanvasWidget.h (right): https://codereview.appspot.com/7134049/diff/1/debugger/QT/SkCanvasWidget.h#newcode37 debugger/QT/SkCanvasWidget.h:37: void zoom(float zoomPercent, int ...
11 years, 5 months ago (2013-01-17 16:28:09 UTC) #3
bungeman
11 years, 5 months ago (2013-01-17 16:32:30 UTC) #4
Message was sent while issue was closed.
Committed revision 7253.

https://codereview.appspot.com/7134049/diff/5001/debugger/QT/SkCanvasWidget.cpp
File debugger/QT/SkCanvasWidget.cpp (right):

https://codereview.appspot.com/7134049/diff/5001/debugger/QT/SkCanvasWidget.c...
debugger/QT/SkCanvasWidget.cpp:119: void SkCanvasWidget::zoom(float zoomPercent,
int px, int py) {
Changed to 'zoomPercent' here to 'scale' before committing.
Sign in to reply to this message.

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