Commit bbd05c3b9a5522b3cd146ba0dbb8c1642d275263
1 parent
a209e5f3
Exists in
master
and in
6 other branches
ADD: TODO info
Showing
4 changed files
with
34 additions
and
34 deletions
Show diff stats
@@ -2,32 +2,32 @@ | @@ -2,32 +2,32 @@ | ||
2 | 2 | ||
3 | FIXME: | 3 | FIXME: |
4 | 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 | 5 | +1. Multiple slice: 1st is smaller - OK (Paulo + Thiago) |
6 | +2. Raycasting WW WL text (hide / show) - Tati | ||
7 | +3. Raycasting plane disable - Tati | ||
8 | +4. Cursor icon in linux and osx - Esperar evolução wx | ||
9 | +5. Plane intersection cross - Thiago | ||
10 | +6. Initial zoom in Analyze 01 (?) - Depois v3.1 | ||
11 | +7. OS X "black floating render" - Tati | ||
12 | +8. Toolbar at OS X and Linux order - OK (Tati) | ||
13 | +9. Coronal, sagittal, axial - orientation for Analyze (02) - Depois v3.1 | ||
14 | +10. Bright and contrast in Analyze - Depois v3.1 | ||
15 | +11. Insert WW e WL text on the top of the slice - Paulo | ||
16 | +12. Insert slice number text - Paulo | ||
17 | +13. Disable raycasting WW & WL if it is not shown - Tati | ||
18 | +14. Toolbar items affect 3D - Paulo | ||
19 | +15. Surface after threshold and edition "undo" - Paulo | ||
20 | +16. Slice cursor actor is hiding - Pensar | ||
21 | +17. Zoom by selection when right iiii clicked is wrong - Paulo | ||
22 | +18. Disable toggle of Windows' platebuttons on Windows - Paulo | ||
23 | +19. Show "Annotation" icon on Linux - Thiago | ||
24 | +20. Sagittal, axial and coronal planes in 3D - Paulo | ||
25 | 25 | ||
26 | TODO: | 26 | TODO: |
27 | -a. Import | ||
28 | -b. Export | ||
29 | -c. Measure | ||
30 | -d. Slice menu: | 27 | +a. Import - Todos |
28 | +b. Export - Tati | ||
29 | +c. Measure - Thiago | ||
30 | +d. Slice menu: - Paulo | ||
31 | Window Width & Level > | 31 | Window Width & Level > |
32 | x Default WL & WW | 32 | x Default WL & WW |
33 | Other | 33 | Other |
@@ -77,9 +77,9 @@ d. Slice menu: | @@ -77,9 +77,9 @@ d. Slice menu: | ||
77 | ---------------- | 77 | ---------------- |
78 | Add new size | 78 | Add new size |
79 | 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 | 80 | +e. Project - Thiago |
81 | +f. Insert raycasting widget when larger size - Thiago | ||
82 | +g. Take photo - Tati | ||
83 | +h. Print - Tati | ||
84 | +i. Add annotation - Thiago | ||
85 | +j. Layout toolbar - Tati |
invesalius/control.py
@@ -10,7 +10,7 @@ import data.imagedata_utils as utils | @@ -10,7 +10,7 @@ import data.imagedata_utils as utils | ||
10 | import data.surface as surface | 10 | import data.surface as surface |
11 | import data.volume as volume | 11 | import data.volume as volume |
12 | import reader.dicom_reader as dicom | 12 | import reader.dicom_reader as dicom |
13 | -#import reader.analyze_reader as analyze | 13 | +import reader.analyze_reader as analyze |
14 | 14 | ||
15 | DEFAULT_THRESH_MODE = 0 | 15 | DEFAULT_THRESH_MODE = 0 |
16 | 16 |
invesalius/data/viewer_slice.py
@@ -685,7 +685,7 @@ class Viewer(wx.Panel): | @@ -685,7 +685,7 @@ class Viewer(wx.Panel): | ||
685 | text_actor = vtk.vtkTextActor() | 685 | text_actor = vtk.vtkTextActor() |
686 | text_actor.SetInput("%d" % self.slice_number) | 686 | text_actor.SetInput("%d" % self.slice_number) |
687 | text_actor.GetTextProperty().ShallowCopy(text_property) | 687 | text_actor.GetTextProperty().ShallowCopy(text_property) |
688 | - text_actor.SetPosition(2,2) | 688 | + text_actor.SetPosition(1,1) |
689 | self.text_actor = text_actor | 689 | self.text_actor = text_actor |
690 | 690 | ||
691 | #ren.AddActor(actor) | 691 | #ren.AddActor(actor) |
invesalius/gui/widgets/clut_raycasting.py
@@ -334,8 +334,8 @@ class CLUTRaycastingWidget(wx.Panel): | @@ -334,8 +334,8 @@ class CLUTRaycastingWidget(wx.Panel): | ||
334 | self._draw_curves(ctx) | 334 | self._draw_curves(ctx) |
335 | self._draw_points(ctx) | 335 | self._draw_points(ctx) |
336 | self._draw_selection_curve(ctx, width) | 336 | self._draw_selection_curve(ctx, width) |
337 | - if self.point_dragged: | ||
338 | - self._draw_selected_point_text(ctx) | 337 | + #if self.point_dragged: |
338 | + # self._draw_selected_point_text(ctx) | ||
339 | 339 | ||
340 | 340 | ||
341 | def _build_histogram(self): | 341 | def _build_histogram(self): |