Summary: | Rotation, zoom and alpha change keys do not work for 3D graphs | ||
---|---|---|---|
Product: | [Frameworks and Libraries] analitza | Reporter: | Yuri Chornoivan <yurchor> |
Component: | analitzaplot | Assignee: | Aleix Pol <aleixpol> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | CC: | lueck, percy.camilo.ta |
Priority: | HI | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Yuri Chornoivan
2013-06-27 20:08:06 UTC
This change is caused because of the creation of a new widget for the 3D view. Git commit d075c4f4e647322c95bfc3ad978abd0c4975fee8 by Aleix Pol. Committed on 28/10/2013 at 13:11. Pushed by apol into branch 'KDE/4.11'. Make it possible to Zoom in and out using W and S. This was a regression from the porting away from Graph3D M +12 -0 analitzagui/plotsview3d.cpp M +2 -0 analitzagui/plotsview3d.h http://commits.kde.org/analitza/d075c4f4e647322c95bfc3ad978abd0c4975fee8 Git commit b31b6700fcfdff2c1492b9418e29a0a85d6d531b by Aleix Pol. Committed on 28/10/2013 at 19:03. Pushed by apol into branch 'KDE/4.11'. Support rotation using arrow keys This is a regression. M +12 -0 analitzagui/plotsview3d.cpp http://commits.kde.org/analitza/b31b6700fcfdff2c1492b9418e29a0a85d6d531b Q and E are not working now, we'll need to find different UI approach to do so in KAlgebra now, it wasn't very good anyway. |