csf
|
9e6e842247
|
refactor: move peer_widget / peercard_widget / peer_tab_page & move connect
new address_book class; add peer tab onPageChanged
android settings_page.dart add dark mode
opt peer_tab_page search bar, add mobile peer_tab support
|
2022-09-21 13:54:01 +08:00 |
|
Kingtous
|
df5a2ab556
|
opt: custom scroll for better scroll and add trackpad support
|
2022-09-19 21:09:54 +08:00 |
|
Kingtous
|
e1ab01a97f
|
opt: use custom scroll feature
|
2022-09-19 19:18:27 +08:00 |
|
Kingtous
|
c2f516f57f
|
opt: use const variable
|
2022-09-19 17:16:28 +08:00 |
|
Kingtous
|
21eb7bd165
|
opt: more configurable scroll logic & edge size
|
2022-09-19 16:06:03 +08:00 |
|
csf
|
c6e1e84c72
|
flutter desktop Codec Preference
|
2022-09-16 19:43:28 +08:00 |
|
fufesou
|
f17198cd2a
|
flutter_desktop: fix remove fav peer && remove unused code
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-09-14 22:25:07 -07:00 |
|
Kingtous
|
088e31d80f
|
fix: add null catch on address book request
|
2022-09-15 11:06:44 +08:00 |
|
fufesou
|
c5a78ce107
|
flutter_desktop: update custom cursor lib & menubar margin & better callback for pinning menubar
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-09-13 19:10:55 -07:00 |
|
csf
|
a28fd5d772
|
refactor: del unused or dead code and optimize reusable code
|
2022-09-13 22:59:13 +08:00 |
|
fufesou
|
27e0bdca97
|
flutter_desktop: pin menubar, rotate icon
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-09-13 07:24:06 -07:00 |
|
fufesou
|
a075385a11
|
flutter_desktop: fix resize scale && Pin peer menu bar
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-09-13 22:01:15 +08:00 |
|
RustDesk
|
64f5f3253c
|
Merge pull request #1501 from Heap-Hop/master
Update flutter desktop
|
2022-09-13 09:50:36 +08:00 |
|
csf
|
7fce018eea
|
optimize closeConfirmDialog by using async onWindowCloseButton
|
2022-09-13 09:14:06 +08:00 |
|
21pages
|
76e7bf5293
|
add ScrollController to each ScrollView
fix "The provided ScrollController is currently attached to more than one ScrollPosition"
Signed-off-by: 21pages <pages21@163.com>
|
2022-09-13 09:10:04 +08:00 |
|
21pages
|
f5dba0f7aa
|
rdp and tcpTunnel use same tabPage
Signed-off-by: 21pages <pages21@163.com>
|
2022-09-13 09:09:59 +08:00 |
|
fufesou
|
adafa38cfa
|
flutter_desktop: change cursor on scroll auto
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-09-08 21:06:52 -07:00 |
|
fufesou
|
8d198a2554
|
flutter_desktop: add action, allow file copy & paste
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-09-08 19:30:50 -07:00 |
|
fufesou
|
21b277ea3f
|
flutter_desktop: check remote menu, mid commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-09-08 19:30:48 -07:00 |
|
csf
|
d0c438268d
|
update overlay widgets on flutter desktop
1. add mobile actions
2. disable showChatIcon
|
2022-09-08 22:18:02 +08:00 |
|
csf
|
30156c694b
|
add file_transfer confirm close
|
2022-09-08 21:03:20 +08:00 |
|
csf
|
b93e59df21
|
confirm connection tab close
|
2022-09-08 20:41:14 +08:00 |
|
fufesou
|
41a5d53de6
|
flutter_desktop: refactor GetX in popup menu
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-09-07 18:42:48 -07:00 |
|
RustDesk
|
47cefc57e6
|
Merge pull request #964 from asur4s/master
Feat: Support new keyboard mode
|
2022-09-07 21:34:29 +08:00 |
|
fufesou
|
70c4726766
|
flutter_desktop: password menu
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-09-07 17:43:19 +08:00 |
|
fufesou
|
a50482af5c
|
flutter_desktop: WOL & menu, mid commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-09-07 17:37:29 +08:00 |
|
asur4s
|
8da4fbabf5
|
Merge branch 'master' of https://github.com/rustdesk/rustdesk
|
2022-09-07 03:52:31 -04:00 |
|
asur4s
|
3d7377f9b6
|
Opt: Change keyboard mode by ui
|
2022-09-05 10:18:29 -04:00 |
|
21pages
|
f47254c5e2
|
adjust geometry
Signed-off-by: 21pages <pages21@163.com>
|
2022-09-04 20:57:57 +08:00 |
|
21pages
|
760ab51919
|
dark theme adjustment
Signed-off-by: 21pages <pages21@163.com>
|
2022-09-04 16:26:08 +08:00 |
|
21pages
|
62870e453c
|
add tabbar theme extension to fix theme update failure after overlay
added
Signed-off-by: 21pages <pages21@163.com>
|
2022-09-04 11:03:16 +08:00 |
|
21pages
|
a553334157
|
dialog focus && deal with Enter/Esc key
Signed-off-by: 21pages <pages21@163.com>
|
2022-09-04 09:17:36 +08:00 |
|
21pages
|
1b56304d9a
|
format id
Signed-off-by: 21pages <pages21@163.com>
|
2022-09-03 18:20:55 +08:00 |
|
fufesou
|
11c5364e71
|
flutter_desktop: fix cursor, mid commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-09-03 03:10:55 -07:00 |
|
fufesou
|
722a4d3de7
|
flutter desktop: ui changes
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-09-02 13:46:12 +08:00 |
|
fufesou
|
2dc8c02d15
|
flutter_desktop: custom image quality ui
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-09-02 13:46:11 +08:00 |
|
21pages
|
f6bc448cec
|
adjust cm display behavior
Signed-off-by: 21pages <pages21@163.com>
|
2022-09-02 11:10:32 +08:00 |
|
21pages
|
39a1545e94
|
add close confirmation dialog
Signed-off-by: 21pages <pages21@163.com>
|
2022-09-02 10:37:21 +08:00 |
|
fufesou
|
9085a93888
|
flutter_desktop: fix peer page bugs
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-09-01 17:44:20 -07:00 |
|
fufesou
|
ec02f9e721
|
flutter_desktop: refactor peercard menu
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-09-01 22:13:37 +08:00 |
|
fufesou
|
ce1a504e9f
|
flutter_desktop: custom image quality
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-09-01 22:13:37 +08:00 |
|
fufesou
|
4b9805b0f3
|
flutter_desktop: custom image quality
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-09-01 22:13:32 +08:00 |
|
fufesou
|
59f0ffa82f
|
flutter_desktop: menu bar, switch menu & shrink-stretch -> adaptive
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-09-01 22:05:06 +08:00 |
|
21pages
|
8f6fed5416
|
fix tabbar close button can't show when selected && hovered
Signed-off-by: 21pages <pages21@163.com>
|
2022-08-31 19:23:32 +08:00 |
|
21pages
|
38abd27384
|
impl option remote modification
Signed-off-by: 21pages <pages21@163.com>
|
2022-08-31 15:21:18 +08:00 |
|
21pages
|
839be76b8f
|
tabbar: check before scroll
Signed-off-by: 21pages <pages21@163.com>
|
2022-08-31 09:19:51 +08:00 |
|
fufesou
|
4d914e9a01
|
flutter_desktop: remote menubar remove submenu
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-08-30 21:49:08 +08:00 |
|
fufesou
|
01e96a1134
|
flutter_desktop: connection type, mid commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-08-30 21:47:05 +08:00 |
|
Kingtous
|
c72e48bef1
|
fix: close all typed sessions when hide subwindow
|
2022-08-30 20:48:59 +08:00 |
|
Kingtous
|
66a2c51ca5
|
fix: linux memory-safe workaround
Signed-off-by: Kingtous <kingtous@qq.com>
|
2022-08-30 16:45:47 +08:00 |
|
RustDesk
|
560c03e99c
|
Merge pull request #1389 from 21pages/port-forward
port forward ui && fix TextField cursor problem
|
2022-08-29 09:15:06 +08:00 |
|
21pages
|
b004f4b9ee
|
fix TextField cursor problem
Signed-off-by: 21pages <pages21@163.com>
|
2022-08-29 08:41:33 +08:00 |
|
fufesou
|
55ba191ad9
|
flutter_desktop: show/hide menubar tooltip
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-08-28 21:55:16 +08:00 |
|
fufesou
|
ea77d9284b
|
flutter_desktop: new remote menu, mid commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-08-28 21:13:11 +08:00 |
|
21pages
|
6ea16e4cdb
|
port forward ui
Signed-off-by: 21pages <pages21@163.com>
|
2022-08-28 20:17:28 +08:00 |
|
Kingtous
|
ff5e9a8ea5
|
opt: support match user/hostname/id(flutter), case insensitive
Signed-off-by: Kingtous <kingtous@qq.com>
|
2022-08-27 00:45:09 +08:00 |
|
csf
|
343be3ddf2
|
fix peer card double click
|
2022-08-26 13:02:15 +08:00 |
|
21pages
|
b2b7ca30fd
|
add force-always-relay menu
Signed-off-by: 21pages <pages21@163.com>
|
2022-08-25 14:35:08 +08:00 |
|
21pages
|
bb64690ac9
|
optimize style of peer card
Signed-off-by: 21pages <pages21@163.com>
|
2022-08-25 10:25:47 +08:00 |
|
csf
|
e78d44935a
|
refactor DesktopTab impl for cm
|
2022-08-24 21:52:21 +08:00 |
|
csf
|
67b40b2cc7
|
fix full screen
|
2022-08-24 21:20:50 +08:00 |
|
csf
|
4f4ac67228
|
refactor DesktopTab impl for file_manager_tab_page.dart
|
2022-08-24 21:09:18 +08:00 |
|
csf
|
cc3c725f38
|
refactor DesktopTab impl for connection_tab_page.dart
|
2022-08-24 20:56:42 +08:00 |
|
csf
|
66b1459126
|
rename tabbar -> tab
|
2022-08-24 20:17:51 +08:00 |
|
csf
|
78c79a0e8d
|
refactor tabbar_widget.dart and impl for desktop_tab_page.dart
|
2022-08-24 20:12:04 +08:00 |
|
csf
|
5f68c099dd
|
prevent delay by using onDoubleTapDown instead of onDoubleTap
|
2022-08-24 15:13:43 +08:00 |
|
csf
|
befb6ffe8f
|
fix cm client authorized
|
2022-08-24 15:04:58 +08:00 |
|
Kingtous
|
0eed72a60d
|
feat: find ID
Signed-off-by: Kingtous <kingtous@qq.com>
|
2022-08-23 17:52:53 +08:00 |
|
Kingtous
|
4f859d3c9d
|
feat: peer card type
Signed-off-by: Kingtous <kingtous@qq.com>
|
2022-08-23 17:21:50 +08:00 |
|
21pages
|
930bf72c91
|
optimize ui style
Signed-off-by: 21pages <pages21@163.com>
|
2022-08-23 09:26:46 +08:00 |
|
csf
|
14b8140e45
|
1. update DesktopTabBar for cm.
2. refactor server_model clients map -> list.
3. update tab changing events.
|
2022-08-22 21:03:54 +08:00 |
|
21pages
|
a10487c840
|
native style
Signed-off-by: 21pages <pages21@163.com>
|
2022-08-22 09:40:15 +08:00 |
|
21pages
|
4faf0a3d35
|
check super permission: win && linux
Signed-off-by: 21pages <pages21@163.com>
|
2022-08-22 09:04:20 +08:00 |
|
21pages
|
41e5f6d0de
|
replace tabview with pageview to remove animation
Signed-off-by: 21pages <pages21@163.com>
|
2022-08-18 22:18:58 +08:00 |
|
Kingtous
|
3cc67bf581
|
feat: sub window custom title bar & functions
Signed-off-by: Kingtous <kingtous@qq.com>
|
2022-08-18 17:26:39 +08:00 |
|
Kingtous
|
b8f7e85c0b
|
feat: main window custom bar & drag
Signed-off-by: Kingtous <kingtous@qq.com>
|
2022-08-18 17:26:39 +08:00 |
|
RustDesk
|
fc061d2b49
|
Merge pull request #1294 from 21pages/setting
optimize settings ui
|
2022-08-17 15:37:30 +08:00 |
|
21pages
|
845a524b82
|
optimize settings ui
Signed-off-by: 21pages <pages21@163.com>
|
2022-08-17 13:04:37 +08:00 |
|
csf
|
ce050e250d
|
desktop close connection tab (remote page)
|
2022-08-17 10:01:26 +08:00 |
|
csf
|
c9c40508e7
|
add / remove favorite
|
2022-08-17 10:00:50 +08:00 |
|
csf
|
3e702c834a
|
fix showLoading dark theme & add doubleTap to connect
|
2022-08-15 20:29:44 +08:00 |
|
csf
|
e6329dc7eb
|
new dialog impl based on Overlay
|
2022-08-12 18:48:56 +08:00 |
|
21pages
|
327a712c36
|
optimize ui
Signed-off-by: 21pages <pages21@163.com>
|
2022-08-12 09:28:30 +08:00 |
|
21pages
|
94353cf90b
|
unify tab logic
Signed-off-by: 21pages <pages21@163.com>
|
2022-08-11 18:14:23 +08:00 |
|
21pages
|
c799fb1857
|
refactor tabbar: Homepage adaptation
1. remove redundant MaterialApp in GetMaterialApp
2. unified background color
Signed-off-by: 21pages <pages21@163.com>
|
2022-08-11 18:14:20 +08:00 |
|
21pages
|
1440d26376
|
tabbar: material style
Signed-off-by: 21pages <pages21@163.com>
|
2022-08-11 18:10:58 +08:00 |
|
21pages
|
f62f327883
|
tabbar theme
Signed-off-by: 21pages <pages21@163.com>
|
2022-08-11 18:10:58 +08:00 |
|
csf
|
f96c652ee4
|
refresh peers state workaround
|
2022-08-10 10:42:59 +08:00 |
|
21pages
|
28b75fa9f7
|
switch window, close subwindow
Signed-off-by: 21pages <pages21@163.com>
|
2022-08-09 10:13:59 +08:00 |
|
csf
|
ad944b6d56
|
fix merge
|
2022-08-09 08:09:21 +08:00 |
|
csf
|
e420178750
|
refactor all [setByName] [getByName] to async bridge function
|
2022-08-08 22:27:27 +08:00 |
|
csf
|
c5d0628291
|
refactor set/getByName "peers" "option"
|
2022-08-08 17:54:41 +08:00 |
|
21pages
|
073e087a48
|
custom tabbar
Signed-off-by: 21pages <pages21@163.com>
|
2022-08-08 10:11:01 +08:00 |
|
fufesou
|
7a2de5d280
|
flutter_desktop: fix global envet stream shading && refactor platform ffi
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-08-03 22:05:10 +08:00 |
|
fufesou
|
d4c735bc3a
|
flutter_desktop: fix canvas height - tabBarHeight
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-08-03 15:36:03 +08:00 |
|
fufesou
|
74a2929bc9
|
flutter_desktop_connection_2: debug lan
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-08-02 13:10:09 +08:00 |
|
Kingtous
|
608f02ea21
|
feat: dark theme
Signed-off-by: Kingtous <kingtous@qq.com>
|
2022-07-29 16:47:24 +08:00 |
|
Kingtous
|
6b99d4d82e
|
add: peer rename
Signed-off-by: Kingtous <kingtous@qq.com>
|
2022-07-29 12:03:24 +08:00 |
|
fufesou
|
dab8fc6cc9
|
flutter_desktop: load popup menu items onTap
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-07-28 14:06:02 +08:00 |
|
fufesou
|
0ba8b4079b
|
flutter_desktop_online_state: refactor connection page
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-07-28 11:11:13 +08:00 |
|