Commit graph

1080 commits

Author SHA1 Message Date
Jan Käberich
b3eb1735cc option to prevent electronic calibrations while LibreCAL temperature unstable 2025-06-24 08:50:43 +02:00
Jan Käberich
3330cee2ba remember last used load/save paths in preferences 2025-06-23 16:39:18 +02:00
Jan Käberich
d8f042dcaa remember touchstone export settings 2025-06-23 16:08:06 +02:00
Jan Käberich
d615089afe Merge branch 'master' of github.com:jankae/LibreVNA 2025-06-23 15:25:14 +02:00
Jan Käberich
d6020a6a26 Custom expression bugfixes
- Off-by-one error when number of input samples changes
- race condition when closing custom expression edit dialog
- adjust available variables when input data type changes
2025-06-23 15:23:57 +02:00
Jan Käberich
a2b3146f1c Changelog + version bump 2025-05-31 16:05:21 +02:00
Jan Käberich
b5da8015b5 HIL: more rigorous test of firmware update process 2025-05-31 15:14:19 +02:00
Jan Käberich
162309e54a 1us delay after CS high on SPI flash 2025-05-31 14:59:14 +02:00
Jan Käberich
fde6707c9c show trace names for traces which are only on secondary Y axis 2025-05-18 13:36:44 +02:00
Jan Käberich
8a56b36166 add optional title to graphs 2025-05-18 13:35:36 +02:00
Jan Käberich
c808c6d4e4 allow variable x when checking if from math formula is valid 2025-05-18 12:54:50 +02:00
Jan Käberich
8a172d7f40 Changelog + version bump 2025-05-13 10:54:03 +02:00
Jan Käberich
0cdc4b138a new feature: changing the name of modes 2025-05-12 17:04:23 +02:00
Jan Käberich
6b81b307b7 Fix: do not reset variable names for from math traces when opening trace edit dialog 2025-05-12 16:56:38 +02:00
Jan Käberich
69bb1e493e fix buffer overflow when combining de-embedding with custom expressions 2025-05-06 17:07:03 +02:00
Jan Käberich
8a5d56ee39 adjust scope of enum declaration to fix macOS builds 2025-05-04 13:17:16 +02:00
Jan Käberich
199bb7bbd7 improve GUI synchronization for compound device 2025-05-04 13:01:00 +02:00
Jan Käberich
b3b3fa7718 improve domain handling for math traces 2025-05-01 14:53:48 +02:00
Jan Käberich
4f63a28b61 force PLL turn on when assembling device status in VNA mode 2025-04-23 16:18:26 +02:00
Jan Käberich
8a30f95aa7 fix missing initialization for compound device in SA mode 2025-04-23 16:16:47 +02:00
Jan Käberich
5827f2b927 disable debug output for packet queuing 2025-04-23 15:53:21 +02:00
Jan Käberich
47db70a12e Preselect most likely matching traces in touchstone export dialog 2025-04-23 15:40:04 +02:00
Jan Käberich
0818cda62e Configurable defauly Y axis limits 2025-04-21 10:25:33 +02:00
Jan Käberich
51c9ef2795 Update workflows to use Ubuntu 22.04 for firmware builds 2025-04-16 20:02:25 +02:00
Jan Käberich
b8600be086 fix streaming server output for zero span sweeps 2025-04-16 19:55:21 +02:00
Jan Käberich
798ffc4867 update marker symbol when preferences are updated 2025-04-13 14:42:16 +02:00
Jan Käberich
b1c4c4ffad Option to show markers symbols at top/bottom of graph for out-of-range markers 2025-04-13 14:27:44 +02:00
Jan Käberich
a28dd50e36 use filled marker triangles by default 2025-04-13 14:11:43 +02:00
Jan Käberich
c296111bcc disable min/max/div settings in XY plot dialog when axis set to disabled 2025-04-06 21:22:42 +02:00
Jan Käberich
57615f1b39 Allow group delay for reflection traces 2025-03-24 16:55:52 +01:00
Jan Käberich
345ab827c0 Set serial of connected device in *IDN? response 2025-03-13 11:35:56 +01:00
Jan Käberich
8d219c0523 use theme dependent font color for device log INFO messages 2025-03-13 11:27:04 +01:00
Jan Käberich
1fb1c85208 Increase USB buffer timeout in VNA sweep 2025-03-13 10:02:36 +01:00
Jan Käberich
91e4a87dc0 Merge branch 'DanChianucci-master' 2025-03-06 15:11:49 +01:00
Jan Käberich
eb3098a2ad remove and ignore KiCad backups 2025-03-06 15:11:23 +01:00
Jan Käberich
5ea02a71fe move Eagle PnP files 2025-03-06 15:11:03 +01:00
Jan Käberich
c96101960f Merge branch 'master' of github.com:DanChianucci/LibreVNA into DanChianucci-master 2025-03-06 15:06:49 +01:00
Jan Käberich
a39b9465a6 fix intermittent source generation problem 2025-03-05 09:34:41 +01:00
Jan Käberich
99d34a39ce add icon for macOS (#298) 2025-03-05 07:58:10 +01:00
Jan Käberich
7370fda2c7 fix de-embedding menu on macOS after loading setup (#297) 2025-03-05 07:57:56 +01:00
Jan Käberich
b133728f1d switch PLL reference to avoid integer spurs 2025-03-03 15:42:14 +01:00
Jan Käberich
224b2abc5c Merge branch 'master' into integer_spur_improvement 2025-03-03 14:25:44 +01:00
Jan Käberich
cbd7d7149c Merge branch 'master' of github.com:jankae/LibreVNA 2025-03-03 11:35:34 +01:00
Jan Käberich
cef3b7483d Reset LibreCAL port standards to none when aborting calibration measurement. 2025-03-03 11:35:15 +01:00
Jan Käberich
05d6112605
Merge pull request #296 from mylesagray/macos-13-builds
Added builder and docs for MacOS >13.7 and MacOS 14+ builds.
2025-03-03 07:47:50 +01:00
M Gray
2d5609b1c5
Updated release tagger to build and tag MacOS 13.7 builds. 2025-03-02 19:03:33 +00:00
M Gray
8c3b76e2d0
Reflect multiple MacOS builds in docs
Added MacOS details to readme to reflect MacOS 14+ and 13.7 builds
2025-03-02 18:47:30 +00:00
M Gray
7eaa72529a
Added MacOS 13 builder
To combat the "application can not run on this version of MacOS" errors - due to latest have a minimum compat version of MacOS 14 - we need to add another builder to ship an "Up-to-13.7" build.
2025-03-02 18:31:51 +00:00
Dan Chianucci
1405d0a599
Merge pull request #2 from nateof8/master
Updates to fix issues with Mar 2024 PWB version
2025-03-01 22:37:16 -05:00
Jan Käberich
9da7edc31f disable start button when determining ports, reset stylesheet instead of forcing black 2025-02-28 14:32:14 +01:00