diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-13 00:33:26 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-13 00:33:26 (GMT) |
commit | 697052f93acfdf0ad6854de2cb4ee1cd20651ef4 (patch) | |
tree | f53769fb54df7a06a3b98377af682784820033d7 | |
parent | 0847ea818b20fdd9ab8eaa835ddcc454b5fd51db (diff) |
Braindump
git-svn-id: http://svn.clifford.at/openscad/trunk@169 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | TODO.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..a2878a9 --- /dev/null +++ b/TODO.txt @@ -0,0 +1,28 @@ +BUGS +---- + +TODO +---- +o File menu: Recently opened +o Preferences + - background colors + - Model outside/inside color + - wireframe color and width + - OpenGL params + - Default language feature settings +o External editor +o Hide/show editor +o hide/show log widget +o Mac OS X: + - embed examples into bundle -> separate example menu? + - distribute as (self-unpacking?) dmg containing a single .app instead of zip + - universal binary -> fix cgal and opencsg +o Build multiple variants from one single build? (e.g. without opencsg) +o MDI + - Think about how to do MDI the right way + - Quit vs. Close MainWindow. + Today Quit just closes the current window and there is no close function + - windowModified property -> windowtitle and check on quit/close + +WISHLIST +-------- |