Commit Graph

1456 Commits

Author SHA1 Message Date
Erik Ziegler
68925fad12 fix(lesionTable) Fix padding for New Non-Targets name 2018-07-12 14:20:10 +02:00
Bruno Alves de Faria
06fff20be3 fix(interaction) Preventing series navigation while interacting with tools 2018-07-12 14:20:10 +02:00
Evren Ozkan
a5f426cf61 fix(toolColors) Set limegreen for active tool color 2018-07-12 14:20:10 +02:00
Erik Ziegler
99c65bb017 chore(scalebars) Switch to Scale Overlay tool from Cornerstone Tools 2018-07-12 14:20:10 +02:00
Aysel Afsar
664b78f42c fix(lesionTable) Remove plus icon from measurements header 2018-07-12 14:20:10 +02:00
Aysel Afsar
6d9e9696df fix(windowLevelPresets) Add a space between SoftTissue words 2018-07-12 14:20:10 +02:00
Aysel Afsar
271d73d627 fix(styling) Change background color of save confirmation dialog 2018-07-12 14:20:10 +02:00
Aysel Afsar
0c7edbe22e fix(keyboardShortcuts) Fix the issue with Reset to Defaults for Keyboard Shortcuts. Fix typo for resetDefaults 2018-07-12 14:20:10 +02:00
Aysel Afsar
e1cd01828a fix(studylist-rowsPerPage) Fix the width of rows per page select list 2018-07-12 14:20:10 +02:00
Bruno Alves de Faria
e07118c7c4 fix(draggableDialogs) Improving draggable plugin 2018-07-12 14:20:06 +02:00
Aysel Afsar
e6beb8036c fix(viewportOverlay) Move time point information to top center of image 2018-07-12 12:11:19 +02:00
Bruno Alves de Faria
50374038a3 fix(modals) Fixing DOM issues with modals 2018-07-12 12:11:14 +02:00
Erik Ziegler
2c790ff674 fix(studylist) Fix DICOM Patient Name formatting (#35) 2018-07-12 12:11:09 +02:00
Erik Ziegler
781f6039fa fix(routing) Stop defining Route in Meteor.startup 2018-07-12 12:11:05 +02:00
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
5b4550edb2 fix(protocolEngine) Stop adding Array.prototype.move, since it is interfering with other code 2018-07-12 12:10:49 +02:00
Erik Ziegler
216a8fb2b6 Update to WADO Image Loader 2.1.4 because 2.1.3 was broken 2018-07-11 17:47:55 +02:00
Erik Ziegler
8cc22da173 Add thumbnailRendering to DICOMWeb Server Information modal 2018-07-11 17:15:06 +02:00
Erik Ziegler
5bf1459561 Update to WADO Image Loader 2.1.3 2018-07-11 17:14:23 +02:00
Erik Ziegler
349f591764 Fix viewport height on iOS (#164) 2018-07-10 11:29:38 +02:00
Erik Ziegler
429dd7844e Fix double-tap and press for Study List on iOS (#164) 2018-07-10 11:29:07 +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
Gustavo André Lelis
bdba814d52 fix(issue#161) Add (empty) for Studies with no PatientName value (#218) 2018-07-05 11:32:06 +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
Erik Ziegler
7090b4f3e0 fix(WADOuri) Properly escape characters when building WADO URI (closes #133) 2018-07-04 15:43:34 +02:00
Erik Ziegler
6b20b67ee4 fix(server options) Prevent issues when servers are defined without logging options (closes #74) 2018-07-04 14:39:14 +02:00
Gustavo André Lelis
6a5ff13624 fix(series details) Fix Series details modal info table (#214) 2018-07-03 14:00:35 +02:00
Gustavo André Lelis
85e21181a8 fix(toolManager) Fix default tools being overwritten (#215) 2018-07-03 14:00:01 +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
Gustavo André Lelis
9f73ae0153 chore(reorganization) Moving longitudinal feature to Lesiontracker package (#208) 2018-06-18 18:03:34 +02:00
Gustavo André Lelis
1643e9f7d6 feat(WADOProxy): Adding proxy to POST method (#207) 2018-06-18 18:01:10 +02:00
Kaspar
ebb53db4ad fix: first time uploadMessage called with undefined as parameter (#204)
* fix: first time uploadMessage called with undefined as parameter

- During uploading DICOMs the first time the function is called with
  no parameter -> this leads to the whole upload to be crashing

* Write the function shorter...
2018-06-13 20:13:18 +02:00
Erik Ziegler
0c2fa1616c Update Cornerstone WADO Image Loader codecs / web worker files 2018-06-08 11:20:15 +02:00
Gustavo André Lelis
b8506b5dae bugFix(issue163) Save button not appearing and saved measurements not getting drawn in canvas (#196) 2018-06-08 10:45:07 +02:00
Gustavo André Lelis
675e46eff6 Bump version in OHIF-cornerstone package of cornerstone node modules (#187) 2018-05-07 10:14:11 +02:00
Aysel Afsar
2d44f8fd1f Do not send servers auth credentials to client 2018-05-03 14:47:59 -04:00
Evren Ozkan
b6092ca759 Fix the pixel spacing issue with bidirectional tool 2018-04-04 18:08:01 -04:00
Evren Ozkan
2bd1db7710 - Update cornerstoneTools to 2.2.0
- Remove scale overlay tool which was moved into cornerstoneTools
2018-04-02 12:56:01 -04: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
43a7e8151a Allowing external modifications on study boxes data 2018-03-26 08:36:48 -03: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
Evren Ozkan
04da9310d1 Fix the issue with the reference of dicomParser.DataSet class by importing dicomParser from 'dicom-parser' (not from dist) 2018-03-21 13:20:37 -04:00
Evren Ozkan
9e542dac6b - Support for assigning multi-touch gestures to tools
- Make default gestures configurable by meteor settings
- Assign right mouse button tool to 2-finger touch drag as well if the tool defines multi-touch
2018-03-12 17:01:01 -04:00
Bruno Alves de Faria
3bd44fd7bc Improving "Add/Edit Description" workflow 2018-03-07 08:25:59 -03:00
Bruno Alves de Faria
d486ebd551 Minor fixes on common components 2018-03-07 08:25:59 -03:00
Bruno Alves de Faria
6e3e44a1fe Adding close button to CINE dialog 2018-03-07 08:25:59 -03:00
Bruno Alves de Faria
68f7626515 Fixing hotkeys issues 2018-03-07 08:25:59 -03:00
Evren Ozkan
f4e76d9544 Allow extending the metadata provider class 2018-03-02 17:06:40 -05:00
Evren Ozkan
00410f4e23 Upgrade to cornerstone-core 2.1.0 and cornerstone-tools 2.1.0 2018-03-02 12:01:27 -05:00