diff options
author | Marius Kintel <marius@kintel.net> | 2011-04-12 20:44:26 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-04-12 20:44:26 (GMT) |
commit | 95c2fdcabf184e13a4ea067cf5cb11f81220d3ce (patch) | |
tree | 7570de8cd30b08b214d5a2dcb6a4ca16a490ba2c /doc | |
parent | c9093c0ad5d9d625d8a57380949946d90e745800 (diff) | |
parent | c8dd96b76f672d5f99ceb63db2155447bbaa868b (diff) |
Merge branch 'master' into sphere-cyl
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO.txt | 4 | ||||
-rw-r--r-- | doc/release-checklist.txt | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index cca4a2a..88257cb 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -104,7 +104,7 @@ o Editor wishlist - C-c/C-v should work on the focused widget, not always in the editor 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) @@ -167,6 +167,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..419b899 100644 --- a/doc/release-checklist.txt +++ b/doc/release-checklist.txt @@ -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 |