- 17 Jun, 2020 1 commit
-
-
Samuel GAIST authored
-
- 16 Jun, 2020 6 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.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This class modelises an experiment and allows to check whether block connections are valid.
-
- 03 Jun, 2020 8 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Flavio TARSETTI authored
Propagate prefix changes See merge request !131
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This will allow to update the content off the editor on demand like when there's new asset added or simply before showing the editor.
-
- 02 Jun, 2020 5 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
Only one is need and needs updating as this class generates a database that will be re-used by other models. This follows the python phylosophy for sharing an object accross several modules. See https://docs.python.org/3/faq/programming.html#how-do-i-share-global-variables-across-modules
-
Samuel GAIST authored
This avoids loading algorithms that can't be used anyway.
-
Samuel GAIST authored
Fix the issue about number of inputs/outputs in experiment editor Closes #257 See merge request !130
-
Flavio TARSETTI authored
Fixes #257
-
- 01 Jun, 2020 1 commit
-
-
Flavio TARSETTI authored
Fix analyzer creation Closes #261 See merge request !129
-
- 29 May, 2020 10 commits
-
-
-
This was useful when not all editors were implemented.
-
-
-
Flavio TARSETTI authored
Remove base types where wrong Closes #246 and #260 See merge request !128
-
-
-
-
-
Make a base class in order to keep our current AssetModel as is and add one specialised for DataFormat which can contain: - only the DataFormat created - the DataFormat created as well as the basetypes - a subset of both The last one is usually done through a QSortFilterProxyModel
-
- 28 May, 2020 3 commits
-
-
Flavio TARSETTI authored
Improve toolchain editor Closes #259 See merge request !127
-
Samuel GAIST authored
If any of the list shall be empty, set an disabled item stating that nothing valid is found. This is better than the currently empty dialog. Part of #239
-
Samuel GAIST authored
If any of the menu shall be empty, set an disabled action stating that nothing valid is found. This is better than the currently empty menu. Part of #239
-
- 01 May, 2020 2 commits
-
-
Flavio TARSETTI authored
Imports cleanup This merge request mainly separates the cleanup introduced by isort from future work. See merge request !126
-
Using isort this makes all files coherent
-
- 30 Apr, 2020 2 commits
-
-
André Anjos authored
-
André Anjos authored
-
- 26 Mar, 2020 2 commits
-
-
Samuel GAIST authored
Toolchain tests for BlockType class Closes #256 See merge request !125
-
Fixes #256
-