Difference between revisions of "Developer Meetings/20131015"
From Slicer Wiki
m (Text replacement - "slicerWiki/index.php" to "wiki") |
|||
(One intermediate revision by one other user not shown) | |||
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/ | + | ** [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 | ||
Line 11: | Line 11: | ||
== 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 < 20131015Contents
To discuss
- Removing asserts
- Slicer 4.3 documentation
- How to get key press events without clicking in the 2D slice windows?
- Grid transform convention
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