Commit Graph

5062 Commits (bb7adc83cb7a0e737d100bad9e6adaac2dc2a05a)

Author SHA1 Message Date
Marius Kintel 328cd7f362 #1028 Adjusted return values for errors 2014-12-23 01:07:35 -05:00
Marius Kintel b48089e694 Merge branch 'master' of git://github.com/jgelderloos/openscad 2014-12-23 01:02:50 -05:00
Marius Kintel 9b00f69311 #1065 Made font cache progress dialog indeterminate also on Windows 2014-12-23 00:49:37 -05:00
Marius Kintel 22ed0780fa Merge branch 'master' of github.com:openscad/openscad 2014-12-23 00:37:45 -05:00
Marius Kintel c5e4715575 bugfix: highlighted differences didn't render correctly 2014-12-23 00:37:43 -05:00
Torsten Paul 5dc88d0eed Switch between progress widget and status label. 2014-12-23 06:33:35 +01:00
Torsten Paul 3d9b66cf0f Fix crash on startup for the MinGW version. 2014-12-23 06:33:35 +01:00
Marius Kintel 0007684c5b Merge pull request #1077 from openscad/winconsole-fix
Use separate project for winconsole and don't statically link Qt
2014-12-23 00:32:15 -05:00
Marius Kintel 4c11d6b62f Updated test results for offset tests 2014-12-23 00:09:05 -05:00
Marius Kintel a10426acc3 Merge branch 'master' of github.com:openscad/openscad 2014-12-23 00:03:49 -05:00
Marius Kintel 756d3e2a97 Merge pull request #1102 from openscad/text-fixes-part6
Text fixes (part 6)
2014-12-23 00:03:34 -05:00
Torsten Paul b37b49f407 Add version number to launching screen and main windows (fixes #1101). 2014-12-23 03:56:17 +01:00
Torsten Paul 5ad36c82b6 Add OpenSCAD version to the status bar. 2014-12-23 03:33:42 +01:00
Torsten Paul c4e895a813 Add drag&drop to the FontListDialog. 2014-12-23 03:07:27 +01:00
Marius Kintel 77a568cda0 Less verbose 2014-12-22 19:31:40 -05:00
Marius Kintel d071ba16cb Merge pull request #1087 from openscad/offset-updates2
Update offset() parameter handling.
2014-12-22 19:18:40 -05:00
Marius Kintel 0eb2c45f12 Merge branch 'master' of github.com:openscad/openscad 2014-12-22 18:58:27 -05:00
Marius Kintel aeba95aa01 Windows build fix (msys2) 2014-12-22 18:58:25 -05:00
Torsten Paul b2227c7191 Quote special characters when copying the font selector. 2014-12-23 00:05:42 +01:00
Torsten Paul b5f5ffd142 Update German translation and merge new template. 2014-12-22 23:38:35 +01:00
Marius Kintel f945ce3ad8 Correctly calculate arc_tolerance for Clipper 2014-12-22 16:58:22 -05:00
Marius Kintel 781ec4d7bf Minor doc clarification 2014-12-22 16:58:03 -05:00
Marius Kintel 5fe30c66eb Merge pull request #1094 from openscad/fontconfig-init
Use QtConcurrentRun to initialize FontConfig in a separate thread.
2014-12-22 11:23:20 -05:00
Marius Kintel 0c88f63e00 Merge pull request #1098 from hroncok/czech
Updated the Czech translation
2014-12-22 10:42:06 -05:00
Torsten Paul 594f548b20 Add color schemes "Tomorrow" and "Tomorrow Night".
See https://github.com/chriskempson/tomorrow-theme
2014-12-22 02:25:48 +01:00
Miro Hrončok b79954237c Updated the Czech translation 2014-12-21 23:23:25 +01:00
Marius Kintel dea8dd9bd0 Merge pull request #1096 from openscad/win-updates
Win updates
2014-12-21 14:24:39 -05:00
Torsten Paul b697003b0a Handle different naming conventions for debug versions of QScintilla. 2014-12-21 17:56:51 +01:00
Torsten Paul c278963a85 Path and filenames need to use system encoding (fixes #1092). 2014-12-21 17:56:50 +01:00
Torsten Paul 8214cabe50 Remove qtcreator user configuration. 2014-12-21 17:56:47 +01:00
Marius Kintel fa3cba12cc Merge pull request #1093 from openscad/warning-highlight
Color code warning and error messages in the console window (fixes #855).
2014-12-21 00:02:39 -05:00
Torsten Paul 310ca16c1b Update test reference file for norm(). 2014-12-21 04:40:24 +01:00
Torsten Paul 98a9ea7e12 Use QtConcurrentRun to initialize FontConfig in a separate thread. 2014-12-21 03:49:20 +01:00
Torsten Paul 5a0ea7abe2 Color code warning and error messages in the console window (fixes #855). 2014-12-21 02:12:06 +01:00
Torsten Paul abdf80c494 Revert usage of the -Wa,-mbig-obj flag as that does not work on MXE. 2014-12-20 23:28:51 +01:00
Torsten Paul 7d863d2bf2 Updates to build on MSYS2. 2014-12-20 23:09:03 +01:00
Torsten Paul 4a75c57209 Move -DNOGDI to main project file.
This is not related to the cross build but a workaround when including
windows.h that also defines Polygon. So it's now enabled for all Windows
builds including MSYS2.
2014-12-20 21:46:30 +01:00
Torsten Paul 33a8c2baaa Catch win32-mingw used when building on MSYS2. 2014-12-20 21:39:32 +01:00
Torsten Paul ba2f150f33 Remove eigen2 detection, eigen3 is required. 2014-12-20 21:38:52 +01:00
Torsten Paul b488242548 Swap colors so the bright red is only used for language keywords. 2014-12-20 17:30:37 +01:00
Torsten Paul a603afb767 Add keyword lists. 2014-12-20 17:27:34 +01:00
Torsten Paul 128498a678 Allow reading the keyword lists from the color scheme files. 2014-12-20 17:27:18 +01:00
Torsten Paul 90b7dd82c2 Update lexer keywords. 2014-12-20 04:46:59 +01:00
Torsten Paul b1871c6309 Fix color schemes (brace highlight / selection color / line-end markers). 2014-12-20 02:51:11 +01:00
Torsten Paul ad51cadfbd Update offset() parameter handling.
- Rounded offset is now using parameter r
- Using delta only or delta with camfer = false creates no chamfer
- Using delta with chamfer =true creates chamfer at delta distance
2014-12-19 16:48:13 +01:00
Marius Kintel d72c121fa6 Minor Grid3 refactoring 2014-12-19 02:40:17 -05:00
Marius Kintel 0aa215b90c Quantize vertices when building Nef polyhedrons from PolySets 2014-12-19 02:27:56 -05:00
Marius Kintel f42dbea817 Merge pull request #1083 from Scalpel78/master
Added color scheme - Visual Studio
2014-12-17 16:48:20 -05:00
Frode Lillerud 69b644fcc2 Create visualstudio.json 2014-12-17 22:27:13 +01:00
Frode Lillerud 832fca9672 Delete visualstudio.json 2014-12-17 22:26:41 +01:00