Add trace syncing
This branch should be merge after !102 (merged)
Add two buttons :
-
The first one make so that every render are in sync. Actually the mouse event that one receive is displayed to the others, that's all.
-
The second one make so the displayed scale is the same for each render, the scaling is based one the first render (to improve if we want to scale based on a different render)
The scale button is better than before, now it scale by keeping the same center point. Thus you can center on entity in both renders and then scale, or the other way around. It was not possible before, because the center point was not kept.
This branch also fixes some bugs regarding multi-trace syncing. They were caused by some actions (pressing on no arrow/no event/vertical line) which only updated the first render instead of all.
Merge request reports
Activity
changed milestone to %Vite 1.5
added 1 commit
- 28f1d695 - Fix vertical line not diappearing when vertical line box unchecked
mentioned in merge request !108
added 35 commits
-
28f1d695...829cdfe1 - 26 commits from branch
solverstack:master
- 620ab37d - Remove mouse update
- 70733db8 - Add syncing renders for zoom and translate
- 6976c896 - Add Scale Sync button that scale the time for every trace on the first one
- 9c90124d - Fix goto_start and goto_end button in Y mode traslating along the X axis
- f870f1fe - Add update every render_layout when no arrow/no event is pressed
- ea243a4b - Fix axis icon not changing when in Y axis mode
- 7c151221 - Fix cursor changing to hand without having Ctrl pressed
- b9a97ceb - Add empty function in vulkan version
- 569153af - Fix vertical line not diappearing when vertical line box unchecked
Toggle commit list-
28f1d695...829cdfe1 - 26 commits from branch
added 11 commits
-
569153af...098dc5f6 - 2 commits from branch
solverstack:master
- 99e91c98 - Remove mouse update
- af9ba04d - Add syncing renders for zoom and translate
- 20f0c081 - Add Scale Sync button that scale the time for every trace on the first one
- 3474c841 - Fix goto_start and goto_end button in Y mode traslating along the X axis
- 2e3201d7 - Add update every render_layout when no arrow/no event is pressed
- f97e3ab7 - Fix axis icon not changing when in Y axis mode
- c9b99818 - Fix cursor changing to hand without having Ctrl pressed
- 614f5f5b - Add empty function in vulkan version
- 699b1867 - Fix vertical line not diappearing when vertical line box unchecked
Toggle commit list-
569153af...098dc5f6 - 2 commits from branch