mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #643] [CLOSED] Repair RemoteDesk\RemoteCam\MouseEvent #1172
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#1172
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?
📋 Pull Request Information
Original PR: https://github.com/quasar/Quasar/pull/643
Author: @hucya
Created: 1/22/2018
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
541dc981、改变了远程鼠标监控消息类型,增加了鼠标所有功能97839cd1、添加了Mirror Driver使用的驱动程序b1bb957Added remote chat4028683Improved things on client's chat form89d11f8屏蔽跨线程错误b8756c5Fixed5d6f8eaImproved file manager and added a search function to itb096fa5some small fixes8125da2Fix .NET version incompatibilities0614700Hopefully fixing last of version incompatibilities📊 Changes
99 files changed (+10650 additions, -424 deletions)
View changed files
📝
Client/Client.csproj(+17 -1)📝
Client/Config/Settings.cs(+1 -1)📝
Client/Core/AForge/Video.DirectShow/FilterInfoCollection.cs(+1 -1)📝
Client/Core/AForge/Video.DirectShow/Internals/Win32.cs(+1 -1)📝
Client/Core/AForge/Video/IVideoSource.cs(+1 -1)📝
Client/Core/AForge/Video/VideoEvents.cs(+1 -1)📝
Client/Core/Commands/CommandHandler.cs(+5 -1)📝
Client/Core/Commands/FileHandler.cs(+109 -6)📝
Client/Core/Commands/MiscHandler.cs(+32 -0)📝
Client/Core/Commands/SurveillanceHandler.cs(+113 -40)📝
Client/Core/Commands/WebcamHandler.cs(+27 -14)➕
Client/Core/Helper/DesktopMirror.cs(+480 -0)📝
Client/Core/Helper/FileHelper.cs(+79 -1)📝
Client/Core/Helper/GeoLocationHelper.cs(+39 -22)📝
Client/Core/Helper/NativeMethodsHelper.cs(+30 -5)📝
Client/Core/Helper/RegistryKeyHelper.cs(+12 -4)📝
Client/Core/Helper/ScreenHelper.cs(+36 -16)📝
Client/Core/Helper/SystemHelper.cs(+12 -0)📝
Client/Core/Networking/QuasarClient.cs(+1 -0)📝
Client/Core/Packets/ClientPackets/GetDirectoryResponse.cs(+7 -1)...and 79 more files
📄 Description
1、Use Mirror Driver technology to improve remote desktop performance;
2、Restructured mouseEvents to support all mouse functions
3、Fixed some exception for the remote camera
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.