mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #301] [MERGED] Remote desktop fixes #1079
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#1079
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/301
Author: @yankejustin
Created: 7/28/2015
Status: ✅ Merged
Merged: 7/28/2015
Merged by: @MaxXor
Base:
master← Head:RemoteDesktopFixes📝 Commits (7)
1b61743Merge pull request #26 from MaxXor/master067b97bMerge pull request #28 from MaxXor/master4e70b72Merge pull request #29 from MaxXor/masterd697e32Created custom PictureBox Control2d2a66bRefactoring, improvements, and morecb01565Small documentation addition and remove checkec39581Fixed typo📊 Changes
7 files changed (+455 additions, -92 deletions)
View changed files
➕
Server/Controls/PictureBoxEx.Designer.cs(+59 -0)➕
Server/Controls/PictureBoxEx.cs(+181 -0)➕
Server/Controls/PictureBoxEx.resx(+126 -0)📝
Server/Core/Utilities/FrameCounter.cs(+27 -4)📝
Server/Forms/FrmRemoteDesktop.Designer.cs(+2 -2)📝
Server/Forms/FrmRemoteDesktop.cs(+51 -86)📝
Server/Server.csproj(+9 -0)📄 Description
The last commit you did conflicts with this one. :(
Changes
- Created a customPictureBoxControl. - Refactored portions related to the Remote Desktop feature. - Fixed a small typo.Issues Still Unresolved
1. Image should correctly stretch to the Remote Desktop Form's container. 2. Lag while maximizing. 3. Queue of images to stream should be cleared when the Stop Button is pressed(?)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.