Commit Graph

4891 Commits (77a568cda081c10d49c8365256de2fdeb4549570)

Author SHA1 Message Date
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 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 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
Frode Lillerud e34530f752 Create visualstudio.json
Color scheme similar to default in Visual Studio.
2014-12-17 22:26:12 +01:00
Marius Kintel f0c7ee6d61 #1068 Attempt to fix the Windows line ending issue 2014-12-17 16:19:13 -05:00
Marius Kintel 450dd836fa Added png of document icon 2014-12-17 15:52:51 -05:00
Marius Kintel ca11624f52 #1065 Added new expected test result 2014-12-17 13:13:27 -05:00
Marius Kintel 6492d25265 #1065 The text module is no longer experimental 2014-12-17 12:56:52 -05:00
Marius Kintel 1aef9f2758 #1065 Show progress dialog while building font cache 2014-12-17 12:12:53 -05:00
Marius Kintel 3d0749b619 Improve displayed rendering time by including compilation time 2014-12-16 18:01:25 -05:00
Marius Kintel 0448b0f1db #1076 Fix memory display on 64-bit Windows 2014-12-16 17:40:13 -05:00
Marius Kintel a40b2848e9 killed compiler warning 2014-12-16 17:39:38 -05:00
Marius Kintel 93b6113edc #1065 fix: It's allowed to pass NULL geometry to the preview renderer 2014-12-16 17:22:41 -05:00
Marius Kintel fe3cae8120 #1065 Text preview optimization: Don't tesselate every frame 2014-12-16 17:03:06 -05:00
Torsten Paul 0f2806ab8a Assume internally used strings are stored in UTF-8. 2014-12-16 21:31:00 +01:00
Torsten Paul 4be9a43b40 Add debug output for the Node Id Cache. 2014-12-16 21:21:06 +01:00
Marius Kintel 7bea0bef37 Merge branch 'master' of github.com:openscad/openscad 2014-12-16 13:04:13 -05:00
Marius Kintel 77c865d1be Improved regex to correctly match quoted characters in strings 2014-12-16 13:03:12 -05:00
Marius Kintel 061fa9604a Merge pull request #1071 from kevenv/master
Added french translation :)
2014-12-16 12:59:49 -05:00
Keven Villeneuve db4e609dbd Finish french translation 2014-12-14 10:21:08 -05:00