Karthik Rao
c99e0d8a23
feat: Implement a 'Exit 2D MPR' button in the toolbar
...
* feat: Implement a 'Exit 2D MPR' button in the toolbar to act as a toggle when '2D MPR' button is clicked
* Move logic to exit MPR and toggling into ConnectedPluginSwitch and PluginSwitch. Also, discard the ConnectedExitPluginSwitch and ExitPluginSwitch components.
* Update ToolbarRow.js
2019-10-14 08:41:29 -04:00
ohif-bot
84144bc3ef
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.52.8
- @ohif/core@1.3.2
- @ohif/viewer@1.6.3
2019-10-14 11:15:08 +00:00
Erik Ziegler
5cbdd0c616
ci: Skip copying URL to clipboard on headless CI servers ( #1043 )
2019-10-14 13:08:59 +02:00
Chris McGee
fc015326c7
fix: Return display sets in StudyMetadata._createDisplaySetsForSeries ( #1042 )
2019-10-13 20:53:01 -04:00
ohif-bot
01860b6094
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.52.7
- @ohif/core@1.3.1
- @ohif/ui@0.53.4
- @ohif/viewer@1.6.2
2019-10-11 18:56:39 +00:00
Danny Brown
ceb6837153
ci: speed up script tag e2e tests ( #1032 )
...
* show package bundle progress
* Ability to run "quick builds" for faster feedback on status checks (e2e)
* ci: speed up PR checks
* specify quick build value
2019-10-11 14:26:24 -04:00
Danny Brown
b01b0108b0
refactor: layout manager to viewer ( #1026 )
...
* docs: formatting
* Prefer numRows and numColumns to percentage width/height for layout
* fix: LayoutManager --> ViewportGrid (get out of UI component library)
* docs: remove outdated docs
* Don't expose ExampleDropTarget
* Revert thumnail entry drag source removal
* Update screaming tests
* fix drag-n-drop
* fix vtk mpr2d CC: @jamesapetts
* remove setSingleLayoutData
* remove vtk qualifier
2019-10-11 12:03:59 -04:00
ohif-bot
beb7083e55
chore(release): publish [skip ci]
...
- @ohif/viewer@1.6.1
2019-10-11 13:13:57 +00:00
Erik Ziegler
412fe4e23f
fix: Switch token storage back to localStorage because in-memory was annoying for end users ( #1030 )
2019-10-11 14:53:49 +02:00
ohif-bot
659649e10b
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.52.6
- @ohif/core@1.3.0
- @ohif/viewer@1.6.0
2019-10-11 09:32:51 +00:00
ladeirarodolfo
2bc361cdca
feat: 🎸 Improve usability of Google Cloud adapter, including direct routes to studies ( #989 )
2019-10-11 09:59:38 +02:00
ohif-bot
df8d4029f1
chore(release): publish [skip ci]
...
- @ohif/viewer@1.5.4
2019-10-10 20:07:32 +00:00
Mirna Silva
a36cb63926
tests: Test cases implemented: Cornerstone tools Clear and Eraser; Measurement panel Relabel and Description ( #1014 )
...
* Fix for test scripts that were failing in CI
* Test cases for tools: Length and Angle
* Test cases implemented: Scroll series, Levels, Pan, Reset, Zoom
* Added test cases for tools: Cine, More, Layout, Invert, Rotate, FlipH, FlipV
* Fixes made according to comments on PR review
* Fixes for failing scenarios: Layout and Cine
* Test cases implemented: Cornerstone tools Clear and Eraser; Measurement panel Relabel and Description
* Fix for CI failure
2019-10-10 15:46:41 -04:00
ohif-bot
e51529e6c9
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.52.5
- @ohif/viewer@1.5.3
2019-10-10 16:57:21 +00:00
ohif-bot
6bfb9bb140
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.52.4
- @ohif/ui@0.53.3
- @ohif/viewer@1.5.2
2019-10-10 02:41:15 +00:00
Danny Brown
db5b760432
ci: skip minimize flag ( #1023 )
...
* Better css chunk filenames depending on context
* skip minimize flag to speed up builds that are timing out (short-term fix)
* make sure our custom TerserJS config is actually applied
* Use SKIP_MINIMIZE flag for netlify and demo builds
2019-10-09 22:18:06 -04:00
Igor Octaviano
e7de8be2d8
fix: 🎸 switch ohif logo from text + font to SVG ( #1021 )
...
currently we are using font + text, not it was changed to use svg
instead
Closes: 723
2019-10-09 22:15:53 -04:00
ohif-bot
cb2088daf7
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@1.3.1
- @ohif/extension-vtk@0.52.3
- @ohif/ui@0.53.2
- @ohif/viewer@1.5.1
2019-10-09 19:55:40 +00:00
Igor Octaviano
2a743554b6
fix: 🐛 set current viewport as active when switching layouts ( #1018 )
...
* fix: 🐛 set current viewport as active when switching layouts
check if current viewport index is less than the current layout lenght
and set 0 if so or keep current selected cell index as active viewport
Closes: 999
* chore: 🤖 commenting out docker layer caching in the short-term
commenting out docker layer caching in the short-term
* refactor: 💡 refactor layout matrix index conditional
2019-10-09 15:37:26 -04:00
Rodrigo Antinarelli
95e5e11d09
test: E2E Tests - Thumbnail loading ( #1017 )
...
* fix: E2E Tests - Thumbnail loading
* rename data-cy attr
2019-10-09 12:57:24 -04:00
ohif-bot
ff9f199850
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@1.3.0
- @ohif/viewer@1.5.0
2019-10-09 14:45:40 +00:00
Danny Brown
1cc94f36a7
feat: Multiple fixes and implementation changes to react-cornerstone-viewport
...
* Update props for new react-cornerstone-viewport implementation
* Create an preRegistration hook for the cornerstone extension to setup cornerstone tools (takes configuration)
* Isolate measurements panel logic
* reorder extension registration
* remove unused setupTools
* Restore CINE connection
* fix stack prefetcher toggling
* Cleanup OHIFCornerstoneViewport props
* updated yarn lock
* bust yarn.lock to get updated react-cornerstone-viewport
* fix review comment; us isActive to better show it's influence on prefetch
* refactor: remove pass through method
* review performance optimization
* review; comment out unused variable
* shift tool under correct comment
* Use alternative csTools config, if provided
* Note regarding config options
2019-10-09 10:23:14 -04:00
ohif-bot
5c5223fcf1
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.52.2
- @ohif/core@1.2.0
- @ohif/viewer@1.4.5
2019-10-09 11:27:27 +00:00
Emanuel Fiuza de Oliveira
66d8bc6d6f
fix: OHIF-1002 Study lazy load should be true by default ( #1004 )
2019-10-07 16:31:47 -04:00
Jody Zeitler
0064a4b1cd
feat: Allow a server requestOptions.auth to be a function that returns the Authorization header. ( #928 )
2019-10-06 21:07:44 -04:00
ohif-bot
74ce89b22b
chore(release): publish [skip ci]
...
- @ohif/viewer@1.4.4
2019-10-07 01:07:06 +00:00
Mirna Silva
c92975f555
test: Fix for test scripts that were failing in CI ( #968 )
...
* Fix for test scripts that were failing in CI
* Test cases for tools: Length and Angle
* Test cases implemented: Scroll series, Levels, Pan, Reset, Zoom
* Added test cases for tools: Cine, More, Layout, Invert, Rotate, FlipH, FlipV
* Fixes made according to comments on PR review
* Fixes for failing scenarios: Layout and Cine
2019-10-06 20:57:49 -04:00
ohif-bot
ce6c0533a0
chore(release): publish [skip ci]
...
- @ohif/i18n@0.50.5
- @ohif/viewer@1.4.3
2019-10-04 16:55:28 +00:00
Rodrigo Antinarelli
4df624b8c4
fix: CineDialog buttons label ( #998 )
...
* fix: CineDialog buttons label
* Revert "fix: CineDialog buttons label"
This reverts commit 48ea7a28e50b845c4939a8aaf2d95eba49d2c102.
* fix: CineDialog buttons label
2019-10-04 12:46:39 -04:00
ohif-bot
e064fd353e
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.52.1
- @ohif/ui@0.53.1
- @ohif/viewer@1.4.2
2019-10-04 13:37:03 +00:00
Sanders DeNardi
458d310c78
fix: Move Series Information to Separate Row ( #990 )
...
* fix ThumbnailEntry alignment
* move series information to separate row
2019-10-04 09:26:05 -04:00
ohif-bot
73bc4d9094
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.52.0
- @ohif/viewer@1.4.1
2019-10-03 14:05:24 +00:00
ohif-bot
36910f2b47
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.51.3
- @ohif/core@1.1.0
- @ohif/ui@0.53.0
- @ohif/viewer@1.4.0
2019-10-03 08:02:00 +00:00
Emanuel Fiuza de Oliveira
9e10c2b2de
feat: Use QIDO + WADO to load series metadata individually rather than the entire study metadata at once ( #953 )
2019-10-03 09:51:29 +02:00
ohif-bot
c5cbd77cb9
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.51.2
- @ohif/core@1.0.2
- @ohif/viewer@1.3.3
2019-10-02 07:49:25 +00:00
Erik Ziegler
b3b4c10e4c
fix: Temporarily sort SEG files to the end of the display set list as a workaround for several metadata issues ( #987 )
2019-10-02 09:39:38 +02:00
ohif-bot
855020d730
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.51.1
- @ohif/viewer@1.3.2
2019-10-01 20:36:02 +00:00
ohif-bot
c8667fb2d6
chore(release): publish [skip ci]
...
- @ohif/viewer@1.3.1
2019-10-01 10:07:08 +00:00
Erik Ziegler
674ca9f96f
fix: Exit MPR mode if Layout is changed ( #984 )
2019-10-01 11:55:58 +02:00
ohif-bot
7a4b97b4e8
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.51.0
- @ohif/ui@0.52.0
- @ohif/viewer@1.3.0
2019-10-01 08:16:51 +00:00
ladeirarodolfo
c79c0c301d
feat: 🎸 MPR UI improvements. Added MinIP, AvgIP, slab thickness slider and mode toggle ( #947 )
2019-10-01 10:06:56 +02:00
ohif-bot
ff5060f276
chore(release): publish [skip ci]
...
- @ohif/viewer@1.2.8
2019-10-01 07:42:58 +00:00
Erik Ziegler
dafb26b34b
chore: Fix dev server so that it can be accessed on LAN from other devices ( #983 )
2019-10-01 09:32:50 +02:00
ohif-bot
c4f9d5e750
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.50.23
- @ohif/ui@0.51.3
- @ohif/viewer@1.2.7
2019-10-01 07:11:22 +00:00
Erik Ziegler
cf40a8388c
fix: Address issues with touch devices and drag/drop causing crashes ( #982 )
2019-10-01 09:00:55 +02:00
ohif-bot
4a0901aee9
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.50.22
- @ohif/core@1.0.1
- @ohif/viewer@1.2.6
2019-09-27 15:42:12 +00:00
Bhavesh Pandey
d0ec9cf0e0
fix: Check for Value in 00081155 sequence (Few patient protocol images doesn't have this value) and removed a duplicate declaration ( #921 )
2019-09-27 11:30:26 -04:00
ohif-bot
71bea0d4d8
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@1.2.5
- @ohif/viewer@1.2.5
2019-09-27 13:18:31 +00:00
Danny Brown
e607ed2aa0
fix: version bump issue ( #963 )
...
* Revert "fix: version bump issue (#962 )"
This reverts commit c80ea17cc2 .
* fix: stick
2019-09-27 09:04:29 -04:00
ohif-bot
4939f43509
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@2.0.0
- @ohif/viewer@2.0.0
2019-09-27 12:54:25 +00:00