Commit Graph

2804 Commits (9a297ecee57549a4eb3919bde4f7b41a548724de)

Author SHA1 Message Date
don bright 9896b6f15e first working version of opencsg png export from gui binary
also guiopencsgtest introduced. passes 100% of 'normal' tests
2013-02-24 21:07:37 -06:00
don bright 8738cdc034 split out axes functions. begin to split out opencsg pre-rendering 2013-02-24 19:04:50 -06:00
don bright eb2c0d38f2 unify intializeGL(), remove duplicate code 2013-02-24 14:31:03 -06:00
don bright 76c5d5b55c merge enable_opencsg_shaders into GLView, remove duplicate code
from QGLView and OffscreenView
2013-02-24 12:33:11 -06:00
don bright 707118ce94 move enable_opencsg_shaders, fix indenting, split out display_opencsg_warning
also update docs, and try to make enable_opencsg_shaders the same between
qgl and offscreengl
2013-02-24 11:21:45 -06:00
don bright 91896e0d96 tweaks for mergeing master 2013-02-23 21:55:16 -06:00
don bright ca41979ee5 Merge branch 'master' of github.com:openscad/openscad into issue11_2
Conflicts:
	RELEASE_NOTES
	openscad.pro
	src/mainwin.cc
2013-02-23 21:54:53 -06:00
don bright eff1628335 continue merging enable_opencsg_shaders 2013-02-23 21:33:28 -06:00
don bright 958657eb26 merge opencsg_shader code from Qt version into Offscreen (OpenCSG detection) 2013-02-23 21:14:07 -06:00
don bright ce2a9a8cb5 move enable_opencsg_shaders from csgtestcore to OffscreenView.cc 2013-02-23 20:54:13 -06:00
don bright 386df69c0f consolidate resizeGL() 2013-02-23 19:58:06 -06:00
don bright f07c6b2cb6 remove unnecessary size command to openglbox 2013-02-23 19:20:29 -06:00
don bright bebc7a3734 finish unify camera. unify getRenderInfo. fix width on libraryinfo box. 2013-02-23 19:19:33 -06:00
don bright 0f977609b4 put qglview.h into mainwin for deps. unify camera functions into glview.
remove duplicate code.
2013-02-23 18:50:20 -06:00
don bright 5389107aa6 create GLView as parent of OffscreenView and QGLView. combine setRenderer() 2013-02-23 15:34:06 -06:00
don bright 4f578513a0 continue with gimbalcam vs eye-center-cam changes 2013-02-21 06:43:26 -06:00
don bright c724a393a9 distinguish between gimbal-camera and eye-center-camera 2013-02-21 06:31:18 -06:00
don bright 88c071c5ed re-simplify library info window. start to unify glview.save() 2013-02-21 05:49:19 -06:00
don bright e3ecf26d45 obj_rot + obj_trans -> Eigen::Vector. simplify glinfo dialog box. 2013-02-20 23:02:44 -06:00
don bright fc2d9341fa begin process of unifying GLView and OffscreenView. renames, objrot, objtran 2013-02-20 19:56:30 -06:00
don bright b7d1c94dc1 remove unnecessary copy of test_pretty_print.py to builddir 2013-02-19 19:47:01 -06:00
Don Bright c304adabe2 update documentation. tweak scripts 2013-02-19 19:43:25 -06:00
Don Bright 85d3f3c7c9 report is now single monolithic html file using data_uri encoding. 2013-02-18 21:36:00 -06:00
Don Bright 21e3928854 documentation and some other tweaks 2013-02-18 20:07:49 -06:00
Don Bright 3fc620c965 new upload design using python paramiko. also fix glew bugs. 2013-02-18 19:45:37 -06:00
donbright abc9da96c8 Merge pull request #278 from openscad/autoup_not_implemented
fix build errors, display 'not implemented' message on win32/linux
2013-02-16 19:55:51 -08:00
don bright 09edcdf822 fix build errors, display 'not implemented' message on win32/linux 2013-02-17 04:48:30 +01:00
Don Bright c5eb57eb19 more info when Xvnc/Xvfb cannot start 2013-02-17 04:18:42 +01:00
Don Bright 28f03cab4d some fixes for sparc64 2013-02-17 02:52:34 +01:00
don bright 2346a38a24 Merge branch 'issue11_2' of github.com:openscad/openscad into issue11_2 2013-02-16 09:37:32 -06:00
don bright 7160ab5610 get pretty_printing working under MINGW cross build. update docs 2013-02-16 09:37:01 -06:00
don bright 79c4b61f22 deal with some unusual systems where $! doesn't work as expected 2013-02-16 15:38:11 +01:00
don bright 1778047f77 for portable testing, use Value() result for doubles inside multmatrix 2013-02-16 05:45:52 -08:00
don bright 063a288dce fix imagemagick finding under mingw cross build test 2013-02-16 07:37:16 -06:00
don bright 7ce648daca better detection of '-0', make it into '0' 2013-02-15 18:36:32 -08:00
don bright c7f855b130 Merge branch 'issue11_2' of github.com:openscad/openscad into issue11_2 2013-02-15 17:43:40 -08:00
don bright 61a4fc3031 solve some floating point comparison issues in multmatrix dump().
also indent some stuff properly
2013-02-15 17:42:45 -08:00
don bright f4c8660864 make dumptests work (on linux/mac) when SKIP_IMAGEMAGICK set 2013-02-15 05:29:53 +01:00
don bright 293d44384b prevent CGAL from linking wrong version of Boost 2013-02-15 04:20:36 +01:00
don bright 5138dca395 remove debug msg 2013-02-14 19:33:34 -06:00
donbright 593033e89a Merge pull request #274 from hroncok/patch-1
Notify package managers: Fedora
2013-02-14 15:24:49 -08:00
Miro Hrončok 493041101c Notify package managers: Fedora
Added myself as a Fedora contact
2013-02-14 09:21:40 +01:00
don bright d5019a964e deal with test suite issues under mingw-cross compile and wine 2013-02-13 22:55:19 -06:00
Marius Kintel 4948c2457f Added support for more paths in OPENSCADPATH, also search in HOME/Documents/OpenSCAD/libraries on Mac 2013-02-12 23:16:23 -05:00
don bright c1b1d0992f tweaks to get tests working on a cross-compile under Wine 2013-02-12 01:07:54 -06:00
Marius Kintel 9c23c1e8b8 Put back commented-out upload while testing 2013-02-11 21:54:18 -05:00
Marius Kintel 89f15f72b9 sync 2013-02-11 21:52:36 -05:00
Marius Kintel b87e574e09 Added document icon for Mac 2013-02-11 21:50:53 -05:00
Marius Kintel 4756a519fc Minor patch to Sparkle to deal with version numbered app bundles 2013-02-11 21:45:25 -05:00
Marius Kintel f3731d8ce1 Added support for signing binaries 2013-02-11 21:44:48 -05:00