11 Oct, 2021
1 commit
08 Oct, 2021
7 commits
-
# Conflicts: # invesalius/gui/task_navigator.py
-
-cleaning
07 Oct, 2021
11 commits
-
Markers code made more robust Minor fixes UI for sessions is quite messy, needs polishing
-
FIX: StopNavigation function when serial port connection has not been formed
-
StopNavigation function is called, e.g., when InVesalius is quitted. If the serial port was enabled in the UI but navigation had not been started, it previously caused an error because serial_port_connection variable was None.
-
FIX: Using pedal for setting fiducials
-
# Conflicts: # invesalius/constants.py # invesalius/data/coordinates.py # invesalius/gui/dialogs.py # invesalius/gui/task_navigator.py
-
Creation of a new thread for coordinates acquisition
-
Previously, the callback for setting the fiducial was removed while executing the callback. However, that did not work because it made the list of callbacks that PedalConnection looped over change on the fly. Instead, use 'remove when released' option for callbacks to automatically remove the callback when the pedal is released.
-
Also, send 'Pedal state changed' events regardless of if any callbacks have been registered or not.
06 Oct, 2021
8 commits
-
-change coilID to objID
-
FIX: Additional bug in registering tracker location using pedal
-
FIX: Registering tracker location using pedal in calibration
05 Oct, 2021
2 commits
-
Marker code refactoring
04 Oct, 2021
2 commits
-
- General marker code cleanup - Marker's label decoupled from the target status
03 Oct, 2021
1 commit
30 Sep, 2021
3 commits
-
FIX: change marker colors
-
-minor: set size to trackers combobox
29 Sep, 2021
1 commit
-
* Removed the legacy (.mks) marker loading code. * minor cleanup
27 Sep, 2021
4 commits
-
MOD: Export world coordinates into marker file