Commit Graph

3433 Commits (a49c32bee056f318b0910934f7b8e433c7aef189)

Author SHA1 Message Date
Marius Kintel 3d5b844679 Keep cmd-line and GUI separate in terms of preferences, handle experimental tests separately, minor cleanups 2014-01-03 02:31:57 -05:00
Marius Kintel f093b53c3e Fixed merge error 2014-01-03 00:14:31 -05:00
Marius Kintel bda8e6b55b Added another testcase for #495 2014-01-02 20:57:53 -05:00
Torsten Paul 9caa2dcfa5 Add concat() function to list of experimental features. 2014-01-02 23:32:09 +01:00
Torsten Paul bef4ea3053 Handle synchronization between Qt settings / GUI and Feature objects. 2014-01-02 23:32:09 +01:00
Torsten Paul b7b2681c74 Add GUI Settings page to enable/disable features. 2014-01-02 23:32:03 +01:00
Torsten Paul 09f8e80a7d Integrate feature registry with functions.
In case a function is attached to a disabled feature, the function lookup
will give a warning message and ignore that (builtin) function.
2014-01-02 23:28:02 +01:00
Torsten Paul 7f36599073 Integrate feature registry with modules.
In case a module is attached to a disabled feature, the module lookup
will give a warning message and ignore that (builtin) module.
2014-01-02 23:28:02 +01:00
Torsten Paul 72865e17da Add feature registry. 2014-01-02 23:27:52 +01:00
Marius Kintel 0044ecde20 Added testcase for #495 2014-01-02 17:07:34 -05:00
Marius Kintel 1bf5f44379 Merge branch 'master' of github.com:openscad/openscad 2013-12-31 01:28:23 -05:00
Marius Kintel df731159d4 Removed obsolete tests 2013-12-31 01:20:38 -05:00
Marius Kintel 46a9af8594 Added testcase for #585 2013-12-31 01:20:15 -05:00
Don Bright 7fb88e6c14 fix mingw cross build 2013-12-30 16:41:50 -06:00
Don Bright f7a527ed1e add glib and libintl to mingw cross build 2013-12-30 16:38:53 -06:00
Marius Kintel 38b8e6961e Clarified test cases for #541 and #578 2013-12-30 01:48:46 -05:00
Marius Kintel 69d9dfd29b Renamed test belonging to #578, not #541 2013-12-30 01:40:50 -05:00
Marius Kintel 3cb440c624 Removed obsolete tests 2013-12-30 01:23:22 -05:00
Marius Kintel d5bf74c91c Added testcase for #584 2013-12-30 01:23:14 -05:00
Marius Kintel 267cb31e79 Removed obsolete tests 2013-12-29 21:17:35 -05:00
Marius Kintel 182625c5de Added testcase for #578 2013-12-29 21:17:20 -05:00
Marius Kintel a0fc90b7c9 Removed obsolete tests 2013-12-29 20:17:03 -05:00
Marius Kintel 101d6343c0 Added testcase for #582 2013-12-29 20:16:54 -05:00
Marius Kintel b47ec73e72 Renamed to issue541 2013-12-29 20:00:40 -05:00
Don Bright 275f3baa3d Merge branch 'master' of github.com:openscad/openscad 2013-12-29 18:06:31 -06:00
Don Bright 9834582882 attempt to fix broken mingw build due to new GLIB dependency 2013-12-29 17:58:16 -06:00
Marius Kintel bf19347248 Merge pull request #580 from openscad/colorsfix
Colorsfix - 3 options for syntax highlighter
2013-12-29 15:37:29 -08:00
Marius Kintel 9ea82e746c Added failing test for issue 541 2013-12-29 18:28:06 -05:00
Don Bright 81a08c05c2 Merge branch 'master' of github.com:openscad/openscad into colorsfix 2013-12-29 17:20:17 -06:00
Don Bright 316c514208 make math functions easier to see on white background 2013-12-29 16:14:55 -06:00
Don Bright f0e0772694 enable disabling of syntax highlighter, add highlighter for dark backgrounds 2013-12-29 15:25:35 -06:00
Marius Kintel b272d1f0de Added mixed 2D and 3D object for difference tests 2013-12-28 17:11:56 -05:00
Marius Kintel ce8bf70604 Added 2D difference tests 2013-12-28 16:41:28 -05:00
Marius Kintel cc3858949e Updated tests 2013-12-28 14:27:21 -05:00
Marius Kintel 3e464d01a7 Use namespace instead of class method 2013-12-27 18:04:52 -05:00
Marius Kintel 11ab95385f removed redundant get_fragments_from_r 2013-12-27 18:04:28 -05:00
Torsten Paul b49f51dab3 Moved get_fragments_from_r into Calc 2013-12-27 17:48:15 -05:00
Marius Kintel 68de0ab680 Updated tests 2013-12-26 18:31:38 -05:00
Marius Kintel 1c44d04e00 Merge branch 'master' of github.com:openscad/openscad 2013-12-26 18:09:27 -05:00
Marius Kintel 8c02f17bb3 Updated tests 2013-12-26 18:09:19 -05:00
Torsten Paul 6443df394b Add concat() builtin (fixes #201).
This allows to concatenate multiple vectors and single elements into a
single result vector.
2013-12-26 20:02:31 +01:00
Marius Kintel 41ab9e8ab6 Merge pull request #575 from hroncok/patch-3
`make install` installs manpage and appdata file
2013-12-23 18:02:36 -08:00
Marius Kintel de3a629656 Merge pull request #576 from hroncok/patch-4
AppData: Do not have 2 default screenshots
2013-12-23 18:02:19 -08:00
Miro Hrončok 107d19e93e AppData: Do not have 2 default screenshots 2013-12-24 02:37:43 +01:00
Miro Hrončok 90edc3b5f7 `make install` installs manpage and appdata file 2013-12-24 02:11:20 +01:00
Don Bright 6938ae2dfd prevent cgal::orientation_2 crash on polygons that fail is_simple_2 test 2013-12-17 17:08:36 -06:00
Marius Kintel e64bf96b37 Added mesh test 2013-12-15 20:15:01 -05:00
Marius Kintel a9bb2651e0 Deprecated polygons(triangles=[]) 2013-12-15 20:11:49 -05:00
Marius Kintel 4be55c016e Merge branch 'master' of github.com:openscad/openscad 2013-12-15 18:25:22 -05:00
Marius Kintel 70dfdf42c3 sync 2013-12-15 18:25:19 -05:00