Fix crash analysis and save load reaction
All threads resolved!
All threads resolved!
- Display information messages to the user :
- An instruction message
- If an empty json file is saved.
- If there is no property to display (if the json file loaded is empty for exemple)
-
Avoid warnings when save/Load LidarState in stream mode
The properties Start and Stop of the Stream are "vtkSMProperty".
Casting it into a proxy property raises a warnings that can be confusing for the user. -
Fix crash of "Is crash Analysing" option in stream mode
During "CrashAnalysing" option:
If the directory can not be created boost::filesystem raises an error and the application crash.
We add a try{} catch{} to avoid that.
Edited by MelanieCarriere
Merge request reports
Activity
@nicolas.cadart Can you have a look please ?
added 10 commits
-
5253c04c...536572d8 - 7 commits from branch
master
- cef07c30 - [fix] Fix crash of "Is crash Analysing" option in stream mode
- 116a4be8 - [fix] Avoid warnings when save/Load LidarState in stream mode
- 63c0dd16 - [ui] display information messages to the user
Toggle commit list-
5253c04c...536572d8 - 7 commits from branch
- Resolved by MelanieCarriere
- Resolved by MelanieCarriere
- Resolved by MelanieCarriere
- Resolved by MelanieCarriere
added 1 commit
- 500d7666 - [ui] display information messages to the user
added 1 commit
- 985eb865 - [ui] display information messages to the user
mentioned in commit a195089b
Please register or sign in to reply