Commit Graph

3547 Commits (0c2f2b074923c097b15e25f91756c3aa39cbe1bb)

Author SHA1 Message Date
Marius Kintel 1f6c61d9ce typo 2013-10-30 22:19:26 -04:00
Marius Kintel ba812e52bd initial travis test 2013-10-30 22:19:26 -04:00
Marius Kintel 3e79b547c1 Merge pull request #521 from hzeller/fix-broken-absolute-path
Fix invocation with absolute path.
2013-10-30 08:32:20 -07:00
Henner Zeller a218869770 Invocation of openscad with an absolute path failed:
./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.
2013-10-29 20:55:32 -07:00
Marius Kintel 8aa749f8b3 Merge pull request #510 from hzeller/master
Make keyboard events working for GQLView
2013-10-29 09:42:08 -07:00
Marius Kintel 9fe0beeddd Added newline 2013-10-28 22:15:10 -04:00
Marius Kintel bc76c79e2f sync changes since last release 2013-10-27 16:37:29 -04:00
Marius Kintel f708f5e82b Fixed download URL 2013-10-26 23:08:01 -04:00
Marius Kintel 64f35bce3d moved to files.openscad.org 2013-10-26 01:14:01 -04:00
Henner Zeller 3e15f42113 o Key-press event in the QGLView were ignored, as it never got the
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-10-24 22:56:55 -07:00
Marius Kintel 144c30e701 Merge branch 'master' of github.com:openscad/openscad 2013-10-25 00:48:38 -04:00
Marius Kintel 60ce9748de Use PRINTB for output which might be grabbed by OS launchers 2013-10-25 00:48:31 -04:00
Marius Kintel e3e7512425 doc typo 2013-10-25 00:46:02 -04:00
Marius Kintel 752f35eab6 bugfix: Allow unknown parameters. This fixes exit-on-launch issue on Mac 2013-10-25 00:45:24 -04:00
Marius Kintel 54595cc9bf fix llvm build 2013-10-24 11:32:25 -04:00
Marius Kintel da369f0d17 Move files to files.openscad.org. Disable google code uploads 2013-10-22 19:41:05 -04:00
Marius Kintel 6af64497eb Move files to files.openscad.org 2013-10-22 19:40:13 -04:00
Marius Kintel 1fd3bec4fe bugfix: starting without arguments caused a warning 2013-10-22 19:39:51 -04:00
Marius Kintel 178309f357 bugfix: Don't use QApplication before it's instantiated 2013-10-22 11:30:15 -04:00
Marius Kintel 9a28badc89 updated Sparkle 2013-10-22 02:15:47 -04:00
Marius Kintel 187f656d8d Updated eigen, gmp, boost, cgal and glew 2013-10-22 02:04:35 -04:00
Marius Kintel f6b381fc7e Merge pull request #509 from t-paul/issue392
Add diameter variable to the sphere, cylinder and circle primitives.
2013-10-21 11:47:15 -07:00
Torsten Paul 74082c8cff Extend circle tests to cover the new diameter parameter. 2013-10-21 19:47:55 +02:00
Torsten Paul 141f43498c Add cylinder tests to cover the new diameter parameters. 2013-10-21 19:47:55 +02:00
Torsten Paul 6624fc7089 Extend sphere tests to cover the new diameter parameter. 2013-10-21 19:47:48 +02:00
Torsten Paul bc4ace7e26 Add diameter variable to the sphere, cylinder and circle primitives (fixes #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.
2013-10-20 22:49:40 +02:00
Marius Kintel 170d4a5497 bugfix: previous commit broke debug builds 2013-10-20 14:38:33 -04:00
Marius Kintel a15b07a09c removed unused member variable 2013-10-20 14:38:11 -04:00
Marius Kintel 448f8b4142 Fixed an issue which caused us to traverse the entire tree for OpenCSG rendering traversals, where we didn't actually use the traversal results (for all nodes requiring CGAL) 2013-10-19 18:03:09 -04:00
Marius Kintel d2a729bdfa Ignore malformed polygons 2013-10-19 17:15:25 -04:00
Marius Kintel 257d1f7115 Use VERSION env. variable or current timestamp for test builds 2013-10-19 17:15:05 -04:00
Marius Kintel e77615be30 Merge branch 'children' of git://github.com/vicnet/openscad into vicnet-children
Conflicts:
	tests/CMakeLists.txt
2013-10-13 13:19:34 -04:00
Marius Kintel 0f22d6e9ad Added test case for parent_module() 2013-10-08 23:41:53 -04:00
Marius Kintel 0860dfda3e Added test case for parent_module() 2013-10-08 23:40:42 -04:00
Marius Kintel 0cacb434fc bugfix related to #460: removed duplicate initializeModule() 2013-10-08 23:40:16 -04:00
Vicnet 4401a136b9 add children tests 2013-10-08 15:35:47 +02:00
Marius Kintel 80e5d42f47 Merge branch 'master' of ../openscad into steelman-bom-tree-std-stack 2013-10-07 15:49:08 -07:00
Marius Kintel aa1752a3a0 Mac needs to know if we're a GUI app in order to find bundled libraries, Use Qt to find application path if available 2013-10-07 15:47:08 -07:00
Marius Kintel 4c06a4e78f Set OPENSCADPATH in order for tests to find MCAD 2013-10-07 15:46:45 -07:00
Marius Kintel fd59585983 Bugfix related to #480: some tests had the test file specified twice 2013-10-07 15:32:05 -07:00
Vicnet a9175af124 merge from origin 2013-10-07 16:15:19 +02:00
Vicnet eb27a0277f factorize Value::RangeType calculation and correct error 2013-10-07 16:04:43 +02:00
Vicnet 9bc73ac106 add range on children() 2013-10-07 16:04:43 +02:00
Vicnet e5484b1081 remove compliation warnings 2013-10-07 16:04:43 +02:00
Vicnet 2452aa8e88 factorize Value::RangeType method 2013-10-07 16:04:42 +02:00
Vicnet 3dfb76a56d add vector parameter to children() 2013-10-07 16:04:42 +02:00
Vicnet 014f48c1e8 allow one number parameter on children(): select this child only 2013-10-07 16:04:42 +02:00
Vicnet ce27757712 use explicit Value::RangeType for clarity 2013-10-07 16:04:42 +02:00
Vicnet 119bf37cb3 add children primitive, and refactor control.cc a little 2013-10-07 16:04:42 +02:00
Marius Kintel 4381743ca9 Merge branch 'master' into steelman-bom-tree-std-stack 2013-10-06 18:01:14 -07:00