Commit Graph

21 Commits

Author SHA1 Message Date
Erik Ziegler
22202141b8 Moved the Cornerstone viewport code to an extension. Tons of changes to rollup and package.json files to make everything play nicely 2019-02-06 14:46:06 +01:00
Erik Ziegler
9a0f417eec Update ohif-core to fix microscopy (again) 2019-02-04 17:22:04 +01:00
Erik Ziegler
e3d26f2181 Fix performance issues with Microscopy extension 2019-02-04 16:45:49 +01:00
Erik Ziegler
bf8f737fec Begin adding DICOM Segmentation handling to Cornerstone plugin via dcmjs 2019-02-03 22:18:08 +01:00
Sandra
b93a677ef3 Refactor extensions interface (#344)
* Added container class for plugins that care for registration of submodules

* Added extensions manager that cares for adding modules to store

* Make extensions require less knowledge of internal extension management

* Reformatting

* Update generateStaticSite to use ohif-viewer, remove old OHIFViewer-react folder

* Add yarn.lock so Netlify knows to use Yarn

* Fix for copying static site folder

* Try to fix netlify build which is stuck uploading

* Try to fix static site deployment

* Try to fix static site deployment again

* Try to fix static site deployment one more time

* Extracted pdf plugin into external package

* Removed some unused dependencies

* Published pdf extension to npm registry

* Added external microscopy extension (work in progress)

* Extraction of microscopy plugin working now

* Added microscopy extension npm package to package.json

* Increase ohif-core version

* update yarn.lock

* Fix error in readme

* Fix authentication error in pdf plugin

* Remove readme, update packages, add redirect for netlify

* netlify test

* netlify test 2

* netlify test 2, forgot to add new redirects file

* Use public dicom server for demo

* Another netlify try

* Another netlify try 2

* Another netlify try 3

* Another netlify try 4
2019-02-02 11:10:56 +00:00
Erik Ziegler
af68db0c09 Update ohif-core to make user preferences work 2019-01-31 08:05:06 +00:00
Thiago Maltempi
8a3056b9f0 [React] Integrating UserPreferences + Hotkeys (#332)
* User Preferences - basic integration

* wip user prefs

* Creating ConnectedHeader

* Removing old UserPreferences

* Reverting studylistwithdata

* Initial hotkeys handler migration

* Setting keys after save

* Getting hotkeys from redux

* Adding windowslevel preset listeners

* Refactoring - moving hotkeys setup to ohif-core-hotkeysUtil

* Using hotkeysUtil method on userPreferences save

* Using context in the user preferences

* Adding redux store into localstorage

* Hotkeys - Fixing onResetToDefaults

* Mmoving from OHIFViewer-react to ohif-viewer
2019-01-31 07:55:05 +00:00
Erik Ziegler
fbcc4fcf40 Add dockerfile for ohif-viewer package 2019-01-30 18:37:01 +00:00
Siegel
0804bc1177 Added minimal documentation 2019-01-30 17:07:39 +00:00
Erik Ziegler
1e898fd5c8 Update ohif-core, fix rollup usage with dicomweb-client and dicom-microscopy-viewer 2019-01-30 16:21:38 +00:00
Erik Ziegler
03c7274812 Add DicomMicroscopy plugin 2019-01-30 11:24:34 +00:00
Sandra
84c949f2e6 Merge OHIFViewer-react into Packages-react\ohif-viewer (#342)
* Added public directory and debug run code in index.js

* Different entry points for development and publish

* Add port to start debug script

* Merge in progress

* Merge in progress

* Merge in progress

* Merged last components
2019-01-30 09:34:55 +00:00
Erik Ziegler
80df33f4fd Fixes for Layout button and CINE, move some stuff into Cornerstone plugin 2019-01-28 10:23:24 +00:00
Erik Ziegler
4d0822e47e Add DICOM PDF plugin 2019-01-25 16:54:10 +01:00
Erik Ziegler
0501d4ce2a Remove dist folder from ohif-viewer 2019-01-24 14:04:48 +01:00
Erik Ziegler
8f96553ee2 Add ability to easily change the standalone viewer logo (0.0.6) 2019-01-24 14:00:01 +01:00
Erik Ziegler
d961a73b6c Fixes for Standalone OpenID Connect usage 2019-01-24 10:22:40 +01:00
Erik Ziegler
9cc063430a Fix ROOT_URL for Standalone Viewer 2019-01-17 17:44:26 +01:00
Erik Ziegler
59b7c951df Try to fix standalone routing 2019-01-17 17:40:42 +01:00
Erik Ziegler
2082d46a57 Fix standalone example 2019-01-17 17:22:15 +01:00
Erik Ziegler
6e91df26ee Add ohif-viewer package to work on sharing components across viewers and test the standalone viewer via script tag 2019-01-17 17:00:21 +01:00