[PR #8] [MERGED] Dev #1803

Closed
opened 2026-02-28 12:06:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/1Remote/1Remote/pull/8
Author: @VShawn
Created: 7/1/2020
Status: Merged
Merged: 7/2/2020
Merged by: @VShawn

Base: masterHead: dev


📝 Commits (10+)

  • 51a3763 fix bug: can not drag move when windows on max.
  • 5ae1dac TODO: a new bug, full screen -> tab > full screen sometimes go to the wrong monitor: 1 -> 0 -> 0
  • f3ac46f Fix bug, full screen -> tab > full screen sometimes go to the wrong monitor: 1 -> 0 -> 0
  • 37bba37 fix bug: drag-ing tab to split will go to background.
  • 9f32fce 1. export to json, import form json.
  • 15e00ec SearchBoxWindow show up on screen witch mouse is shown on.
  • d65fda3 for those people using 2+ monitor which are in different scale factors, we will try "mstsc.exe" instead of "PRemoteM" now.
  • bd7f87e fix bug: ScreenInfoEx not correct on WPF(or using System.Windows).
  • 4e55e9f add putty color themes from https://github.com/AlexAkulov/putty-color-themes
  • 1ba9151 add putty color theme

📊 Changes

127 files changed (+10930 additions, -8849 deletions)

View changed files

📝 .gitattributes (+3 -3)
📝 .gitignore (+2 -1)
📝 PRM.Core/BuildVersionGenerator.ps1 (+3 -2)
📝 PRM.Core/DB/Config.cs (+125 -78)
📝 PRM.Core/DB/OrmTableBase.cs (+2 -1)
📝 PRM.Core/DB/SQLite.cs (+4054 -3718)
📝 PRM.Core/DB/Server.cs (+3 -3)
📝 PRM.Core/Languages/en-us.json (+28 -2)
📝 PRM.Core/Languages/en-us.xaml (+1 -1)
PRM.Core/Languages/netcoreapp3.1/en-us.xaml (+1 -0)
PRM.Core/Languages/netcoreapp3.1/zh-cn.xaml (+1 -0)
📝 PRM.Core/Languages/zh-cn.json (+29 -3)
📝 PRM.Core/Languages/zh-cn.xaml (+1 -1)
PRM.Core/Model/Global.cs (+0 -126)
PRM.Core/Model/GlobalData.cs (+85 -0)
PRM.Core/Model/GlobalEventHelper.cs (+42 -0)
📝 PRM.Core/Model/SystemConfig.DataSecurity.cs (+686 -139)
📝 PRM.Core/Model/SystemConfig.General.cs (+25 -2)
📝 PRM.Core/Model/SystemConfig.Language.cs (+4 -5)
📝 PRM.Core/Model/SystemConfig.Locality.cs (+1 -1)

...and 80 more files

📄 Description

No description provided


🔄 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/1Remote/1Remote/pull/8 **Author:** [@VShawn](https://github.com/VShawn) **Created:** 7/1/2020 **Status:** ✅ Merged **Merged:** 7/2/2020 **Merged by:** [@VShawn](https://github.com/VShawn) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`51a3763`](https://github.com/1Remote/1Remote/commit/51a376333060cc37d32d3d1d22e7b30a0c754068) fix bug: can not drag move when windows on max. - [`5ae1dac`](https://github.com/1Remote/1Remote/commit/5ae1dac47fb454c3c3814dd74129664dc862497b) TODO: a new bug, full screen -> tab > full screen sometimes go to the wrong monitor: 1 -> 0 -> 0 - [`f3ac46f`](https://github.com/1Remote/1Remote/commit/f3ac46f5a870dc16d4a4aa6c2b0f15b358c2d052) Fix bug, full screen -> tab > full screen sometimes go to the wrong monitor: 1 -> 0 -> 0 - [`37bba37`](https://github.com/1Remote/1Remote/commit/37bba37807ce97ec7ce8d38b0c771aa3b4bc9163) fix bug: drag-ing tab to split will go to background. - [`9f32fce`](https://github.com/1Remote/1Remote/commit/9f32fce8281180361bfb0feed65985df579f62bd) 1. export to json, import form json. - [`15e00ec`](https://github.com/1Remote/1Remote/commit/15e00ec977dcfb790f2a18bba8d3b6a619e5bb35) SearchBoxWindow show up on screen witch mouse is shown on. - [`d65fda3`](https://github.com/1Remote/1Remote/commit/d65fda3c4c5fa76e65775a99cac635e16ce45c85) for those people using 2+ monitor which are in different scale factors, we will try "mstsc.exe" instead of "PRemoteM" now. - [`bd7f87e`](https://github.com/1Remote/1Remote/commit/bd7f87e44f5cb2c8c952b6fc85ff4255722ac76f) fix bug: ScreenInfoEx not correct on WPF(or using System.Windows). - [`4e55e9f`](https://github.com/1Remote/1Remote/commit/4e55e9f7f4274e03e56f5a9830bae1214f9e03ea) add putty color themes from https://github.com/AlexAkulov/putty-color-themes - [`1ba9151`](https://github.com/1Remote/1Remote/commit/1ba9151ba25add8cb390285d3eaf4db28a79307e) add putty color theme ### 📊 Changes **127 files changed** (+10930 additions, -8849 deletions) <details> <summary>View changed files</summary> 📝 `.gitattributes` (+3 -3) 📝 `.gitignore` (+2 -1) 📝 `PRM.Core/BuildVersionGenerator.ps1` (+3 -2) 📝 `PRM.Core/DB/Config.cs` (+125 -78) 📝 `PRM.Core/DB/OrmTableBase.cs` (+2 -1) 📝 `PRM.Core/DB/SQLite.cs` (+4054 -3718) 📝 `PRM.Core/DB/Server.cs` (+3 -3) 📝 `PRM.Core/Languages/en-us.json` (+28 -2) 📝 `PRM.Core/Languages/en-us.xaml` (+1 -1) ➕ `PRM.Core/Languages/netcoreapp3.1/en-us.xaml` (+1 -0) ➕ `PRM.Core/Languages/netcoreapp3.1/zh-cn.xaml` (+1 -0) 📝 `PRM.Core/Languages/zh-cn.json` (+29 -3) 📝 `PRM.Core/Languages/zh-cn.xaml` (+1 -1) ➖ `PRM.Core/Model/Global.cs` (+0 -126) ➕ `PRM.Core/Model/GlobalData.cs` (+85 -0) ➕ `PRM.Core/Model/GlobalEventHelper.cs` (+42 -0) 📝 `PRM.Core/Model/SystemConfig.DataSecurity.cs` (+686 -139) 📝 `PRM.Core/Model/SystemConfig.General.cs` (+25 -2) 📝 `PRM.Core/Model/SystemConfig.Language.cs` (+4 -5) 📝 `PRM.Core/Model/SystemConfig.Locality.cs` (+1 -1) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 12:06:46 +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/1Remote#1803
No description provided.