Thanks to visit codestin.com
Credit goes to github.com

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: linuxdeploy/linuxdeploy-plugin-qt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: arm
Choose a base ref
...
head repository: linuxdeploy/linuxdeploy-plugin-qt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 48 files changed
  • 10 contributors

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    756fa6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2544715 View commit details
    Browse the repository at this point in the history
  3. static build

    qurious-pixel authored and TheAssassin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0e7e8ce View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Return exit code 0 for --help

    Fixes #170.
    TheAssassin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    babb58d View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Add missing Qt5 Wayland modules

    Fixes ignored "export EXTRA_QT_PLUGINS="waylandcompositor""
    or-rhssk authored and TheAssassin committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    bcd597c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Rename EXTRA_QT_PLUGINS to EXTRA_QT_MODULES

    Fixes: #121
    dantti authored and TheAssassin committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d23999a View commit details
    Browse the repository at this point in the history
  2. Fix static build test

    TheAssassin committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    342a5b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecc4a9d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Deduplicate Qt plugins deployment

    dantti authored and TheAssassin committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    2826ee5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a29e02 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Make sure destination is used as a directory. Fixes #184

    Kjell Morgenstern authored and TheAssassin committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    24f169a View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Copy v8_context_snapshot.bin to resources when deploying Qt WebEngine.

    This file was added in Qt6.
    camilasan authored and TheAssassin committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    70b4665 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Revert "Fix static build's runtime URL"

    This reverts commit ecc4a9d.
    TheAssassin committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    d9061bf View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Added qmake6 to findQmake

    Servall4 authored and TheAssassin committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    c270728 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. Configuration menu
    Copy the full SHA
    01fd773 View commit details
    Browse the repository at this point in the history
  2. multiple deployers: Ignore .debug files

    This commit replicates a pattern from the TextToSpeechPluginsDeployer
    into the BasicPluginsDeployer - to affect all standard deployers.
    
    Essentially - it's extremely unlikely that composing an AppImage
    with debug symbols is what a user actually wants to do. I'm also
    not aware of a good story for connecting debug symbols to an AppImage
    at all.
    
    As a result, let's make a sensible choice - and not package them.
    Trust that developers will use their underlying build system for Debug,
    and that release tracking will allow developers to tie an AppImage
    back to a source control revision.
    
    Finally, note that this works around an interesting aarch64 bug -
    where the .debug files that are created are marked as x86_64 ELF
    binaries - even when you are _building on an aarch64 host_.
    tdewey-rpi authored and TheAssassin committed Dec 23, 2024
    Configuration menu
    Copy the full SHA
    3b6e451 View commit details
    Browse the repository at this point in the history
  3. deployers: Simplify TextToSpeechPluginsDeployer

    With the refactor of BasicPluginsDeployer, we can collapse the contents of the TextToSpeechPluginsDeployer to just a call into the base class, with the appropriate argument.
    tdewey-rpi authored and TheAssassin committed Dec 23, 2024
    Configuration menu
    Copy the full SHA
    2d9e23f View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

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