[PR #972] [MERGED] Configurable drop target directory on windows #1725

Closed
opened 2026-05-05 08:00:25 -06:00 by gitea-mirror · 0 comments
Owner

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


📝 Commits (3)

  • 357e0cc Configurable drop directory
  • b125cf3 Improve drag&drop stability on windows
  • 36d9efb Increased 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-drop is 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.

## 📋 Pull Request Information **Original PR:** https://github.com/debauchee/barrier/pull/972 **Author:** [@albertony](https://github.com/albertony) **Created:** 12/6/2020 **Status:** ✅ Merged **Merged:** 12/10/2020 **Merged by:** [@p12tic](https://github.com/p12tic) **Base:** `master` ← **Head:** `drop_dir` --- ### 📝 Commits (3) - [`357e0cc`](https://github.com/debauchee/barrier/commit/357e0ccc7e103270a31df8e77432cd76cac4a76f) Configurable drop directory - [`b125cf3`](https://github.com/debauchee/barrier/commit/b125cf3da7d1ec9d271af0b73a66602cc041d795) Improve drag&drop stability on windows - [`36d9efb`](https://github.com/debauchee/barrier/commit/36d9efbc64512a575bb5a96c6633cf06b78e6fe6) Increased loglevel of central drag drop related messages ### 📊 Changes **14 files changed** (+53 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Make drop target directory when `--enable-drag-drop` is 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). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 08:00:25 -06: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: github-starred/barrier#1725
No description provided.