Commit Graph

3522 Commits (jawsreader)

Author SHA1 Message Date
Don Bright 14771c90be remove experimental menu options 2014-02-26 18:40:32 -06:00
Don Bright afcf7239ab fix broken linux gui build!! 2014-02-26 18:29:57 -06:00
Don Bright ced162977f fix broken test build 2014-02-26 18:07:30 -06:00
Don Bright 59cd328b9b Merge branch 'master' of github.com:openscad/openscad into jawsreader 2014-02-25 20:21:35 -06:00
Don Bright 36e0d73e69 enable qtaccessibility plugin so that screenreading of QAction menu works
(tested on Jaws screenreader demo on Windows 7, per bug report to mailing list
by Robert Jaquiss 2/25/2014)
2014-02-25 20:20:14 -06:00
Marius Kintel 341571ce52 Manage releases on github, use markdown for release notes 2014-02-25 02:05:21 -05:00
Don Bright 020d65eff0 fix issue #671 (regression) 2014-02-24 18:38:45 -06:00
Don Bright 776df9fc0e update release-common.sh calls to use 'snapshot', add 'release' stub 2014-02-24 18:24:39 -06:00
Marius Kintel 2db7597541 Updated RELEASE NOTES 2014-02-23 16:42:58 -05:00
Marius Kintel 3ac8895d7a Enable experimental features only for snapshot builds 2014-02-23 15:47:26 -05:00
Marius Kintel 2712465a1d Merge branch 'master' of github.com:openscad/openscad 2014-02-23 14:58:11 -05:00
Marius Kintel e9ace30cca Print error message if upload fails 2014-02-22 20:00:29 -05:00
Marius Kintel 6867c50003 Added fixme for release builds 2014-02-22 11:29:43 -05:00
Marius Kintel 00b584177d Merge pull request #668 from tim-caper/master
proper quotation of \" special case
2014-02-22 10:39:51 -05:00
Tim V. Shaporev 5024821991 proper quotation of \" special case 2014-02-22 12:55:04 +04:00
Marius Kintel bd14e4bab3 Inspired by #386, delete main windows on close 2014-02-21 02:09:30 -05:00
Marius Kintel 0b8929cf1c #665 support multiple open files with the same basename. Always clean up backups on window close 2014-02-21 00:02:09 -05:00
Marius Kintel 3e6f659990 Added failing test for #666 2014-02-20 01:04:04 -05:00
Marius Kintel 0575b9209c Merge pull request #663 from openscad/issue235
Issue235
2014-02-20 00:08:39 -05:00
Marius Kintel c9df4c0d26 Last #235 fix: Don't return empty PolySets, as they will be interpreted as 3D object later, causing a mixed 2D-3D error 2014-02-19 23:33:31 -05:00
Don Bright ff83978cf3 Merge branch 'issue235' of github.com:openscad/openscad into issue235 2014-02-19 05:27:36 -06:00
Don Bright d4b0a3ae50 Merge branch 'master' of github.com:openscad/openscad into issue235 2014-02-19 05:27:03 -06:00
Don Bright ccc782e39c fix failing tests per comments on github, make slightly more robust 2014-02-19 05:26:19 -06:00
Marius Kintel ed2ea087fb #665 Improve automatic backup: Only save if editor is dirty 2014-02-18 00:00:33 -05:00
Marius Kintel 22ac006f33 Editor hiding broke after adding the search panel. Fixes #664 2014-02-17 23:49:45 -05:00
Marius Kintel a4bbcda45e Merge branch 'master' into issue406 2014-02-17 22:44:59 -05:00
Marius Kintel 14dc012e2c Merge remote-tracking branch 'origin/master' into issue235 2014-02-17 22:19:47 -05:00
Marius Kintel 1aed4cfa47 Updated test to use children() instead of the deprecated child() 2014-02-17 22:19:31 -05:00
Don Bright 7b7a76a364 Merge branch 'master' of github.com:openscad/openscad into issue235 2014-02-17 20:34:53 -06:00
Don Bright 3a77956bdd Merge branch 'master' of github.com:openscad/openscad into issue406 2014-02-17 20:34:06 -06:00
Don Bright 464bdf4fc0 fix build problem 2014-02-17 20:30:43 -06:00
Marius Kintel 36cd62db80 Simple test of -D cmd-line parameter 2014-02-17 21:04:37 -05:00
Marius Kintel 09e2f1116f mac build fix: correctly link Cocoa to core libraries 2014-02-17 21:00:32 -05:00
Marius Kintel 3682c45263 bugfix: Return boolean from ModuleCache::evaluate() 2014-02-17 20:58:12 -05:00
Marius Kintel 702ad5c6f9 Merge branch 'master' of git://github.com/tim-caper/openscad into tim-caper-master 2014-02-17 20:56:17 -05:00
Marius Kintel 7bb18bae69 Revert "Backported 2e3729ab22 to master; redo assemblePath for Win. redo openscad.com to handle spaces in filenames"
This reverts commit 55192e46a4.
2014-02-17 20:53:09 -05:00
Don Bright 6326aab677 fix issue #235 2014-02-17 14:19:12 -06:00
Don Bright 838e80ae34 refactor + rehighlight only if we are no doing a reload (issue #406) 2014-02-17 13:19:42 -06:00
Marius Kintel d2024c12bb Merge pull request #656 from openscad/vector-norm-cross
Add vector norm() and cross().
2014-02-16 22:26:06 -05:00
Marius Kintel 8a23013af2 Merge pull request #655 from openscad/openscad-path-fix
Fix handling of platform specific path separator (fixes #651).
2014-02-16 22:25:39 -05:00
Torsten Paul 12b115e4b0 Add cross() function to calculate vector cross product. 2014-02-16 23:04:48 +01:00
Torsten Paul 990e2a472b Add test cases for norm(). 2014-02-16 22:47:55 +01:00
Steve Kelly e5d703bee3 Implement norm() function to find the length of a vector. 2014-02-16 22:11:47 +01:00
Torsten Paul 6839e613bf Fix handling of platform specific path separator (fixes #651). 2014-02-16 21:13:21 +01:00
Marius Kintel e66e1691a9 Manually set icon size, this should fix #640 2014-02-14 00:44:51 -05:00
Marius Kintel 78baae599b Adapted wil1471's pull request #385 to master 2014-02-13 00:15:35 -05:00
Marius Kintel ada0609b9c Bugfix: GUI stayed locked if CGAL compile failed 2014-02-13 00:06:48 -05:00
Marius Kintel dbaf1776d8 More comments to clarify #495 2014-02-11 01:33:06 -05:00
Marius Kintel 57ac24013e Added testcase for #112 2014-02-11 01:04:49 -05:00
Marius Kintel ec52c4e713 Added test for issue exporting volume with a cavity - #495 2014-02-11 01:04:27 -05:00