Commit Graph

1504 Commits (01f1a2f9cfeab276e5e0b51f47a72c9019478f7f)

Author SHA1 Message Date
Marius Kintel 0e7c6473fa Implemented render() 2011-09-06 18:31:22 +02:00
Marius Kintel 3b16fdafd2 added some debug output 2011-09-06 18:31:05 +02:00
Marius Kintel a1e36876a5 Killed some warnings 2011-09-06 18:28:23 +02:00
Marius Kintel 15542c374d Added render-tests 2011-09-06 18:28:01 +02:00
Marius Kintel 80f998377f bugfix: When canceling the file open dialog, don't open a new window 2011-09-06 18:19:29 +02:00
Marius Kintel 1cf876734f Crash bug by Brad Pitcher 2011-09-06 15:49:11 +02:00
Marius Kintel 1d7a05744a Fixes crash bug reported by Brad Pitcher 2011-09-06 15:48:47 +02:00
Marius Kintel f0bd1eed97 Fixes crash bug reported by Brad Pitcher 2011-09-06 15:47:21 +02:00
Marius Kintel 1e4e18c524 minkowski sums should now work again 2011-09-06 14:57:24 +02:00
Marius Kintel fdd96a177c Added minkowski and 2d-3d tests 2011-09-06 14:56:04 +02:00
Marius Kintel 5ca65805de Reenabled minkowski sums 2011-09-05 23:06:35 +02:00
Marius Kintel 23af865389 Added transform-tests 2011-09-05 18:20:43 +02:00
Marius Kintel 06001a4665 Added surface-tests 2011-09-05 18:00:20 +02:00
Marius Kintel ae24edb790 Added intersection_for-tests 2011-09-05 17:55:17 +02:00
Marius Kintel a63612e57b Added rotate_extrude-tests 2011-09-05 17:15:56 +02:00
Marius Kintel d5fefdf37c Added linear_extrude-tests 2011-09-05 17:03:39 +02:00
Marius Kintel a75d95b8de Slightly modified to yield better test coverage 2011-09-05 17:03:25 +02:00
Marius Kintel 4a952c3cc0 bugfix: Forgot to enable PolySetCGALEvaluator 2011-09-05 17:02:37 +02:00
Marius Kintel ff75302002 Added for-nested-tests 2011-09-05 16:38:50 +02:00
Marius Kintel d6947ce5c7 Updated for-tests after discovering a few bugs 2011-09-05 16:37:07 +02:00
Marius Kintel f0da6bf639 Changes to for() 2011-09-05 16:27:00 +02:00
Marius Kintel ea8a1a670c bugfixes: Don't iterate over empty for loops, don't iterate over for loops with illegal values 2011-09-05 16:25:13 +02:00
Marius Kintel 81f9c7b517 removed Qt foreach 2011-09-05 06:18:12 +02:00
Marius Kintel b93c5c50ca Added for-tests 2011-09-05 00:04:12 +02:00
Marius Kintel 59b0d16488 bugfix: Don't try to export empty polyhedrons 2011-09-04 23:20:50 +02:00
Marius Kintel c9ba59bf02 Implemented support for for() with scalar argument, e.g. for (i=23) echo(i) 2011-09-04 21:02:33 +02:00
Marius Kintel a376c0b1f7 bugfix: context mixup after last foreach fix 2011-09-04 20:56:22 +02:00
Marius Kintel 5417b4fa65 Ported use for Qt's foreach to BOOST_FOREACH 2011-09-04 20:35:23 +02:00
Marius Kintel 2a18b857f0 QList -> std::vector 2011-09-04 20:34:17 +02:00
Marius Kintel a3ac7627fd Removed dependency on Qt from control module 2011-09-04 19:44:50 +02:00
Marius Kintel 723c6b7cf2 bugfix: root modifier now works with test apps 2011-09-04 18:53:09 +02:00
Marius Kintel bdd7c1f583 Added modifier tests. root modifier is still not working for cmd-line tools 2011-09-04 18:25:17 +02:00
Marius Kintel 08b784f444 more clarification 2011-09-04 02:58:09 +02:00
Marius Kintel 661a344ab8 clarification 2011-09-04 02:56:11 +02:00
Marius Kintel 2af8a70b71 Activated opencsgtest 2011-09-04 02:53:30 +02:00
Marius Kintel 3d204ad27b Filename case fix 2011-09-04 01:59:06 +02:00
Marius Kintel 781dab0493 Filename case fix 2011-09-04 01:57:26 +02:00
Marius Kintel 8789133f80 Added handle_dep sources 2011-09-04 01:39:19 +02:00
Marius Kintel 821c7df1fe Extracted handle_dep() to separate source file 2011-09-04 00:03:16 +02:00
Marius Kintel a5b03ddcf9 Got rid of more Qt dependencies 2011-09-03 23:12:38 +02:00
Marius Kintel 83233b035f Added note about 2D union bug 2011-09-03 22:57:58 +02:00
Marius Kintel 6096f2734a De-Qt-ification continues, almost done with DxfData 2011-09-03 22:44:41 +02:00
Marius Kintel 946605234c Added import_dxf-tests 2011-09-03 22:42:48 +02:00
Marius Kintel 90e96a34ac Added polygon-tests 2011-09-03 19:57:24 +02:00
Marius Kintel 7adf625ecc Added allfunctions 2011-09-03 19:32:55 +02:00
Marius Kintel 34e4213c33 default color somehow got messed up - fixed now 2011-09-03 19:18:26 +02:00
Marius Kintel f58c0a3eb5 Some cleanup of the Context class 2011-09-03 18:51:29 +02:00
Marius Kintel 16b74df941 killed warnings 2011-09-03 18:42:45 +02:00
Marius Kintel 488d173b4a killed warnings 2011-09-03 18:42:12 +02:00
Marius Kintel fa8bed7726 refactor fix: use hex timestamps 2011-09-03 16:53:05 +02:00