Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-31 | clang not yet supported by the travis script | Marius Kintel | |
2013-10-31 | Update README.md | Marius Kintel | |
2013-10-31 | Detect errors mid-way into test run | Marius Kintel | |
2013-10-31 | Get OpenCSG from PPA - attempt 4 | Marius Kintel | |
2013-10-31 | Get OpenCSG from PPA - attempt 3 | Marius Kintel | |
2013-10-31 | Get OpenCSG from PPA - attempt 2 | Marius Kintel | |
2013-10-31 | Get OpenCSG from PPA | Marius Kintel | |
2013-10-31 | Script for kicking off Travis CI | Marius Kintel | |
2013-10-31 | typo | Marius Kintel | |
2013-10-31 | initial travis test | Marius Kintel | |
2013-10-30 | Merge pull request #521 from hzeller/fix-broken-absolute-path | Marius Kintel | |
Fix invocation with absolute path. | |||
2013-10-30 | Invocation 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-29 | Merge pull request #510 from hzeller/master | Marius Kintel | |
Make keyboard events working for GQLView | |||
2013-10-29 | Added newline | Marius Kintel | |
2013-10-27 | sync changes since last release | Marius Kintel | |
2013-10-27 | Fixed download URL | Marius Kintel | |
2013-10-26 | moved to files.openscad.org | Marius Kintel | |
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-10-25 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2013-10-25 | Use PRINTB for output which might be grabbed by OS launchers | Marius Kintel | |
2013-10-25 | doc typo | Marius Kintel | |
2013-10-25 | bugfix: Allow unknown parameters. This fixes exit-on-launch issue on Mac | Marius Kintel | |
2013-10-24 | fix llvm build | Marius Kintel | |
2013-10-22 | Move files to files.openscad.org. Disable google code uploads | Marius Kintel | |
2013-10-22 | Move files to files.openscad.org | Marius Kintel | |
2013-10-22 | bugfix: starting without arguments caused a warning | Marius Kintel | |
2013-10-22 | bugfix: Don't use QApplication before it's instantiated | Marius Kintel | |
2013-10-22 | updated Sparkle | Marius Kintel | |
2013-10-22 | Updated eigen, gmp, boost, cgal and glew | Marius Kintel | |
2013-10-21 | Merge pull request #509 from t-paul/issue392 | Marius Kintel | |
Add diameter variable to the sphere, cylinder and circle primitives. | |||
2013-10-21 | Extend circle tests to cover the new diameter parameter. | Torsten Paul | |
2013-10-21 | Add cylinder tests to cover the new diameter parameters. | Torsten Paul | |
2013-10-21 | Extend sphere tests to cover the new diameter parameter. | Torsten Paul | |
2013-10-20 | Add 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-20 | bugfix: previous commit broke debug builds | Marius Kintel | |
2013-10-20 | removed unused member variable | Marius Kintel | |
2013-10-19 | Fixed 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-19 | Ignore malformed polygons | Marius Kintel | |
2013-10-19 | Use VERSION env. variable or current timestamp for test builds | Marius Kintel | |
2013-10-13 | Merge branch 'children' of git://github.com/vicnet/openscad into vicnet-children | Marius Kintel | |
Conflicts: tests/CMakeLists.txt | |||
2013-10-09 | Added test case for parent_module() | Marius Kintel | |
2013-10-09 | Added test case for parent_module() | Marius Kintel | |
2013-10-09 | bugfix related to #460: removed duplicate initializeModule() | Marius Kintel | |
2013-10-08 | add children tests | Vicnet | |
2013-10-07 | Merge branch 'master' of ../openscad into steelman-bom-tree-std-stack | Marius Kintel | |
2013-10-07 | Mac 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-07 | Set OPENSCADPATH in order for tests to find MCAD | Marius Kintel | |
2013-10-07 | Bugfix related to #480: some tests had the test file specified twice | Marius Kintel | |
2013-10-07 | merge from origin | Vicnet | |
2013-10-07 | factorize Value::RangeType calculation and correct error | Vicnet | |