rankun
5d111e3dda
feat: add show touch switch
6 years ago
rankun
3a970ff07f
fix: execAdbCmd add serial
6 years ago
rankun
efe8bccada
feat: change screenshot icon
6 years ago
rankun
906f49b451
fix: stays on top
6 years ago
Barry
a6f3020f15
Merge pull request #74 from barry-ran/dev
...
merge dev to master
6 years ago
rankun
285fb030a6
feat: add config option to render expired frames
...
Replace the compilation flag SKIP_FRAMES by a config flag to force
rendering of expired frames. By default, the expired frames are skipped.
6 years ago
rankun
a62c057c75
docs: update TODO.md
6 years ago
rankun
9b53e7ce01
feat: add record screen checkbox
6 years ago
rankun
9f5f432316
feat: add screenshot
6 years ago
rankun
5abff3f573
feat: add server path to config
6 years ago
rankun
cfc8dcdd42
feat: get ip failed tips
6 years ago
rankun
bbe8bd07bc
fix: push file for chinese
6 years ago
rankun
c45e8e4597
feat: sdcard path to config
6 years ago
rankun
eedc379614
feat: update ui
6 years ago
rankun
04f768dd8e
feat: remove auto map
6 years ago
rankun
e00a3b4573
feat: optimize drag and add tiktok map
6 years ago
rankun
650f471ed7
feat: optimize process mouse move
...
1. revert process mouse move
2. optimize process mouse move
3. fix grabCursor bug
6 years ago
rankun
1b87d3b58b
feat: optimize process steer wheel
6 years ago
rankun
b4b7b0dc25
feat: optimize keymap
6 years ago
Barry
fc77447227
Merge pull request #72 from barry-ran/dev
...
feat: merge dev to master
6 years ago
rankun
625e5b644e
feat: update language
6 years ago
rankun
312e907603
feat: update video size
6 years ago
rankun
0713d95086
fix: remove redundant restrictmouse
...
grabCursor has achieved this effect
6 years ago
rankun
1895bb4b09
fix: too big
6 years ago
rankun
b39848e79f
fix: switch on mouse key
...
1. 过滤掉开关键的非MouseButtonPress类型的事件的处理
6 years ago
rankun
7c29c2b3c6
fix: size to big
6 years ago
rankun
19223a8478
fix: screenShot
...
1. 隐藏未实现的功能
2. 截屏功能直接将一帧视频帧保存为jpg即可,不在controller中实现
6 years ago
rankun
22ec2eaf61
fix: updateScript bug
...
1. 没有及时delete m_inputConvert,持续点击更新脚本导致内存持续增长
2. 重新new m_inputConvert之后没有connect grabCursor,导致grabCursor失效
6 years ago
rankun
f0e99b5a51
fix: Key_5 is get off the car
6 years ago
rankun
cf463bddfa
fix: fix conflict
6 years ago
rankun
addac5807c
fix: game keymap invalid
...
don't send AMOTION_EVENT_ACTION_MOVE without left button press
6 years ago
rankun
b1f7611a87
feat: remove unnecessary ';'
6 years ago
rankun
5240f52c9d
feat: change assert to Q_ASSERT
6 years ago
Barry
3c2cef0aaa
Merge pull request #71 from yxtj/dev
...
1, translation debug, 2, optimize customized script related logic, 3, improve mouse handling logic
6 years ago
Tian Zhou
173fe3968f
Merge branch 'dev' of https://github.com/barry-ran/QtScrcpy into dev
6 years ago
rankun
31efc0de25
feat: change video size to max size
6 years ago
rankun
47ce210843
fix: skin overlapping
6 years ago
rankun
09d3837052
fix: game high dpi support
6 years ago
Tian Zhou
854fe20e3a
add Qt "build" directory into git ignore
6 years ago
Tian Zhou
bcfb3d6599
Merge branch 'master' of https://github.com/barry-ran/QtScrcpy into dev
...
# Conflicts:
# QtScrcpy/dialog.ui
# README.md
6 years ago
Barry
3798975793
fix: socket sync recv
...
Close #67
6 years ago
rankun
65d3baf427
docs: update FAQ.md
6 years ago
rankun
39eee858ff
docs: update FAQ.md
6 years ago
rankun
80391d3426
chore: update publish script
6 years ago
rankun
890047f9c0
feat: update qt opengl
6 years ago
rankun
2db8a5710f
docs: update docs
6 years ago
rankun
3e725e1675
feat: update config
6 years ago
rankun
c96e3ed9dd
feat: add config
6 years ago
rankun
d7e9b7809f
feat: sync scrcpy
6 years ago
rankun
5710b08301
feat: record asynchronously
...
The record file was written from the stream thread. As a consequence,
any blocking I/O to write the file delayed the decoder.
For maximum performance even when recording is enabled, send
(refcounted) packets to a separate recording thread.
6 years ago