]> sigrok.org Git - pulseview.git/commit
View: Implement pinch-zoom
authorMarcus Comstedt <redacted>
Sat, 19 Jul 2014 08:04:19 +0000 (10:04 +0200)
committerUwe Hermann <redacted>
Tue, 26 Aug 2014 20:45:41 +0000 (22:45 +0200)
commit4b4f1c0dc17b481b798e60bbc3fa639c09a9c788
tree325a5ce09a065c9a708c6bf7583357d282b57e99
parent7f255cd64e5dd166188b1f1ae991d13b89adfe61
View: Implement pinch-zoom

The special handling of a moveMoveEvent without a preceeding
mousePressEvent is a workaround for an issue where you won't get
an emulated mousePressEvent for the primary touch after a multitouch
gesture where you release the primary touch before the secondary touch.
pv/view/view.cpp
pv/view/viewport.cpp
pv/view/viewport.h