ca8c405b5e
chore: deskflow-gui, remove unused include_dirs
2025-01-19 09:39:54 -05:00
aff25415ff
build: consolidate cmake vars more
...
move most project defines needed in cmake to the main file
2025-01-19 09:39:54 -05:00
5be1e9f9b9
build: setup a cmake rc template for all apps
2025-01-19 09:39:54 -05:00
3f3116da05
build: simplify the version.rc.in vars
...
remove the special cmake define for msversion and make it once in the rc
remove duplicate version vars in the rc and use the singe one twice
2025-01-14 21:42:43 +00:00
16396bdbaa
build: Unify copyright into one cmake var
2025-01-14 21:42:43 +00:00
660a50d0cf
chore: remove unused logo images
2025-01-14 21:22:05 +00:00
93cd71d046
refactor: Adjust the About dialog UI
2025-01-14 21:22:05 +00:00
90c081c889
chore: remove unneeded setVisible override and the unused mac os old tray code within it
2025-01-14 21:00:20 +00:00
a08b0c41e0
fix: always show the hide / show option in the tray menu
...
Some DE's are like mac os and prevent the user from using click to restore / hide the window
2025-01-14 21:00:20 +00:00
793f40e582
chore: remove basic_types.h
2025-01-14 20:30:45 +00:00
96092df4fc
refactor: replace UInt32 with uint32_t
2025-01-14 20:30:45 +00:00
27eb83c981
refactor: replace SInt32 with int32_t
2025-01-14 20:30:45 +00:00
7487eeaa3a
refactor: replace UInt16 with uint16_t
2025-01-14 20:30:45 +00:00
1ed49e7487
refactor: replace SInt16 with int16_t
2025-01-14 20:30:45 +00:00
ba11eba91e
refactor: replace UInt8 with uint8_t
2025-01-14 20:30:45 +00:00
8ea20cf6da
refactor: replace SInt8 with int8_t
2025-01-14 20:30:45 +00:00
ab61fcc007
chore: update readme's linux support. Removes distros list and show the ei / portal needs
2025-01-14 17:01:33 +00:00
f71db61bd3
build: Arch,PKGBUILD: rm arm6h , add all conflicts , correct license
2025-01-14 17:01:33 +00:00
626ff0a5fa
chore: remove unused GUI_HOOK
2025-01-14 14:29:39 +00:00
7a72658963
refactor: copy more info with the about dialog info's copy button
2025-01-10 17:05:13 -05:00
b8d12a0895
build: mac os add entitlements
2025-01-10 21:48:55 +00:00
692860f9e9
build: macos bundle plist add hint to tell mac os its not allowed to kill the process
...
based on https://github.com/input-leap/input-leap/pull/2115 "
2025-01-10 21:48:55 +00:00
4b6d0059c5
build: Use custom plist template
...
Customize the cmake used template so we can generate the plist
using configure file this will allow us to add several additional
keys we would not be able to otherwise add to our plist file
"
2025-01-10 21:48:55 +00:00
1dadc2ddf4
refactor: ActionDialog, Only allow resize when the screen list is visible
2025-01-10 21:39:26 +00:00
328a719d49
refactor: Use Computer in place of Screen for user facing strings
2025-01-10 21:39:26 +00:00
a9f55f8dfc
chore: ActionDialog, update UI file to Qt6 format and clean unneed keys
2025-01-10 21:39:26 +00:00
f6dd2881c8
refactor: ActionDialog: disable action saving while settings are invalid
2025-01-10 21:39:26 +00:00
7152119014
refactor: ActionDialog, Only show Action relevent options
2025-01-10 21:39:26 +00:00
29eaa19d95
refactor: ActionDialog, use checkable list for screen selection
2025-01-10 21:39:26 +00:00
4db2b80d4e
refactor: ActionDialog, Use Combo for action selection
2025-01-10 21:39:26 +00:00
04f73cfcb7
refactor: ActionDialog, Use Combobox for action trigger
2025-01-10 21:39:26 +00:00
1386ac91dc
refactor: ActionDialog, Simplify keySequenceChanged logic
2025-01-10 21:39:26 +00:00
4e913a90eb
refactor: ActionDialog, make buttonbox connections in c++
2025-01-10 21:39:26 +00:00
c36c0f2938
refactor: ActionDialog, Aaccess the keySequenceWidget only thru the ui member
2025-01-10 21:39:26 +00:00
0944d918b7
refactor: KeySequenceWidget, remove protected copy of public method
2025-01-10 21:39:26 +00:00
3572bd28b6
refactor: ActionDialog, Adjust private memberNames
2025-01-10 21:39:26 +00:00
c21595e598
refactor: ActionDialog, remove unneeed forward declare for QRadioButton
2025-01-10 21:39:26 +00:00
096ab3b8ed
refactor: ActionDialog, set the current screen combo without the need to track how many items are in the combobox with an additional int variable
2025-01-10 21:39:26 +00:00
1129303254
refactor: ActionDialog, when filling the screen list continue sooner if screen is null
2025-01-10 21:39:26 +00:00
4b456bf835
refactor: ActionDialog, don't keep a copy of the server config
2025-01-10 21:39:26 +00:00
8533348c88
refactor: simplify updateSize
2025-01-10 10:36:19 +00:00
dd0812c201
fix: Mainwindow window size restore \n fixes https://github.com/deskflow/deskflow/issues/8056
2025-01-10 10:36:19 +00:00
9a3a89efab
refactor: simplify windows size/pos saving
2025-01-10 10:36:19 +00:00
3875e41154
fix: Enter screen on mac os asap to ensure event hand off
...
based on https://github.com/input-leap/input-leap/pull/2116
2025-01-09 14:02:01 +00:00
74dcd9bd4e
build: run macdeployqt on package
2025-01-08 13:30:52 +00:00
9501b59f81
fix: Save the try icon setting
2025-01-07 20:33:37 -05:00
6c95daf0a1
chore: remove stdstring.h use include <string> instead
2025-01-08 00:11:34 +00:00
3991e0c1a1
refactor: use std::string in place of String
...
basedon: https://github.com/debauchee/barrier/pull/709
2025-01-08 00:11:34 +00:00
42a17726d9
feat: Allow users to pick mono color (based on isDarkMode) or colorful icon
2025-01-07 23:51:34 +00:00
fc6d39ae6c
refactor: Adjust the size of all the tray icons to use the same amount of canvas space"
2025-01-07 23:51:34 +00:00