- 27 Oct, 2020 6 commits
-
-
Léo ADAM authored
-
Léo ADAM authored
-
Léo ADAM authored
-
Léo ADAM authored
-
Marc SCHWEITZER authored
Deprecate the bundle `uiHandEye` Closes #387 Merge branch '387-uihandeye-deprecate-the-bundle' into 'dev' See merge request sight/sight!506
-
-
- 23 Oct, 2020 1 commit
-
-
Marc SCHWEITZER authored
SpyLog has been unnecessarily complex for a long time. In this rework, we propose to: - deprecate the loglevel `TRACE`. Only `SLM_TRACE_FUNC()` remains, but its occurrences should never be committed. - deprecate `OSLM_*` macros in favor of `SLM_*` macros, which now take stringstreams as input (no performance penalty) - all loglevels are now always compiled, which means that the big bloat of `SPYLOG_*` CMake variables were removed. - occurrences of `OSLM_*` macros were replaced by `SLM_*` macros - occurrences of `O?SLM_TRACE*` macros were removed or replaced by higher levels logging macros - the default displayed log level is now `WARN` - the path of files displayed in the output was shortened to keep the minimum information needed: namespace(s), source fil Closes #88 and #611 Merge branch '611-deprecate-oslm_-methods' into 'dev' See merge request !501
-
- 22 Oct, 2020 1 commit
-
-
Marc SCHWEITZER authored
Adds `[[nodiscard]]` attributes in weak_ptr and shared_ptr lock() function. This avoids using lock() as lock function and force user to use returned lock_ptr object Closes #588 Merge branch '588-core-use-nodiscard-attribute-for-weak_ptr-lock' into 'dev' See merge request sight/sight!503
-
- 21 Oct, 2020 2 commits
-
-
Marc SCHWEITZER authored
To avoid using lock() as lock function and force user to use returned lock_ptr object Warning: doing this doesn't ensure that lock() isn't bad used (ex: weakPtr.lock()->get())
-
Marc SCHWEITZER authored
Deprecation of `videoVLC` since VLC package will no longer be available with new conan system (sight 21.0). Closes #613 See merge request sight/sight!502 Merge branch '613-io-deprecate-vlc' into 'dev'
-
- 16 Oct, 2020 8 commits
-
-
Marc SCHWEITZER authored
Closes #612 See merge request sight/sight!500 Merge branch '612-graphics-do-not-take-non-visible-objects-to-calculate-the-word-bounding-box' into 'dev'
-
Flavien BRIDAULT authored
-
Marc SCHWEITZER authored
Add detailed logs for our communications with the PACS. Closes #610 See merge request sight/sight!499 Merge branch '610-io-increase-the-dicom-services-log-level' into 'dev'
-
Marc SCHWEITZER authored
-
Genial-O authored
-
Romain MANCIAUX authored
-
Flavien BRIDAULT authored
-
Flavien BRIDAULT authored
-
- 15 Oct, 2020 12 commits
-
-
Flavien BRIDAULT authored
-
Flavien BRIDAULT authored
-
Flavien BRIDAULT authored
-
Flavien BRIDAULT authored
-
Flavien BRIDAULT authored
-
Flavien BRIDAULT authored
-
Marc SCHWEITZER authored
-
Flavien BRIDAULT authored
-
Marc SCHWEITZER authored
Until a better fix, display left and right camera vertically in extrinsic calibration. Doing this provide a better width view of video. Closes #593 Merge branch '593-vision-fix-arcalibration-extrinsec-view-to-add-camera-images-autoresize' into 'dev' See merge request sight/sight!484
-
Marc SCHWEITZER authored
* Enable the current activity of the sequencer if it's needed. * Avoid double start of the config launcher. Closes #608 Merge branch '608-ui-enable-the-current-activity-of-the-sequencer-if-no-data-are-required' into 'dev' See merge request sight/sight!497
-
Marc SCHWEITZER authored
Allow to manage a whole TF opacity at the same time from the TF editor. Closes #577 Merge branch '577-ui-allow-to-manage-opacity-of-the-tf-in-tf-editors' into 'dev' See merge request sight/sight!493
-
Romain MANCIAUX authored
-
- 13 Oct, 2020 8 commits
-
-
Romain MANCIAUX authored
-
Romain MANCIAUX authored
-
Marc SCHWEITZER authored
Update conan.cmake file to v0.15. Closes #607 Merge branch '607-core-update-conan-cmake-file-to-v0-15' into 'dev' See merge request sight/sight!498
-
Marc SCHWEITZER authored
Deprecate `configureWithIHM` and use `openLocationDialog`, backward compatibility is kept until sight 22.0 Closes #554 Merge branch '554-io-rename-configurewithihm' into 'dev' See merge request sight/sight!486
-
Marc SCHWEITZER authored
Create a custom `rename` function that will first try a `std::filesystem::rename` and then fallback to a basic copy-remove scenario. Using this avoid the `Invalid cross-device link` error, when saving a json(z) file on a another disk/volume. Closes #594 Merge branch '594-io-cannot-save-json-on-mounted-disk' into 'dev' See merge request sight/sight!483
-
Marc SCHWEITZER authored
-
Marc SCHWEITZER authored
-
Romain MANCIAUX authored
-
- 09 Oct, 2020 2 commits
-
-
Didier WECKMANN authored
Merge branch '604-io-read-tfp-tf-from-directory-with-uitf-smultipletf' into 'dev' Closes #604 See merge request sight/sight!494
-
Romain MANCIAUX authored
-