Commit Graph

2514 Commits

Author SHA1 Message Date
Clayton Smith
d9b03725fb Add launchable element to AppStream metadata 2023-11-02 16:05:26 -04:00
Clayton Smith
fd757c13e4 Switch back to upstream gr-osmosdr 2023-10-31 14:11:37 -04:00
Clayton Smith
848acef703 Turn off release indicator 2023-10-20 22:44:29 -04:00
Clayton Smith
35030c9a08 Version 2.17.3 2023-10-20 22:42:43 -04:00
Clayton Smith
91a87cfca6
Merge pull request #1312 from willcode/fix/restore-bookmark-delete-key
bookmarks: restore Delete key
2023-10-19 17:05:21 -04:00
Clayton Smith
03ebc21815 Update news 2023-10-19 16:25:46 -04:00
Jeff Long
0a76cc9b03 bookmarks: restore Delete key
Delete is used as a global shortcut to clear the waterfall. It is
also used to delete a bookmark, when the bookmarks table has focus.
Allow the bookmarks table to override the global Delete shortcut.

Signed-off-by: Jeff Long <willcode4@gmail.com>
2023-10-19 16:12:52 -04:00
Clayton Smith
ef017bc877 Add Windows to the readme 2023-10-17 14:28:57 -04:00
Clayton Smith
5de29c178b Fail immediately if FORCE_QT6 is specified and Qt6 is missing 2023-10-11 23:47:49 -04:00
Clayton Smith
a16a47b710 Turn off release indicator 2023-10-09 22:16:33 -04:00
Clayton Smith
79a7c86d9e Version 2.17.2 2023-10-09 20:47:54 -04:00
Clayton Smith
92e4257300
Merge pull request #1310 from gqrx-sdr/force-qt-version
Allow the Qt version to be chosen explicitly
2023-10-09 20:45:32 -04:00
Clayton Smith
898d12069c Fix compiler warning 2023-10-09 20:16:04 -04:00
Clayton Smith
e92108c735 Update the FSF address
This should remove the need for a Fedora patch:
https://src.fedoraproject.org/rpms/gqrx/blob/rawhide/f/0001-Update-FSF-Adres-for-afsk1200.patch
2023-10-09 19:44:25 -04:00
Clayton Smith
fe5b26e7b2 Update news 2023-10-09 19:28:31 -04:00
Clayton Smith
45bb15dcda Allow the Qt version to be chosen explicitly 2023-10-09 18:52:00 -04:00
Clayton Smith
03014e2b54 Turn off release indicator 2023-10-09 18:51:43 -04:00
Clayton Smith
e5e41e4f1a Version 2.17.1 2023-10-09 12:47:41 -04:00
Clayton Smith
5517fb3ff8
Merge pull request #1250 from LevitatingBusinessMan/ctrl-zoom
Zoom the plotter faster with Ctrl
2023-10-09 11:44:51 -04:00
Clayton Smith
896d3dfeba Update news 2023-10-06 17:32:17 -04:00
LevitatingBusinessMan (Rein Fernhout)
71c801ae22 Zoom the plotter faster with Ctrl 2023-10-06 17:27:02 -04:00
Clayton Smith
154bbe6c62
Merge pull request #1305 from gqrx-sdr/sigmf-hw
Add core:hw to SigMF metadata files
2023-10-06 14:50:54 -04:00
Clayton Smith
442ca2d9c8 Add core:hw to SigMF metadata files 2023-10-06 13:29:31 -04:00
Clayton Smith
ef84e43b92
Merge pull request #1182 from Niautanor/sigmf-record
Allow recording IQ samples in the SigMF format
2023-10-05 21:38:28 -04:00
Clayton Smith
4c4f9d5eeb Update contributors 2023-10-05 20:43:15 -04:00
Clayton Smith
98a796f425 Update news 2023-10-05 20:43:07 -04:00
Luna Gräfje
55261f93a3 Add SigMF metadata to IQ recordings 2023-10-05 20:35:17 -04:00
Clayton Smith
376f097a24 Update news 2023-10-05 19:12:39 -04:00
Clayton Smith
05246df177
Merge pull request #1304 from gqrx-sdr/waterfall-qimage
Use a QImage for the waterfall
2023-10-05 19:11:25 -04:00
Clayton Smith
c8113af083 Use a QImage for the waterfall 2023-10-05 17:44:12 -04:00
Clayton Smith
79b2c8ade0
Merge pull request #1302 from gqrx-sdr/freqctrl-refactor
Refactor the frequency control
2023-10-05 09:19:42 -04:00
Clayton Smith
6cd380d867 Refactor the frequency control 2023-10-04 23:24:09 -04:00
Clayton Smith
e50a166687 Remove signatures from unsigned DMG build 2023-10-04 21:26:07 -04:00
Clayton Smith
757e13d5c0 Fix DMG volume name 2023-10-04 19:27:57 -04:00
Clayton Smith
8aa905954f Update news 2023-10-04 18:39:37 -04:00
Clayton Smith
e2ba29859e Put version number in DMG volume name 2023-10-04 18:38:45 -04:00
Clayton Smith
7da8d5fec6 Check whether secrets are present for signing 2023-10-04 17:57:23 -04:00
Clayton Smith
5149217580 Move version.txt into the build folder 2023-10-03 23:24:54 -04:00
Clayton Smith
802ec772b7 Remove macOS 11 from CI & build
It it no longer supprted by Homebrew.
2023-10-03 22:29:29 -04:00
Clayton Smith
669c83822b Don't sign DMG on pull requests 2023-10-03 21:21:28 -04:00
Clayton Smith
17219b0e6e Turn on the build workflow for pull requests 2023-10-03 17:39:59 -04:00
Clayton Smith
2b76a918e0
Merge pull request #1300 from gqrx-sdr/refactor-meter
Refactor the signal meter
2023-10-03 17:26:51 -04:00
Clayton Smith
05f94ed82c Refactor the signal meter 2023-10-03 16:13:29 -04:00
Clayton Smith
db7fdc03b8
Merge pull request #1298 from willcode/feature/clear-waterfall
plotter: clear waterfall using Delete key
2023-10-03 09:51:02 -04:00
Clayton Smith
5397bcc112 Update news 2023-10-03 09:16:11 -04:00
Jeff Long
c481bbeff2 plotter: clear waterfall using Delete key
The waterfall is not automatically cleared after changes to the many
settings that could cause it to be distorted or invalid. An explicit
clear allows users who do not want to see outdated data to get rid of
it.

Signed-off-by: Jeff Long <willcode4@gmail.com>
2023-10-03 09:04:50 -04:00
Clayton Smith
919a90aaec Update contributors list 2023-10-01 23:06:16 -04:00
Clayton Smith
1648d62bcf Turn off release indicator 2023-10-01 17:32:57 -04:00
Clayton Smith
1897b65577 Version 2.17 2023-10-01 15:07:08 -04:00
Clayton Smith
a940070694
Merge pull request #1293 from gqrx-sdr/fix-invalidation-order
Invalidate max, min, & hist before updateOverlay & redraw
2023-10-01 14:38:56 -04:00