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

[PoC] qt, depends: Add wayland support without build-time nor fixed run-time deps #29959

Closed
wants to merge 14 commits into from

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    bad189b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8117e45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0437bb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cd5e8a View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. squashme: Bump qtsowrap

    laanwj committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    e10a6f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. fixup: don't patch qwindowsfontdatabase_ft.cpp

    Doesn't cause problems because we don't use FT on windows, but leave it
    alone just to be sure.
    laanwj committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    afdb73b View commit details
    Browse the repository at this point in the history
  2. fixup: Don't patch libinput platform

    We don't use the libinput platform, and we don't really care about it
    (it's for very low level embedded devices use, which render on the screen
    without windowing env). Remove unnecessary code from the patch.
    laanwj committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    22253bf View commit details
    Browse the repository at this point in the history
  3. fixup: Move xkbcommon initialization to xcb plugin load

    No need to defer this, simplifies initialization.
    laanwj committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    eb60c77 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    e63a8c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fa6966 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b0f4f1 View commit details
    Browse the repository at this point in the history
  4. build: Update static Qt build to use wayland plugin

    Co-authored-by: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>
    laanwj and hebasto committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8acb451 View commit details
    Browse the repository at this point in the history
  5. qt: Add static wayland plugins

    Co-authored-by: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>
    laanwj and hebasto committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    655bd39 View commit details
    Browse the repository at this point in the history
  6. fixup: bump qtsowrap

    laanwj committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    82ed822 View commit details
    Browse the repository at this point in the history