dependabot[bot]
4631218dcb
chore(deps): bump lodash.merge in /extensions/ohif-vtk-extension ( #646 )
...
Bumps [lodash.merge](https://github.com/lodash/lodash ) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/commits )
Signed-off-by: dependabot[bot] <support@github.com>
2019-07-11 09:45:47 -07:00
Erik Ziegler
6a98550c43
@ohif/extension-vtk 0.1.3: Wait for i18n to be initialized before adding resources
2019-06-30 23:10:43 +02:00
Erik Ziegler
3cb8f804ad
@ohif/extension-vtk: Update to 0.1.2 after bumping react-viewerbase version
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
5efa93ba61
@ohif/extension-vtk: Update dependencies which were pulling in old @ohif/i18n
2019-06-27 15:12:42 +02:00
Erik Ziegler
d14f3eafdd
@ohif/extension-vtk: Republish 0.0.9 to avoid inadvertently broken 0.0.8
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
dannyrb
ec9ea8b761
formatting
2019-06-20 23:17:07 -04:00
dannyrb
aa250a9210
bump package version
2019-06-20 23:12:55 -04:00
dannyrb
235f56c071
bump ohif-core minimum version number
2019-06-20 23:10:58 -04:00
dannyrb
ff602bf500
simple vtk extension readme
2019-06-20 23:10:17 -04:00
dannyrb
32b420087b
Don't set vtk on viewport's layout; rely on viewportSpecificData
2019-06-18 14:51:51 -04:00
dannyrb
d1f7431af6
Re-add dicom microspy extension
2019-06-17 15:42:11 -04:00
dannyrb
88568b1ddd
extensions specify default toolbar button context
2019-06-17 14:03:04 -04:00
dannyrb
a75bae90aa
Merge branch 'master' of github.com:OHIF/Viewers into feature/extensions-panels-and-docs
...
# Conflicts:
# extensions/ohif-vtk-extension/package.json
# extensions/ohif-vtk-extension/src/commandsModule.js
# extensions/ohif-vtk-extension/yarn.lock
2019-06-17 09:02:24 -04:00
Erik Ziegler
9f67ecab55
@ohif/extension-vtk: Enable crosshairs display on viewports (0.0.6)
2019-06-17 14:30:50 +02:00
dannyrb
1367f96dcd
Remove code that depends on global "buttons" in Vtk Viewport
2019-06-16 23:44:01 -04:00
dannyrb
46904ea39f
Context specific commands
2019-06-16 23:31:17 -04:00
dannyrb
cf65e3a690
lowercase toolbarModule
2019-06-16 23:12:20 -04:00
dannyrb
723c9c9c2e
force rename toolbarModule
2019-06-16 23:12:03 -04:00
dannyrb
d5b4cb7b07
Refactor vtk extension; re-add to app
2019-06-16 23:11:43 -04:00
dannyrb
f90578f567
Add vtk dependencies
2019-06-16 23:10:39 -04:00
dannyrb
1af09f1fad
Merge branch 'master' of github.com:OHIF/Viewers into feature/extensions-panels-and-docs
...
# Conflicts:
# extensions/ohif-vtk-extension/src/ConnectedToolbarSection.js
# src/App.js
2019-06-16 22:26:44 -04:00
dannyrb
fc6f7446d0
Remove dead code: ConnectedToolbarSection and setToolActive
2019-06-16 14:23:03 -04:00
Erik Ziegler
357187ddee
@ohif/extension-vtk: Enable rotate button (0.0.5)
2019-06-15 16:03:12 +02:00
Erik Ziegler
9573f67132
refactor(@ohif/extension-vtk): Update VTK extension to add basic MPR functionality
2019-06-15 11:51:56 +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
082656182b
i18n implementation - Updating yarn.lock
2019-06-13 14:17:04 -03:00
romulo bordezani
94a7caa2c4
i18n implementation - Fixing up translations
2019-06-13 14:16:43 -03:00
romulo bordezani
b89fada19e
i18n implementation - Fixing up vtk-extension's packages
2019-06-13 14:16:30 -03:00
romulo bordezani
ab0e2fe9e2
i18n implementation - Adding final packages
2019-06-12 03:43:02 -03: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
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
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
dependabot[bot]
bd870a46c7
build(deps): bump js-yaml in /extensions/ohif-vtk-extension
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 3.12.1 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases )
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.1...3.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-06-06 12:58:04 +00:00
romulo bordezani
236a115112
i18n - Multiple languages overrides
2019-06-04 18:16:07 -03:00
romulo bordezani
1874f93bcc
i18n - Multiple languages overrides
2019-06-04 12:34:57 -03:00
dependabot[bot]
b09b603bb3
Bump fstream from 1.0.11 to 1.0.12 in /extensions/ohif-vtk-extension
...
Bumps [fstream](https://github.com/npm/fstream ) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/npm/fstream/releases )
- [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12 )
2019-05-31 12:34:46 +00:00
dannyrb
57203d783e
fix(icons): Fix icon usage across all packages and extensions
2019-05-30 12:28:20 -04:00
dannyrb
996d5f40ca
formatting
2019-05-30 11:54:59 -04:00
dannyrb
59b54ffb39
add react-viewerbase to globals
2019-05-30 11:54:42 -04:00
dannyrb
ab823cce43
Make public
2019-05-30 11:54:21 -04:00
dannyrb
2066b97771
Use scoped package name
2019-05-30 11:50:27 -04:00
dannyrb
15972744b4
Move vtk extension's react-viewerbase to peerDeps; bump version
2019-05-30 11:40:11 -04:00
dannyrb
ac44228b94
Kill old icons logic
2019-05-28 14:50:22 -04:00
dannyrb
4cd1763ab7
Fix // issue with icon path resolution
2019-05-17 16:00:37 -04:00
dannyrb
2cbeb26eb4
Make sure our baseDirectory ends in a forward slash
2019-05-01 13:28:18 -04:00