Commit a209e5f3322e08e30bd5d5246e0652fdd8711fea
1 parent
a5210f00
Exists in
master
and in
6 other branches
ADD: TODO file
Showing
2 changed files
with
86 additions
and
0 deletions
Show diff stats
.gitattributes
@@ -6,6 +6,7 @@ | @@ -6,6 +6,7 @@ | ||
6 | /LICENSE.txt -text | 6 | /LICENSE.txt -text |
7 | /NEWS.txt -text | 7 | /NEWS.txt -text |
8 | /README.txt -text | 8 | /README.txt -text |
9 | +/TODO -text | ||
9 | /TODO.txt -text | 10 | /TODO.txt -text |
10 | docs/devel/example_closure.py -text | 11 | docs/devel/example_closure.py -text |
11 | docs/devel/example_pubsub.py -text | 12 | docs/devel/example_pubsub.py -text |
@@ -0,0 +1,85 @@ | @@ -0,0 +1,85 @@ | ||
1 | + | ||
2 | + | ||
3 | +FIXME: | ||
4 | + | ||
5 | +1. Multiple slice: 1st is smaller | ||
6 | +2. Raycasting WW WL text (hide / show) | ||
7 | +3. Raycasting plane disable | ||
8 | +4. Cursor icon in linux and osx | ||
9 | +5. Plane intersection cross | ||
10 | +6. Initial zoom in Analyze 01 (?) | ||
11 | +7. OS X "black floating render" | ||
12 | +8. Toolbar at OS X and Linux order | ||
13 | +9. Coronal, sagittal, axial - orientation for Analyze (02) | ||
14 | +10. Bright and contrast in Analyze | ||
15 | +11. Insert WW e WL text on the top of the slice | ||
16 | +12. Insert slice number text | ||
17 | +13. Disable raycasting WW & WL if it is not shown | ||
18 | +14. Toolbar items affect 3D | ||
19 | +15. Surface after threshold and edition "undo" | ||
20 | +16. Slice cursor actor is hiding | ||
21 | +17. Zoom by selection when left clicked is not being shown ok | ||
22 | +18. Disable toggle of Windows' platebuttons | ||
23 | +19. Show "Annotation" icon on Linux | ||
24 | +20. Sagittal, axial and coronal planes in 3D | ||
25 | + | ||
26 | +TODO: | ||
27 | +a. Import | ||
28 | +b. Export | ||
29 | +c. Measure | ||
30 | +d. Slice menu: | ||
31 | + Window Width & Level > | ||
32 | + x Default WL & WW | ||
33 | + Other | ||
34 | + --------------- | ||
35 | + CT - Abdomen | ||
36 | + CT - Bone | ||
37 | + CT - Brain | ||
38 | + CT - Pulmonary | ||
39 | + VR - Endoscopy | ||
40 | + --------------- | ||
41 | + Add current WL/WW | ||
42 | + Pseudo colour > | ||
43 | + Off | ||
44 | + ... | ||
45 | + Image Tiling > | ||
46 | + x 1 x 1 | ||
47 | + 1 x 2 | ||
48 | + 1 x 3 | ||
49 | + 1 x 4 | ||
50 | + 2 x 1 | ||
51 | + 2 x 2 | ||
52 | + 2 x 3 | ||
53 | + 2 x 4 | ||
54 | + 3 x 1 | ||
55 | + 3 x 2 | ||
56 | + 3 x 3 | ||
57 | + 3 x 4 | ||
58 | + 4 x 1 | ||
59 | + 4 x 2 | ||
60 | + 4 x 3 | ||
61 | + 4 x 4 | ||
62 | + 4 x 5 | ||
63 | + 5 x 4 | ||
64 | + ---------------- | ||
65 | + Add new tiling | ||
66 | + Orientation > | ||
67 | + x Axial | ||
68 | + Coronal | ||
69 | + Sagittal | ||
70 | + Size > | ||
71 | + 10% | ||
72 | + 20% | ||
73 | + 50% | ||
74 | + 75% | ||
75 | + 100% | ||
76 | + x Scale to fit | ||
77 | + ---------------- | ||
78 | + Add new size | ||
79 | + | ||
80 | +e. Project | ||
81 | +f. Insert raycasting widget when larger size | ||
82 | +g. Take photo | ||
83 | +h. Print | ||
84 | +i. Add annotation | ||
85 | +j. Layout toolbar |