mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[PR #1813] [CLOSED] Use Qt6 instead of Qt5 #1828
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#1828
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/1813
Author: @tnixeu
Created: 10/20/2022
Status: ❌ Closed
Base:
master← Head:qt6📝 Commits (1)
7fa0abdUse Qt6 instead of Qt5📊 Changes
15 files changed (+57 additions, -52 deletions)
View changed files
➕
doc/newsfragments/support_qt6.md(+3 -0)📝
src/gui/CMakeLists.txt(+3 -3)📝
src/gui/src/AboutDialog.cpp(+1 -1)📝
src/gui/src/BarrierLocale.cpp(+1 -1)📝
src/gui/src/KeySequence.cpp(+1 -1)📝
src/gui/src/MainWindow.cpp(+3 -3)📝
src/gui/src/NewScreenWidget.cpp(+1 -1)📝
src/gui/src/QUtility.cpp(+2 -0)📝
src/gui/src/Screen.cpp(+7 -7)📝
src/gui/src/ScreenSettingsDialog.cpp(+5 -4)📝
src/gui/src/ScreenSetupModel.cpp(+1 -1)📝
src/gui/src/ScreenSetupView.cpp(+6 -8)📝
src/gui/src/ScreenSetupView.h(+1 -1)📝
src/gui/src/ServerConfig.cpp(+19 -19)📝
src/gui/src/VersionChecker.cpp(+3 -2)📄 Description
Contributor Checklist:
doc/newsfragmentsdirectory IF it is auser-visible change (and make sure to read the
README.mdin that directory)I was curious if barrier can be compiled with Qt6. So far I crudely fixed all the compile errors by Qt6 alternatives. I seems to be running, however, I have not yet tried to connect to another PC.
Is anybody interested in a port to Qt6? If so, I could extend the PR to support both Qt5 and Qt6.
I have opened it here as a PR because as an issue I could only report a bug but not request a feature.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.