Commit Graph

2830 Commits

Author SHA1 Message Date
fufesou
c2d843ace6 refactor main runApp()
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-02 22:23:23 +08:00
RustDesk
411ce169f0
Merge pull request #1925 from flusheDData/master
Keyboard translation
2022-11-02 16:03:27 +08:00
Miguel F. G
e9586fc8fb
Merge branch 'rustdesk:master' into master 2022-11-02 08:50:22 +01:00
RustDesk
9c662eb816
Merge pull request #1924 from fufesou/flutter_desktop_double_click_time
Flutter desktop double click time
2022-11-02 15:28:36 +08:00
fufesou
7a972e9305 flutter_desktop: get double click time, linux
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-01 23:54:10 -07:00
Miguel F. G
44bdcfc538
Merge branch 'rustdesk:master' into master 2022-11-02 07:45:50 +01:00
Miguel F. G
bded548aad
Update es.rs
Translation for keyboard modes
2022-11-02 07:44:41 +01:00
fufesou
e229324021 flutter_desktop: get double click time, win
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-01 23:04:07 -07:00
RustDesk
5b413bfde2
Merge pull request #1919 from Kingtous/master
feat: add flutter tray and hide logic of main window
2022-11-02 11:48:33 +08:00
RustDesk
4a1a5f668f
Merge pull request #1918 from fufesou/fix_remote_min_
flutter_desktop: fix layout size computation
2022-11-02 11:48:06 +08:00
Kingtous
892869c014 feat: tray logic in windows 2022-11-02 11:10:28 +08:00
fufesou
55218c0cb0 flutter_desktop: fix layout size computation
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-02 10:50:03 +08:00
Kingtous
5c8639c603 add: logo assets 2022-11-02 10:24:07 +08:00
Kingtous
4f301bd0b5 feat: add flutter tray and hide logic of main window 2022-11-02 10:22:41 +08:00
RustDesk
3f8c7fd4f4
Merge pull request #1913 from flusheDData/master
Update es.rs
2022-11-02 08:49:10 +08:00
Miguel F. G
87ba16b8e5
Update es.rs 2022-11-02 01:20:38 +01:00
RustDesk
83c84282de
Merge pull request #1907 from flusheDData/master
A few new translations and corrections
2022-11-02 07:19:15 +08:00
Miguel F. G
4953b8e013
Update es.rs 2022-11-01 18:33:09 +01:00
Miguel F. G
3ec327c2fa
Merge branch 'rustdesk:master' into master 2022-11-01 17:35:54 +01:00
Miguel F. G
e30f711ced
Update es.rs 2022-11-01 17:35:18 +01:00
RustDesk
789130e93d
Merge pull request #1900 from 64kramsystem/fix_locks_not_acquired
hbb_common: Fix CONFIG locks unintentionally not acquired
2022-11-01 23:24:43 +08:00
Saverio Miroddi
b2f7e7ece5 hbb_common: Fix CONFIG locks unintentionally not acquired
Variables defined as `_` only are released immediately; see compile error:

    error: non-binding let on a synchronization lock
      --> libs/hbb_common/src/config.rs:798:13
        |
    798 |         let _ = CONFIG.read().unwrap(); // for lock
        |             ^   ^^^^^^^^^^^^^^^^^^^^^^ this binding will immediately drop the value assigned to it
        |             |
        |             this lock is not assigned to a binding and is immediately dropped
        |
        = note: `#[deny(let_underscore_lock)]` on by default

By appending a phony suffix to the variable name, the lock stays in scope.
2022-11-01 15:08:21 +01:00
RustDesk
cd1090efea
Merge pull request #1898 from ACAVJW4H/patch-1
Fix for builds where locale can't be set easily
2022-11-01 21:29:43 +08:00
Oguzhan Ozturk
54db4951d6
Fix for builds where locale can't be set easily
On local github workflow runners setting system locale can be a bit cumbersome. This minor patch should be mostly harmless.
2022-11-01 16:03:47 +03:00
RustDesk
6e6a2cfbfe
Merge pull request #1897 from fufesou/fix_window_minmax_on_first_toggle
flutter_desktop: fix minmax on first click
2022-11-01 21:03:13 +08:00
RustDesk
2629e515fb
Merge pull request #1896 from fufesou/fix_remote_page_layout
flutter_desktop: remote rxbool of fullscreen
2022-11-01 21:01:20 +08:00
fufesou
b63f1b33a8 flutter_desktop: fix minmax on first click
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-01 19:56:46 +08:00
fufesou
352384646d fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-01 18:16:52 +08:00
fufesou
44309d861b remove unused imports
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-01 17:46:11 +08:00
fufesou
b28fa19dfe flutter_desktop: remote rxbool of fullscreen
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-01 17:01:43 +08:00
RustDesk
5df850e7de
Merge pull request #1891 from fufesou/fix_win_crash
flutter_desktop: fix win crash from uni_link_desktop
2022-11-01 11:08:43 +08:00
fufesou
519e9420bd flutter_desktop: fix win crash for uni_link_desktop
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-01 11:04:45 +08:00
RustDesk
4d29f97c78
Merge pull request #1888 from Kingtous/master
fix: close previous tab causes reconnection
2022-11-01 10:43:08 +08:00
Kingtous
cdb63bbc71 opt: add g_autoptr to free event automatically 2022-11-01 10:11:04 +08:00
Kingtous
43f9191a6b fix: close previous tab causes reconnection 2022-11-01 10:10:40 +08:00
rustdesk
17123ce9ee revert Cargo.lock for CI 2022-10-31 23:59:52 +08:00
rustdesk
e8182e762d remove another transmute_copy 2022-10-31 23:41:51 +08:00
rustdesk
4c9dadc41a fix transmute crash 2022-10-31 23:03:52 +08:00
RustDesk
27de5b6971
Merge pull request #1885 from fufesou/fix_win_crash
win: fix some potential bugs
2022-10-31 22:53:56 +08:00
fufesou
e6d4e5b42c win: fix potential bugs
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-10-31 20:47:15 +08:00
RustDesk
0db60865c4
Merge pull request #1880 from Kingtous/master
feat: support hot,key specification in portable file name
2022-10-31 15:37:43 +08:00
Kingtous
c8c726b565 feat: support hot,key specification in portable file name 2022-10-31 15:00:20 +08:00
rustdesk
d465792d41 fix https://github.com/rustdesk/rustdesk/discussions/1859 2022-10-31 12:12:49 +08:00
RustDesk
fc695fd453
Merge pull request #1879 from fufesou/fix_win_crash
fix: win remote and file transfer , simultaneous connection
2022-10-31 10:21:38 +08:00
fufesou
a362446eff remove some compilation warnings
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-10-31 10:18:22 +08:00
fufesou
d6c9639c5d fix: win remote and file transfer , simultaneous connection
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-10-31 10:04:59 +08:00
RustDesk
e263acef3e
Merge pull request #1878 from 21pages/startup
fix flutter install hang
2022-10-30 20:59:03 +08:00
21pages
cc30b9f8a5 remove startup elevation, update impersonate_system
Signed-off-by: 21pages <pages21@163.com>
2022-10-30 19:55:59 +08:00
21pages
7dec4f8a04 copy broker when update
Signed-off-by: 21pages <pages21@163.com>
2022-10-30 19:55:59 +08:00
21pages
ba4bc3a645 fix windows install hang, avoid kill self
Signed-off-by: 21pages <pages21@163.com>
2022-10-30 19:55:48 +08:00