- 06 Aug, 2020 4 commits
-
-
This allows to re-use the widget in the ExperimentEditor for just visualizing the toolchain.
-
Flavio TARSETTI authored
Make new dialog comboboxes searchable Closes #227 See merge request !144
-
This patch makes the combo boxes editable so the user can start typing what he is looking for rather than having to scroll a possibly long list of assets. Fixes #227
-
Amir MOHAMMADI authored
Fix algorithm migration handling Closes #275 See merge request !143
-
- 05 Aug, 2020 3 commits
-
-
Samuel GAIST authored
It ensure that the declaration loaded matches the one from the migrated algorithm.
-
Samuel GAIST authored
Legacy is used as a temporary state to people can execute their algorithms using the V2 backend. The editor does not allow to create legacy algorithm, therefore this will trigger an update of the code directly to become what is closer to v1 which is sequential.
-
Samuel GAIST authored
Only the code was updated
-
- 03 Aug, 2020 2 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- 29 Jul, 2020 1 commit
-
-
Samuel GAIST authored
Gracefully handle default values of plotterparameters Closes #278 See merge request !142
-
- 28 Jul, 2020 5 commits
-
-
Amir MOHAMMADI authored
logging.exception instead of logging.error
-
Amir MOHAMMADI authored
Sometimes the default value of a parameter does not have the required type of that paramter and this can lead to failures further down the code. Here, we're converting the default value to the required type so that errors do not occur. Fixes #278
-
Amir MOHAMMADI authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- 21 Jul, 2020 3 commits
-
-
Flavio TARSETTI authored
Fix parameter filter crash Closes #276 See merge request !141
-
Samuel GAIST authored
If the value was not changed from the default, it won't be dumped and thus when filtering, it won't be there.
-
Samuel GAIST authored
-
- 24 Jun, 2020 3 commits
-
-
Amir MOHAMMADI authored
Remove unwanted additional channel color on toolchain edition/creation Closes #267 See merge request !139
-
Fixes #267
-
Flavio TARSETTI authored
Add folding to dataformat editors Closes #236 See merge request !140
-
- 23 Jun, 2020 1 commit
-
-
Samuel GAIST authored
The editor can get pretty long pretty quickly if many fields are added. Especially array entries or object entries. Making their repsective editors foldable allows the user to more easily go through the content of the editor.
-
- 22 Jun, 2020 1 commit
-
-
Samuel GAIST authored
Since QLineEdit has two different constructors, when passing only a parent parameter, it must be explicitly named.
-
- 19 Jun, 2020 17 commits
-
-
Flavio TARSETTI authored
Improve usage experience Closes #270, #235, and #237 See merge request !138
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This module provides helper classes that do input validation for example for names.
-
Samuel GAIST authored
-
Samuel GAIST authored
Fixes #270
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This makes the layout more compact
-
Samuel GAIST authored
This will make things clearer for the user.
-
Samuel GAIST authored
This makes their grouping clearer
-