Age | Commit message (Collapse) | Author |
|
When the file is saving, the cursor position was resetting to the top and you should keep
scrolling by hand every time you save the file.
This patch saves the scroll and cursor position and set it again after the file is refreshed so
we can continue edition from where we were.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add menu entry "Reset View" to reset viewport to initial settings
|
|
dependent on eigen3, but it's about time anyway
|
|
Issue #434).
|
|
./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.
|
|
|
|
|
|
|
|
|
|
#392).
When doing the lookup, the diameter value has priority so if both diameter
and radius are given, the radius value is ignored and a warning is printed.
|
|
|
|
|
|
rendering traversals, where we didn't actually use the traversal results (for all nodes requiring CGAL)
|
|
|
|
Conflicts:
tests/CMakeLists.txt
|
|
|
|
|
|
Qt to find application path if available
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
steelman-bom-tree-std-stack
Conflicts:
src/module.cc
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/openscad.cc
|
|
|
|
|
|
|
|
|
|
|
|
|