[PR #2131] [CLOSED] Initial Etherwaver fork setup (UHID groundwork + API scaffold) #1844

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

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/2131
Author: @etherneco
Created: 2/22/2026
Status: Closed

Base: masterHead: feature/linux-uhid-backend


📝 Commits (2)

  • ddd4c8b Initial Etherwaver fork setup (UHID groundwork + API scaffold)
  • 6871883 Remove standalone HID helper artifacts

📊 Changes

54 files changed (+1523 additions, -181 deletions)

View changed files

📝 CMakeLists.txt (+3 -3)
📝 clean_build.sh (+0 -0)
📝 cmake/Version.cmake (+3 -4)
📝 debian/control (+5 -5)
📝 debian/rules (+0 -0)
📝 dist/macos/bundle/Barrier.app/Contents/Info.plist.in (+4 -4)
📝 dist/macos/bundle/build_dist.sh.in (+8 -8)
📝 dist/macos/bundle/build_installer.sh.in (+4 -4)
📝 dist/rpm/barrier.spec.in (+20 -20)
📝 doc/UpdateManpages.txt (+5 -5)
📝 doc/waverc.1 (+4 -4)
📝 doc/wavers.1 (+6 -6)
📝 res/makeicon.sh (+0 -0)
📝 snap/snapcraft.yaml (+12 -12)
📝 src/cmd/barrierc/CMakeLists.txt (+5 -4)
📝 src/cmd/barrierc/barrierc.rc (+2 -2)
📝 src/cmd/barriers/CMakeLists.txt (+5 -4)
📝 src/cmd/barriers/barriers.rc (+2 -2)
📝 src/gui/CMakeLists.txt (+13 -12)
📝 src/gui/langbuild.cmd (+0 -0)

...and 34 more files

📄 Description

Contributor Checklist:

  • I have created a file in the doc/newsfragments directory IF it is a
    user-visible change (and make sure to read the README.md in that directory)

🔄 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/2131 **Author:** [@etherneco](https://github.com/etherneco) **Created:** 2/22/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/linux-uhid-backend` --- ### 📝 Commits (2) - [`ddd4c8b`](https://github.com/debauchee/barrier/commit/ddd4c8bd61df1f86030505758924fdfaa6ce8b7a) Initial Etherwaver fork setup (UHID groundwork + API scaffold) - [`6871883`](https://github.com/debauchee/barrier/commit/6871883bea51616d61d264342095f05e6f073df8) Remove standalone HID helper artifacts ### 📊 Changes **54 files changed** (+1523 additions, -181 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+3 -3) 📝 `clean_build.sh` (+0 -0) 📝 `cmake/Version.cmake` (+3 -4) 📝 `debian/control` (+5 -5) 📝 `debian/rules` (+0 -0) 📝 `dist/macos/bundle/Barrier.app/Contents/Info.plist.in` (+4 -4) 📝 `dist/macos/bundle/build_dist.sh.in` (+8 -8) 📝 `dist/macos/bundle/build_installer.sh.in` (+4 -4) 📝 `dist/rpm/barrier.spec.in` (+20 -20) 📝 `doc/UpdateManpages.txt` (+5 -5) 📝 `doc/waverc.1` (+4 -4) 📝 `doc/wavers.1` (+6 -6) 📝 `res/makeicon.sh` (+0 -0) 📝 `snap/snapcraft.yaml` (+12 -12) 📝 `src/cmd/barrierc/CMakeLists.txt` (+5 -4) 📝 `src/cmd/barrierc/barrierc.rc` (+2 -2) 📝 `src/cmd/barriers/CMakeLists.txt` (+5 -4) 📝 `src/cmd/barriers/barriers.rc` (+2 -2) 📝 `src/gui/CMakeLists.txt` (+13 -12) 📝 `src/gui/langbuild.cmd` (+0 -0) _...and 34 more files_ </details> ### 📄 Description ## Contributor Checklist: * [ ] I have created a file in the `doc/newsfragments` directory *IF* it is a user-visible change (and make sure to read the `README.md` in that directory) --- <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:03:11 -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#1844
No description provided.