Commit Graph

1131 Commits (4abadeb8e410c96f4ae262a4557a319cad66ec62)

Author SHA1 Message Date
Don Bright 5aec712746 Merge branch 'master' of github.com:donbright/openscad 2011-07-21 14:39:39 -05:00
don bright 8937beb0d5 prevent linker error LNK1120 in windows 2011-07-20 21:06:18 -05:00
Marius Kintel c03f3a59b5 Temporarily disable dependency on Preferences dialog 2011-07-14 15:07:19 +02:00
Marius Kintel 6b1899ae17 Merge branch 'master' of github.com:openscad/openscad 2011-07-14 15:05:30 +02:00
Giles Bathgate 639c55c07a Merge pull request #17 from donbright/colorfix
add better alpha syntax for named colors
2011-07-14 02:44:32 -07:00
Don Bright d5d0d31d84 add better alpha syntax for named colors 2011-07-13 13:45:56 -05:00
Marius Kintel 5e3223adbf Removed recently fixed items 2011-07-11 03:55:50 +02:00
Marius Kintel 21ac6c05d1 merged in recent changes in master 2011-07-11 03:54:20 +02:00
Marius Kintel 65a5df8810 missing newline 2011-07-11 01:55:29 +02:00
Marius Kintel c8d38858cb Moved dev binaries 2011-07-11 01:55:16 +02:00
Marius Kintel 0dd6c65aa1 Started adapting to reorganized testdata folders 2011-07-11 01:33:17 +02:00
Marius Kintel 381a311997 Merge branch 'master' of github.com:openscad/openscad 2011-07-06 21:39:43 +02:00
Giles Bathgate 14ff3185ef Merge pull request #15 from donbright/designsettings
Save the setting of 'Design/Auto Reload and Recompile' between sessions
2011-07-06 11:27:34 -07:00
Don Bright d64a03d2a9 cleanup 2011-07-05 18:48:07 -05:00
Don Bright 517abac2ee move functions to more logical location 2011-07-05 18:43:05 -05:00
Don Bright 06f11240b4 Save the setting of 'Design/Auto Reload and Recompile' between sessions 2011-07-05 18:07:26 -05:00
Marius Kintel 31a075a107 Merge branch 'master' of github.com:openscad/openscad 2011-07-05 22:37:02 +02:00
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