- 28 Jun, 2019 13 commits
-
-
Flavio TARSETTI authored
Fix handling of invalid declaration See merge request !95
-
Fixes #232
-
-
This allows to verify whether the data behind the asset is valid.
-
-
Samuel GAIST authored
Plotter editor Summary This merge request implements the plotter editor Relevant issue(s) fixed Fixes #181 Requires beat.core!79 See merge request !87
-
Fixes #181
-
Flavio TARSETTI authored
Improve save dialog See merge request !94
-
This makes it more clear to the user what they are about to save.
-
Flavio TARSETTI authored
Add asset name to editor See merge request !93
-
This allows the user to know what they are modifying while they browse other assets.
-
-
Flavio TARSETTI authored
Disable mouse wheel focus stealing See merge request !92
-
- 27 Jun, 2019 7 commits
-
-
Samuel GAIST authored
This will apply the filter to all widgets/editors.
-
Samuel GAIST authored
This filter will avoid wheel mouse focus being stilled by QSpinBox and QComboBox so when a widget like DataFormatEditor is scrolled, it's not stopped and modified when, for example, a spin box passes under the mouse cursor.
-
Flavio TARSETTI authored
Let the user resize the columns in BrowserWiget See merge request !90
-
The content width will change over time. This will let the user more easily see what he is working with. Fixes #234
-
Flavio TARSETTI authored
Fix handling of unexpected files in AssetModel See merge request !89
-
The AssetModel class was designed with a clean prefix in mind. If for some reason a rogue file is created outside the prefix architecture, this would generate an error. This patch fixes this by ensuring that only the folders are parsed when it makes sense. Fixes #233
-
Flavio TARSETTI authored
Fix clear implementation of EditorListWidget See merge request !88
-
- 19 Jun, 2019 1 commit
-
-
The loop used to remove all widgets was wrongly implemented. Fixes #231
-
- 11 Jun, 2019 2 commits
-
-
Samuel GAIST authored
Protocol template editor: cleaned unused code See merge request !86
-
Flavio TARSETTI authored
-
- 07 Jun, 2019 2 commits
-
-
Samuel GAIST authored
Database editor: patch possible collision with python set. See merge request !85
-
Flavio TARSETTI authored
Fixes #222
-
- 06 Jun, 2019 6 commits
-
-
Flavio TARSETTI authored
Various small fixes See merge request !84
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
Use a QButtonGroup to have proper handling of exclusive state. The other technique is to pass a common parent to all the concerned buttons. However in this case it means that all the buttons would be visible by default which is not what is wanted. The tests have also been improved to verify that all types are handled properly.
-
Flavio TARSETTI authored
Implement file opening See merge request !83
-
Samuel GAIST authored
This will happen in the users default application related to the file type being opened. Fixes #221
-
- 05 Jun, 2019 9 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
This will give more information - Line number of the error - Show locals value
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
Deletion happened in the original test prefix rather than the temporary created for this particular test.
-
Samuel GAIST authored
It is now provided by Asset
-
Samuel GAIST authored
Targets are: - AssetBrowser - AssetWidget - MainWindow and also: - Start script
-
Samuel GAIST authored
-