Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-05 | Qt5: Ported Q_WS usage to Q_OS | Marius Kintel | |
2013-11-04 | Merge pull request #529 from t-paul/issue434 | Marius Kintel | |
Add menu entry "Reset View" to reset viewport to initial settings | |||
2013-10-31 | Add menu entry "Reset View" to reset viewport to initial settings (fixes ↵ | Torsten Paul | |
Issue #434). | |||
2013-10-25 | o Key-press event in the QGLView were ignored, as it never got the | Henner Zeller | |
focus. Fix: Gain focus on mouse-click inside that view. o QGLView: make zoom-in as well possible on '=' key. On American keyboards, the '=' key is right next to the '-' (Minus) key, while '+' (plus) requires Shift-equals. o Provide a useful 'c' key-binding for 'center'. Very useful after getting lost in panning. | |||
2013-09-12 | fix issue #430 | Don Bright | |
2013-03-04 | cleanup tab spacing | don bright | |
2013-03-03 | make Camera into single class, simplify code | don bright | |
2013-02-27 | cleanup commented-out | don bright | |
2013-02-27 | rework Camera using boost::variant. first working --gimbalcam version | don bright | |
2013-02-26 | begin to implement --viewport option, by adding Camera class + children | don bright | |
2013-02-25 | split out axes functions. begin to split out opencsg pre-rendering | don bright | |
2013-02-24 | unify intializeGL(), remove duplicate code | don bright | |
2013-02-24 | merge enable_opencsg_shaders into GLView, remove duplicate code | don bright | |
from QGLView and OffscreenView | |||
2013-02-24 | move enable_opencsg_shaders, fix indenting, split out display_opencsg_warning | don bright | |
also update docs, and try to make enable_opencsg_shaders the same between qgl and offscreengl |