|
|
81392fe758
|
build: move old tests to unittests/legacytests
|
2025-05-12 13:48:21 +01:00 |
|
|
|
3ae2b3a571
|
build: rename old tests binary to legacytests
ci: run-tests action, split legacy and new unit tests into two steps
|
2025-05-12 13:48:21 +01:00 |
|
|
|
2aee6d8812
|
build: correct language manager test binary name
|
2025-05-12 13:48:21 +01:00 |
|
|
|
db3b18b36d
|
build: Add new SKIP_BUILD_TESTS option to allow the build time test to be skipped and run later on
ci: run and check Qt Tests post build
|
2025-05-12 13:48:21 +01:00 |
|
|
|
89c199b630
|
build: leave Qt Tests in place do not move them to CMAKE_BUILD_DIR/bin
|
2025-05-12 13:48:21 +01:00 |
|
|
|
d023c8ef77
|
ci: sync depends of arch package template to those used on arch
|
2025-05-09 07:40:38 -04:00 |
|
|
|
af383decca
|
chore: Type fixes / Const correctness
|
2025-05-09 12:27:56 +01:00 |
|
|
|
8526facbe9
|
refactor: Fixes, Use enum instead of cast to int
|
2025-05-09 12:27:56 +01:00 |
|
|
|
2b3ecd39c6
|
refactor: ScreenCorners, Use enum instead of cast to int
|
2025-05-09 12:27:56 +01:00 |
|
|
|
49589ae4aa
|
refactor, Modifiers, Use enum instead of cast to int
|
2025-05-09 12:27:56 +01:00 |
|
|
|
8ce6a07d18
|
refactor: Simplify Mainwindow, autoAddScreen also Removes warning
|
2025-05-09 12:27:56 +01:00 |
|
|
|
a8eb772b68
|
chore: Mainwindow, Send const-ref
|
2025-05-09 12:27:56 +01:00 |
|
|
|
0916009601
|
chore: Add nodiscard to methods
|
2025-05-09 12:27:56 +01:00 |
|
|
|
f5cb636b31
|
chore: MainWindow, Remove unimplemented methods
|
2025-05-09 12:27:56 +01:00 |
|
|
|
7ced794317
|
refactor: Screen, Mark methods as no discard, remove uneeded method
|
2025-05-09 12:27:56 +01:00 |
|
|
|
7c279ec72d
|
refactor: No else after return
|
2025-05-09 12:27:56 +01:00 |
|
|
|
83a8d1c4ac
|
refactor: Screen, simplify init call
|
2025-05-09 12:27:56 +01:00 |
|
|
|
84a9367124
|
refactor: Screen, remove uneeded constructor
|
2025-05-09 12:27:56 +01:00 |
|
|
|
aaeef7905a
|
refactor: Initialize value on constructor
|
2025-05-09 12:27:56 +01:00 |
|
|
|
a0d0936433
|
refactor: Use smaller integers on enums
We do not have > 255 values here.
|
2025-05-09 12:27:56 +01:00 |
|
|
|
8f53b88bb6
|
chore: remove unused tests
Remove Unused Mocks
Remove remaing uses of TEST_ENV and its guarded items
|
2025-05-08 15:26:44 +01:00 |
|
|
|
d8b4fab9a3
|
refactor: move OSXKeyStateTest => QtTests
|
2025-05-08 15:26:44 +01:00 |
|
|
|
9d867f6146
|
refactor: port deskflow/keyMapTest to QtTests
remove TEST_ENV items from KeyMap
KeyMap and KeyMapTests are friends
|
2025-05-08 15:26:44 +01:00 |
|
|
|
632be4b240
|
refactor: port gui/ScreenTest to QtTests
remove TEST_ENV items from Screen
|
2025-05-08 15:26:44 +01:00 |
|
|
|
b8c6d1b58f
|
refactor: port OSXClipboardTests to QtTests
|
2025-05-08 15:26:44 +01:00 |
|
|
|
139dbf61f3
|
refactor: remove broken OSXScreenTest
|
2025-05-08 15:26:44 +01:00 |
|
|
|
e512125595
|
refactor: port net/SecureUtilsTest to QtTests
|
2025-05-08 15:26:44 +01:00 |
|
|
|
ae37543a37
|
refactor: port gui/LoggerTests to QtTests
|
2025-05-08 15:26:44 +01:00 |
|
|
|
8a80c52208
|
refactor: port net/FingerprintDatabaseTest to QtTests
|
2025-05-08 15:26:44 +01:00 |
|
|
|
38dc845c72
|
refactor: port serverConfigTests to QtTests
remove TEST_ENV items from server/Config
|
2025-05-08 15:26:44 +01:00 |
|
|
|
b56a282a9c
|
refactor: port ServerTests to QtTests
remove TEST_ENV items from Server
|
2025-05-08 15:26:44 +01:00 |
|
|
|
d742901775
|
refactor: port XWindowsClipboardTests to QtTests
|
2025-05-08 15:26:44 +01:00 |
|
|
|
287d70a138
|
refactor: port IKeyStateTest to QtTests
|
2025-05-08 15:26:44 +01:00 |
|
|
|
6c0843d088
|
refactor: port ClipboardTests to QtTests
|
2025-05-08 15:26:44 +01:00 |
|
|
|
cbcaafe764
|
refactor: port deskflow/ClipboardChunkTests to QtTests
|
2025-05-08 15:26:44 +01:00 |
|
|
|
29a86cfbac
|
refactor: port GenericArgsTests to QtTests
|
2025-05-08 15:26:44 +01:00 |
|
|
|
d7506697c8
|
refactor: port ServerArgsTests to QtTests
|
2025-05-08 15:26:44 +01:00 |
|
|
|
6c2457d60b
|
refactor: port ClientArgsTests to QtTests
|
2025-05-08 15:26:44 +01:00 |
|
|
|
30d9034a0f
|
refactor: port DeprecatedArgsTests to QtTests
|
2025-05-08 15:26:44 +01:00 |
|
|
|
a2acfb0678
|
refactor: port ArgParserTests to QtTests
|
2025-05-08 15:26:44 +01:00 |
|
|
|
7fa326234e
|
refactor: port X11LayoutParserTests to QtTests
|
2025-05-08 15:26:44 +01:00 |
|
|
|
baaa02cda2
|
refactor: port deskflow/LanguageMangerTests to QtTests
|
2025-05-08 15:26:44 +01:00 |
|
|
|
231e5c0bc5
|
refactor: port base/XBaseTests to QtTests
|
2025-05-08 15:26:44 +01:00 |
|
|
|
78cbe4b775
|
refactor: port base/UnicodeTest to QtTests
|
2025-05-08 15:26:44 +01:00 |
|
|
|
a1a7c8f3ff
|
refactor: port base/StringTests to QtTests
|
2025-05-08 15:26:44 +01:00 |
|
|
|
501726d471
|
refactor: port base/pathTest to QtTests
|
2025-05-08 15:26:44 +01:00 |
|
|
|
b51dec01ad
|
refactor: port arch/IArchStringTests to QtTests
|
2025-05-08 15:26:44 +01:00 |
|
|
|
1c907991af
|
build: remove unused integtests
|
2025-05-08 15:26:44 +01:00 |
|
|
|
0c3c913989
|
chore: remove unused MainWindowTest
|
2025-05-08 15:26:44 +01:00 |
|
|
|
4479b90d37
|
refactor: port Platform/MSWindowsClipboardTests to QtTests
|
2025-05-08 15:26:44 +01:00 |
|