dannyrb
6050721d33
Use reselect to compute our activeContexts
2019-06-17 14:20:32 -04:00
dannyrb
ba92111484
No need to pull commandsManager off the window
2019-06-16 23:43:30 -04:00
dannyrb
e6c9152cd1
Technically available in _any_ context, not just VTK
2019-06-16 23:36:10 -04:00
dannyrb
1af09f1fad
Merge branch 'master' of github.com:OHIF/Viewers into feature/extensions-panels-and-docs
...
# Conflicts:
# extensions/ohif-vtk-extension/src/ConnectedToolbarSection.js
# src/App.js
2019-06-16 22:26:44 -04:00
dannyrb
fc6f7446d0
Remove dead code: ConnectedToolbarSection and setToolActive
2019-06-16 14:23:03 -04:00
dannyrb
6e4dba7a10
Fix active button 👍
2019-06-16 14:07:13 -04:00
dannyrb
94177eee24
Prefer direct ToolbarButtons usage over ToolbarSection
2019-06-16 13:58:25 -04:00
Erik Ziegler
24a8d7bca2
feat(@ohif/extension-vtk): Update app to include basic MPR with VTK ( #557 )
2019-06-15 14:26:09 +02:00
dannyrb
902dc5e31d
Correctly find toolbar extensions
2019-06-14 20:44:15 -04:00
dannyrb
29853429c7
createStacks --> studyMetadata.createDisplaySets(sopClassHandlerModules)
2019-06-14 20:28:41 -04:00
dannyrb
361be79174
Toolbar row to use new types
2019-06-13 09:51:19 -04:00
dannyrb
209d575092
Merge branch 'feature/extensions-panels-and-docs' of github.com:dannyrb/Viewers into feature/extensions-panels-and-docs
2019-06-12 16:38:28 -04:00
Danny Brown
d0cbf577a3
Merge branch 'master' into feature/extensions-panels-and-docs
2019-06-12 16:38:28 -04:00
dannyrb
b052930123
fix connected layout manager to use extensionManager
2019-06-12 16:37:45 -04:00
dannyrb
9c797233bb
PLUGIN_TYPES --> MODULE_TYPES
2019-06-12 16:09:35 -04:00
João Felipe de Medeiros Moreira
071f92e45c
fix(StudyBrowser): Remove transform to fix drag/drop positioning for thumbnails ( #548 )
2019-06-12 20:15:51 +02:00
dannyrb
55e326dde8
force bump
2019-06-09 22:11:25 -04:00
dannyrb
64a9e38de4
chore: build warnings preventing demo deploy
2019-06-09 22:09:37 -04:00
dannyrb
e0cbc8ef4d
No need for connected user preferences when header can contain info
2019-06-06 14:41:31 -04:00
dannyrb
afa6d78e42
push WIP
2019-06-03 13:22:05 -04:00
dannyrb
fabe981855
WIP hotkeys code
2019-05-31 22:09:05 -04:00
dannyrb
ae0858bdd3
Shift store init to own directory
2019-05-31 11:55:44 -04:00
dannyrb
dcb21d9759
Poor man's fix for SR thumbnails. CC: @swederik
2019-05-30 15:04:54 -04:00
dannyrb
5871a2faf7
@swederik's prop to show prettier SR thumbnails
2019-05-30 13:36:48 -04:00
dannyrb
c16654514d
Re-apply semicolons
2019-05-30 00:46:45 -04:00
dannyrb
ffbd6ad6e4
Merge branch 'master' of github.com:OHIF/Viewers
...
# Conflicts:
# extensions/ohif-cornerstone-extension/package.json
# package.json
# src/components/Header/Header.js
# src/components/Labelling/LabellingFlow.js
# src/components/OHIFLogo/OHIFLogo.js
# src/connectedComponents/ConnectedPluginSwitch.js
# src/connectedComponents/ToolbarRow.js
# src/utils/getDefaultToolbarButtons.js
# src/utils/getDefaultToolbarButtons.test.js
# yarn.lock
2019-05-30 00:46:00 -04:00
dannyrb
f51b9391d1
Use updated icon names
2019-05-29 23:47:26 -04:00
dannyrb
fb7c229b43
prettier applied to all files in src/
2019-05-29 08:39:54 -04:00
Evren Ozkan
6b8d1a695b
fix(layout): Fix the issues with displaying vtkjs viewports ( #500 )
...
* fix(dependencies): Bump react-cornerstone-viewport to 0.1.29
* fix(dependencies): Bump ohif-cornerstone-extension to 0.0.32
* fix(layout): Get missing display set fields in viewport specific data from the original display set
* fix(layout): Cache the viewport data to be used for the replaced viewport when it is empty since viewportSpecificData is cleaned when viewport is changed
2019-05-28 19:02:33 -04:00
dannyrb
7eaa4378bc
Use Icon component in place of icons.svg
2019-05-28 14:57:07 -04:00
dannyrb
6cd84dfa27
Use new icon logic
2019-05-28 14:51:29 -04:00
Evren Ozkan
3bae254a6f
fix(hotkeys): Fix the issues with hotkeys ( #488 )
...
* wip viewport
* refactoring to do not use dispatch from window
* fixing server active testing
* fix(dependencies): Bump ohif-core to 0.5.5
2019-05-27 11:31:39 -04:00
Evren Ozkan
c2eb5f342f
Revert "React viewport ( #439 )" ( #487 )
...
This reverts commit b24a502433 .
2019-05-27 11:09:11 -04:00
Biharck Araujo
b24a502433
React viewport ( #439 )
...
Implementing hotkeys actions
2019-05-27 08:22:33 -03:00
dannyrb
4cd1763ab7
Fix // issue with icon path resolution
2019-05-17 16:00:37 -04:00
Evren Ozkan
065a81d6e7
fix(measurements): Show missing measurements in measurement table ( #426 )
...
- Bump cornerstone-tools to 3.9.0, ohif-core to 0.5.2 and react-viewerbase to 0.4.1
- Add bidirectional, elliptical, circle and rectangle roi tools
- Support labeling and context-menu for all annotation tools
- Sort measurements by lesion naming number to show the last added measurement in the end in measurement table
2019-05-13 18:07:57 -04:00
Evren Ozkan
c9ddb23d9c
Add measurement table functions ( #415 )
...
* fix(measurements): Add measurement table functions
- Support for labeling measurements and adding measurement description
- Jump to measurement when clicked on measurement table
* fix(layout): Fix the issues with layout when switched with different plugins
* fix(measurements): Support for deleting measurements in measurement table
* fix(measurements): Add context menu for measurements
* fix(dependencies): Bump ohif-core to 0.4.2
2019-05-02 17:12:06 -04:00
dannyrb
2cbeb26eb4
Make sure our baseDirectory ends in a forward slash
2019-05-01 13:28:18 -04:00
dannyrb
f583af0f20
Remove typo in names
2019-05-01 13:13:11 -04:00
dannyrb
7f52bade3e
Pull config from window for now
2019-05-01 13:10:44 -04:00
dannyrb
37368ca30e
Formatting
2019-04-19 12:42:26 -04:00
dannyrb
72cdebccf4
🧹 🧹 🧹 Don't mind me. Just moving things around
2019-04-15 16:44:36 -04:00