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

Support opening remote databases #10896

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    3efc313 View commit details
    Browse the repository at this point in the history
  2. Add test for opening remote database

    Change ImportWizard usage in DatabaseTabWidget to use `show()` rather
     than `exec()`.
    Using `exec()` is discouraged in the QT documentation, as it can lead to
     bugs. `exec()` spins up another event loop, which also makes testing
     harder.
    t-h-e authored and droidmonkey committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    af3d846 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72f7bb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27c646c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13a0309 View commit details
    Browse the repository at this point in the history
  6. fix failing tests

    t-h-e authored and droidmonkey committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    dd143d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    745fcb1 View commit details
    Browse the repository at this point in the history
  8. Fix formatting

    t-h-e authored and droidmonkey committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    28293dc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f4f4e8a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    8831e8d View commit details
    Browse the repository at this point in the history