summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-31clang not yet supported by the travis scriptMarius Kintel
2013-10-31Update README.mdMarius Kintel
2013-10-31Detect errors mid-way into test runMarius Kintel
2013-10-31Get OpenCSG from PPA - attempt 4Marius Kintel
2013-10-31Get OpenCSG from PPA - attempt 3Marius Kintel
2013-10-31Get OpenCSG from PPA - attempt 2Marius Kintel
2013-10-31Get OpenCSG from PPAMarius Kintel
2013-10-31Script for kicking off Travis CIMarius Kintel
2013-10-31typoMarius Kintel
2013-10-31initial travis testMarius Kintel
2013-10-30Merge pull request #521 from hzeller/fix-broken-absolute-pathMarius Kintel
Fix invocation with absolute path.
2013-10-30Invocation of openscad with an absolute path failed:Henner Zeller
./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-29Merge pull request #510 from hzeller/masterMarius Kintel
Make keyboard events working for GQLView
2013-10-29Added newlineMarius Kintel
2013-10-27sync changes since last releaseMarius Kintel
2013-10-27Fixed download URLMarius Kintel
2013-10-26moved to files.openscad.orgMarius Kintel
2013-10-25o Key-press event in the QGLView were ignored, as it never got theHenner 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-10-25Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2013-10-25Use PRINTB for output which might be grabbed by OS launchersMarius Kintel
2013-10-25doc typoMarius Kintel
2013-10-25bugfix: Allow unknown parameters. This fixes exit-on-launch issue on MacMarius Kintel
2013-10-24fix llvm buildMarius Kintel
2013-10-22Move files to files.openscad.org. Disable google code uploadsMarius Kintel
2013-10-22Move files to files.openscad.orgMarius Kintel
2013-10-22bugfix: starting without arguments caused a warningMarius Kintel
2013-10-22bugfix: Don't use QApplication before it's instantiatedMarius Kintel
2013-10-22updated SparkleMarius Kintel
2013-10-22Updated eigen, gmp, boost, cgal and glewMarius Kintel
2013-10-21Merge pull request #509 from t-paul/issue392Marius Kintel
Add diameter variable to the sphere, cylinder and circle primitives.
2013-10-21Extend circle tests to cover the new diameter parameter.Torsten Paul
2013-10-21Add cylinder tests to cover the new diameter parameters.Torsten Paul
2013-10-21Extend sphere tests to cover the new diameter parameter.Torsten Paul
2013-10-20Add diameter variable to the sphere, cylinder and circle primitives (fixes ↵Torsten Paul
#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-20bugfix: previous commit broke debug buildsMarius Kintel
2013-10-20removed unused member variableMarius Kintel
2013-10-19Fixed an issue which caused us to traverse the entire tree for OpenCSG ↵Marius Kintel
rendering traversals, where we didn't actually use the traversal results (for all nodes requiring CGAL)
2013-10-19Ignore malformed polygonsMarius Kintel
2013-10-19Use VERSION env. variable or current timestamp for test buildsMarius Kintel
2013-10-13Merge branch 'children' of git://github.com/vicnet/openscad into vicnet-childrenMarius Kintel
Conflicts: tests/CMakeLists.txt
2013-10-09Added test case for parent_module()Marius Kintel
2013-10-09Added test case for parent_module()Marius Kintel
2013-10-09bugfix related to #460: removed duplicate initializeModule()Marius Kintel
2013-10-08add children testsVicnet
2013-10-07Merge branch 'master' of ../openscad into steelman-bom-tree-std-stackMarius Kintel
2013-10-07Mac needs to know if we're a GUI app in order to find bundled libraries, Use ↵Marius Kintel
Qt to find application path if available
2013-10-07Set OPENSCADPATH in order for tests to find MCADMarius Kintel
2013-10-07Bugfix related to #480: some tests had the test file specified twiceMarius Kintel
2013-10-07merge from originVicnet
2013-10-07factorize Value::RangeType calculation and correct errorVicnet
contact: Jan Huwald // Impressum