summaryrefslogtreecommitdiff
path: root/mainwin.cc
AgeCommit message (Collapse)Author
2010-01-30reorganized file structure layout. more to follow...kintel
git-svn-id: http://svn.clifford.at/openscad/trunk@364 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-25Quit now really quits instead of just closing the current document, also ↵kintel
fixes dangling dialog problem git-svn-id: http://svn.clifford.at/openscad/trunk@353 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-25Save preferences to diskkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@352 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-22Added examples menukintel
git-svn-id: http://svn.clifford.at/openscad/trunk@338 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-22Better behavior of prefs dialogkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@334 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-22Made editor font configurablekintel
git-svn-id: http://svn.clifford.at/openscad/trunk@333 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-15nicer behavior of tree display windowskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@318 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-15Make AST tree output read onlykintel
git-svn-id: http://svn.clifford.at/openscad/trunk@317 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-15Clifford Wolf:clifford
Added dumping of animation frames Some indenting fixes git-svn-id: http://svn.clifford.at/openscad/trunk@314 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-15Added CROSSHAIR_COLOR, refactored parts of the public GLView interfacekintel
git-svn-id: http://svn.clifford.at/openscad/trunk@313 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-14commentkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@292 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-13Clifford Wolf:clifford
Added details (line num / not top level object) to "compilation failed" error message. git-svn-id: http://svn.clifford.at/openscad/trunk@274 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-10Clifford Wolf:clifford
Cache dxf_dim and dxf_cross results (massive speedup in designs using this functions) git-svn-id: http://svn.clifford.at/openscad/trunk@261 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-10Clifford Wolf:clifford
Fixed OpenCSG::reset() call in MDI version (thx to Florian Kirsch for pointing that out) git-svn-id: http://svn.clifford.at/openscad/trunk@258 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-09Clifford Wolf & Marius Kintel:clifford
Fixed memory corruption git-svn-id: http://svn.clifford.at/openscad/trunk@257 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-09Clifford Wolf:clifford
Added mirror statement git-svn-id: http://svn.clifford.at/openscad/trunk@250 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-07Clifford Wolf:clifford
Improved rendering of non-CSG blocks in OpenCSG mode git-svn-id: http://svn.clifford.at/openscad/trunk@233 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-07Clifford Wolf:clifford
Added Design->FlushCaches menu action git-svn-id: http://svn.clifford.at/openscad/trunk@232 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-07I accidentally the whole \! operatorkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@228 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-07Clifford Wolf:clifford
Added color() statement git-svn-id: http://svn.clifford.at/openscad/trunk@227 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-06Clifford Wolf:clifford
Indenting fixes git-svn-id: http://svn.clifford.at/openscad/trunk@225 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-06bugfix: recent files were broken, added File->Close, simplified file I/O ↵kintel
using QTextStream, removed side-effect of find_root_node git-svn-id: http://svn.clifford.at/openscad/trunk@223 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-06Fixed typos in classnameskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@220 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-06Clifford Wolf:clifford
Tesselation magic: cgal 2d and 3d nefs have different constraints on the tesselation results git-svn-id: http://svn.clifford.at/openscad/trunk@217 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-06Clifford Wolf:clifford
Indenting fix git-svn-id: http://svn.clifford.at/openscad/trunk@213 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-06Automatically add missing suffix to save filenamekintel
git-svn-id: http://svn.clifford.at/openscad/trunk@211 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-06Clifford Wolf:clifford
Added DXF export for 2d data (command line and GUI) git-svn-id: http://svn.clifford.at/openscad/trunk@208 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-05Clifford Wolf:clifford
Improved 3d view of rendered 2d data git-svn-id: http://svn.clifford.at/openscad/trunk@206 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-04Clifford Wolf:clifford
Added rendering statistics for top level 2d objects git-svn-id: http://svn.clifford.at/openscad/trunk@201 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-02Clifford Wolf:clifford
Fixed STL export git-svn-id: http://svn.clifford.at/openscad/trunk@192 b57f626f-c46c-0410-a088-ec61d464b74c
2009-12-31the window'd modified flag is already connected to the documentkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@191 b57f626f-c46c-0410-a088-ec61d464b74c
2009-12-30Clifford Wolf:clifford
Clear 'modified' flags when file is saved git-svn-id: http://svn.clifford.at/openscad/trunk@190 b57f626f-c46c-0410-a088-ec61d464b74c
2009-12-30Clifford Wolf:clifford
CSG previews of 2d designes is working fine now git-svn-id: http://svn.clifford.at/openscad/trunk@189 b57f626f-c46c-0410-a088-ec61d464b74c
2009-12-29Clifford Wolf:clifford
Some progress with the 2d sub system git-svn-id: http://svn.clifford.at/openscad/trunk@188 b57f626f-c46c-0410-a088-ec61d464b74c
2009-12-27Clifford Wolf:clifford
Added CGAL Nef Polyhedron 2D/3D abstraction git-svn-id: http://svn.clifford.at/openscad/trunk@187 b57f626f-c46c-0410-a088-ec61d464b74c
2009-12-20James Vasile:clifford
Hide/show editor and console git-svn-id: http://svn.clifford.at/openscad/trunk@183 b57f626f-c46c-0410-a088-ec61d464b74c
2009-12-18Clifford Wolf:clifford
Improved editor performance by disabling syntax error highlighting when there is no syntax error to highlight git-svn-id: http://svn.clifford.at/openscad/trunk@182 b57f626f-c46c-0410-a088-ec61d464b74c
2009-12-16Clifford Wolf:clifford
Fixed passing of new file as command line argument Some coding style fixes git-svn-id: http://svn.clifford.at/openscad/trunk@180 b57f626f-c46c-0410-a088-ec61d464b74c
2009-12-16James Vasile:clifford
Patch for building with qt4.4 Added note about qmake to README git-svn-id: http://svn.clifford.at/openscad/trunk@177 b57f626f-c46c-0410-a088-ec61d464b74c
2009-12-14Handles document changes when exiting, bugfix: calls Save As if no document ↵kintel
name is given git-svn-id: http://svn.clifford.at/openscad/trunk@175 b57f626f-c46c-0410-a088-ec61d464b74c
2009-12-13non-MDI compile fixkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@172 b57f626f-c46c-0410-a088-ec61d464b74c
2009-12-13Added Open Recent menukintel
git-svn-id: http://svn.clifford.at/openscad/trunk@170 b57f626f-c46c-0410-a088-ec61d464b74c
2009-12-13Slowly getting the build system under control, added version number in app, ↵kintel
added OpenSCAD to window title, note that VERSION needs to be set for deployment in the deployment scripts git-svn-id: http://svn.clifford.at/openscad/trunk@168 b57f626f-c46c-0410-a088-ec61d464b74c
2009-12-12Launch manual from Help menukintel
git-svn-id: http://svn.clifford.at/openscad/trunk@166 b57f626f-c46c-0410-a088-ec61d464b74c
2009-12-12Added simple about boxkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@165 b57f626f-c46c-0410-a088-ec61d464b74c
2009-12-12Implemented support for opening files from the Mac OS X Finder, e.g. ↵kintel
double-click, file type association git-svn-id: http://svn.clifford.at/openscad/trunk@164 b57f626f-c46c-0410-a088-ec61d464b74c
2009-12-12Old-school reload shortcut should be F3kintel
git-svn-id: http://svn.clifford.at/openscad/trunk@163 b57f626f-c46c-0410-a088-ec61d464b74c
2009-12-09Extracted MainWindow.h from openscad.h, moved GUI definition to ↵kintel
MainWindow.ui. NB! This is not thoroughly tested yet git-svn-id: http://svn.clifford.at/openscad/trunk@155 b57f626f-c46c-0410-a088-ec61d464b74c
contact: Jan Huwald // Impressum