Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(639)

Issue 2259183003: Added a small widget framework to the interactive bevel SampleApp (Closed)

Created:
4 years, 4 months ago by dvonbeck
Modified:
4 years, 4 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia@bevel-interactive
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Added a small widget framework to the interactive bevel SampleApp I made a small framework to add slider and radial controls more easily. The Sample now has controls for light direction and color. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2259183003 Committed: https://skia.googlesource.com/skia/+/3688bfa710d4519c2d306a76bf5500481c1d1559

Patch Set 1 #

Patch Set 2 : Added comments, added color display #

Patch Set 3 : More comments #

Patch Set 4 : Added override keywords, rearraged methods into consistent ordering #

Patch Set 5 : Small comment fix #

Patch Set 6 : Moved ControlPanel comments #

Patch Set 7 : Made control constructors private #

Total comments: 57

Patch Set 8 : Addressed all patch 7 comments except for relativeX #

Patch Set 9 : Changed relativeY to relativePos #

Patch Set 10 : Correct call for integer string append #

Unified diffs Side-by-side diffs Delta from patch set Stats (+704 lines, -177 lines) Patch
M samplecode/SampleBevel.cpp View 1 2 3 4 5 6 7 8 9 4 chunks +704 lines, -177 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 20 (9 generated)
dvonbeck
Code is messy! I'm cleaning it up right now.
4 years, 4 months ago (2016-08-19 15:07:19 UTC) #3
dvonbeck
Added ColorDisplay!
4 years, 4 months ago (2016-08-19 16:02:24 UTC) #4
dvonbeck
I think it's ready for review now!
4 years, 4 months ago (2016-08-19 17:01:22 UTC) #5
robertphillips
https://codereview.chromium.org/2259183003/diff/120001/samplecode/SampleBevel.cpp File samplecode/SampleBevel.cpp (right): https://codereview.chromium.org/2259183003/diff/120001/samplecode/SampleBevel.cpp#newcode18 samplecode/SampleBevel.cpp:18: public: one line ? https://codereview.chromium.org/2259183003/diff/120001/samplecode/SampleBevel.cpp#newcode23 samplecode/SampleBevel.cpp:23: // relative position ...
4 years, 4 months ago (2016-08-19 17:50:20 UTC) #7
egdaniel
couple more little things https://codereview.chromium.org/2259183003/diff/120001/samplecode/SampleBevel.cpp File samplecode/SampleBevel.cpp (right): https://codereview.chromium.org/2259183003/diff/120001/samplecode/SampleBevel.cpp#newcode101 samplecode/SampleBevel.cpp:101: virtual bool onClick(SkPoint clickPos) { ...
4 years, 4 months ago (2016-08-19 17:56:35 UTC) #8
dvonbeck
Addressed all patch 7 comments except for relativeX https://codereview.chromium.org/2259183003/diff/120001/samplecode/SampleBevel.cpp File samplecode/SampleBevel.cpp (right): https://codereview.chromium.org/2259183003/diff/120001/samplecode/SampleBevel.cpp#newcode18 samplecode/SampleBevel.cpp:18: public: ...
4 years, 4 months ago (2016-08-19 18:25:18 UTC) #9
egdaniel
lgtm
4 years, 4 months ago (2016-08-19 18:32:11 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2259183003/160001
4 years, 4 months ago (2016-08-19 19:10:27 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: Build-Win-MSVC-x86_64-Debug-Trybot on master.client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86_64-Debug-Trybot/builds/11021)
4 years, 4 months ago (2016-08-19 19:18:38 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2259183003/180001
4 years, 4 months ago (2016-08-19 19:24:57 UTC) #18
commit-bot: I haz the power
4 years, 4 months ago (2016-08-19 19:41:53 UTC) #20
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://skia.googlesource.com/skia/+/3688bfa710d4519c2d306a76bf5500481c1d1559

Powered by Google App Engine
This is Rietveld 408576698