Commit Graph

2947 Commits (85c83fbc04f4918159a598793cee47cdafabf8c4)

Author SHA1 Message Date
Marius Kintel 85c83fbc04 Merge branch 'master' into issue181 2013-06-02 18:15:37 -04:00
Marius Kintel 41f352a788 Added moduledumptest. Fixes #384 2013-06-01 16:11:44 -04:00
Marius Kintel 84088dee58 Improved if-else test to include a multiple-children test 2013-06-01 16:11:15 -04:00
Marius Kintel f110092852 Added resize() and improved if test 2013-06-01 16:09:05 -04:00
Marius Kintel 00dda1b02c Assign function results to different variables to improve test coverage 2013-06-01 16:07:27 -04:00
Marius Kintel 7d932eacca Added some missing functions and modules 2013-06-01 16:06:19 -04:00
Marius Kintel e4197c1b58 Dump the else part of if-else blocks if it has any content. Part of #384 2013-06-01 16:05:09 -04:00
Marius Kintel 6951655422 Some expressions didn't support toString, which caused an assertion failure. Part of #384 2013-06-01 16:04:24 -04:00
Marius Kintel 618c9ff223 bugfix: dxf_cross() on file-not-found 2013-06-01 16:03:37 -04:00
Marius Kintel 40ad096379 Merge branch 'master' into issue181 2013-05-31 10:41:47 -04:00
Marius Kintel 5d3ae2a77e cascadetest.scad is now autogenerated 2013-05-30 16:51:32 -04:00
Marius Kintel 06237a067f Related to #181, also ignore removal of the main file when auto-reloading 2013-05-30 16:51:00 -04:00
Marius Kintel 0041f3012d Increase recursion limit to 1000 2013-05-30 16:50:05 -04:00
Don Bright 31b234140d improve bison detection 2013-05-30 06:02:38 +02:00
Marius Kintel b46429c577 Updated scripts to match recent website changes in openscad/openscad.github.com#10 2013-05-29 01:38:06 -04:00
Marius Kintel 6476048af2 Added info on how to update MCAD 2013-05-29 01:30:01 -04:00
Marius Kintel 083763e96a updated MCAD 2013-05-28 21:15:58 -04:00
Marius Kintel ecf9836603 Merge branch 'master' of github.com:openscad/openscad 2013-05-28 21:12:09 -04:00
Marius Kintel 1255b19c2e bugfix: Auto-reload failed in some circumstances 2013-05-28 20:58:44 -04:00
Marius Kintel 430bb3d7bd Added note about Qt dependency 2013-05-28 20:57:23 -04:00
Marius Kintel 57dae12b80 Merge branch 'master' into issue181 2013-05-28 20:41:05 -04:00
Marius Kintel e40eeaf8c8 bugfix: actually link to OPENGL_LIBRARIES instead of OPENGL_LIBRARY, remove qt linkage 2013-05-28 17:15:42 -07:00
Marius Kintel c5db28cfa0 Release preparations: Cleaned up the release notes a bit 2013-05-28 18:56:57 -04:00
Marius Kintel 5722dd9e41 Minor refactoring, no longer automatically reloads if a dependency disappears 2013-05-28 16:29:53 -04:00
Marius Kintel c0fa353e06 Added automatic reload and compile note 2013-05-28 10:23:36 -04:00
Marius Kintel 72de958320 Added testcase for cascading changes 2013-05-28 10:20:07 -04:00
Marius Kintel 33e873d8da Changed compile GUI logic to properly handler automatic reload on cascading changes 2013-05-28 01:25:03 -04:00
Marius Kintel eade7ede54 typo 2013-05-28 01:24:30 -04:00
Marius Kintel 4bc18dc680 Don't auto-reload missing files, reduce warning output from periodically called functions 2013-05-27 18:28:29 -04:00
Marius Kintel 84e918da7d Added missing testfile 2013-05-27 17:40:47 -04:00
Marius Kintel c4649c5753 Merge pull request #374 from will1471/save-fail-feedback
Show a QMessageBox when saving a file failes.
2013-05-27 07:18:16 -07:00
will 7c6e039d1c Show a QMessageBox when saving a file failes. 2013-05-27 12:31:25 +01:00
donbright ef7b80656f Merge pull request #368 from openscad/issue125
Issue125
2013-05-26 22:28:56 -07:00
Don Bright 37dc9342a1 Merge branch 'master' of github.com:openscad/openscad into issue125 2013-05-27 00:08:31 -05:00
Don Bright 6742ad55f4 fix buggy string init. remove debug string 2013-05-26 22:55:14 -05:00
Don Bright 53e778af70 fix bugs in win version 2013-05-26 22:03:16 -05:00
Marius Kintel 0967a26bff Support locating previously missing modules. yet another part of #364 2013-05-26 21:55:00 -04:00
Don Bright cd831d6922 add 'create library' call to mainwin.cc GUI. 2013-05-26 20:45:28 -05:00
Don Bright 08952ee216 windows - library path find, also windows build fixes 2013-05-26 20:24:53 -05:00
Marius Kintel 837b574351 Added missing test result 2013-05-26 17:15:02 -04:00
Marius Kintel eb1fc82534 typo 2013-05-26 17:06:56 -04:00
Marius Kintel 93117c0d02 Final fix of #364 - includepaths leaked to subsequent pathless includes 2013-05-26 17:03:52 -04:00
Marius Kintel 6cdffec403 disabled the wrong test by mistake 2013-05-26 17:03:21 -04:00
Marius Kintel ce11fb2ea2 Fixed remaining issue. We now correctly detect removal of files as changes. Removed temporary debug output. Fixes #364 2013-05-26 15:08:23 -04:00
Marius Kintel da970b5cc0 typo 2013-05-26 15:05:59 -04:00
Don Bright 31c88a434b merge branch to get windows "library path" working. tweak build system,
eliminate several compiler warnings.
2013-05-25 22:37:26 -05:00
Marius Kintel 6b66e9f033 Added test cases for #364 2013-05-25 18:30:55 -04:00
Marius Kintel cc6ac10e47 Search paths when looking for previously missing includes. Should provide most of what's needed for #364 2013-05-25 17:45:13 -04:00
Marius Kintel 9740232b08 Merge branch 'master' into issue364 2013-05-25 15:21:17 -04:00
Marius Kintel e607447761 Added expected files for example024 2013-05-25 11:48:04 -07:00