[PR #301] [MERGED] Remote desktop fixes #1079

Closed
opened 2026-02-27 15:53:02 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: RemoteDesktopFixes


📝 Commits (7)

  • 1b61743 Merge pull request #26 from MaxXor/master
  • 067b97b Merge pull request #28 from MaxXor/master
  • 4e70b72 Merge pull request #29 from MaxXor/master
  • d697e32 Created custom PictureBox Control
  • 2d2a66b Refactoring, improvements, and more
  • cb01565 Small documentation addition and remove check
  • ec39581 Fixed 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 custom PictureBox Control. - 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.

## 📋 Pull Request Information **Original PR:** https://github.com/quasar/Quasar/pull/301 **Author:** [@yankejustin](https://github.com/yankejustin) **Created:** 7/28/2015 **Status:** ✅ Merged **Merged:** 7/28/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `RemoteDesktopFixes` --- ### 📝 Commits (7) - [`1b61743`](https://github.com/quasar/Quasar/commit/1b617434e47ab15aac65fa7cb5a833e9d3b37ea1) Merge pull request #26 from MaxXor/master - [`067b97b`](https://github.com/quasar/Quasar/commit/067b97b805154fe2af379be6675af8a68fb39360) Merge pull request #28 from MaxXor/master - [`4e70b72`](https://github.com/quasar/Quasar/commit/4e70b72583d28558c4b5f91e9e54619c7fbf2ebd) Merge pull request #29 from MaxXor/master - [`d697e32`](https://github.com/quasar/Quasar/commit/d697e32c1e14014bcc19686ce65c5c1b09439236) Created custom PictureBox Control - [`2d2a66b`](https://github.com/quasar/Quasar/commit/2d2a66b3d1ddc08a4a22eb36efa28946100efcd3) Refactoring, improvements, and more - [`cb01565`](https://github.com/quasar/Quasar/commit/cb01565b15843f1c2f92e2829b39f8aa897a1715) Small documentation addition and remove check - [`ec39581`](https://github.com/quasar/Quasar/commit/ec39581dc331960abace4608170e22f0002f0f27) Fixed typo ### 📊 Changes **7 files changed** (+455 additions, -92 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description The last commit you did conflicts with this one. :( <h1>Changes</h1> - Created a custom <code>PictureBox</code> Control. - Refactored portions related to the Remote Desktop feature. - Fixed a small typo. <h1>Issues Still Unresolved</h1> 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(<i>?</i>) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:53:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#1079
No description provided.