-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancements #971
Enhancements #971
Conversation
Signed-off-by: DanielGuramulta <[email protected]>
Signed-off-by: DanielGuramulta <[email protected]>
Some exceptions would be handled in a thread. Using this macro that creates a QMessageBox would cause undefined behaviour due to the fact that we are creating GUI elements from another thread. If we can identify that this thread does not correspond to the main thread ie the qapplication's thread we invoke the message box. Due to the fact that "msg.exec()" blocks the main thread we also need to block the current thread, to further prevent more undefined behaviour from being introduced, thus the usage of Qt::BlockingQueuedConnection. If we are on the main thread we can simply create the message box like before Signed-off-by: DanielGuramulta <[email protected]>
Signed-off-by: DanielGuramulta <[email protected]>
This is usefull when printing the plot Signed-off-by: DanielGuramulta <[email protected]>
…ached Signed-off-by: DanielGuramulta <[email protected]>
Signed-off-by: DanielGuramulta <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Signed-off-by: DanielGuramulta <[email protected]>
Signed-off-by: DanielGuramulta <[email protected]>
…utton Signed-off-by: DanielGuramulta <[email protected]>
Signed-off-by: DanielGuramulta <[email protected]>
Signed-off-by: DanielGuramulta <[email protected]>
Signed-off-by: DanielGuramulta <[email protected]>
I have pushed some few new changes, @AlexandraTrifan could you review this new changes? Thank you! |
Signed-off-by: DanielGuramulta <[email protected]>
Looks good! I will give it a test run once the appveyor build is finished. |
Signed-off-by: DanielGuramulta <[email protected]>
Signed-off-by: DanielGuramulta <[email protected]>
Signed-off-by: DanielGuramulta <[email protected]>
Signed-off-by: DanielGuramulta <[email protected]>
Add trace height settings and trigger for given channel Signed-off-by: DanielGuramulta <[email protected]>
Should be in final form with all the enhancements. @AlexandraTrifan could you take another look at this. Thank you! |
Looks good! |
This pull request implements enhancements for the Logic tools as described in the following issues: