Jan Käberich
|
4c0d18b5f4
|
ignore other devices on startup when device serial specified
|
2023-10-31 13:28:59 +01:00 |
|
Jan Käberich
|
79290d0f36
|
Use trace data after math operations for eye diagram plot
|
2023-10-24 17:41:45 +02:00 |
|
Jan Käberich
|
503d689d51
|
reduce inter-segment delay, add integration test for segmented sweep
|
2023-10-24 16:39:21 +02:00 |
|
Jan Käberich
|
ccb71f9650
|
Shortcuts for adding/removing plots
|
2023-10-24 14:04:31 +02:00 |
|
Jan Käberich
|
59f3057dd9
|
Fix segmented sweep
|
2023-10-23 19:29:01 +02:00 |
|
Jan Käberich
|
69fe833715
|
Fix calibration progress dialog
|
2023-07-30 13:09:47 +02:00 |
|
Jan Käberich
|
8a6bff5248
|
add new VID
|
2023-07-30 13:08:49 +02:00 |
|
Jan Käberich
|
853cf310c9
|
Start GUI with ideal calibration standards
|
2023-07-29 18:11:57 +02:00 |
|
Jan Käberich
|
175cade3da
|
Merge branch 'master' of github.com:jankae/LibreVNA
|
2023-07-24 10:29:20 +02:00 |
|
Jan Käberich
|
d0620287a2
|
fix quality factor formula
|
2023-07-24 10:28:44 +02:00 |
|
Jan Käberich
|
94482fe151
|
New SCPI command: load/save setup files
|
2023-07-21 13:43:38 +02:00 |
|
Jan Käberich
|
0ba1493d19
|
Changes to standard SCPI commands: IDN/OPC
|
2023-07-16 12:35:10 +02:00 |
|
Jan Käberich
|
7370ed7f17
|
Merge branch 'qt6'
|
2023-07-16 12:22:28 +02:00 |
|
Jan Käberich
|
727040c132
|
Update to new VID/PID from pidcodes
|
2023-04-17 23:38:24 +02:00 |
|
Jan Käberich
|
1aaba21723
|
Improve graph axis labeling
- Use correct Y height to display full font
- Fix floating point issue when calculating amount of displayed digits
in Unit::ToString
|
2023-04-05 17:13:21 +02:00 |
|
Jan Käberich
|
5f022c42b6
|
Ignore first point of next sweep when in single sweep mode, fix parsing of VFF MCU temperature in VNA log
|
2023-04-03 13:05:52 +02:00 |
|
Jan Käberich
|
50dd9e6002
|
Merge branch 'qt6'
|
2023-03-28 11:54:20 +02:00 |
|
Jan Käberich
|
b0e44b9fcf
|
Adjust documentation and release workflow to Qt6
|
2023-03-28 11:28:03 +02:00 |
|
Jan Käberich
|
c18845fce5
|
removed warning, updated lohmann::json, fix qt6 static assertion error
|
2023-03-27 00:13:01 +02:00 |
|
Alexander Voronov
|
f84a0f7c1a
|
LibreVNA-GUI: Use Qt::BackgroundRole instead of Qt::BackgroundColorRole
|
2023-03-25 00:28:42 +03:00 |
|
Alexander Voronov
|
1c1ef29e7b
|
LibreVNA-GUI:librevnatcpdriver: Convert QString to QByteArray
|
2023-03-25 00:28:42 +03:00 |
|
Alexander Voronov
|
84953d23d1
|
LibreVNA-GUI:Traces:tracepolot: Fix getting QWheelEvent position
|
2023-03-25 00:28:42 +03:00 |
|
Alexander Voronov
|
3f39a736e0
|
LibreVNA-GUI: Update QVariant usage
|
2023-03-25 00:28:42 +03:00 |
|
Alexander Voronov
|
76448e64ee
|
LibreVNA-GUI: Use 'horizontalAdvance' instead of 'width' for text width
|
2023-03-25 00:28:42 +03:00 |
|
Alexander Voronov
|
daf7218cfd
|
LibreVNA-GUI: Remove obsolete 'setMargin' calls
|
2023-03-25 00:28:42 +03:00 |
|
Alexander Voronov
|
714953f8aa
|
LibreVNA-GUI: Fix usage of QAbstractSocket's slot 'errorOccurred'
|
2023-03-25 00:28:42 +03:00 |
|
Alexander Voronov
|
8b17a445c7
|
LibreVNA-GUI: Remove obsolete QDesktopWidget inclusions
|
2023-03-25 00:28:42 +03:00 |
|
Alexander Voronov
|
7a561224e2
|
LibreVNA-GUI: Fix 'QButtonGroup' signals usage
|
2023-03-25 00:28:42 +03:00 |
|
Alexander Voronov
|
7a75a3cfbe
|
LibreVNA-GUI:compounddriver: Fix obsolete 'toSet'/'toList'
See https://doc.qt.io/qt-5/qset-obsolete.html
and https://doc.qt.io/qt-5/qlist-obsolete.html
|
2023-03-25 00:28:42 +03:00 |
|
Alexander Voronov
|
e12cc850db
|
LibreVNA-GUI:CustomWidgets:siunitedit: Fix ambiguous conversion
This commit adds a static_cast to the 'QChar' for the keycode if it
is less than or equal to 255.
|
2023-03-25 00:28:42 +03:00 |
|
Alexander Voronov
|
f0d0f3bde2
|
LibreVNA-GUI: Fix obsolete calls 'setBackgroundColor'
'setBackgroundColor' is deprecated. Instead we use 'setBackground'.
|
2023-03-25 00:28:42 +03:00 |
|
Alexander Voronov
|
f4b8a0b3ad
|
LibreVNA-GUI: Specify namespace for Qt::flush
This commit fixes compilation errors related to flush scoping.
|
2023-03-25 00:28:42 +03:00 |
|
Jan Käberich
|
7ebb1ea0c0
|
Apply button for preferences
|
2023-03-22 08:40:51 +01:00 |
|
Jan Käberich
|
9eb2a913b7
|
Fix parsing of timestamp in packet logs, change file ending
|
2023-03-21 13:03:10 +01:00 |
|
Jan Käberich
|
4dd477f604
|
Apply buttons for graph setup dialogs
|
2023-03-19 21:43:03 +01:00 |
|
Jan Käberich
|
54de9fd6b0
|
Fix :DEV:CONN SCPI command
|
2023-03-17 18:51:40 +01:00 |
|
Jan Käberich
|
f6ff4727c8
|
Debug-option: preserve phase for through measurements in compound driver
|
2023-03-17 18:51:27 +01:00 |
|
Jan Käberich
|
5e46055d3c
|
Output time per sweep on debug console
|
2023-03-17 18:50:46 +01:00 |
|
Jan Käberich
|
87c1f4d576
|
Duplicate mode switch control in menu
|
2023-03-10 17:56:08 +01:00 |
|
Jan Käberich
|
d30fa8b2ce
|
Compound device driver improvements
|
2023-03-10 00:08:13 +01:00 |
|
Jan Käberich
|
ce50ddc702
|
make reference impedance editable for math traces
|
2023-03-05 23:26:49 +01:00 |
|
Jan Käberich
|
f5aeca60da
|
add reference impedance to trace storage
|
2023-03-05 23:14:35 +01:00 |
|
Jan Käberich
|
afda0e2994
|
Off-by-one bugfix for raw port receiver value
|
2023-03-05 23:06:52 +01:00 |
|
Jan Käberich
|
4caec3989e
|
Fix impedance for mixed mode traces
|
2023-03-01 10:34:54 +01:00 |
|
Jan Käberich
|
99c6d77ad8
|
Device protocol update: support device with up to 4 ports
|
2023-02-23 23:04:50 +01:00 |
|
Jan Käberich
|
a0c45d3c56
|
VFF device config update
|
2023-02-23 15:14:49 +01:00 |
|
Jan Käberich
|
e05df7ef19
|
properly cleanup drag pointer
|
2023-02-21 13:56:30 +01:00 |
|
Jan Käberich
|
76c63e8585
|
remove debug output
|
2023-02-21 13:56:06 +01:00 |
|
Jan Käberich
|
1fc9ae0c0d
|
Attempt to fix OSX workflow
|
2023-02-20 13:25:38 +01:00 |
|
Jan Käberich
|
9b4865dceb
|
Renaming packet types, implementing different packet contents per hardware version
|
2023-02-20 13:08:31 +01:00 |
|