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

[Attached feature] Crash when handling large images #25

Merged
merged 5 commits into from
Aug 20, 2024

Commits on Nov 8, 2023

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

Commits on Jul 17, 2024

  1. Use a QThreadPool for async tile loading

    This solve an issue where Degate were crashing or freezing
    when loading many tiles. Since there was no limit on
    thread creation, this would end in too many created thread
    and make the application unresponsive. The available
    thread number is configurable directly in the preferences.
    DorianBDev committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    77631e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    8a06cf8 View commit details
    Browse the repository at this point in the history
  2. fix: missing namespace

    DorianBDev committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d01b18f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6431b02 View commit details
    Browse the repository at this point in the history