- 06 Nov, 2020 11 commits
-
-
-
-
-
-
-
-
-
-
Previously, we triggered a custom signal from Layer, and caught in `SCamera`. This signal was triggered on any interaction in the window, even when no movement occurs. To fix this, to make the design simpler and to be able to avoid infinite loops when connecting services and data like in Tuto04SignalSlot, an Ogre listener has been installed in `SCamera`.
-
-
-
- 04 Nov, 2020 5 commits
-
-
Marc SCHWEITZER authored
Add a method `isInsideThetrahedron( const ::glm::dvec4 barycentricCoord);` in the MeshFunction. Closes #606 Merge branch '606-core-complete-meshfunction-baricentric-api' into 'dev' See merge request sight/sight!496
-
* update unit test
-
Marc SCHWEITZER authored
* Deprecated `::fwGui::dialog::MessageDialog::showNotificationDialog()` and propose a new `::fwGui::dialog::MessageDialog::show()` * Deprecated `::fwGui::dialog::NotificationDialog::showNotificationDialog()` and propose a new `::fwGui::dialog::NotificationDialog::show()` * Renamed all occurrences. Closes #624 Merge branch '624-ui-rename-bad-named-functions' into 'dev' See merge request sight/sight!507
-
-
This fixes errors when building using the Unix Makefiles generator and multiple processes. Merge branch '263-build-errors-when-building-using-the-unix-makefile-generator-and-multiple-processes' into 'dev' Closes #263 See merge request sight/sight!504
-
- 02 Nov, 2020 2 commits
-
-
Didier WECKMANN authored
Implement qt3d material service: * `::fwRenderQt3D::data::Material` object handling a qt3d material * `::fwRenderQt3D::techniques::Lighting` object handling a qt3d technique with shader programs to compute lighting mode and rendering options such as point/line/surface rendering or normals visualization * `::fwRenderQt3D::SMaterial` adaptor used to create a qt3d material from sight data and attach it to the render service Merge branch '495-sight-qt3d-smaterial-adaptor' into 'dev' Closes #495 See merge request sight/sight!431
-
Romain MANCIAUX authored
-
- 27 Oct, 2020 11 commits
-
-
Léo ADAM authored
-
Léo ADAM authored
-
rmanciaux authored
-
Léo ADAM authored
-
Léo ADAM authored
-
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'
-
- 20 Oct, 2020 1 commit
-
-
Flavien BRIDAULT authored
This solves the build error using the Unix Makefiles generator.
-
- 16 Oct, 2020 6 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
-