Refacto DrawTrace
Compare changes
GitLab upgrade completed. Current version is 17.11.1. We now benefit from the features of the release 17.11.
The code from DrawTrace was templated but this had no use because the type was always equal to GantDiagram. Thus DrawTrace methods were moved to the .cpp file for better code layout.
inlining has been removed because it is only useful for small functions which was not the case.
Some method were removed because they were small and only called one are two times without the need for an entire DrawTrace object.
There might still be rework to do :