Wykres commitów

375 Commity (ec59c392413fc6a258edfaf0532ee489c27cdaf2)

Autor SHA1 Wiadomość Data
mihtjel ec59c39241
Merge pull request #56 from mihtjel/Development
Bugfix: Handle more than 6 saved markers
2019-10-23 09:38:37 +02:00
Rune Broberg 2c12599e33 Bugfix: Handle more than 6 saved markers 2019-10-23 09:36:34 +02:00
mihtjel e664d15cb0
Merge pull request #55 from mihtjel/Development
0.1.4 release
2019-10-23 09:24:05 +02:00
Rune Broberg eabe6fb488 0.1.4 release 2019-10-23 09:19:40 +02:00
Rune Broberg 5b0a442b57 Increases default alpha value of reference sweep values to 48, to show up (a little) more clearly for new users. 2019-10-22 12:48:22 +02:00
Rune Broberg ce13c1c039 Disable the Remove Marker button when there's no markers left. 2019-10-22 10:34:56 +02:00
Rune B. Broberg 689142d75f Hardware layer doesn't know about Datapoints anyway 2019-10-21 23:53:07 +02:00
Rune B. Broberg b0bd34edba TDR chart scaling 2019-10-21 20:45:54 +02:00
Rune Broberg 63e51d32f6 S-parameter chart 2019-10-21 16:46:30 +02:00
Rune Broberg efe756a90f Marker and data-plotting now supports data sets and Y position functions 2019-10-21 11:47:07 +02:00
Rune B. Broberg bc0dd23d8b S11/S21 Combined LogMag Chart 2019-10-20 23:28:52 +02:00
Rune B. Broberg f761bdc9bc Calibration error messages presented to the user. 2019-10-20 20:34:33 +02:00
Rune B. Broberg e7f2961eb9 Apply calibration to the current sweep when the Apply button is pressed. 2019-10-20 15:28:15 +02:00
Rune B. Broberg a4ffe3fa79 Check input data for calibration standards, and fall back to ideals. 2019-10-20 14:04:42 +02:00
Rune B. Broberg d7d4d51bce Tell the user (In the About window) if checking for updates failed. 2019-10-20 12:29:41 +02:00
Rune B. Broberg 7d58c1e777 Datapoint class imported from RFTools 2019-10-20 12:19:05 +02:00
Rune B. Broberg 86ec4af8f1 Moved more RF specific static methods to RFTools 2019-10-20 12:16:11 +02:00
Rune B. Broberg 18417b568b Add and remove markers, allowing more (or fewer) than 3 at a time.
Marker data displays get coloured header text to distinguish them.
Fixed URLError when checking for new updates without internet.
2019-10-20 00:03:22 +02:00
Rune B. Broberg 26b48be8be Copy line thickness and point size to popped out charts. 2019-10-19 19:45:58 +02:00
Rune B. Broberg 62c83d645e Added RFTools class for generic functions
Added |S11|, |S21| and |Z| charts
Removed sys.exit() to allow profiling
2019-10-19 00:58:31 +02:00
Rune Broberg 6c4431d4b9 Correctly reload saved point size and line thickness.
0.1.4alpha
2019-10-17 09:15:16 +02:00
mihtjel fc443a4dbb
Merge pull request #44 from mihtjel/Development
0.1.3 release
2019-10-16 14:22:10 +02:00
Rune Broberg dc8ef86d65 0.1.3 release 2019-10-16 14:20:23 +02:00
Rune Broberg 74e08eb9a9 Correctly handle removing the last VSWR marker;
or loading an invalid marker from settings.
2019-10-16 13:24:50 +02:00
Rune Broberg a0c2148d40 VSWR Markers for 1 or less should be ignored. 2019-10-16 12:31:02 +02:00
Rune Broberg fa2c7a4fc9 F and H were swapped in labels for calibration standard sets. 2019-10-16 09:39:40 +02:00
Rune B. Broberg 46a2f090aa Disable automatic calibration when sweep is set to continuous
Fix popout of Phase and RealImaginary charts
2019-10-15 16:39:47 +02:00
Rune Broberg 1b40fbf468 Emphasize the need to have calibration done on the device before the app 2019-10-15 14:58:51 +02:00
Rune Broberg 22017bc449 Update VSWR marker colours even when using custom color scheme. 2019-10-15 09:09:10 +02:00
Rune B. Broberg f1481636c7 Make sure pointSize/lineThickness are used universally 2019-10-14 19:53:59 +02:00
Rune B. Broberg 1441b67ed1 Configurable line thickness and data point sizes. 2019-10-14 19:34:59 +02:00
Rune B. Broberg 8b69cf2979 Calculate -60 dB points if not found (Analysis)
Allow resizing of popped out square charts
Shortcuts to start (CTRL+W) and stop (ESC) sweeps
2019-10-14 19:14:10 +02:00
mihtjel 3367b206ed
Update README.md 2019-10-14 11:14:04 +02:00
Rune Broberg a745fede33 Make the TDR chart available both in the TDR window and main window.
Attempt to fix NanoVNA-F connect error.
2019-10-14 08:43:06 +02:00
Rune B. Broberg cc80c23c2e More copy functions for charts. TDRWindow now uses signals for charts. 2019-10-13 23:10:01 +02:00
Rune B. Broberg e893c8a104 - Only show the first half of TDR readout, as I'm told the second half is useless anyway. 2019-10-13 18:13:30 +02:00
Rune B. Broberg f628e9df7e Loading VSWR marker values failed if only one value was saved.
R+jX charts now have 4 distinct colours for lines as well. (Fixes #39)
2019-10-13 17:57:39 +02:00
Rune B. Broberg 0e18bbb095 SWR Markers 2019-10-13 17:35:32 +02:00
Rune B. Broberg 6c1da0cdf9 Allow displaying multiple versions of the same chart 2019-10-13 11:19:11 +02:00
Rune B. Broberg bbaf56ab60 First attempts at allowing popping out of charts 2019-10-13 10:37:14 +02:00
Rune B. Broberg 03c1ade459 Allow charts that subscribe to updates, but cannot be selected for display. 2019-10-13 09:58:26 +02:00
Rune B. Broberg 5f62fc7bf6 Debugging info 2019-10-13 01:10:55 +02:00
Rune B. Broberg 7ffcf93b75 More robust parsing of version numbers. 2019-10-13 00:15:04 +02:00
Rune B. Broberg a50e07fd39 Ensure Hz/step is always updated. 2019-10-12 22:48:17 +02:00
Rune B. Broberg 4efe4df934 Logarithmic frequency display in charts 2019-10-12 22:33:45 +02:00
Rune B. Broberg 794b843c28 This is 0.1.3alpha 2019-10-12 20:49:02 +02:00
Rune B. Broberg b7a58dca30 Set User-Agent to current version when checking for updates. 2019-10-12 20:48:19 +02:00
mihtjel e2fc06afef
Merge pull request #37 from mihtjel/revert-35-Development
Revert "Skins mode for NanoVNA Saver (Dev Branch)"
2019-10-11 19:14:29 +02:00
mihtjel 8f758a67fa
Revert "Skins mode for NanoVNA Saver (Dev Branch)" 2019-10-11 19:13:46 +02:00
mihtjel 7786c8cc0a
Merge pull request #35 from cinosh07/Development
Skins mode for NanoVNA Saver (Dev Branch)
2019-10-11 18:44:12 +02:00