Commit Graph

5236 Commits (4f49b35ba42702d5540bb348b3c35173555614c2)

Author SHA1 Message Date
Marius Kintel 4f49b35ba4 Made logo.scad use a module, and let logo_and_text.scad use<> that module 2015-02-04 13:48:11 -05:00
Marius Kintel b578ff5c75 minor cleanup 2015-02-04 13:47:47 -05:00
Marius Kintel ec0f42d648 minor cleanup 2015-02-04 13:47:34 -05:00
Marius Kintel 4deb7b2d64 Merge branch 'examples-cleanup' of github.com:openscad/openscad into examples-cleanup 2015-02-04 13:31:14 -05:00
Marius Kintel d244807be8 minor cleanup 2015-02-04 13:31:12 -05:00
Marius Kintel fd9553b510 minor cleanup 2015-02-04 13:31:00 -05:00
Torsten Paul df51c85717 Add example for recursive module calls. 2015-02-04 19:27:31 +01:00
Torsten Paul 707afb2f4c Add example for using the animation feature. 2015-02-04 19:27:31 +01:00
Marius Kintel d3e9d2659e Added CSG and CSG-modules examples 2015-02-04 13:21:20 -05:00
Marius Kintel e7c684d5c7 Merge remote-tracking branch 'origin/master' into examples-cleanup 2015-02-04 12:36:30 -05:00
Marius Kintel 18d7237293 Renamed to logo.scad 2015-02-04 12:36:16 -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
Marius Kintel e4d7de133b #1198 moved test to fixed issues 2015-01-29 17:54:58 -05:00
Marius Kintel 0ca04759bb Bugfix: We forgot to align the first passed vertex. Fixes #1198 2015-01-29 17:45:09 -05:00
Marius Kintel 2b727e8ea2 #1198 Added testcase 2015-01-29 17:06:30 -05:00
Marius Kintel 07e1894f6e Fixes crash when using rands() with min == max 2015-01-29 12:59:56 -05:00
Marius Kintel b5c60a22e5 #1196 Added testcase 2015-01-29 12:24:12 -05:00
Marius Kintel 81ef1b896b Merge pull request #1189 from hroncok/czech
Updated the Czech translation
2015-01-29 17:27:16 +01:00
Marius Kintel c68533d3c6 #1189 Removed unused titles for progressbar and preferences toolbar 2015-01-29 11:26:38 -05:00
Marius Kintel 3fa3317233 minor fix: Call this->quit to correctly end application 2015-01-29 11:18:53 -05:00
Marius Kintel 41642f2cb5 Updated menu mnemonics to cover most of the entries 2015-01-29 11:16:31 -05:00
Marius Kintel 79b45e62b6 Fix test results after modifying default convexity for rotate_extrude 2015-01-29 00:52:53 -05:00
Marius Kintel 5f496b2554 Be helpful and set default convexity of rotate_extrude to 2 2015-01-29 00:11:52 -05:00
Marius Kintel 597d07f357 Catch infinite recursion in top-level assignments. Fixes #1192 2015-01-28 20:07:15 -05:00
Marius Kintel 2d721de753 Merge branch 'master' of github.com:openscad/openscad 2015-01-28 14:49:09 -05:00
Marius Kintel ab2fa92eb5 Added test triggering #1192 2015-01-28 14:49:06 -05:00
Miro Hrončok f2c263a1f4 Updated the Czech translation 2015-01-28 10:50:55 +01:00
Marius Kintel c110962405 Merge pull request #1185 from kevenv/master
Update french translation
2015-01-28 01:18:58 +01:00
Keven Villeneuve d347b72e49 Update french translation 2015-01-27 18:53:02 -05:00