Commit Graph

198 Commits

Author SHA1 Message Date
Erik Ziegler
3d0f9e8973 fix(downloadImage) Remove Image Quality section from Download Dialog. Use CornerstoneTools saveAs and remove duplicated code 2018-07-12 12:10:59 +02:00
Erik Ziegler
349f591764 Fix viewport height on iOS (#164) 2018-07-10 11:29:38 +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
ladeirarodolfo
e55e2ad05a feat(subtools) Changing toolBarSection to accept custom template subtools. I.e. coder could pass his own template as part of subtools for specific tool button (#211) 2018-06-25 12:08:38 +02:00
Bruno Alves de Faria
c1d500a92b Fixing series quick switch hovering issue 2018-03-26 08:36:48 -03:00
Bruno Alves de Faria
af611109c0 Fixing console errors related to cornerstone 2018-03-26 08:36:48 -03:00
Bruno Alves de Faria
6e3e44a1fe Adding close button to CINE dialog 2018-03-07 08:25:59 -03:00
Evren Ozkan
68bdf223ab Fix the issue with the tool context menu 2018-03-02 10:09:15 -05:00
Bruno Alves de Faria
fdcaea9eb3 Allowing series to be loaded by a single click on sidebar 2018-02-27 07:25:15 -03:00
Bruno Alves de Faria
797b2f5588 Fixing cornerstone tools issues 2018-02-27 07:25:15 -03:00
Bruno Alves de Faria
dc767e5c83 Adapting Viewers to the new cornerstone structure 2018-02-27 07:25:15 -03:00
Aysel Afsar
b0d6701558 OHIF-186: Correct event name: cornerstoneimagerendered 2018-02-27 07:12:23 -03:00
Aysel Afsar
324db89ef7 OHIF-189: Fix to activate the viewport when clicked 2018-02-27 07:12:23 -03:00
Aysel Afsar
e5c5818ed4 OHIF-190: Fix double-click doesn’t enlarge viewport 2018-02-27 07:12:23 -03:00
Erik Ziegler
44233c48d6 Test OHIF Viewer against Cornerstone* version 2.0.0 2018-02-27 07:12:23 -03:00
Evren Ozkan
3c1e4c51cd Wait for the cornerstone tools to handle CornerstoneImageRendered event to capture the rendered image on the download dialog 2018-02-23 11:57:01 -05:00
Bruno Alves de Faria
02b04e32c7 Reverting changes on newImage handlers due to impacts on stack scroll 2018-02-05 10:21:15 -02:00
Bruno Alves de Faria
78c282558c Final adjustments on overlay 2018-02-02 09:22:48 -02:00
Bruno Alves de Faria
45c5766501 Improving overlay information display 2018-02-02 09:22:48 -02:00
Bruno Alves de Faria
5dc2f8dc9c Implementing saving behavior per active viewport 2018-02-02 09:14:44 -02:00
Bruno Alves de Faria
98480d134b Implementing image download dialog behaviors 2018-02-02 09:14:44 -02:00
Bruno Alves de Faria
56093a9d68 Converting the modal to the new structure and styling it 2018-02-02 09:14:44 -02:00
Evren Ozkan
29d94e99c7 Support for right and middle mouse button tool assignment in toolManager (left by default) 2018-01-30 18:23:18 -05:00
Bruno Alves de Faria
1983ee18a1 Fixing flashButton wrong deactivation issue 2018-01-05 08:04:41 -02:00
Bruno Alves de Faria
b51c01ca7a Improving viewer performance with static images on thumbnails 2017-11-22 15:38:09 -02:00
Bruno Alves de Faria
04e188df3d Allowing thumbnail dragging only with primary mouse button 2017-11-22 14:09:08 -02:00
Bruno Alves de Faria
5bf2d75d4f Fixing duplicated overlays and zero-sized measurements 2017-11-21 19:37:13 -02:00
Bruno Alves de Faria
a8d9e0f24f Fixing the loading indicator z-index 2017-11-21 15:10:12 -02:00
Evren Ozkan
cea3a77b52 Send viewport activation trigger on mouse enter only if there is no focused dropdown 2017-11-20 16:31:26 -05: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
5af752a122 Fixing delete lesion tool 2017-11-06 17:02:39 -02:00
Bruno Alves de Faria
5330ba5982 Enabling viewport enlargement again 2017-11-06 17:02:39 -02:00
Bruno Alves de Faria
5ef91e0c71 Making bounded plugin use CSS transform 2017-11-06 17:02:39 -02:00
Bruno Alves de Faria
99c1fff3da Preventing text selection on study browser 2017-10-31 11:22:37 -02:00
Bruno Alves de Faria
d259affd9a Displaying progress bar for lazy-loaded studies images 2017-10-31 11:22:37 -02:00
Bruno Alves de Faria
edba1052da Updating OHIF draggable utility to use CSS3 translate 2017-10-31 11:22:37 -02:00
Bruno Alves de Faria
a7d6cb4fea Fixing scrollbar height issues 2017-10-31 11:22:37 -02:00
Bruno Alves de Faria
c580f2db72 Adding Nadir method on timepointApi 2017-10-25 22:21:45 -02:00
Bruno Alves de Faria
bde625a961 Allowing lazy-loading on viewer 2017-10-25 22:20:43 -02:00
Bruno Alves de Faria
ed0bde0404 Fixing thumbnails layout and rendering 2017-10-25 22:20:43 -02:00
Bruno Alves de Faria
05b2aa3e15 PWV-182: Integrating study/timepoint browser changes on PIM Web Viewer 2017-10-25 22:20:43 -02:00
Bruno Alves de Faria
37137b9331 Final adjustments on quickSwitch 2017-10-25 22:20:43 -02:00
Bruno Alves de Faria
89f6bd4610 Adding studies and timepoints to quickSwitch 2017-10-25 22:20:43 -02:00
Bruno Alves de Faria
0417bbd0ff Adding series and scrolling to quickSwitch 2017-10-25 22:20:43 -02:00
Bruno Alves de Faria
a583f5a124 Creating a new quick switch template 2017-10-25 22:18:42 -02:00
Bruno Alves de Faria
3b629f9816 Creating sidebar templates for studies/timepoints browsers 2017-10-25 22:18:42 -02:00
Bruno Alves de Faria
d787ed2cb9 Finishing timepoint browser behavior 2017-10-25 22:18:42 -02:00
Bruno Alves de Faria
d721c0dbde Using the new time point browser on the sidebar 2017-10-25 22:18:42 -02:00
Bruno Alves de Faria
eb372bed03 Improving new study browser and moving studies services to ohif:studies 2017-10-25 22:09:08 -02:00
Bruno Alves de Faria
0b51a53976 Creating ohif-studies package to deal with studies browsing 2017-10-25 22:09:08 -02:00