Commit Graph

94 Commits

Author SHA1 Message Date
dannyrb
7f95c1284a fix: command direction for previousViewportDisplaySet 2019-06-08 15:12:19 -04:00
dannyrb
a119ca33f0 Hide our user preferences modal for now 2019-06-06 15:01:32 -04:00
Danny Brown
bee9985877
Merge branch 'master' into fix/hotkeys 2019-06-06 14:46:57 -04:00
dannyrb
e0cbc8ef4d No need for connected user preferences when header can contain info 2019-06-06 14:41:31 -04:00
dannyrb
49fe195089 Change HotkeyDefinition to include label 2019-06-05 21:29:50 -04:00
Erik Ziegler
bbc598323e
fix(initWebWorkers): Fix duplicate slashes for web worker paths (#527) 2019-06-05 22:44:14 +02:00
dannyrb
347680fdf5 Setting an active tool 2019-06-05 15:57:00 -04:00
dannyrb
1eeada3319 Nuke tools until we can fix toolbar modules and nested buttons 2019-06-05 12:37:59 -04:00
Biharck Araujo
9c58ea8f55 fix(extension-dicom-microscopy): bump microscopy and ohif-core deps, scope package name (#513) 2019-06-04 08:54:02 +02:00
Biharck Araujo
bd2fa615cc fix(StudyListWithData): Fix InvalidDate and broken date sorting in Study List (#495)
Fixes #492
2019-06-04 08:43:34 +02:00
dannyrb
a636df8fdc Pass in CommandsManager config 2019-06-03 15:41:49 -04:00
dannyrb
afa6d78e42 push WIP 2019-06-03 13:22:05 -04:00
dannyrb
9b838ab326 Provide store to commands manager; hard code active contexts 2019-06-03 12:22:25 -04:00
dannyrb
9326b5e63d Actions and reducers for managing UI contexts 2019-06-03 12:22:06 -04:00
dannyrb
56de51a21d Kill old code 2019-06-03 12:21:50 -04:00
dannyrb
6b0ef0904e Shift initialization of OHIF classes to app.js 2019-06-02 22:44:13 -04:00
dannyrb
c1f8984c1b Switch folder; dependency injection; note about moving to extensions 2019-06-02 22:43:04 -04:00
dannyrb
b0706e5544 Playing with a hotkeys + commands setup and config 2019-06-02 15:44:27 -04:00
dannyrb
fabe981855 WIP hotkeys code 2019-05-31 22:09:05 -04:00
dannyrb
d9e45261f3 Registering some initial commands 2019-05-31 16:25:10 -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
2f1e3d2734 Use oval in place of circle 2019-05-30 14:56:02 -04:00
dannyrb
efe21b9121 fix: logo should have a consistent look and feel 2019-05-30 13:37:17 -04:00
dannyrb
5871a2faf7 @swederik's prop to show prettier SR thumbnails 2019-05-30 13:36:48 -04:00
dannyrb
b6e5faba1b bumpity bump bump 2019-05-30 12:57:46 -04:00
dannyrb
e955f54f61 Update incorrect icon name in labeling flow 2019-05-30 12:08:46 -04:00
dannyrb
e35a251ab8 Use new scoped import 2019-05-30 12:06:44 -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
6519bb08ee Fix missing logo/icon 2019-05-30 00:12:43 -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
dannyrb
ac44228b94 Kill old icons logic 2019-05-28 14:50:22 -04:00
dannyrb
97899570ae Formatting 2019-05-28 13:19:06 -04:00
dannyrb
1c14f41bd0 Use new Dropdown props format 2019-05-28 13:18:40 -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
Danny Brown
7f8f84fefd
Merge branch 'master' into fix/missing-roboto-font 2019-05-19 20:15:44 -04:00
dannyrb
a45eb42e6b Add note regarding preference for SVG over entire font for logo text 2019-05-19 20:15:07 -04:00
dannyrb
a03a3f7e29 sneak in remaining icon fix 2019-05-17 16:14:56 -04:00
dannyrb
aa34839bf8 Remove unused setup buttons 2019-05-17 16:14:33 -04:00
dannyrb
4cd1763ab7 Fix // issue with icon path resolution 2019-05-17 16:00:37 -04:00
dannyrb
776f5b0e8c No need to produce a warning here 2019-05-15 15:45:42 -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
dannyrb
90d79ec9e2 White labeling (custom logo) notes 2019-05-10 13:58:30 -04:00