175 Commits

Author SHA1 Message Date
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
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
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
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
5bc22eacae Fix UI glytch in secondary toolbar buttons 2024-11-11 10:46:56 -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
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
Alex Spataru
16f8596ca5 Fix remaing font glytches after switching to point-based system 2024-11-09 23:18:41 -05:00
Alex Spataru
bf8cd7a503 Make the Misc::CommonFonts work with fractions 2024-11-09 22:44:01 -05:00
Alex Spataru
b7e46b2584 Fix issue #215 2024-11-09 22:08:59 -05:00
Alex Spataru
18f775114c Use OS fonts & ensure minimum window sizes are respected 2024-11-09 18:38:40 -05:00
Alex Spataru
99f8ce99f2 Don´t use variable fonts 2024-11-09 16:44:31 -05:00
Alex Spataru
60d9ce68d1 Change dialog flags & document frame parser widget 2024-11-08 00:06:36 -05:00
Alex Spataru
0b350f264d Address issue #149 2024-11-07 22:54:25 -05:00
Alex Spataru
16cfe7b81a Use Noto Sans for UI & add Noto Sans SC for Chinese 2024-11-07 21:13:54 -05:00
Alex Spataru
bee14813d9
Update main.cpp 2024-11-07 19:31:06 -05:00
Alex Spataru
2b78befee5
Update main.cpp 2024-11-07 19:30:57 -05:00
Alex Spataru
18d58c9ce6 Format code 2024-11-07 19:30:14 -05:00
Alex Spataru
4bfaa1c2f0 Fix Windows compilation issue 2024-11-07 19:29:53 -05:00
Alex Spataru
541f1eae3c Make main.cpp utility functions static 2024-11-07 17:53:25 -05:00
Alex Spataru
580e068888 Organize main.cpp 2024-11-07 17:50:41 -05:00