Erik Ziegler
83d7d59954
fix(package.json): Update ohif-core and dicomweb-client to fix Palette Color BulkData retrieval ( #703 )
2019-07-22 15:09:55 +02:00
Erik Ziegler
f547fdf832
fix(OpenIDConnect): Stop storing tokens in sessionStorage. Prefix OIDC routes automatically. Add logout button ( #698 )
2019-07-21 16:43:42 +02:00
Erik Ziegler
54e0e32e22
fix(package.json): Bump ohif-core, extension-microscopy, and dicomweb-client ( #697 )
2019-07-21 10:04:07 +02:00
Erik Ziegler
71f11a4856
fix(package.json): Update microscopy, pdf, and html extensions to fix thumbnail labels
2019-07-19 18:24:43 +02:00
Erik Ziegler
a34d47c850
fix(package.json): Bump cornerstone-tools to 3.16.0 ( #690 )
2019-07-19 17:48:29 +02:00
Erik Ziegler
f758741950
fix(package.json): Update @ohif/extension-cornerstone to fix loading issue ( #689 )
2019-07-19 17:07:35 +02:00
Erik Ziegler
104343aad5
fix(package.json): Bump @ohif/vtk-extension usage to fix performance issues, add Slab MIP ( #686 )
2019-07-18 13:52:06 +02:00
Erik Ziegler
2f104b5e91
feat(ViewerLocalFileData): Add drag/drop to load DICOM files in the Viewer at /local ( #644 )
2019-07-11 13:49:29 +02:00
Erik Ziegler
f256ac5a7d
fix(package.json): Fix issues with babel-core causes undefined _objectSpread2 ( #650 )
2019-07-11 12:59:33 +02:00
Erik Ziegler
bcbc5e4bbf
fix(yarn.lock): Blow away lockfile because it seems to be broken for some users ( #643 )
2019-07-11 10:18:21 +02:00
Erik Ziegler
091cab49e0
refactor(GoogleCloud): Clean up some of the Healthcare API Adapter components ( #641 )
2019-07-10 14:54:27 +02:00
Egor Lezhnin
4a09f33446
feat(GoogleCloud): Initial commits to include the Healthcare API Adapter ( #584 )
...
* This is a React port of https://github.com/quantumsoftgroup/healthcare-api-adapter - It still needs some UI cleanup.
2019-07-10 09:26:19 +02:00
Erik Ziegler
4095629310
fix(package.json): Bump @ohif/extension-cornerstone to 0.0.40 ( #638 )
2019-07-09 18:38:31 +02:00
João Felipe de Medeiros Moreira
ff2c1cb2f1
test(E2E): End-to-end tests for script tag ( #633 )
...
fix #621
2019-07-09 18:08:18 +02:00
Erik Ziegler
562d63fa74
fix(package.json): Update @ohif/extension-dicom-microscopy to fix resizing behaviour
...
fix #550
2019-07-08 14:31:23 +02:00
Evren Ozkan
dd6acb2d03
feat(extension-cornerstone): Add additional tools: Magnify, ROI Window, Probe, Ellipse, Rectangle, Invert, Rotate Right, Flip H, Flip V, Clear
2019-07-08 13:49:56 +02:00
Danny Brown
5ac9048ef0
feat: extension panels
...
* Snapshot -- Switching branches
* fix classes and hooks for panel componet
* Restore button functionality
* feat: support for expandableToolMenu
* Shift cornerstoneTools config up a layer, and use globalToolSync
* Remaining initCornerstoneTools changes
* Pull in Segmentation Plugin
* Shift MeasurementsPanel to an extension
* Note regarding where data is coming from
* Make sure measurement callback is available
* Bump core version
* Shift MeasurementsTable to a local extensions directory
* Register appCommands as an extension
* Update package dependencies and yarn lock
* Support for panel width
* Ability to pass props to our panel component
* Add a safety check around calling our tacked on method for tool options
* Left sidebar plugins + fix activeIndex prop passed to sidebar.
* fix: viewer height
Now in a shared container w/ top bar, so we need to factor that in when calculating height
* lock file latest
* Update thumbnails if studies has changes
* bump cornerstone version to resolve globalToolSynch history issue
* Default panel to open; studies optional
* Bump minor version for ohif-cornestone-extension
* Simplify button logic
* Accommodate odd roundedButtonGroup value change emit
* Map viewers + selectedViewport instead of pulling off the window
2019-07-04 14:09:13 -04:00
Erik Ziegler
fd6ec04514
feat(package.json): Update i18n approach to optionally use Locize CDN depending on config. Bump @ohif/extension-vtk @ohif/i18n
2019-06-30 23:10:43 +02:00
Erik Ziegler
8a4306d1b0
fix(package.json): Bump vtk extension and react-viewerbase
2019-06-29 11:35:20 +02:00
Rodrigo Antinarelli
16cea8681e
@ohif/i18n: Fix issues with exports and update docs ( #598 )
...
* update i18n version -- already published
* update ohif/i18n version and add modules
* update ohif/i18n version
* update translating documentation
* replace addLocales method and exported modules
* lock files
* Update index.js
* fix(@ohif/i18n): export custom methods in the main i18n object
`initI18n`, `addLocales` and `T` are now being exported inside the main `i18n` object.
* remove unecessary dependencies
* update vtk-extension lock file
2019-06-29 09:33:38 +02:00
Erik Ziegler
cb565427b3
fix(package.json): Bump ohif-core to fix broken multiframe usage with WADO-RS
...
fix #539
2019-06-28 17:56:13 +02:00
biharck
edb0db349b
feat(OHIFStandaloneViewer.js): adding NProgress loading bar on top of the page
2019-06-27 15:28:37 +02:00
Erik Ziegler
5a3f3e3eff
fix(package.json): Update react-viewerbase and extension-vtk to ensure old @ohif/i18n is not used
2019-06-27 15:12:42 +02:00
Erik Ziegler
722d68c85a
fix(package.json): Update vtk-extension to fix i18n issues
2019-06-27 14:09:20 +02:00
Rodrigo Antinarelli
d04bb323f7
@ohif-i18n - Replace use of context to import locales ( #575 )
2019-06-27 12:01:11 +02:00
Erik Ziegler
2bdcb7c5f7
fix(extension-dicom-microscopy): Update to 0.0.8 to use retrieveRendered by default
2019-06-24 13:32:11 +02:00
João Felipe de Medeiros Moreira
612832069d
ci: add e2e tests with cypress
...
* Creates E2E tests using Cypress and includes two tests
* Improves yarn.lock file
* Includes documentation
* Cypress project id
* test e2e w/ ci and video
* run unit command before e2e
* Also cache cypress
* Persist cypress to next build step
* Try a different path
* Try without working dir
* Persist less data, but restore yarn/cypress cache in next step
* Install cypress to invalidate cache
* Add e2e as a blocker for merged publishing
2019-06-22 10:02:07 -04:00
dannyrb
f4e4cfdf39
lock file
2019-06-20 23:50:06 -04:00
dannyrb
6050721d33
Use reselect to compute our activeContexts
2019-06-17 14:20:32 -04:00
Erik Ziegler
bd0c7b75e7
feat(@ohif/extension-vtk): Add oblique rotate button to MPR mode
...
re #563
2019-06-15 16:03:12 +02: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
Rodrigo Antinarelli
56e3982111
update @ohif/i18n
2019-06-13 16:20:36 -03:00
Rodrigo Antinarelli
1cbbbd6989
update i18n
2019-06-13 15:31:33 -03:00
romulo bordezani
414ebd5d8b
i18n implementation - Updating yarn.lock
2019-06-13 14:31:04 -03:00
Rodrigo Antinarelli
8c608dc05b
update branch
2019-06-12 13:22:46 -03:00
Erik Ziegler
9f82ef1682
chore(package.json): Update ohif-core (0.5.8) and react-viewerbase (0.7.1) ( #546 )
2019-06-12 14:58:30 +02:00
romulo bordezani
0c8cd3fbe9
Language Detection implementation, bug fixes related to i18n and debugger helper added.
2019-06-11 20:05:14 -03:00
romulo bordezani
fde6088cb1
Upgrading i18next version.
2019-06-11 14:11:28 -03:00
romulo bordezani
fe4db3b2c5
VTK extension - i18n implementation.
2019-06-10 19:33:15 -03:00
romulo bordezani
d5909f8d74
Merge branch 'master' of https://github.com/OHIF/Viewers into feature/i18n-basics
...
# Conflicts:
# extensions/ohif-vtk-extension/package.json
# extensions/ohif-vtk-extension/rollup.config.js
# extensions/ohif-vtk-extension/yarn.lock
# package.json
# src/App.js
# src/components/Header/Header.js
# yarn.lock
2019-06-10 14:54:18 -03:00
dannyrb
5325d2d2fe
bump versions
2019-06-08 15:08:09 -04:00
Rodrigo Antinarelli
ff382b0212
Update yarn.lock
2019-06-07 19:54:49 -03:00
romulo bordezani
0753e9ec3c
Merge branch 'master' of https://github.com/OHIF/Viewers into feature/i18n-basics
...
# Conflicts:
# extensions/ohif-vtk-extension/package.json
# extensions/ohif-vtk-extension/rollup.config.js
# extensions/ohif-vtk-extension/yarn.lock
# package.json
# src/App.js
# src/components/Header/Header.js
# yarn.lock
2019-06-07 17:55:53 -03:00
João Felipe Medeiros Moreira
42cb8e32c7
Configures hif-vtk-extention to use ohif-i18n for translation and include load more locations
2019-06-07 15:35:54 -03:00
dannyrb
531abe0fbd
bump dependent package versions
2019-06-05 12:37:36 -04:00
romulo bordezani
236a115112
i18n - Multiple languages overrides
2019-06-04 18:16:07 -03: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
romulo bordezani
d678a617dc
i18n - extension extraction
2019-06-03 19:56:59 -03:00
dannyrb
5c164d6518
fix: grab the latest and greatest icon updates
2019-05-30 14:56:46 -04:00
romulo bordezani
376b2c518a
i18n basic setup
2019-05-30 15:41:15 -03:00