- 06 Aug, 2020 2 commits
-
-
This allows to re-use the widget in the ExperimentEditor for just visualizing the toolchain.
-
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
-
- 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
-
- 28 Jul, 2020 3 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
-
- 21 Jul, 2020 1 commit
-
-
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.
-
- 24 Jun, 2020 1 commit
-
-
Fixes #267
-
- 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
-
-
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
-
Samuel GAIST authored
-
- 18 Jun, 2020 4 commits
-
-
It follows the same idea as the experiment editor hinting. Fixes #264
-
Fixes #268
-
Samuel GAIST authored
-
Samuel GAIST authored
Original art work done by @amirmohammadi
-
- 17 Jun, 2020 4 commits
-
-
-
The model will also be used on new experiments which are empty.
-
-
Samuel GAIST authored
-
- 16 Jun, 2020 3 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This will allow only datasets with matching outputs to be listed when configuring an experiment.
-