mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 21:46:00 +03:00
[PR #10] [MERGED] Dev #1805
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#1805
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/1Remote/1Remote/pull/10
Author: @VShawn
Created: 7/15/2020
Status: ✅ Merged
Merged: 7/15/2020
Merged by: @VShawn
Base:
master← Head:dev📝 Commits (10+)
f4a0234[WIP] Add color theme properties.f9deeba1. Rewrite ColorPick to MVVM.75b20c0bug🐛 fix: get wrong ScaleFactor when working on a remote RDP pc with 4k screen. ✅9357821🔨[WIP] still working on color theme, using the new colorpicker in config page.68008a9* bug🐛 II fix: get wrong MousePosition when working on a remote RDP pc with 4k screen. ✅3be5ba7UI error fix for color styling624288b* 🔨[WIP] still working on color theme, ComboBox for color theme selecting. relayout the theme config page.8e1c6261. del border of MainWindow429affe✔️ color theme feature add.45df7681. change the location of language files.📊 Changes
42 files changed (+1446 additions, -344 deletions)
View changed files
📝
PRM.Core/Languages/en-us.json(+10 -0)📝
PRM.Core/Languages/en-us.xaml(+1 -1)➖
PRM.Core/Languages/netcoreapp3.1/en-us.xaml(+0 -1)➖
PRM.Core/Languages/netcoreapp3.1/zh-cn.xaml(+0 -1)📝
PRM.Core/Languages/zh-cn.json(+10 -0)📝
PRM.Core/Languages/zh-cn.xaml(+1 -1)📝
PRM.Core/Model/SystemConfig.DataSecurity.cs(+22 -10)📝
PRM.Core/Model/SystemConfig.Language.cs(+19 -15)📝
PRM.Core/Model/SystemConfig.Theme.cs(+278 -7)📝
PRM.Core/PRM.Core.csproj(+6 -14)📝
PRM.Core/PRMVersion.cs(+2 -2)📝
PRM.Core/Protocol/Putty/Host/PuttyHost.xaml.cs(+1 -1)📝
PRM.Core/Protocol/Putty/PuttyColorThemes.cs(+1 -1)📝
PRM.Core/Protocol/RDP/ProtocolServerRDP.cs(+1 -1)📝
PRM.Core/Protocol/RDP/ProtocolServerRDPForm.xaml(+2 -4)📝
PRM.Core/Resources/Style/GlobalStyle.xaml(+34 -26)📝
PRM.Core/Resources/Theme/Default.xaml(+8 -5)➕
PRM.Core/Resources/Theme/PrmColorThemes.cs(+194 -0)➕
PRM.Core/Ulits/ColorAndBrushHelper.cs(+146 -0)📝
PRM.Core/Ulits/ColorPickerWPF/ColorPickRowPopup.xaml(+12 -7)...and 22 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.