Skip to content
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

PR: Add a widget to show connection logs to ConnectionDialog (Remote client) #22328

Merged
merged 12 commits into from
Aug 6, 2024

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    aa05c15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    065292a View commit details
    Browse the repository at this point in the history
  3. Config: Use background/foreground palette colors in several themes

    - We were simply using black and white for the foreground/background
    colors of several syntax highlighting light themes, which didn't blend
    the editor as expected with the rest of the app.
    - Also, match the foreground color of the Spyder dark theme with the
    palette one because we need to use it in other places.
    ccordoba12 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    7ba8085 View commit details
    Browse the repository at this point in the history
  4. Widgets: Simplify the way we set the stylesheet of SimpleCodeEditor

    Also, make some small style improvements.
    ccordoba12 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    18d4185 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e2e352 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d0e616 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e4d7d3 View commit details
    Browse the repository at this point in the history
  8. Stylesheet: Fix style of QPushButton's in all OSes

    Previous fixes for padding only worked on Linux.
    ccordoba12 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    8348168 View commit details
    Browse the repository at this point in the history
  9. API: Fix spacing and layout in SpyderDialogButtonBox

    Also, remove some repeated imports.
    ccordoba12 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f5b7791 View commit details
    Browse the repository at this point in the history
  10. Remote client: Add button to copy logs to clipboard

    Also, add tooltip when validating pages to empty fields.
    ccordoba12 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e14a26c View commit details
    Browse the repository at this point in the history
  11. Remote client: Give focus to first server in ConnectionDialog

    That's because users will probably want to interact with servers through
    the dialog rather than create new connections.
    ccordoba12 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4387b6c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    29dcbca View commit details
    Browse the repository at this point in the history