- 10 Nov, 2020 2 commits
-
-
Samuel GAIST authored
Sphinx 3 autodoc no longer accepts autodoc_default_flags and autodoc_default_options should be used See merge request !149
-
Amir MOHAMMADI authored
-
- 16 Oct, 2020 2 commits
-
-
Flavio TARSETTI authored
Refactor the documentation and update the images for v2 Closes #258 See merge request !148
-
Samuel GAIST authored
-
- 10 Aug, 2020 6 commits
-
-
Amir MOHAMMADI authored
Add button to allow closing the current editor Closes #243 See merge request !147
-
Samuel GAIST authored
This button allows the user to stop editing the current asset without having to open a new one. Fixes #243
-
Amir MOHAMMADI authored
Fix dataformat list for protocol templates See merge request !146
-
Samuel GAIST authored
This method simplify the code to retrive the format to put as default value when, for example, creating a new input or output for an algorithm as well as values for tests.
-
Samuel GAIST authored
Only the setter is used, remove the unused code and just use the setter.
-
Samuel GAIST authored
The template protocols usable dataformat list does not contain the base types. Part of #246 Related to !128
-
- 06 Aug, 2020 6 commits
-
-
Flavio TARSETTI authored
Toolchain preview in experiment editor See merge request !145
-
Samuel GAIST authored
Part of #185
-
Samuel GAIST authored
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
-
Samuel GAIST authored
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
-
Flavio TARSETTI authored
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 5 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
-