Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
octal in C++
|
|
Add menu entry "Reset View" to reset viewport to initial settings
|
|
|
|
dependent on eigen3, but it's about time anyway
|
|
|
|
Issue #434).
|
|
|
|
Use find instead of ls and grep to locate gmp.h (or gmp-blah.h)
|
|
|
|
Dependency searching and results display should be more robust
|
|
missing version numbers properly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix invocation with absolute path.
|
|
./openscad /home/username/foo.scad
.. because the curent working directory was always prepended; so
internally, it attempted to open $PWD + /home/username/foo.scad
Use platform aware QDir functionality to only prepend the absolute
current working directory prefix, if the given path is relative.
|
|
Make keyboard events working for GQLView
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|