Refactoring Info class
The Info class contained some variables for the render and the trace. Now that there are many traces, these variables need to be moved to objects linked to RenderLayout.
This fixes some bugs like time display on the ruler being the same on each trace and container names not fitting properly.
Merge request reports
Activity
changed milestone to %Vite 1.5
assigned to @cordronn
- Resolved by Philippe SWARTVAGHER
- Resolved by Philippe SWARTVAGHER
- Resolved by Philippe SWARTVAGHER
- Resolved by Philippe SWARTVAGHER
- Resolved by Philippe SWARTVAGHER
- Resolved by Philippe SWARTVAGHER
- Resolved by Philippe SWARTVAGHER
added 14 commits
- a79af8a7...c1f1cecd - 4 earlier commits
- 35748457 - Fix selection information displaying only the information from the last trace
- aa854206 - Remove mouse information from Info::Render
- c7074b10 - Remove unsused method get_vertical_line
- 5ac155c1 - Remove render update when cleaning render
- a5449cf2 - Move duplicate code into a redraw_trace method
- 4823ed94 - Add use of interval to replace object allocation
- 63dbf98b - Remove some Info::Entity attributes
- a038d190 - Remove Info::Entity
- 4a01c3ae - Remove Info::Render::_x_min/_x_max
- 24d2f973 - Remove Info::Container
Toggle commit list- Resolved by ORDRONNEAU Camille
- Resolved by ORDRONNEAU Camille
- Resolved by Philippe SWARTVAGHER
I cannot increase anymore the max interval beyond the max of the trace (cf #54 (closed)).
Please register or sign in to reply