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: QubesOS/qubes-app-linux-input-proxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.13
Choose a base ref
...
head repository: QubesOS/qubes-app-linux-input-proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.14
Choose a head ref
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Oct 13, 2018

  1. debian: don't create orig.tar.gz manually

    Rely on builder-debian doing it. This way it will be reproducible.
    
    QubesOS/qubes-issues#2775
    marmarek committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    61c2330 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. tests: round coordinates received from X server

    Xorg does some not accurate calculations and values above certain point
    have fraction parts (like 15999.98 instead of 16000).
    marmarek committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    76c725a View commit details
    Browse the repository at this point in the history
  2. tests: drop right and middle buttons from emulated touchscreen

    Emulating tablet device requires specified precision - which is not
    supported by python-uinput. Otherwise Xorg refuse to use it as tablet.
    On the other hand, touchscreen does not require it, but also udevd in
    Fedora >= 28 require that touchscreen has no mouse buttons, otherwise it
    tags it as a mouse.
    
    To work with that, modify tablet events to include only BTN_TOUCH.
    marmarek committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    368431b View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2019

  1. tests: try not to hit the menu on tablet tests

    Click far from the screen edge, to avoid opening menu, which can
    interfere with further tests.
    marmarek committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    4920d9d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

  1. version 1.0.14

    marmarek committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    7b0896c View commit details
    Browse the repository at this point in the history
Loading