Manually add autogenerated files#102
Merged
Merged
Conversation
This is a workaround for the CI failure #101
There was a problem hiding this comment.
Pull Request Overview
This PR manually adds autogenerated UI files to work around a CI failure. The changes update the robot log visualizer's user interface by adding new realtime connection functionality and reorganizing the robot model configuration dialog.
- Adds realtime connect action with menu item and keyboard shortcut
- Reorganizes robot model dialog from form layout to tabbed interface
- Adds new miscellaneous settings tab with arrow scaling configuration
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| robot_log_visualizer/ui/autogenerated/visualizer.py | Adds realtime connect action to main window menu and updates Set Robot Model text to "Options" |
| robot_log_visualizer/ui/autogenerated/set_robot_model.py | Restructures dialog from form layout to tabbed interface with robot settings and miscellaneous options |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| self.tabWidget.setTabText(self.tabWidget.indexOf(self.robot_tab), _translate("setRobotModelDialog", "Robot")) | ||
| self.label_2.setText(_translate("setRobotModelDialog", "Arrow scaling")) | ||
| self.arrowScaling_checkBox.setText(_translate("setRobotModelDialog", "Automatic")) | ||
| self.tabWidget.setTabText(self.tabWidget.indexOf(self.mischellanea_tab), _translate("setRobotModelDialog", "Miscellanea")) |
There was a problem hiding this comment.
The word 'Miscellanea' should be 'Miscellaneous' for proper English spelling.
Collaborator
Author
|
Without this main is broken |
xela-95
approved these changes
Sep 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a workaround for the CI failure #101