From bbd05c3b9a5522b3cd146ba0dbb8c1642d275263 Mon Sep 17 00:00:00 2001 From: tatiana Date: Mon, 24 Aug 2009 18:26:42 +0000 Subject: [PATCH] ADD: TODO info --- TODO | 60 ++++++++++++++++++++++++++++++------------------------------ invesalius/control.py | 2 +- invesalius/data/viewer_slice.py | 2 +- invesalius/gui/widgets/clut_raycasting.py | 4 ++-- 4 files changed, 34 insertions(+), 34 deletions(-) diff --git a/TODO b/TODO index fa6848e..8ada729 100644 --- a/TODO +++ b/TODO @@ -2,32 +2,32 @@ FIXME: -1. Multiple slice: 1st is smaller -2. Raycasting WW WL text (hide / show) -3. Raycasting plane disable -4. Cursor icon in linux and osx -5. Plane intersection cross -6. Initial zoom in Analyze 01 (?) -7. OS X "black floating render" -8. Toolbar at OS X and Linux order -9. Coronal, sagittal, axial - orientation for Analyze (02) -10. Bright and contrast in Analyze -11. Insert WW e WL text on the top of the slice -12. Insert slice number text -13. Disable raycasting WW & WL if it is not shown -14. Toolbar items affect 3D -15. Surface after threshold and edition "undo" -16. Slice cursor actor is hiding -17. Zoom by selection when left clicked is not being shown ok -18. Disable toggle of Windows' platebuttons -19. Show "Annotation" icon on Linux -20. Sagittal, axial and coronal planes in 3D +1. Multiple slice: 1st is smaller - OK (Paulo + Thiago) +2. Raycasting WW WL text (hide / show) - Tati +3. Raycasting plane disable - Tati +4. Cursor icon in linux and osx - Esperar evolução wx +5. Plane intersection cross - Thiago +6. Initial zoom in Analyze 01 (?) - Depois v3.1 +7. OS X "black floating render" - Tati +8. Toolbar at OS X and Linux order - OK (Tati) +9. Coronal, sagittal, axial - orientation for Analyze (02) - Depois v3.1 +10. Bright and contrast in Analyze - Depois v3.1 +11. Insert WW e WL text on the top of the slice - Paulo +12. Insert slice number text - Paulo +13. Disable raycasting WW & WL if it is not shown - Tati +14. Toolbar items affect 3D - Paulo +15. Surface after threshold and edition "undo" - Paulo +16. Slice cursor actor is hiding - Pensar +17. Zoom by selection when right iiii clicked is wrong - Paulo +18. Disable toggle of Windows' platebuttons on Windows - Paulo +19. Show "Annotation" icon on Linux - Thiago +20. Sagittal, axial and coronal planes in 3D - Paulo TODO: -a. Import -b. Export -c. Measure -d. Slice menu: +a. Import - Todos +b. Export - Tati +c. Measure - Thiago +d. Slice menu: - Paulo Window Width & Level > x Default WL & WW Other @@ -77,9 +77,9 @@ d. Slice menu: ---------------- Add new size -e. Project -f. Insert raycasting widget when larger size -g. Take photo -h. Print -i. Add annotation -j. Layout toolbar +e. Project - Thiago +f. Insert raycasting widget when larger size - Thiago +g. Take photo - Tati +h. Print - Tati +i. Add annotation - Thiago +j. Layout toolbar - Tati diff --git a/invesalius/control.py b/invesalius/control.py index 5699602..18bab57 100755 --- a/invesalius/control.py +++ b/invesalius/control.py @@ -10,7 +10,7 @@ import data.imagedata_utils as utils import data.surface as surface import data.volume as volume import reader.dicom_reader as dicom -#import reader.analyze_reader as analyze +import reader.analyze_reader as analyze DEFAULT_THRESH_MODE = 0 diff --git a/invesalius/data/viewer_slice.py b/invesalius/data/viewer_slice.py index 8d48ac4..d54beef 100755 --- a/invesalius/data/viewer_slice.py +++ b/invesalius/data/viewer_slice.py @@ -685,7 +685,7 @@ class Viewer(wx.Panel): text_actor = vtk.vtkTextActor() text_actor.SetInput("%d" % self.slice_number) text_actor.GetTextProperty().ShallowCopy(text_property) - text_actor.SetPosition(2,2) + text_actor.SetPosition(1,1) self.text_actor = text_actor #ren.AddActor(actor) diff --git a/invesalius/gui/widgets/clut_raycasting.py b/invesalius/gui/widgets/clut_raycasting.py index 1880a2c..f6d5018 100644 --- a/invesalius/gui/widgets/clut_raycasting.py +++ b/invesalius/gui/widgets/clut_raycasting.py @@ -334,8 +334,8 @@ class CLUTRaycastingWidget(wx.Panel): self._draw_curves(ctx) self._draw_points(ctx) self._draw_selection_curve(ctx, width) - if self.point_dragged: - self._draw_selected_point_text(ctx) + #if self.point_dragged: + # self._draw_selected_point_text(ctx) def _build_histogram(self): -- libgit2 0.21.2