diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-10 15:13:12 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-10 15:13:12 (GMT) |
commit | 8038ee0406c05b1bc9c147e47a7ae8c02da6afbf (patch) | |
tree | 3cc3dca407633ab420aa96cbb7d9308b2d76e3b1 /doc | |
parent | c021720bfd2d45d35786b6d31d23402ec23df404 (diff) |
Moved progress display to status bar. Disabled by default but can be enabled 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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 0bbd24b..c0a25d4 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -22,6 +22,7 @@ o Preferences - OpenGL params - Default language feature settings - Auto-view CSG/thrown together on load + - Make the library search path configurable? o Export etc.: automatically add missing extension as in SaveAs o MDI - Think about how to do MDI the right way @@ -61,8 +62,6 @@ o Editor o Computation - Run CGAL rendering in a backgroud thread - - Progress - - Move progress bar to status bar (as in Eclipse) - Enable viewing/editing while rendering o Misc - Reload and compile: Ask for confirmation if file is locally edited @@ -94,7 +93,6 @@ o Language Frontend - Add "use" statement to load modules. Like include but read a module only once, ignore all top level objects (they are used as module testcase) and search in a module search path. - - Add a default search path for included files to allow bundling libs - allow 0/1 f/t FALSE/TRUE as boolean values o DXF Import - Support for POLYLINE entity @@ -137,7 +135,6 @@ o Make the interfaces from OpenSCAD and OpenCSG and CGAL cleaner to facilitate INFRASTRUCTURE -------------- -o Think about making external libraries easier available. Probably mostly convenience. o Use a logging framework to get debugging/info output more under control? (check log4j, google project) |