- 09 May, 2019 9 commits
-
-
Samuel GAIST authored
This wasn't following the asset name properly
-
Samuel GAIST authored
-
Samuel GAIST authored
The prefix path is going to be used by all editors.[widgets] Remove field and test_editors These were serving demonstration purposes. They are not needed anymore.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
Updated contribute.rst documentation with local dependencies building and tests run See merge request !74
-
- 08 May, 2019 2 commits
-
-
Flavio TARSETTI authored
-
Flavio TARSETTI authored
-
- 01 May, 2019 15 commits
-
-
Flavio TARSETTI authored
Database editor See merge request !73
-
This will enable users to copy elements of the v1 implementation.
-
Currently unused
-
Fixes #183
-
This button and its associated layout are created many times. Factor this in one function.
-
-
Part of #183
-
-
-
-
-
In case of buildout development setup.
-
Flavio TARSETTI authored
Implement Generic spinboxes handling numpy types int/uint/float See merge request !72
-
Samuel GAIST authored
Ensure that: - If type is different, signal is emitted and type properly changed - If type is same, nothing happens
-
Samuel GAIST authored
-
- 30 Apr, 2019 2 commits
-
-
Flavio TARSETTI authored
-
Flavio TARSETTI authored
[widgets][spinboxes] removed unused AbstractNumpySpinbox and refactored spinbox and tests. Fixes #212
-
- 29 Apr, 2019 1 commit
-
-
Flavio TARSETTI authored
-
- 26 Apr, 2019 2 commits
-
-
Flavio TARSETTI authored
Implement ProtocolTemplateEditor See merge request !71
-
Samuel GAIST authored
-
- 25 Apr, 2019 9 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
-
Flavio TARSETTI authored
Correctly handle assets not associated with user See merge request !70
-
Samuel GAIST authored
This is valid for assets like database and protocol template
-
Samuel GAIST authored
Implement spin boxes for 32bit unsigned int types See merge request !69
-
This allows for code simplification and wider range of type support.
-
Make it more flexible to avoid code duplication.
-
-
-