21pages
a2f1ab80da
run_uac with wchar, refactor elevate_or_run_as_system
...
Signed-off-by: 21pages <pages21@163.com>
2022-11-04 19:07:21 +08:00
RustDesk
627ccd4c01
Merge pull request #1954 from fufesou/flutter_desktop_tab_menu_2
...
flutter_desktop: change tab menu
2022-11-04 11:15:07 +08:00
fufesou
b36b854950
flutter_desktop: change tab menu
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-04 11:09:48 +08:00
RustDesk
8295c5bdee
Merge pull request #1945 from flusheDData/master
...
Update es.rs
2022-11-04 02:00:49 +08:00
RustDesk
42849e3759
Merge pull request #1944 from fufesou/flutter_desktop_tab_menu
...
Flutter desktop tab menu
2022-11-04 01:59:15 +08:00
Miguel F. G
b2fbd6f3ba
Update es.rs
...
Translation of lines 388 and 389
2022-11-03 16:50:55 +01:00
fufesou
911436379f
flutter_desktop: remote tab menu
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-03 21:58:25 +08:00
RustDesk
91c7a736ac
Merge pull request #1931 from Heap-Hop/master
...
Update file transfer style and fix bug
2022-11-02 23:06:31 +08:00
csf
17b34dad69
mobile file transfer update goBack goToParentDirectory
2022-11-03 00:01:59 +09:00
csf
519b5fb555
file transfer - fix C: cannot be opened bug & update windows root style (This PC)
2022-11-02 23:48:02 +09:00
fufesou
c2d843ace6
refactor main runApp()
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-02 22:23:23 +08:00
csf
b8f73f7f00
desktop file transfer BreadCrumb divider style, same with mobile
2022-11-02 22:30:41 +09:00
RustDesk
5cb195920c
Merge pull request #1926 from flusheDData/master
...
Update es.rs
2022-11-02 19:17:47 +08:00
Miguel F. G
478635f093
Update es.rs
...
"Pair denied" is "Par denegado", not "Par negado"
2022-11-02 11:20:06 +01: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