1455 Commits

Author SHA1 Message Date
Alex Spataru
0905528656 Change default FFT size to 256 (audio range, it's not probable that Serial Studio users are doing SDR haha) 2024-11-16 16:46:30 -05:00
Alex Spataru
59dde1003d Make legends box scrollable 2024-11-16 16:06:54 -05:00
Alex Spataru
5fb325c782 Save show legends setting 2024-11-16 15:27:20 -05:00
Alex Spataru
237e88f022 Make legend labels smaller 2024-11-16 15:25:49 -05:00
Alex Spataru
5f6a52ad3e Remove extra comment 2024-11-16 15:22:29 -05:00
Alex Spataru
e44a1da0e1 Fix #221 2024-11-16 15:18:27 -05:00
Alex Spataru
a422280202 Try to address Windows crash in #220 2024-11-16 14:31:26 -05:00
Alex Spataru
06a4ddddd1 Make UDP example compile on Windows 2024-11-16 14:23:58 -05:00
Alex Spataru
fa17f7b78c Fix terminal word selection 2024-11-14 15:29:19 -05:00
Alex Spataru
833f504eaa Update Manager.cpp 2024-11-14 09:48:02 -05:00
Alex Spataru
02505c6006 Ensure we can set QThread priority 2024-11-14 09:46:09 -05:00
Alex Spataru
a9cd640a6a Format code 2024-11-14 09:37:39 -05:00
Alex Spataru
b2e39a8612
Update Player.cpp 2024-11-14 09:06:19 -05:00
Alex Spataru
d35a72533c
Update Export.cpp 2024-11-14 09:02:13 -05:00
Alex Spataru
2fe108915c
Merge pull request #219 from CloverGit/patch-1
refactor: use QStandardPaths for file locations
2024-11-14 08:52:25 -05:00
Alex Spataru
4f1dd49570
Update README.md 2024-11-14 01:19:46 -05:00
Alex Spataru
01b50bfb3f Update function generator screenshot 2024-11-14 01:15:53 -05:00
Alex Spataru
85208b793c Minor UI updates in toolbars 2024-11-14 01:07:50 -05:00
Alex Spataru
73ab82c833 Fix non-POD static warning 2024-11-14 00:53:27 -05:00
Alex Spataru
35a568f8ed Remove qtcsv dependecy & make UI module more robust 2024-11-14 00:50:16 -05:00
Alex Spataru
c58c8d46ca Move folders 2024-11-13 19:16:09 -05:00
Alex Spataru
1eb1c66823
Update README.md 2024-11-13 19:02:53 -05:00
Alex Spataru
2b6f9912ff
Update README.md 2024-11-13 19:00:43 -05:00
Alex Spataru
cc8609cd94 Add function generator example/test 2024-11-13 18:59:45 -05:00
Alex Spataru
4303e1a5e3 Send data as it is through MQTT 2024-11-13 17:40:55 -05:00
Alex Spataru
7852779b2f Fix some MQTT subscriber issues 2024-11-13 17:20:42 -05:00
Alex Spataru
f4fc5c6e44 Allow MQTT subscriber to generate CSV files 2024-11-13 17:11:21 -05:00
Alex Spataru
b749f5f85f Upload to MQTT CSV-like payload 2024-11-13 17:01:46 -05:00
Alex Spataru
61be3f15d7 Reset descriptors list when characteristic is changed 2024-11-13 16:21:05 -05:00
Alex Spataru
2b115a0725 Fix issues with CSV player + hexadecimal and continue refactoring IO module 2024-11-13 16:12:46 -05:00
Alex Spataru
70ea63b39d Add option to ignore data delimeters in BLE 2024-11-13 13:45:48 -05:00
Alex Spataru
58a6cfb42b Code refactoring, add threaded frame parser & attend issue #220 2024-11-13 13:03:40 -05:00
Alex Spataru
a399ca4790 Minor UI fixes 2024-11-11 17:35:53 -05:00
Alex Spataru
ce69b705ed Comment-out address sanitizer 2024-11-11 13:27:14 -05:00
Alex Spataru
68870ecad7 Define default dashboard values 2024-11-11 12:55:54 -05:00
Alex Spataru
763584f829 Re-show log messages on the console 2024-11-11 12:14:26 -05:00
Alex Spataru
76b88c7f46 Ensure that warning messages are logged 2024-11-11 12:13:57 -05:00
Alex Spataru
b1c1776bc3 Allow setting minimum cols/rows for terminal widget 2024-11-11 12:13:02 -05:00
Alex Spataru
121833f66e Add some memory management for the console buffer 2024-11-11 12:06:18 -05:00
CloverGit
1dd3546d82
refactor: use QStandardPaths for file locations
Enhance cross-platform compatibility and ensure files are saved in standard user directories by using QStandardPaths.
2024-11-12 00:10:25 +08:00
Alex Spataru
0ee4f241a3 Merge branch 'master' of https://github.com/Serial-Studio/Serial-Studio 2024-11-11 10:47:14 -05:00
Alex Spataru
5bc22eacae Fix UI glytch in secondary toolbar buttons 2024-11-11 10:46:56 -05:00
Alex Spataru
db65366abc Format code 2024-11-11 10:09:24 -05:00
Alex Spataru
db74077905 Remove aggressive optimization flags & fall back to RCC QML registration 2024-11-11 10:08:26 -05:00
Alex Spataru
823793560b Ensure that app can compile on Linux aarch64 2024-11-11 09:54:11 -05:00
Alex Spataru
580d478f65 Remove compiler optimizations to avoid strange issues 2024-11-10 12:24:33 -05:00
Alex Spataru
7c9cc7a1e9 Try to fix issues with multiple screens #149 2024-11-10 01:58:04 -05:00
Alex Spataru
3c6e2a1b0c Save some screen real estate by reimplementing toolbar buttons 2024-11-10 01:22:48 -05:00
Alex Spataru
841bb75a26 Make CSV directory less nested 2024-11-10 00:31:31 -05:00
Alex Spataru
27aff564f8 Update themes to make chart more visible 2024-11-09 23:47:22 -05:00