- 16 Sep, 2019 5 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
Fix button menu lifetime See merge request !109
-
Samuel GAIST authored
Issue found when testing with PySide2. From the documentation, QPushButton::setMenu does not take ownership of the menu. With PySide2, the menu is garbage collected but the actions created from it are not completely destroyed as it seems. Giving the menu a proper parent ensure that its lifetime is correctly handled.
-
- 05 Aug, 2019 1 commit
-
-
Flavio TARSETTI authored
Add missing delete confirmation See merge request !101
-
- 31 Jul, 2019 5 commits
-
-
-
Fixes #242
-
Only the yes condition was tested. Now both use cases are treated.
-
Flavio TARSETTI authored
Implement support for new loop related algorithms See merge request !105
-
The loop related algorithms are now: - loop processor - loop evaluator Both being sequential or autonomous.
-
- 18 Jul, 2019 4 commits
-
-
Flavio TARSETTI authored
Remove test specific method from PlotterEditor See merge request !104
-
Samuel GAIST authored
It was not needed at all.
-
Samuel GAIST authored
Plotter parameter editor Summary This merge request implements the plotter parameters editor Relevant issue(s) fixed Fixes #182 See merge request !102
-
-
- 16 Jul, 2019 2 commits
-
-
Flavio TARSETTI authored
Add support for the two new loop user types to AlgorithmEditor See merge request !103
-
Samuel GAIST authored
The loop_user type has been changed in sequential and autonomous types. This updates fixes the editor to support them.
-
- 05 Jul, 2019 1 commit
-
-
Flavio TARSETTI authored
Algorithm editor See merge request !100
-
- 04 Jul, 2019 7 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
These will allow for synchronisation between editor and the browser. This patch also regactors the code for testing purpose.
-
Samuel GAIST authored
The editor will only allow editing of API V2 or more recent version of the algorithms.
-
Samuel GAIST authored
Tests added: - widget factory method - change on disk detection - root_prefix_path property
-
Samuel GAIST authored
This will update the code from a python based algorithm when changing type or making it an analyzer.
-
Samuel GAIST authored
-
Samuel GAIST authored
This signal will be emitted on change of the asset to edit.
-
- 03 Jul, 2019 10 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
The name was wrong. Tests have been added
-
Samuel GAIST authored
This file will contain delegates reused in several places.
-
Samuel GAIST authored
Also added test for the dialog itself
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Flavio TARSETTI authored
239 fix library editor empty uses Summary This merge request fixes two library editor shortcomings: 1) Mishandling of empty "uses" field 2) Missing handling of mandatory language field Relevant issue(s) fixed Fixes #239 See merge request !99
-
A library might be using an older version of another library. Patch fields "uses" (optional) and "languages" (mandatory)
-
- 02 Jul, 2019 5 commits
-
-
Flavio TARSETTI authored
Check prefix on startup See merge request !98
-
Samuel GAIST authored
This will ensure that the editor has a valid prefix structure to start with.
-
Samuel GAIST authored
The checks verify that: - The prefix has all asset subfolders - The mandatory items are available Currently the only mandatory item is the integers data format needed by the algorithm prototype. Both checks will generate the needed elements if accepted.
-
Samuel GAIST authored
And added test for it.
-
Samuel GAIST authored
-