234 Commits

Author SHA1 Message Date
Alex Spataru
01bf0653cf Ensure circular buffer is reset when device is disconnected, and continue working on issue #229 2024-11-24 22:06:24 -05:00
Alex Spataru
87d6ec6bd5 Avoid hangs with high-frequency data by scheduling calls 2024-11-24 19:29:23 -05:00
Alex Spataru
8057460f60 Work on issue #229 2024-11-24 15:50:20 -05:00
Alex Spataru
adb0a6c1a0 Update translations 2024-11-23 11:57:27 -05:00
Alex Spataru
8791e5859a
Fix legend label colors on dark themes 2024-11-23 01:29:54 -05:00
Alex Spataru
7e8e0a73de
Correctly rename theme files and disable -xHost flag on ICC 2024-11-23 01:04:56 -05:00
Alex Spataru
671aa0ef82 Update default JS script documentation 2024-11-23 00:49:50 -05:00
Alex Spataru
794ad615c6 Add custom XML styles for code editor 2024-11-23 00:42:43 -05:00
Alex Spataru
5a5ef2f7b8 Remove side-by comment 2024-11-22 22:31:02 -05:00
Alex Spataru
a062ccbe08 Remove unnecessary macro conditions 2024-11-22 22:23:43 -05:00
Alex Spataru
f184084e33 Try to remove cmath header to see if Windows build works 2024-11-22 22:11:27 -05:00
Alex Spataru
94f75d0bf0 Add SVE support for ARM CPUs 2024-11-22 22:09:42 -05:00
Alex Spataru
e9015c7baa Give up on edbee, use QCodeEditor instead 2024-11-22 18:22:50 -05:00
Alex Spataru
41cb678bd8 Try to compile edbee lib again 2024-11-22 16:13:39 -05:00
Alex Spataru
091577ebe6 Merge branch 'master' of https://github.com/Serial-Studio/Serial-Studio 2024-11-22 08:50:30 -05:00
Alex Spataru
1cfb2b4c7d Add edbee text editor 2024-11-22 08:50:28 -05:00
Alex Spataru
4a82db0efc
Use -force-openssl instead of -force_openssl 2024-11-20 17:10:05 -05:00
Alex Spataru
8b6854c1db
Include qopensslbackend.dll with Windows package 2024-11-20 16:52:42 -05:00
Alex Spataru
04a935a362
Use /MT flag again 2024-11-20 16:42:07 -05:00
Alex Spataru
0bcc969a74
Add Hardened Runtime on macOS 2024-11-20 16:33:01 -05:00
Alex Spataru
e0b4a80edf
Update CMakeLists.txt 2024-11-20 16:12:35 -05:00
Alex Spataru
9dfae24b4b Remove unused QML_Module in Cmake 2024-11-19 11:28:59 -05:00
Alex Spataru
68bfb04ccc Fix FFT crash 2024-11-19 09:47:34 -05:00
Alex Spataru
7d0e29e200 Make saving frame parser code more intuitive 2024-11-19 08:11:54 -05:00
Alex Spataru
79a5239769 Migrate old frame parser code 2024-11-19 07:31:21 -05:00
Alex Spataru
22b7543f43 Update HAL_Driver.h 2024-11-19 00:41:21 -05:00
Alex Spataru
4821885837 Go back to C++17 2024-11-18 23:40:17 -05:00
Alex Spataru
f2af6297aa Add <cmath> to fix MSVC build 2024-11-18 19:49:08 -05:00
Alex Spataru
ec07d4c172 Update compiler flags for SIMDe 2024-11-18 18:42:02 -05:00
Alex Spataru
4670ef4ca1 Add SIMD header with common operations 2024-11-18 18:21:27 -05:00
Alex Spataru
e09cfb6be3 Use SIMD instructions for updating plot data 2024-11-18 17:30:30 -05:00
Alex Spataru
9230c38e87 Transition to C++ 20 2024-11-18 15:59:51 -05:00
Alex Spataru
63eeb62192 Update translations 2024-11-18 14:25:06 -05:00
Alex Spataru
a286a15e47 Remove descriptor list (#220) 2024-11-18 14:18:52 -05:00
dsm
2fbc6f5871 fix data write to characteristic 2024-11-18 14:41:32 +03:00
Alex Spataru
598a9ef463 Sync dataset view toolbar 2024-11-18 04:16:08 -05:00
Alex Spataru
694ece8b02 Display BLE errors with messagebox 2024-11-18 03:49:32 -05:00
Alex Spataru
025f010301 Display current characteristic value when select it 2024-11-18 03:40:40 -05:00
Alex Spataru
d569e41717 Address issue #220 2024-11-18 03:21:45 -05:00
Alex Spataru
c0bc278201 Also use a CircularBuffer on the IO::Console 2024-11-18 02:51:54 -05:00
Alex Spataru
5cb92d4e57 Only configure device connection when worker thread is running 2024-11-18 01:50:08 -05:00
Alex Spataru
d17eb0f553 Ensure dashboard is only shown when needed 2024-11-18 01:43:07 -05:00
Alex Spataru
a2e754b537 Use a circular buffer + Knuth-Morris-Pratt (KMP) for parsing frames 2024-11-18 01:20:04 -05:00
Alex Spataru
9f7a2be9b5 Add file transmission capability 2024-11-17 22:24:01 -05:00
Alex Spataru
48dd861d03 Remove payloadReceived() signal from HAL_Driver 2024-11-17 19:38:00 -05:00
Alex Spataru
a83f6f6c47 Add "No Delimiter" to project options and simplify default frame parsing code 2024-11-17 18:52:38 -05:00
Alex Spataru
5c03ced35b Address toolbar buttons issue mentioned in #220 2024-11-17 17:35:16 -05:00
Alex Spataru
6a25e46260 Ensure plots respect min/max values 2024-11-17 15:50:36 -05:00
Alex Spataru
58bb01dc2c Set thread priority to HighestPriority 2024-11-17 03:57:36 -05:00
Alex Spataru
d333f9fe83 Update includes 2024-11-16 23:34:54 -05:00