5d4fbc8ea6
chore: XWindowClipboard, use auto where possible
2025-04-28 13:50:43 +01:00
3dfa3d5069
chore: EiScreen, use auto where possible
2025-04-28 13:50:43 +01:00
6d9c66b03f
chore: EiKeyState, use auto where possible
2025-04-28 13:50:43 +01:00
02b2b82c7f
chore: TCPSocketFactory, use auto where possible
2025-04-28 13:50:43 +01:00
aac086ad2a
chore: TCPSocket, use auto where possible
2025-04-28 13:50:43 +01:00
0d3f7248ed
chore: SecureSocket, use auto where possible
2025-04-28 13:50:43 +01:00
da6e110b69
chore: Thread, use auto where possible
2025-04-28 13:50:43 +01:00
a298cc84ad
chore: SocketMultiplexer, Use auto where possible
2025-04-28 13:50:43 +01:00
d8348152ec
chore: StreamBuffer, use auto where possible
2025-04-28 13:50:43 +01:00
572953d5ba
chore: ScreenSetupView, use auto where possible
2025-04-28 13:50:43 +01:00
a23856ee09
chore: NewScreenWidget, use auto where possible
2025-04-28 13:50:43 +01:00
637adc60b2
chore: SettingsDialog, use auto where possible
2025-04-28 13:50:43 +01:00
0ca847334e
chore: ServerConfigDialog, use auto where possible
2025-04-28 13:50:43 +01:00
d06d6a5003
chore: Screen, use auto where possible
2025-04-28 13:50:43 +01:00
6d856b674b
chore: ScreenSetupModel, use auto where possible
2025-04-28 13:50:43 +01:00
bcfc121c37
chore: Action, use auto where possible
2025-04-28 13:50:43 +01:00
b2ec2f1a34
chore: StramChunker, use auto where possible
2025-04-28 13:50:43 +01:00
df9d5ded1c
chore: ServerApp, use auto where possible
2025-04-28 13:50:43 +01:00
f11dae97d4
chore: ProtocolUtil, use auto where possible
2025-04-28 13:50:43 +01:00
3fdc5288eb
chore: KeyState, use auto where possible
2025-04-28 13:50:43 +01:00
955f9652fb
chore: KeyMap, use auto where possible
2025-04-28 13:50:43 +01:00
9dedf25ecc
chore: IPrimaryScreen, use auto where possible
2025-04-28 13:50:43 +01:00
ee3dffc4f8
chore: IKeyState, use auto where possible
2025-04-28 13:50:43 +01:00
8123166e66
chore: IClipboard, use auto where possible
2025-04-28 13:50:43 +01:00
29626d6694
chore: FileChunk, use auto where possible
2025-04-28 13:50:43 +01:00
996af86b9b
chore: DragInformation, use auto where possible
2025-04-28 13:50:43 +01:00
84fbe48d35
chore: ClipboardChunk, use auto where possible
2025-04-28 13:50:43 +01:00
11423ef5a1
chore: ClientApp, use auto where possible
2025-04-28 13:50:43 +01:00
7cc108d87c
chore: ArgParse, use auto where possible
2025-04-28 13:50:43 +01:00
af70ff98b7
chore: Client, Use auto where possible
2025-04-28 13:50:43 +01:00
b6f7497c44
chore: Unicode, Use auto where possible
2025-04-28 13:50:43 +01:00
f6602baa36
chore: String, Use auto where possible
2025-04-28 13:50:43 +01:00
72091c6ac4
chore: Log, use auto where possible
2025-04-28 13:50:43 +01:00
fb5f80857b
chore: EventQueue, Use auto where possible
2025-04-28 13:50:43 +01:00
6c7bdf3e07
chore: ArchNetworkBSD, Use auto where possible
2025-04-28 13:50:43 +01:00
1df01d3cf1
chore: ArchMuitiThreadPosix, Use auto where possible
2025-04-28 13:50:43 +01:00
2bebdbaf4d
chore: DeskflowGui, Use auto where possible
2025-04-28 13:50:43 +01:00
63d65bb47b
chore: use nullptr where possible in place of NULL
2025-04-28 13:08:40 +01:00
60dc4c0cd8
chore: remove unneed mac os version checks
2025-04-28 12:52:55 +01:00
78d1c5222f
chore: Replace old required mac os version checks with if WINAPI_CARBON
2025-04-28 12:52:55 +01:00
6e3426855d
ci: use normal built in vcpkg cache
2025-04-28 04:29:51 -07:00
f49f5f790c
chore: Remove unused CONFIG_NAME var in ServerApp
2025-04-28 04:25:02 -07:00
4eaf6fda62
refactor: correct includes in ServerApp
2025-04-28 04:25:02 -07:00
ebc6186fe7
refactor: remove auto fallback paths for server binary
...
they are not correct in the help and its dynamic based on the first found Deskflow.conf file. The gui sets this manually and users running the cli should too
2025-04-28 04:25:02 -07:00
48f824ca31
chore: Server, default should be first or last case for switches
2025-04-28 11:47:04 +01:00
d6ace78a58
chore: XWindowUtils, default should be first or last case for switches
2025-04-28 11:47:04 +01:00
41fda741b3
chore: Use override for override methods
2025-04-28 11:27:33 +01:00
793ea5f81c
fix: make sure client, server and core init a qApp for Setting's to find the app path with
...
fixes #8534
2025-04-25 17:27:05 +01:00
285abc7bb7
fix: add reuse info to **/*.md by default
2025-04-25 06:08:11 -07:00
d6c9897748
docs: Create CONTRIBUTING.md
...
Adds a CONTRIBUTING.md file to the project root. I totally understand the preference to keep the root directory clean and normally I'd agree. However, GitHub requires CONTRIBUTING.md to be in the root in order to automatically show a “Contribute” prompt when someone opens a new issue or PR.
It also means we can be recognized by platforms like goodfirstissue.dev (https://github.com/DeepSourceCorp/good-first-issue?tab=readme-ov-file#adding-a-new-project:~:text=project%2C%20and%20a-,CONTRIBUTING.md,-with%20guidelines%20for ), which requires the file to be in the root to detect a repo as contributor-friendly
The file itself is very lightweight, just a short intro and a link to our full guide on the wiki:
https://github.com/deskflow/deskflow/wiki/Contributing
This keeps the root file tidy while still meeting the visibility requirements for tools and new contributors.
Let me know if you'd prefer any tweaks to keep it as non-intrusive as possible.
2025-04-25 05:53:27 -07:00