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

Switch server-side mapimg to Qt #2334

Merged
merged 10 commits into from
Aug 10, 2024
Merged

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    e74f307 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e531fec View commit details
    Browse the repository at this point in the history
  3. Add a Qt backend for mapimg

    It will eventually replace the PPM backend, but for now produces PNG.
    lmoureaux committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    04da79c View commit details
    Browse the repository at this point in the history
  4. Remove the built-in PPM writer

    PNG is just a better default.
    lmoureaux committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a12477a View commit details
    Browse the repository at this point in the history
  5. Remove the notion of separate image toolkits from mapimg

    We will always use Qt since it supports everything we need.
    lmoureaux committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    7ebe4e5 View commit details
    Browse the repository at this point in the history
  6. Remove built-in file format definitions

    Let the user set any image format supported by Qt.
    lmoureaux committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    23f31e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8aa9a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    924eeea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    853b399 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

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