Commit Graph

3795 Commits (zoompeace)

Author SHA1 Message Date
Don Bright 0d8c9359b5 fix build errors 2014-03-18 18:59:47 -05:00
Don Bright 3022a83148 disable ctrl-mouse-wheel zoom on Mac by default. add preference to toggle 2014-03-18 18:52:15 -05:00
Marius Kintel ab6192e465 Merge branch 'master' into unstable
Conflicts:
	src/openscad.cc
	src/printutils.h
2014-03-02 22:41:05 -05:00
Marius Kintel fbfc9b0879 Print each deprecation message only once per compilation. Fixes #678 2014-03-02 22:09:10 -05:00
Marius Kintel f3d97f3751 Merge branch 'master' into issue680 2014-03-02 21:53:00 -05:00
Marius Kintel fd938e4423 Added openSUSE maintainer 2014-03-02 18:38:08 -05:00
Don Bright 3de6986d8f Merge branch 'master' of github.com:openscad/openscad into issue680 2014-03-01 15:16:39 -06:00
Don Bright 780d897ff2 fix issue 680 2014-03-01 15:14:35 -06:00
Marius Kintel c6520e22fc Added Arch Linux maintainer 2014-03-01 15:27:08 -05:00
Marius Kintel bbfddcdd85 killed warning; unused variable 2014-03-01 15:15:13 -05:00
Marius Kintel 52ceb71444 devicePixelRatio() is reported to not exist before Qt-5.0.2 2014-03-01 15:14:05 -05:00
Marius Kintel 43088239e0 killed warning 2014-03-01 15:13:34 -05:00
Marius Kintel 1d211498c6 Added note to encourage people to build with experimental features enabled 2014-03-01 15:11:52 -05:00
Don Bright b2fbad4005 attempt to band-aid fix issue 677 by changing fromUtf8 to fromLocal8Bit 2014-02-27 17:42:22 -06:00
Don Bright 484802d685 remove extraneous this->highlighter from Mainwindow 2014-02-27 06:14:10 -06:00
Don Bright 36af7cd972 Merge branch 'master' of github.com:openscad/openscad 2014-02-27 06:13:20 -06:00
Don Bright 4fe662a90a add regression test ('manual') for highlighter scheme changer 2014-02-26 23:50:20 -06:00
Marius Kintel fb49c77f25 Merge branch 'master' of github.com:openscad/openscad 2014-02-27 00:14:33 -05:00
Marius Kintel ec40bae6e9 Added note about auto-uploading tests 2014-02-27 00:14:30 -05:00
Don Bright e2d6afecf5 fix crash bug (mainwindow no longer has a 'highlighter' member) 2014-02-26 22:39:07 -06:00
Marius Kintel bc86c4936d Merge pull request #674 from openscad/jawsreader
Jawsreader bug fix
2014-02-26 20:10:33 -05:00
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 e1623ab3e0 Merge branch 'master' into unstable 2014-02-23 15:49:50 -05:00
Marius Kintel bab951b344 Merge branch 'master' into unstable
Conflicts:
	src/CGALEvaluator.cc
	src/MainWindow.h
	src/MainWindow.ui
	src/import.cc
	src/mainwin.cc
	src/winconsole.c
	tests/CMakeLists.txt
2014-02-23 15:49:26 -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