Skip to content

Manually add autogenerated files#102

Merged
GiulioRomualdi merged 1 commit into
mainfrom
GiulioRomualdi-patch-1
Sep 18, 2025
Merged

Manually add autogenerated files#102
GiulioRomualdi merged 1 commit into
mainfrom
GiulioRomualdi-patch-1

Conversation

@GiulioRomualdi
Copy link
Copy Markdown
Collaborator

This is a workaround for the CI failure #101

This is a workaround for the CI failure #101
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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"))
Copy link

Copilot AI Sep 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The word 'Miscellanea' should be 'Miscellaneous' for proper English spelling.

Copilot uses AI. Check for mistakes.
@GiulioRomualdi
Copy link
Copy Markdown
Collaborator Author

Without this main is broken

@GiulioRomualdi GiulioRomualdi merged commit 35de475 into main Sep 18, 2025
9 checks passed
@GiulioRomualdi GiulioRomualdi deleted the GiulioRomualdi-patch-1 branch September 18, 2025 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants