Commit graph

782 commits

Author SHA1 Message Date
Barry
250ec338c9 feat: Ported to CMake, rename i18n files, and other minor adjustments
Ported to CMake, rename i18n files, and other minor adjustments
2021-06-16 16:18:27 +08:00
Zhang Xiang
ba05a362c4 Ported to CMake, rename i18n files, and other minor adjustments 2021-06-16 11:31:25 +08:00
rankun
7b3e02232e fix: qmenu memory leak 2021-05-31 15:20:13 +08:00
Barry
44e6b5950c fix: Fix memory leak
fix: Fix memory leak
2021-05-31 15:19:03 +08:00
ifdu-code
3e5c5603c0 fix: Fix memory leak 2021-05-18 09:55:55 +08:00
Barry
b8000c2dbd feat: update dialog height 2021-05-16 16:58:12 +08:00
rankun
501365560b feat: adjust window height by simple mode 2021-05-16 13:00:26 +08:00
Barry
3bbea81e12 feat: change video window title 2021-04-17 19:00:34 +08:00
Barry
1f5df43ba8 Merge pull request #389 from barry-ran/dev
Dev
2021-04-17 18:23:01 +08:00
Barry
b06a1a2094 Merge branch 'master' into dev 2021-04-17 18:18:13 +08:00
Barry
dbb06a0f38 docs: update license 2021-04-17 18:09:17 +08:00
Barry
f929e20d8b docs: update readme 2021-04-17 18:04:19 +08:00
Barry
041e327d9f feat: config simple mode 2021-04-17 17:34:43 +08:00
Barry
09c53d68ee fix: nick name show error 2021-04-17 17:23:09 +08:00
Barry
8ecf9a0f97 feat: add doublic click tip 2021-04-17 17:19:11 +08:00
Barry
3e4e693c01 chore: find device frome serial box 2021-04-17 17:13:11 +08:00
Barry
16a9d253ec feat: trans simple mode 2021-04-17 16:56:35 +08:00
Barry
26bf95a43f feat: perfect config 2021-04-17 16:50:07 +08:00
Barry
a4daf33bfe fix: magnetic widget adsorb bug 2021-04-17 13:56:44 +08:00
Barry
fe4cb202f6 feat: disable single mod default 2021-04-17 12:10:02 +08:00
msnh2012
c65d7ed14c feat: 添加一键连接功能,添加参数保存功能,添加历史设备访问,添加设备命名 (#386)
* 添加一键连接功能,添加参数保存功能,添加历史设备访问,添加设备命名

添加一键连接功能,添加参数保存功能,添加历史设备访问,添加设备命名

* 修复mac os注释,命名统一
2021-04-11 18:22:46 +08:00
Barry
84278a61d0 feat: update qm
Close #315
2021-03-07 16:02:29 +08:00
Barry
ae7f47c490 Dev (#367)
* feat: update speed ratio script

* feat: update install qt script

* feat: update dmgbuild to 1.4.2

* fix: run error on win

* feat: update comment

* feat: sync scrcpy

* feat: shoutcut no repeat

* feat: volume allow repeat

* fix: set clipboard 16 len bug

* feat: add repeat

* feat: update platform-tools to 31.0.0

* feat: update speed ratio
2021-03-07 13:32:07 +08:00
Barry
d877436cd7 feat: update speed ratio 2021-03-07 13:18:15 +08:00
Barry
1cb5792da6 feat: update platform-tools to 31.0.0 2021-03-07 12:41:23 +08:00
Barry
db97c4e0a5 feat: add repeat 2021-03-07 12:26:52 +08:00
Barry
b73498c6b5 fix: set clipboard 16 len bug 2021-03-07 12:01:10 +08:00
Barry
54038a7b47 feat: volume allow repeat 2021-03-07 11:35:51 +08:00
Barry
6f762f8b35 feat: shoutcut no repeat 2021-03-07 11:06:29 +08:00
Barry
b5a7b8b399 feat: sync scrcpy 2021-03-06 20:48:05 +08:00
Barry
93dc6b4cfb Dev (#366)
* feat: update speed ratio script

* feat: update install qt script

* feat: update dmgbuild to 1.4.2

* fix: run error on win

* feat: update comment
2021-03-06 15:47:56 +08:00
Barry
ca01b73037 feat: update comment 2021-03-06 15:40:06 +08:00
Barry
deea8483d5 fix: run error on win 2021-03-06 15:38:18 +08:00
Barry
6e94d04140 feat: update dmgbuild to 1.4.2 2021-03-06 15:32:53 +08:00
Barry
b517b8e699 feat: update install qt script 2021-03-06 15:23:42 +08:00
Barry
1b242f7a3d feat: update speed ratio script 2021-03-06 15:08:05 +08:00
Sven Eden
5cec73b6f0 Enhance speedRatio setting and allow individual axis values (#270 #290) (#354)
* Enhance speedRatio settings (#270 #290)

This commit changes the way the mouse sensitivity works as follows:

1. Turn speedRatio into a QPointF, so we have two floats instead of
   one integer.
2. Default the y-speedRatio to be x-speedRatio / 2.25, which takes
   the ultra-wideness of modern phone screens into account.
3. Add new configuration value speedRatioX to allow users to
   configure an individual X-ratio
4. Add new configuration value speedRatioY to allow users to
   configure an individual Y-ratio
5. Optimze distance-translation a bit.
6. Add keymaps/FRAG.json using new speedRatioX/speedRatioY for the
   game "FRAG! Pro Shooter"

Bug: #270
Bug: #290
Signed-off-by: Sven Eden <sven.eden@prydeworx.com>

* Document new speedRatio behavior in docs/KeyMapDes.md

Signed-off-by: Sven Eden <sven.eden@prydeworx.com>
2021-03-06 14:54:25 +08:00
Barry
0898cecf6c Merge pull request #307 from barry-ran/dev
Dev
2020-10-23 14:07:52 +08:00
rankun
999b289eca fix: not found vcruntime140_1.dll 2020-10-23 13:57:56 +08:00
shengyu
086626824c fix: remove extra ';' semicolon 2020-10-19 15:09:04 +08:00
Barry
341d414ce3 Merge pull request #292 from barry-ran/dev
feat: copy vcruntime myself
2020-09-18 18:11:24 +08:00
rankun
dc7c240aaa feat: copy vcruntime myself 2020-09-18 18:10:22 +08:00
Barry
ff9c65bf19 Merge pull request #291 from barry-ran/dev
fix: no find vcruntime dll
2020-09-18 15:55:51 +08:00
rankun
57ab6cfed3 fix: no find vcruntime dll
Close #274
2020-09-18 15:55:01 +08:00
Barry
af6cde6619 Merge pull request #277 from barry-ran/dev
Dev
2020-08-30 13:08:56 +08:00
rankun
59026ce562 chore: update qt to 5.15.1 2020-08-30 10:50:29 +08:00
rankun
b54e47ac58 docs: remove gitads 2020-08-30 10:47:02 +08:00
rankun
ef4280f7ff feat: add try check 2020-08-02 15:27:23 +08:00
rankun
7282c70e0d feat: up to max number 1000 2020-08-02 14:35:23 +08:00
Barry
e499cf946b Merge pull request #263 from barry-ran/dev
Dev
2020-08-02 13:39:55 +08:00