- Jun 24, 2024
-
-
Genial-O authored
- Jun 18, 2024
-
-
Flavien BRIDAULT authored
Sight used to provide a mechanism to select the modules for an application. This is the `<activate>` tag of the `profile.xml`. A few years ago, it was decided, by simplicity, to enable all modules by default. Indeed, when an app is installed, the selection is somehow done thanks to the CMake dependencies. However, in the build tree, you may have access to modules your app does not depend on. This is not that tragic, but sometimes this is annoying because we realize we have a missing dependency against an XML configuration for instance only at install time. Also, we may have more extensions available (for instance readers) in the build tree than in the install tree. With this merge-request, only the modules that an app depends on (recursively) are enabled.
-
- Jun 15, 2024
-
-
Flavien BRIDAULT authored
`sight::module::ui::qt` has two new options: - size (optional, default="14pt"): size of the font used in the label, as supported by 'font-size' QSS attribute - weight (optional, default="bold"): normal, bold or any value supported by 'font-weight' QSS attribute The weight option defaults to 'bold' to keep the default behaviour of the service.
-
- Jun 13, 2024
-
-
Didier WECKMANN authored
- Fix vswhere not finding Visual Studio - make pch related files snake case
-
- Jun 07, 2024
-
-
The slider will visually update with vertical lines that match the color of the fiducials. These lines will indicate the frame and the slice where the fiducial is positioned, allowing users to interact with the slider to retrieve and view specific fiducials.
-
-
Didier WECKMANN authored
-
- Jun 04, 2024
-
-
Flavien BRIDAULT authored
-
Flavien BRIDAULT authored
-
Flavien BRIDAULT authored
-
Flavien BRIDAULT authored
-
Flavien BRIDAULT authored
-
* This fixes some problems / implements needed features for writing US DICOM. * It also incorporates uid / date / time generation for study / series. * Series can suggest a file name and file path for DICOM files.
-
- May 29, 2024
-
-
Marc SCHWEITZER authored
* also add option to provide the same scaling behavior than video adaptor * add option to disable interfaction (touch, mouse, keyboard) * ruler removes all distances before adding new one at update
-
- May 24, 2024
-
-
- May 21, 2024
-
-
Flavien BRIDAULT authored
-
- May 15, 2024
-
-
Didier WECKMANN authored
This fixes the standard maximization shortcut (F11 on Windows, on Linux it depends on the window manager) when a 3d scene is displayed. The 3D scene used its own QShortcut that took precedence over the one installed on the main frame. This also updates sight_viewer to use a more common maximization/restore behavior, but since the 3D scene real full-screen has also been removed, the tutorial "07" has also been changed to include a demonstration of the 3D scene full-screen. And last but not the least, a crash was fixed in Speeddial code, discovered while modifying `tuto07_generic_scene`. Another kind of "deadlock" (window that was never closed) was also fixed in gui tests (seen in sight_viewer_uit)
-
-
-
- May 14, 2024
-
-
Alexandre ANCEL authored
-
- May 13, 2024
-
-
Marc SCHWEITZER authored
* create dedicated service to test validity of transformation matrix
-
- Apr 26, 2024
-
-
- Rename service configuration tags to snake case - Move service configuration tags: `orientation`, `display_axis_selector` and `display_step_buttons` to an attribute of a `config` tag - Add a `label` attribute to specify either the slice index (`index`) or position in mm (`position`)
-
- Apr 24, 2024
-
-
The progress bar is now a standalone editor, which use the same API as the old `job_bar`. The progress bar can be placed anywhere, like any regular editor. Added features: - pulse mode - svg pulse mode - title and cancel button can be set visible or not
-
- Apr 23, 2024
-
-
Didier WECKMANN authored
Take a look at https://github.com/prettier/plugin-xml for further explanation. This indentation tools will be integrated into our Sheldon utility
-
- Apr 18, 2024
-
-
Didier WECKMANN authored
-
- Apr 17, 2024
-
-
Didier WECKMANN authored
-
Marc SCHWEITZER authored
wait for an upstream patch of vtk9 see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064762
-
- Apr 15, 2024
-
-
Genial-O authored
-
Flavien BRIDAULT authored
-
Flavien BRIDAULT authored
-
Genial-O authored
-
Flavien BRIDAULT authored
With the latest Ogre versions > 1.12.10, a regression occurred, which caused the material manager to keep requesting techniques for missing schemes.
-
- Apr 14, 2024
- Apr 11, 2024
-
-
Flavien BRIDAULT authored
-
Genial-O authored
-