Difference between revisions of "Developer Meetings/20131015"

From Slicer Wiki
Jump to: navigation, search
m (Text replacement - "slicerWiki/index.php" to "wiki")
 
Line 5: Line 5:
 
** [http://massmail.spl.harvard.edu/public-archives/slicer-devel/2013/013960.html Use proper null pionter checking instead of assert]
 
** [http://massmail.spl.harvard.edu/public-archives/slicer-devel/2013/013960.html Use proper null pionter checking instead of assert]
 
* Slicer 4.3 documentation
 
* Slicer 4.3 documentation
** [http://wiki.slicer.org/slicerWiki/index.php/Developer_Meetings/20131008 List of modules]
+
** [http://wiki.slicer.org/wiki/Developer_Meetings/20131008 List of modules]
 
* How to get key press events without clicking in the 2D slice windows?
 
* How to get key press events without clicking in the 2D slice windows?
 
* Grid transform convention
 
* Grid transform convention

Latest revision as of 17:00, 21 November 2019

Home < Developer Meetings < 20131015

To discuss

Results

  • Attendees agree that removing asserts is good
  • Stick with Qt key press events, don't grab window focus
    • Look at the Editor enter method where it sets up key bindings, may have to figure out which widget it's in and then simulate mouse clicks, or use signals that the vtk code can listen for
  • Grid transform discussion got everyone on the same page
  • Touch base with Sonia about Slicer version for RSNA tutorials
    • She says that 4.3.1 should be fine, will submit bug reports if anything is missing