mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[PR #972] [MERGED] Configurable drop target directory on windows #1725
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1725
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/debauchee/barrier/pull/972
Author: @albertony
Created: 12/6/2020
Status: ✅ Merged
Merged: 12/10/2020
Merged by: @p12tic
Base:
master← Head:drop_dir📝 Commits (3)
357e0ccConfigurable drop directoryb125cf3Improve drag&drop stability on windows36d9efbIncreased loglevel of central drag drop related messages📊 Changes
14 files changed (+53 additions, -17 deletions)
View changed files
📝
src/lib/barrier/App.cpp(+3 -0)📝
src/lib/barrier/App.h(+3 -1)📝
src/lib/barrier/ArgParser.cpp(+3 -0)📝
src/lib/barrier/ArgsBase.cpp(+1 -0)📝
src/lib/barrier/ArgsBase.h(+1 -0)📝
src/lib/barrier/ClientApp.cpp(+3 -0)📝
src/lib/barrier/DropHelper.cpp(+1 -1)📝
src/lib/barrier/IPlatformScreen.h(+1 -0)📝
src/lib/barrier/PlatformScreen.h(+1 -0)📝
src/lib/barrier/Screen.cpp(+6 -0)📝
src/lib/barrier/Screen.h(+2 -0)📝
src/lib/barrier/ServerApp.cpp(+3 -0)📝
src/lib/platform/MSWindowsScreen.cpp(+23 -14)📝
src/lib/platform/MSWindowsScreen.h(+2 -1)📄 Description
Make drop target directory when
--enable-drag-dropis active configurable with new option--drop-dir. Default is Windows Desktop as before.Related to https://github.com/debauchee/barrier/pull/969 and https://github.com/debauchee/barrier/issues/970, in the sense that the improve the ability to run as a "portable app" (e.g. copy-deploy with local configuration).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.