Commit Graph

1378 Commits (970c6c1c6e4a7860170aee4ef2239fae7fcd9934)

Author SHA1 Message Date
Marius Kintel 970c6c1c6e ignores 2011-11-06 18:36:16 +01:00
Marius Kintel ae37a04ee9 Give app version to Qt 2011-11-06 15:41:23 +01:00
Marius Kintel 61f2081129 sync 2011-11-06 15:38:38 +01:00
Marius Kintel a9fa377c5e Removed FIXME which was in the wrong place 2011-11-06 05:19:37 +01:00
Marius Kintel a221eeee99 Added expected files for new test, updated files for recently fixed issues 2011-11-06 04:25:55 +01:00
Marius Kintel 11f3cd3364 Added examples and features to dumptest 2011-11-06 04:24:27 +01:00
Marius Kintel 6d4b420855 Compare dump of readback with original dump, don't dump implicit root node 2011-11-06 04:02:45 +01:00
Marius Kintel a64d8077d3 output intersection() instead of intersection_for() for evaluated nodes 2011-11-06 04:01:55 +01:00
Marius Kintel 9d8c1f1a72 Added FIXME for text dumping bug 2011-11-06 04:01:49 +01:00
Marius Kintel 91394ed8bd Bugfix: rotate_extruder and linear_extrude module toString() output was not parsable 2011-11-06 03:25:59 +01:00
Marius Kintel 93e365b476 removed old fixme 2011-11-06 03:24:57 +01:00
Marius Kintel e26d872373 Use new import() statement instead of import_*() 2011-11-06 02:24:18 +01:00
Marius Kintel 7cfd61c53e typo 2011-11-06 02:19:27 +01:00
Marius Kintel efcbf8e1a2 Minor refactoring of test code 2011-11-05 19:38:03 +01:00
Marius Kintel d14a24a2b6 copyright updates 2011-11-05 19:01:19 +01:00
Marius Kintel 29347507a2 sync 2011-11-05 18:33:07 +01:00
Marius Kintel f4bd15912a Last CGAL assert fix wasn't enough; expanded the fix to all operators 2011-11-05 18:25:05 +01:00
Marius Kintel 4120846d18 Catch a CGAL assert caused by a subtraction resulting in non-manifold geometry. see testdata/scad/bugs/rotate-diff-nonmanifold-crash.scad 2011-11-05 18:07:56 +01:00
Marius Kintel 73c715ad9c scientific notation 2011-11-05 17:07:51 +01:00
Marius Kintel 14b806c9c0 Added builtin-tests 2011-11-05 17:06:13 +01:00
Marius Kintel 3cda438624 refactored away duplicate code 2011-11-05 17:05:30 +01:00
Marius Kintel 5466efe7ef bugfix: PI constant didn't work in cmd-line mode. refactored away duplicate code 2011-11-05 17:04:09 +01:00
Marius Kintel 04bc3ed890 Added support for parsing numbers in scientific notation, e.g. to allow roundtripping of written csg files as well as parsing of externally generated scad files 2011-11-05 16:22:48 +01:00
Marius Kintel 5ff79c6393 Added parser-tests 2011-11-05 16:21:47 +01:00
Marius Kintel 2b49795442 Added example001 as an initial roundtrip test known to fail 2011-11-03 19:50:56 +01:00
Marius Kintel 7845bd0598 Also test roundtripping the dumped file 2011-11-03 19:50:10 +01:00
Marius Kintel c3f44b4953 Output relative files to current directory, not source file directory 2011-11-03 19:49:02 +01:00
Marius Kintel 5b0db2e793 Updated tests with latest toString() bugfix 2011-11-03 19:48:29 +01:00
Marius Kintel a8db9fa3dd Bugfix: import module toString() output was not parsable 2011-11-03 19:38:57 +01:00
Marius Kintel 6aad275d0a man page contributed by chrysn 2011-11-03 18:40:54 +01:00
Marius Kintel 7c7d151aed don't use curly braces in cmd-line usage message. Patch from chrysn 2011-11-03 18:38:15 +01:00
Marius Kintel 3bc0371351 Applied configurable PREFIX patch from chrysn 2011-11-03 15:13:33 +01:00
Marius Kintel cb56f700b1 de-Qt'ified printutils 2011-10-31 23:56:35 +01:00
Marius Kintel 759446d6c3 sync 2011-10-31 23:54:16 +01:00
Marius Kintel 025eca84e7 Pass flag to QApplication to tell it we're a cmd-line tool 2011-10-31 23:53:53 +01:00
Marius Kintel e6ec07a08d bugfix: filenames with spaces caused a syntax error with the use keyword (fixes #31) 2011-10-31 21:36:55 +01:00
Marius Kintel a8ee02ebf5 Added test for rotation of open polyline 2011-10-30 13:49:28 +01:00
Marius Kintel 741239402c import_dxf -> import 2011-10-30 13:10:51 +01:00
Marius Kintel f64dc11d33 Merge branch 'visitortests' 2011-10-30 02:47:21 +01:00
Marius Kintel 9c95cd4c52 deprecation 2011-10-30 02:27:29 +01:00
Marius Kintel 5070014b3a Enable standard shortcuts for save and reload on Linux and Windows. F2/F3 will still work. 2011-10-30 02:25:57 +01:00
Marius Kintel 5697912969 Minor eigen include fix 2011-10-30 02:16:27 +01:00
Marius Kintel a0c72f0577 Killed unnecessary using statement 2011-10-30 02:16:04 +01:00
Marius Kintel 696c061eec extracted version config to separate .pri file 2011-10-30 02:15:25 +01:00
Marius Kintel 0c0b261e40 Increased threshold to 300 to avoid minor details from failing a test 2011-10-27 16:18:37 +02:00
Marius Kintel 16042907c3 Merge branch 'visitortests' of https://github.com/openscad/openscad into visitortests 2011-10-27 15:35:10 +02:00
Marius Kintel 6df123f80e Better GL error reporting 2011-10-27 15:31:12 +02:00
Marius Kintel 5c590dc26b Updated test case with recent linear_extrude improvement 2011-10-27 15:27:38 +02:00
Marius Kintel d06e72a725 Merge branch 'master' into visitortests 2011-10-27 15:24:12 +02:00
Marius Kintel 6b8fd15ff7 Improved quality of linear_extrude with twist by forcing all quads to be tessellated the same direction 2011-10-27 15:23:55 +02:00