Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gqrx-sdr/gqrx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sultanqasim/gqrx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 28 files changed
  • 3 contributors

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    a6864f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d422f34 View commit details
    Browse the repository at this point in the history
  3. Mainwindow: fix uninitialized

    int d_fftWindowType;
    bool d_fftNormalizeEnergy;
    vladisslav2011 authored and sultanqasim committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    51b05c5 View commit details
    Browse the repository at this point in the history
  4. Fix antenna-related crash on config load

    Gqrx may crash by not catching the exception when src->set_antenna call
    fails. This is the case when devices are switched and new device does no
    have an antenna, that is saved in a config file.
    Catch the exception and read back correct antenna name.
    vladisslav2011 authored and sultanqasim committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    45bb9e7 View commit details
    Browse the repository at this point in the history
  5. iq_tool: prevent accidental change of hw freq

    ...while playing back IQ file.
    
    Problem: It is possible to change the center frequency while playing an
    IQ file. In this case the real file center frequency does not get shifted
    to a correct position, so the spectrum plot/waterfall becomes shifted from
    actual played frequency, bookmarks become not valid, freqCtrl shows wrong
    frequency, plotter shows wrong frequency and so on.
    
    This commit changes frequency setting logic to be more staraightfroward
    and consistent.
    
    Independent of frequency change event source (freqctrls, plotter, remote)
    do the things in a same way: calculate new center and offset, taking into
    account the fact, that the center frequency may be loked due to IQ file
    playback, set the new frequency on a receiver side, then update all GUI
    controls to reflect changes.
    
    Enforce new frequency limits on the plotter side when IQ playback is
    started.
    vladisslav2011 authored and sultanqasim committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6695c27 View commit details
    Browse the repository at this point in the history
  6. IQ tool: disable unused controls when recording/playback is in progress.

    Changing IO devices and loading/saving settings does not look like good thing
    to do while recording/playing an IQ file.
    Disable seek slider during recording as it has no function in this
    state.
    Disable file list and directory selector during recording/playback.
    vladisslav2011 authored and sultanqasim committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5f7d711 View commit details
    Browse the repository at this point in the history
  7. IQ Tool: add sampling rate and frequency inputs to add ability to pla…

    …yback arbitrary named files correctly
    
    Recalcute playback time on sampling rate change.
    Disable inputs during playback/recording
    vladisslav2011 authored and sultanqasim committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b45ac79 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4566d09 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6ce986b View commit details
    Browse the repository at this point in the history
  10. Implement audio sample rate selection

    Close #615.
    vladisslav2011 authored and sultanqasim committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1819195 View commit details
    Browse the repository at this point in the history
  11. dockfft: allow shorter waterfall durations

    Note: this will cause saved configurations with waterfall durations
    other than auto to be interpreted incorrectly, as it changed the indices
    for the various waterfall durations.
    sultanqasim committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    e1f8aed View commit details
    Browse the repository at this point in the history
Loading