Commit Graph

1264 Commits (31592577d3ce36c3651b7158c871e13d59fa0f1c)

Author SHA1 Message Date
Don Bright 5f8021e3e6 Allow the color() command to use names as well as numbers.
With fix for a bug where alpha of 0.0 was mishandled applied.
2011-07-04 22:22:43 +01:00
Don Bright 61b41fcb8e Save the window position and sizes of the edit & console windows between sessions. 2011-07-03 22:42:55 +01:00
Don Bright 31a06d1c3b Save view settings between sessions.
A list of the saved settings is as follows:
* Show Edges
* Show Axes
* Show Crosshairs
* View Orthogonal / View Perspective
* Hide Console
* Hide Editor
2011-07-03 21:57:07 +01:00
Marius Kintel 518714b4a8 Merge branch 'master' of github.com:openscad/openscad 2011-07-03 15:01:06 +02:00
Giles Bathgate f8d4b22536 The first time the setting is read it will be undefined so need to default to true. 2011-07-03 13:54:52 +01:00
Don Bright 7d4ba81068 Allow the hiding of the opengl2.0 warning on startup.
There are two basic changes. The first is a checkbox within the
warning screen that allows you to hide it on subsequent program boots.
The second is a checkbox under Edit/Preferences/Advanced to show/hide
the message.
2011-07-03 13:52:28 +01:00
Marius Kintel 03341a4a4d sync 2011-06-16 13:00:04 +02:00
Marius Kintel 8289982efc Set version back to datestamp 2011-06-14 19:16:11 +02:00
Marius Kintel f2c6963fc2 more details, note about Qt-4.7.3 on Mac 2011-06-14 19:10:49 +02:00
Marius Kintel 7935c5ae51 Bumped version to 2011.06 2011-06-14 15:58:20 +02:00
Marius Kintel 3499fb2fc9 Relocated files 2011-06-06 02:11:13 +02:00
Marius Kintel 367dcbcb50 Added Export as Image 2011-06-05 20:05:55 +02:00
Marius Kintel c807f9bbd1 Windows build fixes from Kliment Yanev 2011-06-05 19:55:50 +02:00
Marius Kintel 8d9c0cccf0 Windows installer builder from Kliment Yanev 2011-06-05 19:55:16 +02:00
Marius Kintel f068e8ac80 Release notes for upcoming release 2011-06-05 19:48:11 +02:00
Marius Kintel fe5e199b79 Revert "Output LWPOLYLINE objects instead of LINE for DXF export. Patch submitted by Lars Kruse"
This reverts commit 060a6c654d.
The reason is that the output DXF won't import in a number of applications due to a malformed DXF (AutoCAD, Solidworks). The correct fix is probably to use a DXF library to generate a correct DXF. This is only a case for more recent (R14+) versions of DXF, e.g. to be able to use the LWPOLYLINE entity.
2011-06-05 19:41:47 +02:00
Marius Kintel fef3210b24 more TODOs 2011-06-05 17:41:09 +02:00
Marius Kintel 33a660f173 Removed offset since it's always 0 2011-06-05 17:40:53 +02:00
Marius Kintel ef2eb6c441 Merge branch 'master' of github.com:openscad/openscad 2011-06-05 17:18:36 +02:00
Giles Bathgate 82b1216ad2 Restores rotation of cylinder to that of previous versions of openscad.
Fix for changes done in commit 8c95ac4462
2011-06-04 11:35:32 +01:00
Marius Kintel ab52524936 Non-affine matrix issue reported by Len Trigg 2011-05-19 11:47:24 +02:00
Giles Bathgate a878f3773d Use QPoint instead of seperate x and y mouse vars. 2011-05-14 22:29:45 +01:00
Giles Bathgate 9eff0b4bdb All this matrix math is very clever, but if you translate before you rotate, I think its redundant. 2011-05-14 21:20:55 +01:00
Giles Bathgate ccaf10dcc6 Reduce multiple divisions by 10, and move similar code into single function. 2011-05-14 20:47:17 +01:00
Giles Bathgate b11865d5ce Some fixes to previous commit, and simplified normalisation. 2011-05-14 19:57:12 +01:00
Giles Bathgate b269b5733b Move perspective setup into resize function, still needs to be called in paint when displaying axes. 2011-05-14 17:10:22 +01:00
Giles Bathgate f698f2ad7e Move light setup code out of paint method and into init. 2011-05-14 16:43:43 +01:00
Marius Kintel 50e59e94e2 Reorganized regression test folders 2011-05-01 00:40:57 -04:00
Marius Kintel 75c06de2db expected file for include-test 2011-05-01 00:04:10 -04:00
Marius Kintel f90e60fadb Bugfix: Include of absolute paths to files in the root path weren't parsed correctly; caused a '/' character to be written to stdout 2011-04-30 11:12:06 -04:00
Marius Kintel 1a9e3e7ca5 dxf-export expected file 2011-04-29 20:11:09 -04:00
Marius Kintel 40cf4dab4c expected file for hull-tests 2011-04-29 12:04:55 -04:00
Marius Kintel 869864678e typo 2011-04-29 12:02:54 -04:00
Marius Kintel ffc2af4996 expected file for minkowski-tests 2011-04-29 12:02:33 -04:00
Marius Kintel 61ff6591ed Added expected files for hull and string-test 2011-04-29 11:55:36 -04:00
Marius Kintel f3fd261296 Added null-tests for hull and minkowski 2011-04-29 11:18:34 -04:00
Marius Kintel 97a57a363f Renamed to follow test naming scheme 2011-04-29 11:18:10 -04:00
Marius Kintel 305558970a Added hull() 2011-04-29 11:17:48 -04:00
Marius Kintel 580f41b47a bugfix: hull() was missing name() implementation 2011-04-29 11:17:33 -04:00
Marius Kintel 6c2fa831bd Support test cases with space in the filename 2011-04-29 11:07:10 -04:00
Marius Kintel a0a20d2014 bugfix: Cache output for non-existing files should be 0.0 2011-04-29 11:06:46 -04:00
Marius Kintel f13c1c6343 Added hull() 2011-04-28 17:49:38 -04:00
Marius Kintel c66f8c7b35 Merge branch 'master' into visitor 2011-04-28 17:37:07 -04:00
Marius Kintel 2f740380dc Merged with master 2011-04-28 17:36:56 -04:00
Marius Kintel 9ca6f0dedf minkowski() and hull() tests from Len 2011-04-28 17:35:28 -04:00
Marius Kintel eb16c3ea56 reset version to using date-tag 2011-04-28 10:58:19 -04:00
Marius Kintel 6b14e9a169 Minor adjustments 2011-04-28 09:53:58 -04:00
Marius Kintel 45e80489f8 Updated version to 2011.04 2011-04-26 20:58:37 -04:00
Marius Kintel 1f51e279d8 bugfix: 64-bit build of gmp was broken under Leopard, bumped to mpfr 3.0.1 2011-04-19 04:54:56 +02:00
Marius Kintel 5247962554 Added some notes/ideas on visual debugging inspired by Stuart Young 2011-04-18 13:07:54 +02:00