mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #4] V0.2.0 feature requitements #2885
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#2885
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @VShawn on GitHub (Apr 12, 2020).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/4
Originally assigned to: @VShawn on GitHub.
软件更新器,复杂度较高,本版本计划放弃,考虑清楚再做右键批量修改组名快速启动搜索框,在搜索不到项目的时候,显示添加新服务器,并转到新增页面,自动填写服务器名称。@VShawn commented on GitHub (Apr 27, 2020):
bugs:
[暂时忽略] RDP 在连接过程中改变窗口尺寸,连接完成后,RDP将保留窗口改变之前的尺寸。mRemoteNG等其他几个软件也有该问题。
Fix: 在连接过程中禁止调整窗体大小
性能设置 PerformanceFlags 似乎无效Fix: 忘记设置 BandwidthDetection 属性和 NetworkConnectionType 属性
Rdp 在全屏窗体 ->Tab 窗体 ->全屏窗体,后原生 connect bar 会丢失。Fix: 全屏到tab窗体切换时,仅隐藏全屏窗体,再次全屏时,显示旧全屏window,即可解决 connect bar 丢失问题。
创建服务器时,随机选择的LOGO显示尺寸不正确。SSH tab,点击putty区域或点击任务栏图标,无法使TAB窗体到达最前。原因是点击putty后,putty进程获得焦点,但不会把宿主窗体带到前台,可以通过改造putty解决。鉴于编译putty相当麻烦,因此参照 XwRemote 的方案,在putty上新增一层透明图层,透明图层获得焦点后,将所有键鼠操作 POST 到 putty 进程。
开启PUTTY状态下,直接退出程序,PUTTY进程不会被关闭。Fix: PuttyHost 没有写析构函数,添加析构后解决。