diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO.txt | 12 | ||||
-rw-r--r-- | doc/release-checklist.txt | 12 |
2 files changed, 15 insertions, 9 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 1d29fb1..7612d86 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -98,9 +98,15 @@ o Editor wishlist in the source code in the 3D view - Tabbed editor for designs including other files - C-c/C-v should work on the focused widget, not always in the editor - +o Error reporting/debugging + - Provide better error messages when polygon ordering causes CGAL errors: + o Supply syntax highlighting of the exact polygon indices which are + reported to be wrong + o Provide some interaction for debug walk-through? + - Provide visual highlighting of geometry corresponding to code + -> could aid debugging a lot o Computation - - Run CGAL rendering in a backgroud thread + - Run CGAL rendering in a background thread - Enable viewing/editing while rendering - Progress: Call progresswidget more often to avoid app hanging for multiple seconds (i.e. make cancel button more responsive) @@ -163,6 +169,8 @@ o Misc - Add 'lines' object type for non-solid 2d drawings - Is there a reason why modules like echo, empty if, empty for loop returns an empty AbstractNode instead of being ignored? + - Bug: Using the background operator (%) on the only object in a scene triggers a + CSG error: No top level object found o Grammar - dim->name -> dim->label - A random(seed) function diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt index d0e1174..45e84fb 100644 --- a/doc/release-checklist.txt +++ b/doc/release-checklist.txt @@ -12,7 +12,7 @@ o Tag release git tag "openscad-2011.01" o build source package - git archive --format=tar openscad-2011.01 --prefix=openscad-2011.01/ | gzip > openscad-2011.01.tar.gz + git archive --format=tar openscad-2011.01 --prefix=openscad-2011.01/ | gzip > openscad-2011.01.src.tar.gz o build binaries Mac OS X @@ -21,6 +21,8 @@ o build binaries - release-linux.sh Windows: FIXME 32 vs. 64 bit +o FIXME: Run some tests + o Set back version: release-linux.sh, publish-macosx.sh, FIXME: Windows o Upload @@ -28,9 +30,5 @@ o Upload Upload manually here: https://github.com/openscad/openscad/downloads FIXME: Write a script - - Google code - - Get password from https://code.google.com/hosting/settings - ./scripts/googlecode_upload.py -u kintel -w <passwd> -s "OpenSCAD 2011.11 Windows" -p openscad openscad-2011.01.win32.zip - ./scripts/googlecode_upload.py -u kintel -w <passwd> -s "OpenSCAD 2011.11 Linux x86" -p openscad openscad-2011.01.linux-x86.tar.gz - ./scripts/googlecode_upload.py -u kintel -w <passwd> -s "OpenSCAD 2011.11 Mac OS X" -p openscad openscad-2011.01.dmg - ./scripts/googlecode_upload.py -u kintel -w <passwd> -s "OpenSCAD 2011.11 Source code" -p openscad openscad-2011.01.src.tar.gz +o Update web page +o Write email to mailing list |