* feat: change selection-background-color

* feat: mac need more width

* feat: mac enable keymap

* fix: mac full screen

* fix: tool from move bug

Close #78

* fix: fullscreen bug on ubuntu

* feat: load keymap on ubuntu

* chore: add linux build script

* chore: add ubuntu build script

* chore: fix build on ubuntu

* fix: opengl set on application before

* feat: set opengl version 2.0

* fix: build on ubuntu

* chore: update workflows

* feat: change covert yuv to rgb param

Close #46

* docs: update todo
This commit is contained in:
Barry 2020-02-29 12:33:55 +08:00 committed by GitHub
commit 16c3aa2cbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 57 additions and 38 deletions

View file

@ -4,7 +4,7 @@ on:
paths:
- 'QtScrcpy/**'
- '!QtScrcpy/res/**'
- '.github/workflows/**'
- '.github/workflows/macos.yml'
pull_request:
paths:
- 'QtScrcpy/**'

View file

@ -5,11 +5,12 @@ on:
paths:
- 'QtScrcpy/**'
- '!QtScrcpy/res/**'
- '.github/workflows/**'
- '.github/workflows/ubuntu.yml'
pull_request:
paths:
- 'QtScrcpy/**'
- '!QtScrcpy/res/**'
- '.github/workflows/ubuntu.yml'
jobs:
build:
name: Build
@ -47,5 +48,5 @@ jobs:
fetch-depth: 1
- name: Build Ubuntu
run: |
export ENV_QT_GCC=${{env.Qt5_Dir}}
export ENV_QT_GCC=$(pwd)/${{env.Qt5_Dir}}
ci/linux/build_for_ubuntu.sh release

View file

@ -5,7 +5,7 @@ on:
paths:
- 'QtScrcpy/**'
- '!QtScrcpy/res/**'
- '.github/workflows/**'
- '.github/workflows/windows.yml'
# pull_request时触发workflow
pull_request:
paths: