Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lirios/shell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: lirios/shell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/eglfsng
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 30 files changed
  • 1 contributor

Commits on Jan 19, 2024

  1. Remove any trace of platform headers

    We are going to implement a better integration between compositors and
    devices with the new AuroraCore and AuroraPlatform libraries.
    plfiorini committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    f14c338 View commit details
    Browse the repository at this point in the history
  2. Use aurora-eglfs QPA plugin

    plfiorini committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    0036797 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Configuration menu
    Copy the full SHA
    f6dc02e View commit details
    Browse the repository at this point in the history
  2. Fix resources path

    plfiorini committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    db07645 View commit details
    Browse the repository at this point in the history
  3. Fix a few signal handlers

    plfiorini committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    37ff61d View commit details
    Browse the repository at this point in the history
  4. Remove XDG_RUNTIME_DIR verification

    Now Aurora does it for us.
    plfiorini committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    2a6b377 View commit details
    Browse the repository at this point in the history
  5. Load QML files from modules

    plfiorini committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    0b2e7a6 View commit details
    Browse the repository at this point in the history
  6. Remove error compositor

    QML files are now compiled therefore syntax errors will be caught at
    build time, we just quit with errors in other cases.
    plfiorini committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    2065118 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Don't enable scenegraph logs

    We enabled that to print GL information but now that is done by Aurora.
    plfiorini committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    3d430cd View commit details
    Browse the repository at this point in the history
Loading