summaryrefslogtreecommitdiff
path: root/openscad.pro
AgeCommit message (Collapse)Author
2010-10-31build fixed after rebase conflictMarius Kintel
2010-10-31Removed temporary REMOVE_DUMP defineMarius Kintel
2010-10-31Initial implementation of CGALRendererMarius Kintel
2010-10-31Mostly completed test implementation of text-based CGALRendererMarius Kintel
2010-10-31Added CGALRenderer + some minor fixesMarius Kintel
2010-10-31Added REMOVE_DUMP defineMarius Kintel
2010-10-31Committed current version of visitor refactoringMarius Kintel
2010-05-10Use DEPLOYDIR independant of deploy configkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@542 b57f626f-c46c-0410-a088-ec61d464b74c
2010-05-10Use DEPLOYDIR independant of deploy configkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@542 b57f626f-c46c-0410-a088-ec61d464b74c
2010-05-08Build fat 32- and 64-bit binary when in deploy modekintel
git-svn-id: http://svn.clifford.at/openscad/trunk@535 b57f626f-c46c-0410-a088-ec61d464b74c
2010-05-08Build fat 32- and 64-bit binary when in deploy modekintel
git-svn-id: http://svn.clifford.at/openscad/trunk@535 b57f626f-c46c-0410-a088-ec61d464b74c
2010-05-08Removed obsolete configkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@534 b57f626f-c46c-0410-a088-ec61d464b74c
2010-05-08Removed obsolete configkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@534 b57f626f-c46c-0410-a088-ec61d464b74c
2010-05-07Improved Mac OS X deployment - hopefully this doesn't break builds on other ↵kintel
platforms git-svn-id: http://svn.clifford.at/openscad/trunk@529 b57f626f-c46c-0410-a088-ec61d464b74c
2010-05-07Improved Mac OS X deployment - hopefully this doesn't break builds on other ↵kintel
platforms git-svn-id: http://svn.clifford.at/openscad/trunk@529 b57f626f-c46c-0410-a088-ec61d464b74c
2010-04-03Don't enable qcodeedit as defaultkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@507 b57f626f-c46c-0410-a088-ec61d464b74c
2010-04-03Try compiling now with qcodeedit enabledkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@502 b57f626f-c46c-0410-a088-ec61d464b74c
2010-04-03Changes that were supposed to be commited in last commitkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@501 b57f626f-c46c-0410-a088-ec61d464b74c
2010-03-31Minor build system fixeskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@492 b57f626f-c46c-0410-a088-ec61d464b74c
2010-03-03Clifford Wolf:clifford
Little progress with 2d minkowski code git-svn-id: http://svn.clifford.at/openscad/trunk@480 b57f626f-c46c-0410-a088-ec61d464b74c
2010-03-02fixed default eigen2 include for mackintel
git-svn-id: http://svn.clifford.at/openscad/trunk@476 b57f626f-c46c-0410-a088-ec61d464b74c
2010-03-02Clifford Wolf:clifford
Moved "-O3 -march=pentium" to linux release script git-svn-id: http://svn.clifford.at/openscad/trunk@473 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-28Clifford Wolf:clifford
Lets try the progresswidget on all architectures git-svn-id: http://svn.clifford.at/openscad/trunk@462 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-27Clifford Wolf:clifford
Added libraries path detection for UNIX Added libs and examples to 'make install' git-svn-id: http://svn.clifford.at/openscad/trunk@455 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-20Clifford Wolf:clifford
Added cgaladv.cc with advanced transformations via CGAL (as of now only 3d minkowksi sum is implemented but more is planned) git-svn-id: http://svn.clifford.at/openscad/trunk@446 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-10Extracted OpenCSG code to separate fileskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@434 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-10Moved progress display to status bar. Disabled by default but can be enabled ↵kintel
in .pro file with CONFIG += progresswidget. Please test and enable as default if it looks good on all platforms. git-svn-id: http://svn.clifford.at/openscad/trunk@432 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-09Cleaned up progress handling, implemented cancel function. Needs more testingkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@420 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-02qmake's default settings work better on Mackintel
git-svn-id: http://svn.clifford.at/openscad/trunk@411 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-02Experimental Apple Event hack; you can now do 'tell application "OpenSCAD" ↵kintel
to reload' git-svn-id: http://svn.clifford.at/openscad/trunk@409 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-01Always MDI on Mac, remove redundant debug flagskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@393 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-31Clifford Wolf:clifford
Fixed EIGEN2_DIR and OPENCSG_DIR qmake handling git-svn-id: http://svn.clifford.at/openscad/trunk@383 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-30Support the EIGEN2DIR env. variablekintel
git-svn-id: http://svn.clifford.at/openscad/trunk@378 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-30Clifford Wolf:clifford
Started to use eigen2 for linear algebra problems git-svn-id: http://svn.clifford.at/openscad/trunk@376 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-30Clifford Wolf:clifford
Added projection() statement git-svn-id: http://svn.clifford.at/openscad/trunk@372 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-30minor build fixkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@368 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-30resource and build system updatekintel
git-svn-id: http://svn.clifford.at/openscad/trunk@366 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-22Evaluate env.var at make-time, not qmake-timekintel
git-svn-id: http://svn.clifford.at/openscad/trunk@342 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-21Added first mockup of a color scheme chooserkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@332 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-21Keep default setting in .pro file, control release builds from cmd-linekintel
git-svn-id: http://svn.clifford.at/openscad/trunk@327 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-15windows msys build scriptmeta
git-svn-id: http://svn.clifford.at/openscad/trunk@321 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-15Clifford Wolf:clifford
Re-disabled mdi support git-svn-id: http://svn.clifford.at/openscad/trunk@307 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-15Started collecting GL colors in one place; added Preferences class which ↵kintel
will become a preferences dialog, forked CGAL OGL_Helper to make colors configurable git-svn-id: http://svn.clifford.at/openscad/trunk@301 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-14Experimental CGAL tesselation - does not support holes yetkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@295 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-10Clifford Wolf:clifford
Added options for gprof to openscad.pro (commented out) git-svn-id: http://svn.clifford.at/openscad/trunk@260 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-06Mac compile for for non-cgal buildskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@212 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-05Clifford Wolf:clifford
New hack for 2d transformations: create DxfData, transform, tess to polyset, recreate nef git-svn-id: http://svn.clifford.at/openscad/trunk@203 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-03Clifford Wolf:clifford
Re-disabled mdi support per default git-svn-id: http://svn.clifford.at/openscad/trunk@196 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-03Make the OPENCSGDIR variable optional on all platformskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@194 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-03Added support for OpenCSG-1.2.0, enabled MDI as default for Mac OS Xkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@193 b57f626f-c46c-0410-a088-ec61d464b74c
contact: Jan Huwald // Impressum