146 Commits

Author SHA1 Message Date
Alex Spataru
12a4b28654 Get rid of Qwt & render widgets using GPU 2024-10-27 05:38:58 -05:00
Alex Spataru
6327732203 Do not redraw plots for each new frame 2024-10-14 18:59:42 -05:00
Alex Spataru
8e4d2c9fcd Update UI::Dashboard rendering 2024-10-14 18:44:14 -05:00
Alex Spataru
a07cfbecdc Try to address issue #209 2024-10-14 15:45:30 -05:00
Alex Spataru
c6e7cd2e80 Fix QSS() implementation & try to avoid crash on a crappy laptop running OpenSUSE 2024-10-14 15:36:16 -05:00
Alex Spataru
a5d0593b21 Fix some QML issues 2024-10-14 15:10:00 -05:00
Alex Spataru
05dd6d2c3a Word wrap data in terminal 2024-10-14 14:50:24 -05:00
Alex Spataru
160ed6a290 Fix re-open bug #208 2024-10-14 13:44:36 -05:00
Alex Spataru
def9f91fb8 Avoid locking application event loop with queued events 2024-10-14 00:46:17 -05:00
Alex Spataru
749ca7d6df Use software rendering 2024-10-14 00:09:41 -05:00
Alex Spataru
c8dc674e96 Only emit updated() when necessary 2024-10-13 23:06:25 -05:00
Alex Spataru
242d0095c0 Let user define FFT sampling rate 2024-10-13 23:02:45 -05:00
Alex Spataru
8c616eb7cf Make sure program is still runnable on older computers 2024-10-13 21:59:22 -05:00
Alex Spataru
b1bb949005
Update CMakeLists.txt 2024-10-13 19:03:13 -05:00
Alex Spataru
ce8d83e0e1 Create static linebreak list 2024-10-13 18:50:39 -05:00
Alex Spataru
9b6295b463 Avoid possible undefined reference 2024-10-13 18:48:14 -05:00
Alex Spataru
f48c8509aa Fix several warnings on Linux 2024-10-13 18:45:52 -05:00
Alex Spataru
f87443436d Update ViewOptions.qml 2024-10-13 02:26:48 -05:00
Alex Spataru
3cc0d9a908 Allow user to hide/show plot axes 2024-10-13 02:26:29 -05:00
Alex Spataru
1cebd8396d Fix unsynched initial widget columns value 2024-10-13 01:55:47 -05:00
Alex Spataru
f59abc3d4d Fix Linux build error 2024-10-13 01:24:24 -05:00
Alex Spataru
0233f99c54 Fix Linux AppImage icon 2024-10-13 01:17:50 -05:00
Alex Spataru
93f02b9c5d Make date/time parsing more flexible in CSV player (#208) 2024-10-13 00:37:30 -05:00
Alex Spataru
c6b0d6c886 Fix MQTT subscriber dashboard loop 2024-10-11 15:07:03 -05:00
Alex Spataru
877cfc39c4 Add MQTT ClientID parameter 2024-10-11 04:24:41 -05:00
Alex Spataru
d7e15e3b27 Fix binding loop 2024-10-09 16:19:50 -05:00
Alex Spataru
26c24c446c Make IO::Console print font smaller 2024-10-09 16:09:50 -05:00
Alex Spataru
647998e799 Add QT_QMLCACHEGEN_ARGUMENTS --only-bytecode option 2024-10-09 16:06:41 -05:00
Alex Spataru
3258ad8083 Add Examples button & update to Qt 6.8.0 2024-10-09 10:27:49 -05:00
Alex Spataru
fe6fa4439a Supress deprecated SSL warnings + replace Q_NULLPTR with nullptr 2024-10-05 12:29:16 -05:00
Alex Spataru
8f70f0761f Fix issue #207 2024-10-05 11:41:53 -05:00
Alex Spataru
46ec2f1ef9 Add French translations & pulse sensor (quick plot) example 2024-10-03 01:26:38 -05:00
Alex Spataru
0d6e08c9cf
Update Terminal.qml 2024-09-30 16:13:26 -05:00
Alex Spataru
f7c7db190d Update translations 2024-09-29 14:46:28 -05:00
Alex Spataru
cd01f39dc2 Fix map widget 2024-09-29 13:42:19 -05:00
Alex Spataru
1def318ea3 Update translations 2024-09-29 02:21:15 -05:00
Alex Spataru
27be3aab33 Re-enable showing debug messages on the console 2024-09-29 02:14:08 -05:00
Alex Spataru
8a1ee9b9b2 Fix single-world selection in terminal 2024-09-29 02:05:21 -05:00
Alex Spataru
8345d64ae7 Rewrite terminal widget from the ground up 2024-09-29 00:31:14 -05:00
Alex Spataru
1ceeb0e7e9 Fix native window on widget external windows 2024-09-26 22:27:43 -05:00
Alex Spataru
6d73f70b61 Rename JSON::Generator to JSON::FrameBuilder 2024-09-26 21:52:44 -05:00
Alex Spataru
8a6ea187a3 Allow users to edit datagrid widget :S 2024-09-26 11:59:18 -05:00
Alex Spataru
b0950641a2 Update translations 2024-09-26 11:50:09 -05:00
Alex Spataru
d5d8bc73c0 Make frame extraction code more robust 2024-09-26 11:47:55 -05:00
Alex Spataru
1d491ea5d3 Use base color on native dialogs 2024-09-26 11:03:49 -05:00
Alex Spataru
06f854389c Update widget view switches to show widget color 2024-09-26 10:47:36 -05:00
Alex Spataru
65e865eb21 Fix window buttons on Microsoft Windows 2024-09-26 10:02:41 -05:00
Alex Spataru
ff741be86a Use an exponential moving average filter with a time-dependent factor to smooth out FFT sampling rate 2024-09-26 00:14:33 -05:00
Alex Spataru
d58792e31e Automatically update main window title when language is changed 2024-09-25 23:29:18 -05:00
Alex Spataru
e6bd289001 Add quick-plot mode for project-less data visualization (address issue #188) 2024-09-25 23:22:28 -05:00