Open maximelordey opened 5 years ago
The PopulationView, now display an Image created in the c++ instead of creating it from a canvas in Qml
Suppressing inter-files dependencies.
Redesigning the gene inspector, so the values don't go out of bounds.
Redesigning the AltPopulationView , so all the individuals are "displayed" (only the ones that are visible in the screen ), and displayable.
In the IndividualView, you can no longer browse the individual's parent to the infinite (thus having a negative parent index !).
When you are changing of individual, the individual highlighted change as well.
In the Menu Page, when you cancel the selection of a file , buttons are no longer disabled.
You can select a new file to load without having to relaunch the application.
Pull request to merge the branch(maxime) to the master
what has changed :
The PopulationView, now display an Image created in the c++ instead of creating it from a canvas in Qml
Suppressing inter-files dependencies.
Redesigning the gene inspector, so the values don't go out of bounds.
Redesigning the AltPopulationView , so all the individuals are "displayed" (only the ones that are visible in the screen ), and displayable.
In the IndividualView, you can no longer browse the individual's parent to the infinite (thus having a negative parent index !).
When you are changing of individual, the individual highlighted change as well.
In the Menu Page, when you cancel the selection of a file , buttons are no longer disabled.
You can select a new file to load without having to relaunch the application.