Difference between revisions of "Developer Meetings/20131015"

From Slicer Wiki
Jump to: navigation, search
(Created page with '__TOC__ == To discuss == * Removing asserts ** [http://massmail.spl.harvard.edu/public-archives/slicer-devel/2013/013960.html Use proper null pionter checkign instead of assert]…')
 
m (Text replacement - "slicerWiki/index.php" to "wiki")
 
(4 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
== To discuss ==
 
== To discuss ==
 
* Removing asserts
 
* Removing asserts
** [http://massmail.spl.harvard.edu/public-archives/slicer-devel/2013/013960.html Use proper null pionter checkign 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?
 +
* Grid transform convention
 +
** [http://massmail.spl.harvard.edu/public-archives/slicer-devel/2013/013974.html slicer4 grid transform convention]
  
 
== Results ==
 
== 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

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