Erik Ziegler
d541c23117
wip, very broken as I moved stuff to ohif-core
2018-12-14 14:38:36 +01:00
Erik Ziegler
7b66dec163
continue consolidating packages, converting various pieces to react
2018-12-13 23:24:39 +01:00
Erik Ziegler
5f30f7bd35
reorganize packages, start converting overall app to react (very broken at the moment)
2018-12-12 18:06:25 +01:00
Erik Ziegler
5dec28ba8c
chore(cleanup): Remove persistent-session package
2018-12-11 22:15:14 +01:00
Erik Ziegler
83a7271cd1
fix(viewport): Fix active viewport by connecting to redux
2018-12-06 16:12:23 +01:00
Erik Ziegler
943efb44e5
refactor(viewport): Switch to react-cornerstone-viewport
2018-12-06 13:10:46 +01:00
Erik Ziegler
33fad2f317
wip on react transition 9
2018-12-03 23:28:23 +01:00
Erik Ziegler
71b49e6766
wip on react transition 8
2018-12-03 18:11:39 +01:00
Erik Ziegler
9ae5dd25ce
wip on react transition 7
2018-12-02 08:23:43 +01:00
Erik Ziegler
765abfd572
wip on react transition 6
2018-12-01 12:27:36 -05:00
Erik Ziegler
1ace720566
wip on react transition 5
2018-12-01 08:52:03 -05:00
Erik Ziegler
f821ea2b80
wip on react transition 2
2018-11-30 14:28:15 -05:00
Erik Ziegler
7425c2beb8
wip on react transition
2018-11-30 11:40:16 -05:00
Evren Ozkan
5a4deedda8
fix(reference-lines): Update reference lines for the latest changes in cornerstone tools
2018-11-29 16:02:33 -05:00
Evren Ozkan
94406edf21
fix(tool-manager): Set tools passive except the active tools
2018-11-29 13:02:12 -05:00
Evren Ozkan
635c8b9119
fix(tool-manager): Instantiate cornerstone tools by element
2018-11-29 12:47:23 -05:00
Evren Ozkan
e947f1fad0
fix(tool-context-menu): Show context-menu on tool right-click
2018-11-28 15:04:24 -05:00
Evren Ozkan
4ee352592c
fix(tool-style): Add default tool configuration
2018-11-28 14:21:48 -05:00
Evren Ozkan
ea6dea4549
fix(tool-manager): Set all tools passive by default in order to render external data if exists
2018-11-15 10:55:38 -05:00
James Petts
5019f539ee
Fix keyscroll.
2018-11-12 11:18:48 +00:00
Evren Ozkan
8b6f17c103
Integrate Cornerstone Tools v3 ( #235 ) - WIP
...
- fix(stack-scroll): Activate mouse wheel and scrollbar stack scroll
- fix(touch): Activate pinch zoom, two-finger pan and three (or more) finger stack scroll
2018-11-09 13:24:48 -05:00
Evren Ozkan
4cf68adec7
Integrate Cornerstone Tools v3 ( #235 ) - WIP
...
fix(mouse-buttons): Support for assigning tools to mouse buttons (left, right, middle)
fix(tool-naming): Fix tool naming issues
2018-11-09 13:24:48 -05:00
James Petts
6fedea1653
Working with latest cornerstone and cornerstoneTools versions.
2018-11-09 13:24:48 -05:00
James Petts
05085b452d
Kind of working, updated cornerstone-core lib.
2018-11-09 13:24:47 -05:00
James Petts
d8b60ec38a
WIP newest cTools v3.
2018-11-09 13:24:47 -05:00
Gustavo Lelis
9048dcbc1e
Fixing tool naming changes
2018-11-09 13:24:47 -05:00
Gustavo Lelis
875640073e
Refator in ToolManager
2018-11-09 13:24:47 -05:00
Gustavo Lelis
c30cdbe625
- Fixed by setting all tools to passive mode after instantiate then all
...
- Fixed the default tool that was not being set correctly.
- Fixed some callouts done by Erik into my PR related with keeping old tool list
2018-11-09 13:24:47 -05:00
Gustavo Lelis
51c5c76eb9
Fix some naming and updating to the correct cornerstone-tools version
2018-11-09 13:24:44 -05:00
Gustavo Lelis
fee6b240a4
Adding cornerstoneTools init()
2018-11-09 13:23:43 -05:00
Gustavo Lelis
e5e027f716
WIP: Introducing cornerstoneTools v3 into Viewers
2018-11-09 13:23:43 -05:00
Evren Ozkan
a4b8f2c5ed
fix(user-preferences): Fix the issues with saving/retrieving user preferences in OHIFViewer
2018-11-09 13:22:14 -05:00
Erik Ziegler
2c6bd1ef6f
chore(dcmjs): Move DICOM-SR creation / parsing logic from OHIF to dcmjs ( #293 )
2018-10-18 08:53:47 +02:00
Bruno Alves de Faria
b6eecf8c8f
chore(hotkeys): Change hotkey command names for Next / Previous Image Viewport
2018-10-01 14:15:29 +02:00
Rick Frank
4e17ac39eb
feat(plugins) allow for styles dynamic loading.
2018-09-28 09:14:09 +02:00
Erik Ziegler
18bcf83805
feat(openid-connect): Switch to generic OIDC Client library instead of using Keycloak.js ( #273 )
2018-09-19 14:50:12 +02:00
Erik Ziegler
c09b54924e
fix(plugins): Fix timing issues with loadScript
2018-08-09 19:00:29 +02:00
Erik Ziegler
b8eadd6d61
fix(studyPrefetcher): Avoid errors in Study Prefetcher when settings are undefined
2018-08-09 15:50:36 +02:00
Erik Ziegler
640aec42dd
fix(plugins): Fix issues with loadScript not executing onload callback
2018-08-09 11:31:06 +02:00
Erik Ziegler
ddbe8b38aa
feat(plugins): Add pluginData to viewportData so that plugins can manage their own data
2018-08-09 10:45:58 +02:00
Erik Ziegler
f6b82baae3
feat(plugins): Add moduleURLs in addition to scriptURLs
2018-08-08 19:28:56 +02:00
Erik Ziegler
53cd12a16a
feat(plugins): Add initial version of ViewportPlugin class ( #242 )
...
* Add initial version of ViewportPlugin class
* Move entrypoints from OHIFPlugin to OHIF.plugins
* Add URL route to DICOMWeb server for Standalone Viewer
2018-08-08 18:00:53 +02:00
Gustavo André Lelis
d94f0eec16
feat(measurement-table) Display support for measurements from DICOM Structured Reports ( #225 )
2018-07-20 12:40:09 +02:00
Erik Ziegler
92408d4c86
feat(plugins) Add first pass OHIFPlugin class for experimentation
2018-07-17 10:05:22 +02:00
Erik Ziegler
5373963176
fix(toolVisibility) Update Cornerstone libraries to support tool visibility switching. Update custom tools with visible flag support
2018-07-12 14:20:10 +02:00
Erik Ziegler
ec7dc7ca5a
fix(windowLevelPresets) Apply W/L from Image by default when displaying a new image, unless a Custom W/L or W/L Preset has been applied.
2018-07-12 14:20:10 +02:00
Bruno Alves de Faria
06fff20be3
fix(interaction) Preventing series navigation while interacting with tools
2018-07-12 14:20:10 +02:00
Evren Ozkan
a5f426cf61
fix(toolColors) Set limegreen for active tool color
2018-07-12 14:20:10 +02:00
Erik Ziegler
99c65bb017
chore(scalebars) Switch to Scale Overlay tool from Cornerstone Tools
2018-07-12 14:20:10 +02:00
Aysel Afsar
6d9e9696df
fix(windowLevelPresets) Add a space between SoftTissue words
2018-07-12 14:20:10 +02:00