Commit Graph

4149 Commits (a633c9c6509b6c22fe11ad01abc80e17a68fc3c4)

Author SHA1 Message Date
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
Marius Kintel 2cba2a1b55 Merge branch 'master' into text-module
Conflicts:
	scripts/macosx-build-homebrew.sh
	scripts/mingw-x-build-dependencies.sh
	scripts/uni-build-dependencies.sh
	scripts/uni-get-dependencies.sh
	src/GeometryEvaluator.h
	src/MainWindow.ui
	src/clipper-utils.h
	src/mainwin.cc
	tests/CMakeLists.txt
2014-04-26 22:08:31 -04:00
Torsten Paul 7a05fb40d8 Fix keyboard shortcuts in automatically generated actions (fixes #408).
Having our own "copy" menu did cause the automatically generated action
of the QTextEditor used as console to drop the CTRL+C link. Using the
WidgetWithChildrenShortcut settings seems to fix that for Qt4 and Qt5.
2014-04-26 23:04:09 +02:00
Tim V. Shaporev 02137273ff exact sin/cos and eliminated duplicate args computations:
1) eliminated duplicate arguments computations for most of builtin functions (except serach & lookup);
2) provide exact results of sin or cos whenever possible like cos(90)
2014-04-25 10:46:45 +04:00
Marius Kintel 32425c6963 Merge branch 'unstable' into text-module 2014-04-25 02:35:24 -04:00
Marius Kintel 05e1dd7df4 #252 Use Qt5 as default for Mac snapshots 2014-04-25 02:00:06 -04:00
Marius Kintel a9f9fb342a #252 Make filename drops on the editor open the file 2014-04-25 00:54:22 -04:00
Marius Kintel f862e9bd87 Merge branch 'master' of github.com:openscad/openscad 2014-04-24 22:47:19 -04:00
Marius Kintel 7a5035f14e bugfix: use 470 to read qmake variable 2014-04-24 22:46:36 -04:00
Marius Kintel 75dc6b16d1 Use a power of two as scaling factor to be nice to the computer 2014-04-24 01:07:48 -04:00
Marius Kintel 9613e992da Suppress unused local typedef warning for gcc. Fixes #757 2014-04-24 00:01:42 -04:00
Marius Kintel 863303f601 Improved cleanup of aborted normalization. This should fix #762 2014-04-23 23:59:27 -04:00
Marius Kintel b9f8c6b77d Strip color profile from expected images. Makes test work with newer versions of libpng 2014-04-23 02:44:39 -04:00
Don Bright b5974b5da0 NetBSD build fixes 2014-04-22 17:00:38 +00:00
Marius Kintel 90b394015b Merge remote-tracking branch 'origin/master' into unstable
Conflicts:
	src/MainWindow.ui
	src/mainwin.cc
2014-04-22 01:13:20 -04:00
Marius Kintel 91074eba48 Merge pull request #752 from qSLX/master
Preventing losing keyboard focus by editor.
2014-04-22 01:03:21 -04:00
Marius Kintel 23ac323c88 Strip color profile from expected images. Makes test work with newer versions of libpng 2014-04-21 23:23:25 -04:00
Marius Kintel 0a851b0892 Merge remote-tracking branch 'origin/master' into unstable 2014-04-21 22:34:36 -04:00
Marius Kintel e9981048fa Require minimum Mac OS X 10.7 2014-04-21 12:44:26 -04:00
Marius Kintel f32a7bbb91 Merge pull request #760 from openscad/slow-min-max-fix
Evaluate arguments only once in min/max builtins (fixes #738).
2014-04-15 16:42:53 -04:00