Commit Graph

4318 Commits (fbceb0bdd875452c5bd6b89118b7c453336f290f)

Author SHA1 Message Date
Marius Kintel 71f8e62a15 Merge branch 'close-empty-win-on-open' of git://github.com/OskarLinde/openscad into OskarLinde-close-empty-win-on-open 2014-05-12 16:22:44 -04:00
Marius Kintel f560288ab1 Unset QMAKESPEC to avoid old Qt4 env to bleed over 2014-05-12 16:03:47 -04:00
Marius Kintel 1cb754603b #786 Added tests 2014-05-12 15:15:06 -04:00
Marius Kintel c4e81baf65 Merge branch 'search_crashfix' of git://github.com/OskarLinde/openscad into OskarLinde-search_crashfix 2014-05-12 13:42:42 -04:00
Marius Kintel eb98e55477 Merge pull request #788 from OskarLinde/autoreload_undo_fix
auto-reload & compile with internal editor preserve undo status
2014-05-12 13:40:30 -04:00
Marius Kintel 758edd0ecc Merge branch 'OskarLinde-proxy-icons' 2014-05-12 13:39:39 -04:00
Marius Kintel 5707bc6eaf Merge branch 'proxy-icons' of git://github.com/OskarLinde/openscad into OskarLinde-proxy-icons 2014-05-12 13:34:21 -04:00
Marius Kintel ca765dd688 #252 Downgrade to Qt-5.2.0 for Mac 2014-05-12 13:32:50 -04:00
Marius Kintel 5e8996918a Merge pull request #780 from OskarLinde/discard-shortcut
Add Mac standard Cmd-D shortcut for the 'Don't Save' button
2014-05-12 13:31:14 -04:00
Oskar Linde 5648573d24 Preserves undo status if using the internal editor together with 'autoreload and compile' 2014-05-10 22:41:46 +02:00
Oskar Linde 27e889d818 search(): fix crash bug and add additional feature
search(4,[1,2,3]) crashed OpenSCAD. Instead of crashing, one can now search vectors for matching elements.
In addition, search([[1,2]],[[0,1],[1,2],[2,3]]) will work and return [1].
2014-05-10 20:54:09 +02:00
Oskar Linde bef0efb18e Fix crash in cgalpngtest_assign-tests 2014-05-10 20:54:09 +02:00
Oskar Linde afd8d4025b Make min() and max() handle vector argument
This patch adds the ability for max() and min() to take one single vector as argument. The max (or min) element of that vector is returned if the vector contains at least one element.
2014-05-10 19:40:15 +02:00
Oskar Linde 9ccde53749 Add Mac standard Cmd-D shortcut for the 'Don't Save' button 2014-05-10 19:27:17 +02:00
Marius Kintel 6ec9934365 bugfix: missing slash in download link 2014-05-06 01:10:27 -04:00
Torsten Paul 6e04d33898 Update test cases. 2014-05-04 00:26:02 +02:00
Torsten Paul d4afb53fee Change diff output to use unified diff format to make it easier to read. 2014-05-04 00:13:00 +02:00
Torsten Paul 6a3a88e3b5 Output the OpenSCAD version number to console window. 2014-05-03 23:16:31 +02:00
Torsten Paul 533e7c1035 Fix DXF file name. 2014-05-03 23:16:30 +02:00
Torsten Paul d8ab4715e8 Don't use deprecated file parameter. 2014-05-03 23:16:30 +02:00
Torsten Paul e182b41c88 Fix name for STL file. 2014-05-03 23:16:30 +02:00
Torsten Paul d4b7f85b6a Update to use new faces parameter. 2014-05-03 23:16:30 +02:00
Torsten Paul fc90a385a7 Add missing DXF file for flat_body.scad (was example009.dxf). 2014-05-03 23:16:30 +02:00
Torsten Paul 89570cb6fe Move offset example into new directory structure. 2014-05-03 23:16:11 +02:00
shaina7837 2b14befb6f examples showed in separate method 2014-05-03 21:15:05 +02:00
shaina7837 de7cea8a17 example file change 2014-05-03 21:15:03 +02:00
shaina7837 b1976cf3ff categorized_examples 2014-05-03 21:14:57 +02:00
Oskar Linde 75e66a531b Mac: Give document windows proper proxy icons 2014-05-03 19:15:36 +02:00
Oskar Linde 180bd906b7 Avoid leaving the first empty document window when opening a file in MDI mode 2014-05-03 18:20:37 +02:00
Tim V. Shaporev 76389d83cc fixup issue 766 2014-05-03 19:44:22 +04:00
Oskar Linde b611ed5eac Add list-comprehensions 2014-05-03 17:24:44 +02:00
Oskar Linde ed3041c551 Add a let() expression 2014-05-03 11:19:30 +02:00
Tim V. Shaporev ebb075315f low-level optimization to reduce stack usage & accelerate calculations 2014-05-02 10:03:46 +04:00
Ben Gamari b984297e28 GeometryEvaluator: Fix signed-ness warnings 2014-04-28 13:37:43 -04:00
Ben Gamari 3d21e84b44 clipper-utils: Fix signed-ness warning 2014-04-28 13:37:43 -04:00
Ben Gamari b5337ad338 Various whitespace fixes 2014-04-28 13:37:43 -04:00
Ben Gamari ff466c2189 Switch from #define guards to #pragma once
As well as a few whitespace cleanups
2014-04-28 13:32:19 -04:00
Marius Kintel 065789e0d7 Sync two remaining test cases after merging unstable. Fixes #758 2014-04-27 23:21:20 -04:00
Marius Kintel 63f0ac2c8c Updated Mac setenv script 2014-04-27 02:39:16 -04:00
Marius Kintel 0e2e8d9f94 Merge pull request #769 from tim-caper/builtin2
exact sin/cos and eliminated duplicate args computations
2014-04-27 02:37:32 -04:00
Marius Kintel 11ef366601 Make Mac dependencies work on 10.7+. This causes some weird artifacts. See #633 2014-04-27 01:02:18 -04:00
Don Bright 9be9d1513d build linux snapshot with QT5 by default 2014-04-26 23:48:18 -05:00
Don Bright 319737daff Merge branch 'master' of github.com:openscad/openscad 2014-04-26 23:33:30 -05:00
Don Bright 2f4617ddef remove #ifdefs for eigen version 2 ( see issue #532 ) 2014-04-26 23:14:24 -05:00
Don Bright f80865c950 qt 5.0->5.2 2014-04-26 23:05:38 -05:00
Don Bright 464e3fc76d change max qt version in README to support qt5 2014-04-26 23:05:00 -05:00
Marius Kintel 146f977422 Merge pull request #770 from openscad/copy-paste-fix
Fix keyboard shortcuts in automatically generated actions (fixes #408).
2014-04-26 23:58:12 -04:00
Don Bright eda854d54c default to qt5 for MXE cross build for Win 2014-04-26 22:56:51 -05:00
Don Bright d32956a942 remove /opt/qt5 hack in setenv script. (distros have their own way to specify) 2014-04-26 22:46:08 -05:00
Marius Kintel f9b3d357ff build fix after merging text and the new master 2014-04-26 22:09:15 -04:00