[PR #448] [CLOSED] Some modifications #1141

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

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/448
Author: @Jaakus
Created: 4/23/2016
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • 4aaed4b Added computer name to the popup notification
  • 5c5c3fe Dont open the context menu if there are not selected clients, moved "connected" string
  • 2268081 Moved "connected" string
  • cbfbed6 Merge pull request #1 from Jaakus/patch-1
  • 4f5b80b Moved "connected" string
  • e9a28e6 Inverted "Select" and "All' in the context menu.
  • 9dd1df2 Inverted "Select" and "All' in the context menu.
  • cccf2ef Inverted "Select" and "All' in the context menu.
  • 01f6322 Inverted "Select" and "All' in the context menu.
  • 5132dc3 Added a "No client selected" context menu

📊 Changes

15 files changed (+410 additions, -170 deletions)

View changed files

📝 Server/Forms/FrmMain.Designer.cs (+104 -24)
📝 Server/Forms/FrmMain.cs (+65 -12)
📝 Server/Forms/FrmMain.resx (+24 -8)
📝 Server/Forms/FrmPasswordRecovery.Designer.cs (+47 -47)
📝 Server/Forms/FrmSystemInformation.Designer.cs (+4 -4)
📝 Server/Forms/FrmSystemInformation.cs (+2 -2)
📝 Server/Forms/FrmSystemInformation.resx (+2 -2)
📝 Server/Properties/Resources.Designer.cs (+129 -59)
📝 Server/Properties/Resources.resx (+33 -12)
Server/images/at.png (+0 -0)
Server/images/build.png (+0 -0)
Server/images/ip.png (+0 -0)
Server/images/select_all.png (+0 -0)
Server/images/settings.png (+0 -0)
Server/images/tcp.png (+0 -0)

📄 Description

Added some icons, User@PC in the notification popup, moved "Connected: 0" in the statusStrip, do not show the context menu if there is no client selected but "No client selected.".
Also added "Copy to Clipboard > IP Address / User@PC / Operating System".

Some things easy to do, but had to be done for me.


🔄 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/448 **Author:** [@Jaakus](https://github.com/Jaakus) **Created:** 4/23/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`4aaed4b`](https://github.com/quasar/Quasar/commit/4aaed4b71ebaf65012365bba5088849c61f3f43a) Added computer name to the popup notification - [`5c5c3fe`](https://github.com/quasar/Quasar/commit/5c5c3fe8131acd7b30a682920d63b448708c7ab5) Dont open the context menu if there are not selected clients, moved "connected" string - [`2268081`](https://github.com/quasar/Quasar/commit/22680816d7e8011aff08020e9260a01019869349) Moved "connected" string - [`cbfbed6`](https://github.com/quasar/Quasar/commit/cbfbed6ec00dd604a793860b09bc2aa9ea589378) Merge pull request #1 from Jaakus/patch-1 - [`4f5b80b`](https://github.com/quasar/Quasar/commit/4f5b80b41a7a94693e63c7a15fc243aa2c3af130) Moved "connected" string - [`e9a28e6`](https://github.com/quasar/Quasar/commit/e9a28e6b59785298c8199adbae90a793ffb0dc13) Inverted "Select" and "All' in the context menu. - [`9dd1df2`](https://github.com/quasar/Quasar/commit/9dd1df29234b5e477407a52da603ac4128ec9bdb) Inverted "Select" and "All' in the context menu. - [`cccf2ef`](https://github.com/quasar/Quasar/commit/cccf2effa0aef939a6a96b774c5b5c85dab1f119) Inverted "Select" and "All' in the context menu. - [`01f6322`](https://github.com/quasar/Quasar/commit/01f6322a4ff720c56f32df8731ec9f231f75da4e) Inverted "Select" and "All' in the context menu. - [`5132dc3`](https://github.com/quasar/Quasar/commit/5132dc34123a8e643a2f694996e5d781cd2c5543) Added a "No client selected" context menu ### 📊 Changes **15 files changed** (+410 additions, -170 deletions) <details> <summary>View changed files</summary> 📝 `Server/Forms/FrmMain.Designer.cs` (+104 -24) 📝 `Server/Forms/FrmMain.cs` (+65 -12) 📝 `Server/Forms/FrmMain.resx` (+24 -8) 📝 `Server/Forms/FrmPasswordRecovery.Designer.cs` (+47 -47) 📝 `Server/Forms/FrmSystemInformation.Designer.cs` (+4 -4) 📝 `Server/Forms/FrmSystemInformation.cs` (+2 -2) 📝 `Server/Forms/FrmSystemInformation.resx` (+2 -2) 📝 `Server/Properties/Resources.Designer.cs` (+129 -59) 📝 `Server/Properties/Resources.resx` (+33 -12) ➕ `Server/images/at.png` (+0 -0) ➕ `Server/images/build.png` (+0 -0) ➕ `Server/images/ip.png` (+0 -0) ➕ `Server/images/select_all.png` (+0 -0) ➕ `Server/images/settings.png` (+0 -0) ➕ `Server/images/tcp.png` (+0 -0) </details> ### 📄 Description Added some icons, User@PC in the notification popup, moved "Connected: 0" in the statusStrip, do not show the context menu if there is no client selected but "No client selected.". Also added "Copy to Clipboard > IP Address / User@PC / Operating System". Some things easy to do, but had to be done for me. --- <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:15 +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#1141
No description provided.