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

Initial Window Manager backend plugin infrastructure #2075

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    f34b691 View commit details
    Browse the repository at this point in the history
  2. Update licenses

    gfgit committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    632c551 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2986803 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Fix backend load logic: do not load zero score backends

    - Fix X11 backend to return zero score on non-X11 platforms
    gfgit committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    438be70 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. LXQtPanelApplication: always find best backend at startup

    If preferred backend is set try it first.
    Do not set preferred backend automatically. It must be user choice.
    gfgit committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    0b5ec82 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Panel backends: pass string argument for score calculation

    - Split XDG_CURRENT_DESKTOP
    - Skip LXQTPANEL_PLUGIN_PATH if empty
    gfgit committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    1f2bcdc View commit details
    Browse the repository at this point in the history
  2. Backends: change name scheme

    libwmbackend_<platform>.so
    gfgit committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    dc336df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30cf17a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ae3ff2 View commit details
    Browse the repository at this point in the history