Commit Graph

32 Commits

Author SHA1 Message Date
Erik Ziegler
7425c2beb8 wip on react transition 2018-11-30 11:40:16 -05:00
Erik Ziegler
89d97a7a3a chore(dicomweb-client): Switch to dicomweb-client.js to push logic out of OHIF 2018-10-04 11:40:48 +02:00
Bruno Alves de Faria
ea34f2db83 chore(validate.js): Replace validatejs Meteor package with direct npm import 2018-09-28 15:09:01 +02:00
Erik Ziegler
33755f7b8b
feat(keycloak) Optional Keycloak integration via OpenId Connect (OIDC) for Identity and Access Management (#227) 2018-07-19 13:57:23 +02:00
Erik Ziegler
71053b91e3 Add Travis CI setup with Gitbook build / deploy to gh-pages, StandaloneViewer build / deploy to AWS S3, and ohif/viewer docker image build / push to dockerhub 2018-07-05 21:55:03 +02:00
Erik Ziegler
de7135f3b8 feat(user preferences) Add User Preferences & Theming to Standalone Viewer (closes #117). Update Standalone to Meteor 1.7 2018-07-04 17:43:50 +02:00
André Botelho Almeida
bf68707ff2 Feature/test suite (#169)
* Adding first run of the test environment

* small tweaks

* Fixing tests suite to ohif-viewer

* Improving documentation and fixing versions

* Removing commented lines
2018-03-27 11:50:40 +02:00
Bruno Alves de Faria
99b88f08b3 Enabling devTools debugging on cornerstone libraries 2018-02-27 07:14:54 -03:00
André Botelho Almeida
057735aab3 OHIF-184: Add menu tool option to download viewport as PNG or JPEG (#130)
* OHIF-184: added download icon to the OHIF's tool bar

* OHIF-184: refactor dialog toggle method to support cine dialog and download dialog

* OHIF-184: Added hotKey support for downloadDialog.

* OHIF-184: added disabled verify function

* OHIF-184: Finished form structure. Created preview canvas. Added width and height config of the preview. Added the download feature. Added Cancel button.

* OHIF-184: setting default extension as png

* OHIF-184: moved download icon to more in toolbar

* OHIF-184: enabling/disabling tools when toggling show annotations checkbox

* OHIF-184: using a dynamic canvas to create the download content

* OHIF-184: Download with configurable width and height. download distorced

* OHIF-184: using dynamic elemento to manage download image instead of using the preview element

* OHIF-184: make dialog dragable through preview

* OHIF-184: removing useless line

* OHIF-184: adding download icon to leasion tracker

* OHIF-184: adding download dialog template to lesion tracker viewer
2017-11-17 11:33:41 +01:00
Bruno Alves de Faria
a583f5a124 Creating a new quick switch template 2017-10-25 22:18:42 -02:00
Bruno Alves de Faria
0b51a53976 Creating ohif-studies package to deal with studies browsing 2017-10-25 22:09:08 -02:00
André Botelho Almeida
bacfa24216 OHIF-110: creating the context-menu for measurements in the viewport for desktop and mobile. Coded action delete (#112) 2017-09-27 21:55:14 +02:00
Erik Ziegler
ddef3c4710 Move towards NPM for Cornerstone dependencies 2017-06-15 09:18:54 +02:00
Bruno Alves de Faria
4d9300f6c4 Creating Window Level Presets form 2017-06-14 09:19:49 +02:00
Bruno Alves de Faria
bbb1cf0789 Creating user interface to manage the hotkeys 2017-06-14 09:19:49 +02:00
Bruno Alves de Faria
8aac5dc47d Implementing disabled handling for commands 2017-06-14 09:19:49 +02:00
Bruno Alves de Faria
2f81c0e2e7 Creating a hotkeys context for viewer 2017-06-14 09:19:49 +02:00
Bruno Alves de Faria
5e7edd91ee Creating ohif:hotkeys package 2017-06-14 09:19:49 +02:00
Bruno Alves de Faria
0cf4dbf13f Removing contextMenu templates and title from tabs 2017-03-21 10:16:47 -03:00
Eloízio Salgado
b866e6e6c7 Removing ohif-cornerstone as a dependency for ohif-viewerbase. It should be added in the Viewer level. Avoiding error on temp measurements 2017-01-29 22:11:19 -02:00
Emanuel F. Oliveira
d25141f336 [WIP] Moving ViewerStudies collection to TypeSafeCollection implementation + Fixing sorting bug in findAllBy method in TypeSafeCollection 2017-01-29 22:11:17 -02:00
Emanuel F. Oliveira
9e69c43dda Most JS files, all helpers and simple reconciliations 2017-01-29 22:11:17 -02:00
Leonardo Campos
1d2c1c55fe LT-398: Manual stack scroll synchronization 2017-01-05 17:53:54 -02:00
Leonardo Campos
c3fc0b2b3b LT-398: Toggle manual stack scroll synchronization between viewports 2016-12-29 11:37:25 -02:00
Eloízio Salgado
87d61298b4 LT-397: Check that everything works when internet is disconnected; Adding Google Fonts Local Copies 2016-11-25 17:38:07 -02:00
Emanuel F. Oliveira
d2095f3cb7 LT-259 Adding warning for when user attempts to close the Lesion Tracker before saving measurements [INTEGRATING NEW MODULE INTO VIEWER + DOCUMENTATION] 2016-11-17 16:59:42 -02:00
Erik Ziegler
8cf6666bb1 LT-332: Fixed tool color and shadow for target tool. Moved client-only utilities to client-folder in viewerbase to speed up reloading 2016-11-16 12:17:07 +01:00
Eloízio Salgado
debc294f33 LT-301: Replace Rotate functionality to Rotate Left and Rotate Right 2016-11-15 08:29:46 +01:00
Eloízio Salgado
c004aee40f LT-301: Addeing Stack Scroll, Reset, Rotate, Flip H, Flip V, Invert, Magnify, Elliptical ROI, Clear and Toggle CINE dialog buttons to More Tools panel 2016-11-15 08:29:46 +01:00
Bruno Alves de Faria
4d79bf84a8 PWV-1: Refactoring ohif:studylist package 2016-11-15 08:24:01 +01:00
Bruno Alves de Faria
60aa1d0982 PWV-3: Creating ohif:log package and partially refactoring ohif:measurements 2016-11-15 08:21:46 +01:00
Erik Ziegler
ab4d4c9008 Work on refactoring measurements out of Lesion Tracker package
- Removed AssociatedStudies Collection
- Measurement API is generated from configuration files
- Data exchange methods are defined in configuration
2016-11-15 08:21:46 +01:00