Commit Graph

5241 Commits (33d702375229874031a1418f052c70bd76cfeebd)

Author SHA1 Message Date
Marius Kintel 33d7023752 #1215 Repair non-manifold tessellation results, detect and report non-manifold results 2015-02-14 12:28:26 -05:00
Marius Kintel d5d22158dd #1215 Added support for optional --render parameter as well as optional manifoldness requirement to export_import_pngtest, slightly reorganized tests to use the new parameters 2015-02-14 12:26:54 -05:00
Marius Kintel a3337c7af8 No need to link with Qt 2015-02-13 16:18:34 -05:00
Marius Kintel 946eb0efdf Adjusted some non-manifold tests 2015-02-13 16:17:59 -05:00
Marius Kintel e067bead92 Merge branch 'master' of github.com:openscad/openscad 2015-02-12 14:47:04 -05:00
Marius Kintel c023b1eb30 ignore *.pyc 2015-02-12 14:46:30 -05:00
Marius Kintel c8e12ad949 Minor reorg of expor-import tests to better handle manifoldness issues 2015-02-12 14:45:48 -05:00
Marius Kintel 6893d3efe2 Always run with --render=cgal for the first export 2015-02-12 14:45:25 -05:00
Marius Kintel abd79418f1 Merge branch 'master' of github.com:openscad/openscad 2015-02-12 12:31:09 -05:00
Marius Kintel 09b3ab45d4 #1215 Added tests, check for weak manifoldness when running tests 2015-02-12 12:29:15 -05:00
Marius Kintel faabc49266 Merge branch 'master' of github.com:openscad/openscad 2015-02-11 14:01:56 -05:00
Marius Kintel 8dd0102d4e Bugfix: We sometimes did output extra null-triangles if the tessellator left consecutive unused vertices 2015-02-11 13:58:45 -05:00
Marius Kintel 7e64335450 Simplified debug checking and made debug output work for cgal test programs 2015-02-11 12:55:10 -05:00
Marius Kintel b6558889b4 bugfix: Don't return a temporary string from exception::what 2015-02-10 18:59:11 -05:00
Marius Kintel 4b4f4386bb Be nice (and C++11 compatible) 2015-02-10 17:31:00 -05:00
Marius Kintel 2cbbf66586 Support high-resolution icons if present 2015-02-10 14:10:25 -05:00
Marius Kintel 0fefd42250 The margin checkerboard was a bit visually disturbing 2015-02-10 12:21:53 -05:00
Marius Kintel 571d2140c1 Updated Mac dependency build: Allow package selection on the cmd-line, allow forcing reinstall of already installed package 2015-02-09 19:19:00 -05:00
Marius Kintel c2bd5c3537 Set the following enabled as default: show axes, show scalemarkers, automatic reload. Fixes #1205 2015-02-09 18:46:12 -05:00
Marius Kintel c50d927216 Fixed bug in libtess. Fixes #1210 2015-02-09 18:42:17 -05:00
Marius Kintel b2f2323f6b #1210 Added test 2015-02-09 01:29:32 -05:00
Marius Kintel fe4997b38c Merge pull request #1207 from Lenbok/fix-qt-detection-hang
Fix problem with check-dependencies.sh during detection of qt
2015-02-06 00:42:38 +01:00
Lenbok 47f5815b49 Fix problem with check-dependencies.sh during detection of qt under
some circumstances.

- If qtchooser is installed but qmake could not be found (either qt4
  or qt5), the check would hang due to grep expecting input from
  stdin.

- If qtchooser is installed but qmake for qt5 is not installed, the
  code would not actually check for the existence of qt4 qmake, since
  the test for ! -e $qtpath doesn't do what you want when $qtpath is
  empty.
2015-02-06 12:03:07 +13:00
Marius Kintel e6557822f6 Removed obsolete file 2015-02-05 17:08:24 -05:00
Marius Kintel 6cecbc2a52 Removed unused images 2015-02-05 17:07:46 -05:00
Marius Kintel a4508e3fb5 Removed obsolete files 2015-02-05 17:03:19 -05:00
Marius Kintel 37421bbbfa #1186 bugfix: Use QString in slots 2015-02-05 12:08:38 -05:00
Marius Kintel a203b55205 Reduce excessive degenerate polygon warnings 2015-02-05 12:08:08 -05:00
Marius Kintel 4ce1a8d92f Move cursor to end of console to avoid inheriting selected paragraph style. Fixes #1186 2015-02-04 01:20:53 -05:00
Marius Kintel 0fcc1fbf83 Force execution of the progress dialog to the GUI thread. Fixes #1194 2015-02-03 14:35:54 -05:00
Marius Kintel 8cb5adf0ca Make sure GUI event processing happens in the GUI thread. Fixes #1194 2015-02-03 00:48:26 -05:00
Marius Kintel 00a3a1777e #793 Don't try to tessellate empty geometry 2015-02-02 19:21:49 -05:00
Marius Kintel 707103b606 #793 Tessellate PolySets before rendering to properly support concave polygons 2015-02-02 18:57:21 -05:00
Marius Kintel 384c6af273 Output timing for convex decomposition when doing minkowski 2015-02-02 16:31:17 -05:00
Marius Kintel 32024588b5 bugfix: Specifying multiple --debug args didn't work 2015-02-02 15:56:35 -05:00
Marius Kintel c0bcb36843 #842 bugfix: handle multiple consecutive NBSP characters 2015-02-02 14:08:53 -05:00
Marius Kintel 9cade2487e Added NBSP tests 2015-02-02 14:05:49 -05:00
Marius Kintel f669f4d84a Merge branch 'master' of github.com:openscad/openscad 2015-02-01 18:43:21 -05:00
Marius Kintel 111197f694 #793 Added testcase 2015-02-01 18:43:18 -05:00
Marius Kintel 3aa0b63a05 Merge pull request #1201 from hroncok/czech
Updated the Czech translation after #1200 changes
2015-02-01 20:57:36 +01:00
Miro Hrončok c5f7f66809 Updated the Czech translation after #1200 changes 2015-02-01 20:55:47 +01:00
Marius Kintel bd53d58061 Merge pull request #1200 from openscad/translations-update
Translations update
2015-02-01 20:22:27 +01:00
Torsten Paul c5ec54362e Run translation-make.sh from test suite to validate *.po file syntax (fixes #1180). 2015-02-01 20:11:29 +01:00
Torsten Paul af8c938c8c Update German translation. 2015-02-01 19:44:30 +01:00
Torsten Paul fa233049c7 Fix translation of combobox values in preferences. 2015-02-01 19:44:11 +01:00
Torsten Paul ef8cdc42d3 Update translations. 2015-02-01 19:41:21 +01:00
Marius Kintel ea165eeb58 Wops, accidentally committed a change made for testing 2015-01-29 20:43:13 -05:00
Marius Kintel 5b216a5bd4 Changed behavior of something minkowski'ed with nothing: It should return the actual object without changes 2015-01-29 18:50:57 -05:00
Marius Kintel f01826b28b #1196 moved test to fixed issues 2015-01-29 18:36:33 -05:00
Marius Kintel 1d66d2154b Filter empty children before performing minkowski sum. Fixes #1196 2015-01-29 18:35:12 -05:00