- 04 Oct, 2019 40 commits
-
-
Samuel GAIST authored
This method will return the full path to the json file for a given asset name.
-
Samuel GAIST authored
The field is optional
-
Samuel GAIST authored
This is valid for assets like database and protocol template
-
Samuel GAIST authored
This allows for code simplification and wider range of type support.
-
Samuel GAIST authored
Make it more flexible to avoid code duplication.
-
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
With the default implementation the first input is transformed into a float so the next value written will go after the comma.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This avoids reloading the json_widget content immediately on each keyboard input or mouse event (i.e. combobox mouse wheel update)
-
Samuel GAIST authored
-
Samuel GAIST authored
This method will allow to check whether the content of the editor is valid and continue further.
-
Samuel GAIST authored
This will allow to more easily execute validation.
-
Samuel GAIST authored
-
Samuel GAIST authored
Updated tests
-
Samuel GAIST authored
This allows the user to make better use of available space.
-
Samuel GAIST authored
Test cleanup
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
Fixes #178
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
DescriptionWidget was over-engineering.
-
Samuel GAIST authored
-
Samuel GAIST authored
This decorator disable the possibility to add attributes to to python objects outside the __init__ function.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
Now: - Only shows know assets subfolder - Only show the version of the asset to edit
-
Samuel GAIST authored
Part of #186 Replaces !51
-
Samuel GAIST authored
The AssetWidget class shows the correct editor for the JSON data to be loaded. It also handles the saving part.
-