When a task is potentially modified is not needed to change the start
and the end date. This was causing two invokations of the
"dependencies" algorithm. Now only one is done.
Although the constraint is not applied it must be provided. Otherwise
the dominating forces would not take it into account. Normally this
wasn't a problem since if the secondary point date changes it was
provided. But it can happen that the secondary point doesn't change,
in that case the constraint must still be taken into account.
The order in the deletion of the different objects related with the task was
wrong and it was causing an exception.
Moreover, the exception was breaking the flow of execution in our application
and preventing that the size of container was updated.
FEA: ItEr76S04BugFixing
The order in the deletion of the different objects related with the task was
wrong and it was causing an exception.
Moreover, the exception was breaking the flow of execution in our application
and preventing that the size of container was updated.
FEA: ItEr76S04BugFixing
Add French translation for main translation files (.pot) and report files
(.properties).
Translation mainly done by Philippe Poumaroux with contributions by Stephane
Ayache and Guillaume Postaire.
Add French translation for main translation files (.pot) and report files
(.properties).
Translation mainly done by Philippe Poumaroux with contributions by Stephane
Ayache and Guillaume Postaire.
Redraw was being done every time a task was rendered and one last time when all
the tasks are rendered. Doing only the last redraw is enough.
This change should improve performance when opening containers.
FEA: ItEr76S04BugFixing
To do that we had to add an attribute in DependencyComponent to store the
listener and a method in Task to be able to delete visibility listeners.
This listener was causing that deleted tasks re-appeared when containers were
closed and opened again.
FEA: ItEr76S04BugFixing
Redraw was being done every time a task was rendered and one last time when all
the tasks are rendered. Doing only the last redraw is enough.
This change should improve performance when opening containers.
FEA: ItEr76S04BugFixing
To do that we had to add an attribute in DependencyComponent to store the
listener and a method in Task to be able to delete visibility listeners.
This listener was causing that deleted tasks re-appeared when containers were
closed and opened again.
FEA: ItEr76S04BugFixing
Add new method to ICommand to allow specify when a command is disabled or not.
In a disabled command the method doAction is not going to be called when you
click in the button.
Set ISaveCommand to disabled when user doesn't have permissions to save the
order or the order is marked as STORED.
FEA: ItEr76S04BugFixing
Add new method to ICommand to allow specify when a command is disabled or not.
In a disabled command the method doAction is not going to be called when you
click in the button.
Set ISaveCommand to disabled when user doesn't have permissions to save the
order or the order is marked as STORED.
FEA: ItEr76S04BugFixing