Mat Sutcliffe
|
77e207bac6
|
[Installer] Make sure the uninstaller deletes readme.txt
v0.9.8.38
|
2021-12-14 19:01:19 +00:00 |
|
Mat Sutcliffe
|
a0a04e1390
|
[Installer] Fix install path of Qt5 audio plugins
|
2021-12-14 19:00:54 +00:00 |
|
Mat Sutcliffe
|
ab76bca243
|
[CI] Fork the github-release action to retry if upload fails
v0.9.8.36
|
2021-12-09 18:21:49 +00:00 |
|
Mat Sutcliffe
|
65b85a1606
|
Don't require air files for MSFS (32 or 64 bit)
|
2021-12-09 18:21:47 +00:00 |
|
Mat Sutcliffe
|
00668f1397
|
[Installer] Shorter component names so they aren't truncated
Truncated sim plugin names meant that FS2004 and FS2020
looked identical.
|
2021-11-29 19:56:15 +00:00 |
|
Lars Toenning
|
45a5ce5a6a
|
Issue #131 Sync date when time-sync is enabled for FSX/P3D
|
2021-11-28 12:52:54 +00:00 |
|
Mat Sutcliffe
|
acf6da4226
|
[FS9] Fix a crash (pure virtual call)
|
2021-11-28 12:52:54 +00:00 |
|
Mat Sutcliffe
|
f5ad354420
|
Installer can delete WASAPI plugin installed by a previous version
|
2021-11-28 12:52:46 +00:00 |
|
Mat Sutcliffe
|
e1c3029dc8
|
Fix mistake when excluding WASAPI sound plugin
|
2021-11-28 12:52:35 +00:00 |
|
Mat Sutcliffe
|
516ed10f75
|
[CI] Run InstallBuilder in verbose mode
|
2021-11-27 20:05:09 +00:00 |
|
Mat Sutcliffe
|
2257d87b64
|
Issue #125 Linux: error on failure to open input device file
|
2021-11-27 20:05:09 +00:00 |
|
Mat Sutcliffe
|
0c7238e572
|
Add F13-F24 as assignable hotkeys
|
2021-11-21 20:07:17 +00:00 |
|
Mat Sutcliffe
|
2d62e90c54
|
Issue #115 Blink connect button in addition to disconnect button
|
2021-11-13 19:27:59 +00:00 |
|
Mat Sutcliffe
|
b46d4c7bb9
|
Add more keyboard key codes assignable to hotkeys
F1-F12, CapsLock, Home, End, PgUp, PgDn, and some more numpad keys.
|
2021-11-13 01:13:52 +00:00 |
|
Mat Sutcliffe
|
7573d91854
|
Fix mistake
|
2021-11-13 01:09:19 +00:00 |
|
Mat Sutcliffe
|
28e0afa88c
|
Style
|
2021-11-13 01:08:05 +00:00 |
|
Mat Sutcliffe
|
0c8e10058c
|
xswiftbus follow aircraft: use new X-Plane API to support multi-monitor setups
|
2021-11-12 17:57:50 +00:00 |
|
Mat Sutcliffe
|
efd9b69161
|
xswiftbus follow aircraft: keep following when mouse goes off screen
|
2021-11-12 17:54:46 +00:00 |
|
Mat Sutcliffe
|
27f7d4d656
|
Issue #125 Explicitly request Input Monitoring and error if denied
|
2021-11-01 18:26:09 +00:00 |
|
Mat Sutcliffe
|
b7b71b2245
|
Simplify trait
|
2021-10-29 16:47:13 +01:00 |
|
Mat Sutcliffe
|
586f605d04
|
Delegate parts of CSequence to a non-template implementation
To reduce build time.
|
2021-10-29 16:47:13 +01:00 |
|
Mat Sutcliffe
|
85dae5f8a4
|
Remove unused method
|
2021-10-15 00:55:08 +01:00 |
|
Mat Sutcliffe
|
cd59cf6ad4
|
Fix mistake
|
2021-10-15 00:55:08 +01:00 |
|
Mat Sutcliffe
|
481b0da98b
|
Update InstallBuilder version
|
2021-10-13 23:38:01 +01:00 |
|
Mat Sutcliffe
|
32d9a9d22c
|
[CI] Fix warnings in warning filter script
|
2021-10-13 23:37:52 +01:00 |
|
Mat Sutcliffe
|
29f1b9e85d
|
[CI] Reduce dependencies of warning filter script
|
2021-10-13 21:18:12 +01:00 |
|
Mat Sutcliffe
|
df446cfdd6
|
Fix mistake
|
2021-10-12 18:35:16 +01:00 |
|
Mat Sutcliffe
|
a7bec54506
|
Extra ISO C++ conformance for MSVC
|
2021-10-12 18:35:16 +01:00 |
|
Mat Sutcliffe
|
9fdeb466fa
|
Member functions of mixins should be defined out of line
Per [temp.explicit]/10, explicit instantiation declarations
do not affect inline member functions
|
2021-10-11 14:20:08 +01:00 |
|
Mat Sutcliffe
|
5a1f3e8dd1
|
Explicit template instantiations for mixins for PQ and units
|
2021-10-11 14:20:07 +01:00 |
|
Mat Sutcliffe
|
a185c7aae7
|
Explicit template instantiations for mixins for containers
|
2021-10-11 14:20:07 +01:00 |
|
Mat Sutcliffe
|
2b72600937
|
Explicit template instantiations for mixins for value classes
To reduce compile time.
|
2021-10-11 14:20:07 +01:00 |
|
Mat Sutcliffe
|
0a121d913d
|
Own implementation of std::tuple with reduced functionality
To reduce compile time.
|
2021-10-11 14:20:07 +01:00 |
|
Mat Sutcliffe
|
916448ef6a
|
[Clang][Windows] Remove workarounds
|
2021-10-11 14:20:07 +01:00 |
|
Mat Sutcliffe
|
fb43405277
|
[Clang][Windows] Fix regression introduced when upgrading to C++17
|
2021-10-11 14:20:06 +01:00 |
|
Mat Sutcliffe
|
2ac222f700
|
Issue #11 CEventLoop uses QPointer trick to guard against use-after-free
See https://blogs.kde.org/2009/03/26/how-crash-almost-every-qtkde-application-and-how-fix-it-0
|
2021-10-11 14:20:06 +01:00 |
|
Mat Sutcliffe
|
02d0f40c6d
|
Issue #11 Use CEventLoop in CAirspaceMonitor
|
2021-10-11 14:20:06 +01:00 |
|
Mat Sutcliffe
|
002cd1d5b9
|
Issue #11 Improve CEventLoop API
|
2021-10-11 14:20:06 +01:00 |
|
Mat Sutcliffe
|
3bd4b47d65
|
Bump version number
|
2021-10-11 14:19:55 +01:00 |
|
Mat Sutcliffe
|
fd02656eb2
|
[AFV] Disregard 6th digit of VHF alias frequency
This means for example 132.070 is equal to 132.075
v0.9.7.149
|
2021-10-10 01:26:17 +01:00 |
|
Mat Sutcliffe
|
d3a63ad4de
|
[CI] Use GitHub Actions concurrency setting
When a build is triggered, this cancels any current
builds of the same branch or pull request.
|
2021-09-29 22:28:16 +01:00 |
|
Mat Sutcliffe
|
2d8437c348
|
[CI] Include debug symbols in release assets
|
2021-09-22 19:07:34 +01:00 |
|
Mat Sutcliffe
|
27d9bf8f2f
|
[Installer] create readme.txt
|
2021-09-18 18:26:05 +01:00 |
|
Mat Sutcliffe
|
a592bb2bbe
|
Include style
|
2021-09-18 15:07:49 +01:00 |
|
Mat Sutcliffe
|
312dec792b
|
Doxygen style
|
2021-09-18 15:07:48 +01:00 |
|
Mat Sutcliffe
|
57d32da826
|
Use nested namespaces (C++17 feature)
|
2021-09-18 15:07:48 +01:00 |
|
Mat Sutcliffe
|
3f2e5b0b69
|
Remove barely-used aggregate headers
|
2021-09-18 01:44:58 +01:00 |
|
Mat Sutcliffe
|
3a14c96e8d
|
Fix missing forward declaration
|
2021-09-18 01:44:56 +01:00 |
|
Mat Sutcliffe
|
f82fcdfd39
|
[qmake] Inhibit swift_config.cookie warning when not building
This avoids triggering the warning while Qt Creator is loading.
|
2021-09-14 23:21:16 +01:00 |
|
Lars Toenning
|
cedaa48f5a
|
Issue #120 Remove separate PTT COM1/COM2 hotkeys
|
2021-09-14 00:07:01 +02:00 |
|