Commit Graph

2756 Commits

Author SHA1 Message Date
RustDesk
0c7a9ca1f0
Merge pull request #1853 from KrystianGraba/patch-1
Update pl.rs
2022-10-28 15:17:49 +08:00
KrystianGraba
a9971d2fad
Update pl.rs 2022-10-28 09:04:34 +02:00
RustDesk
702dce2fdb
Merge pull request #1852 from Kingtous/master
fix: sub window resize cause focus freeze
2022-10-28 14:43:05 +08:00
Kingtous
f187956ae5 fix: sub window resize cause focus freeze 2022-10-28 14:39:06 +08:00
RustDesk
2ba6ca5c5d
Merge pull request #1850 from flusheDData/patch-1
Update es.rs
2022-10-28 12:38:50 +08:00
flusheDData
eddb947241
Update es.rs 2022-10-28 06:24:01 +02:00
RustDesk
f977a14de9
Merge pull request #1841 from Kingtous/master
fix: add missing appindictor deps
2022-10-27 16:26:26 +08:00
Kingtous
74d86c9c60 fix: window memory issue 2022-10-27 16:23:31 +08:00
Kingtous
b8fc7bb946 fix: add missing appindictor deps 2022-10-27 16:23:14 +08:00
RustDesk
cf1ba283b4
Merge pull request #1840 from fufesou/win_fix_multi_tab
Win fix multi tab
2022-10-27 16:21:11 +08:00
fufesou
4551383474 win_fix_multi_tab: debug flutter done
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-10-27 15:56:06 +08:00
fufesou
38803f0de5 win_fix_multi_tab: debug done
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-10-27 15:56:06 +08:00
fufesou
db99eccbe0 win_fix_multi_tab: win clipboard refactor
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-10-27 15:56:06 +08:00
fufesou
702c81cafe win_fix_multi_tab: linux build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-10-27 15:56:06 +08:00
fufesou
c87e7f1e28 win_fix_multi_tab: send monitor ready on clipboard is ready
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-10-27 15:56:06 +08:00
fufesou
a9602f95ed win_fix_multi_tab: build linux
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-10-27 15:56:06 +08:00
fufesou
adf4f3eea4 win_fix_multi_tab: refactor clipboard on windows, monitor ready mid commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-10-27 15:56:06 +08:00
fufesou
c5c77808a5 win_fix_multi_tab: refactor clipboard on windows, init debug done
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-10-27 15:56:05 +08:00
fufesou
007cdb1020 win_fix_multi_tab: refactor clipboard on windows, mid commit3
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-10-27 15:56:05 +08:00
fufesou
a49552d28b win_fix_multi_tab: refactor clipboard on windows, mid commit2
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-10-27 15:56:05 +08:00
fufesou
2faa5cfd18 win_fix_multi_tab: refactor clipboard on windows, mid commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-10-27 15:56:05 +08:00
RustDesk
6da1d37100
Merge pull request #1833 from stamepicmorg/feature/russian-translation
Russian Translation fixes and additions
2022-10-27 06:55:11 +08:00
RustDesk
b9a5514b7b
Merge pull request #1831 from Heap-Hop/feat/cm_chat_page_unread_msg
feat: desktop cm chat page unread msg
2022-10-27 06:53:32 +08:00
STAM
dbf0f52f4d
translation fixes 2022-10-27 01:49:42 +03:00
STAM
59896f2ff4
translation update 2022-10-27 01:42:43 +03:00
STAM
f8d0d2f9b2
Update CONTRIBUTING-RU.md
Update CONTRIBUTING-RU.md
2022-10-27 01:13:55 +03:00
STAM
4e651a9622
Create CODE_OF_CONDUCT-RU.md 2022-10-27 01:13:55 +03:00
STAM
f6a904e311
Update README-RU.md 2022-10-27 01:13:55 +03:00
STAM
c9795e77f7
CONTRIBUTING-RU.md
Update CONTRIBUTING-RU.md
2022-10-27 01:13:55 +03:00
STAM
a072d0c07e
Cosmetic fixes for russian translation
Cosmetic fixes for russian translation
2022-10-27 01:13:55 +03:00
csf
c100505fa1 desktop cm chat feat: disable auto jumpTo other page when current hasFocus & add unread message mark on tab 2022-10-26 23:50:36 +09:00
RustDesk
5b2f15e2d7
Merge pull request #1828 from Sergo1217/patch-1
Update ru.rs
2022-10-26 21:25:58 +08:00
csf
5a905174e7 cancel cm hidden timer when active 2022-10-26 21:39:28 +09:00
csf
e759b62f5d opt cm chat icon style 2022-10-26 21:13:32 +09:00
csf
64d11a9dda fix cm tabs scroll action 2022-10-26 21:02:20 +09:00
Sergo1217
ec21a5fea2
Update ru.rs 2022-10-26 14:35:48 +03:00
RustDesk
abe9b66bba
Merge pull request #1824 from Kingtous/master
feat: replace forceAppUpdate with customed reloadWindow & fix a memory issue on windows
2022-10-26 17:02:14 +08:00
Kingtous
5cf8c039b5 fix: [win] window channel deconstruction memory issue 2022-10-26 16:58:15 +08:00
Kingtous
6f2ef398bf feat: --cm hide task bar 2022-10-26 16:57:56 +08:00
Kingtous
2301d09303 feat: replace forceAppUpdate with customed reloadWindow 2022-10-26 14:39:13 +08:00
csf
962b5d1144 mv chat_page to common/widgets & opt chat_page color style 2022-10-25 21:36:01 +09:00
RustDesk
ee796b7a06
Merge pull request #1805 from Gryxx/master
Update README to include packages needed for openSUSE compilation.
2022-10-25 15:21:27 +08:00
Gryxx
8c42aeb500
Update README.md 2022-10-25 09:13:34 +02:00
RustDesk
3a1856a9ed
Merge pull request #1804 from Kingtous/master
fix: multi window emission-hook memory issue on linux
2022-10-25 14:01:16 +08:00
Kingtous
dd547cedf0 fix: a hook memory issue on linux 2022-10-25 13:48:38 +08:00
RustDesk
080818cf16
Merge pull request #1803 from Heap-Hop/master
feat: Android session record
2022-10-25 11:00:08 +08:00
csf
bf4ed4b727 fix RecordingModel get size & add mobile screen record (remote) 2022-10-25 11:27:34 +09:00
csf
0c30d34cc2 add android screen record (incoming session) 2022-10-25 10:16:11 +09:00
csf
46eba4758d fix mobile file transfer can't send files 2022-10-25 10:14:40 +09:00
csf
43429c41d9 flutter 3.0.5 2022-10-25 10:13:31 +09:00