View Issue Details

IDProjectCategoryView StatusLast Update
0004010Slicer4Module Transformspublic2018-03-02 11:07
Reporterrankin Assigned Tolassoan  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product VersionSlicer 4.4.0 
Target VersionFixed in VersionSlicer 4.5.0-1 
Summary0004010: Adding ability to copy/paste 2x2, 3x3 and 4x4 transforms from clipboard to current linear transform
Description

Enhancement to add feature as per summary.

2x2, 3x3 and 4x4 matrices (4, 9 or 16 element arrays separated by ' ' ',' '\t', '\n' and '|') padded out with the 4x4 identity.

Only applies if the current selected transform is a linear transform.

Fails silently with debug messages

TagsNo tags attached.

Activities

rankin

rankin

2015-06-24 01:33

reporter   ~0013146

Hmm, you can assign it to me. I didn't mean to assign it to Andras.

rankin

rankin

2015-06-24 02:03

reporter   ~0013147

Commits located at https://github.com/Slicer/Slicer/pull/294/commits

jcfr

jcfr

2015-06-24 05:42

administrator   ~0013150

Thanks for your contribution

Fixed in r24355
See http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=24355

lassoan

lassoan

2015-06-27 16:45

developer   ~0013155

Works very well. To make the feature easier to discover I would add buttons on the GUI - see pull request:
https://github.com/Slicer/Slicer/pull/297

Related Changesets

Import 2017-06-07 23:51:09: master 6aaa218e

2015-06-24 09:13:10

jcfr

Details Diff
ENH: Update transforms module to support copy/paste of linear transforms.

This commit improve the transforms module to allow user to copy/paste
linear transforms to/from the clipboard. Matrix of size 2x2, 3x3 or
4x4 are supported.

Reviewed-by: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
Tested-by: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>

Fixes 0004010

From: Adam Rankin <adam.rankin@gmail.com>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24355 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Modules/Loadable/Transforms/qSlicerTransformsModuleWidget.cxx Diff File
mod - Modules/Loadable/Transforms/qSlicerTransformsModuleWidget.h Diff File

Issue History

Date Modified Username Field Change
2015-06-24 01:33 rankin New Issue
2015-06-24 01:33 rankin Status new => assigned
2015-06-24 01:33 rankin Assigned To => lassoan
2015-06-24 01:33 rankin Note Added: 0013146
2015-06-24 02:03 rankin Note Added: 0013147
2015-06-24 05:42 jcfr Note Added: 0013150
2015-06-24 05:42 jcfr Status assigned => resolved
2015-06-24 05:42 jcfr Fixed in Version => Slicer 4.4.1
2015-06-24 05:42 jcfr Resolution open => fixed
2015-06-27 16:45 lassoan Note Added: 0013155
2015-09-09 08:29 jcfr Fixed in Version Slicer 4.4.1 => Slicer 4.5.0-1
2017-06-10 08:51 jcfr Changeset attached => Slicer master 6aaa218e
2018-03-02 11:07 jcfr Status resolved => closed