]> git.rkrishnan.org Git - pihpsdr.git/shortlog
pihpsdr.git
2021-07-20 c vwNo restart button for SOAPY.
2021-06-10 c vwAvoid division by zero when calculating SWR
2021-06-05 DL1YCFmidi2.c: typo corr.
2021-06-05 DL1YCFmidi2.c typo correction
2021-06-05 DL1YCFsmall corrections
2021-06-04 c vwgpio.c: correction (removed definition of "controller...
2021-06-03 c vwMerge branch 'master' of github.com:dl1ycf/pihpsdr
2021-06-03 DL1YCFpulseaudio.c: removed two "unlocks" without a correspon...
2021-06-03 c vwprep for merge
2021-06-03 c vwprep for merge
2021-06-03 c vwportaudio.c: removed no longer needed include files
2021-06-03 DL1YCFsetDuplex: set tx->dialog to NULL after it is destroyed
2021-06-03 DL1YCFpulseaudio: reworked the audio a little bit.
2021-06-03 DL1YCFaudio.c: small changes
2021-06-03 DL1YCFext.c: correcte vfo step size change
2021-06-03 DL1YCFadded comment to newhpsdrsim.c
2021-06-03 DL1YCFsome further updates
2021-06-02 DL1YCFRemove local_audio_cw variable (simply look at buffer...
2021-06-02 c vwRemoved a flag no longer used in my audio modules
2021-06-02 DL1YCFOverhaul of the ALSA audio module. This now keeps the
2021-06-02 c vwsecond-last step in the "big merge"
2021-06-02 c vwRestored "GPIO sidetone" since this *may* be useful.
2021-06-02 DL1YCFRemoved "gpio side tone" since this was never used
2021-06-01 DL1YCF"block" audio_write() if transmitting in CW
2021-06-01 c vwso now gpio.c is included in main list, do not include...
2021-06-01 c vwPrp. for merge: include gpio.c and switch_menu.c in...
2021-06-01 c vwPrp. for merge
2021-06-01 c vwPrp. for merge, let gpio.c compile even if no GPIO...
2021-06-01 c vwPrepeare for merge
2021-06-01 c vwDo not display "Switch" menu if there is no controller
2021-06-01 c vwMake MAX_DDC & friends variables (not constants)
2021-06-01 c vwUnified treatment of RX gain and attenuation
2021-06-01 c vwMake this "safe" if there is no controller
2021-06-01 c vwPrepearing for merge
2021-06-01 c vwmake MAX_DDC a variable
2021-05-28 c vwerror in mutex in ALSA audio module
2021-05-28 c vw"Mute audio to radio" should not mute local audio.
2021-05-28 c vwNo essential change, but reduce differences between...
2021-05-28 c vwUsed STEPS to cycle through vfo step size list.
2021-05-28 c vwSilenced some compiler warnings
2021-05-28 c vwSuppress compiler warnings (unused variables etc.)
2021-05-28 c vwCorrected RITCLEAR and suppress compiler warnings
2021-05-28 c vwRemoved unused variable to suppress compiler warnings.
2021-05-28 c vwsmall corrections, and preparations for merge
2021-05-28 c vwCorrected spelling of "IOKit" framework
2021-05-27 c vwTied "menu font" to "sliders font" to avoid explicit...
2021-05-27 c vwMake the "microphone mutex" private (static)
2021-05-27 c vwpolishing to prepeare for merging
2021-05-27 c vwSome polishing to make the up-coming merge thinner.
2021-05-26 c vwDo not Nullify the audio playback handle, rather use...
2021-05-26 c vwRenamed PortAudio stream handle to "playstream"
2021-05-26 c vwCorrected HermesLite2 gain behaviour
2021-05-25 c vwFixed typo in rf_gain setting
2021-05-24 c vwUnified the audio modules a bit (same name for handle...
2021-05-24 c vwRemoved "audio" declarations
2021-05-24 DL1YCFDo not call cw_audio_write if no local audio active
2021-05-23 c vwSome important "lines" (band edge, AGC lines) shown...
2021-05-23 c vwEnable long lines when parsing property file
2021-05-23 c vwMoved rfgain and attenuation to ADC struct.
2021-05-23 c vwInclude RECEIVER in parameter list of cw_audio_write()
2021-05-23 c vwinclude GPIO_OBJS etc. in the program build
2021-05-23 c vwdo not nullify the playback handle when creating the...
2021-05-23 c vwadapted for using pulseaudio
2021-05-23 c vwMade "pulseaudio" the default for Linux, but keep ALSA...
2021-05-23 c vwAdded pulseaudio audio module from John's repo
2021-05-21 c vwsmall fix.
2021-05-21 c vwMIDI: suppress key-down if cw_keyer_internal, but let...
2021-05-21 c vwMIDI: do not deliver CW key-down/up messages if using...
2021-05-20 c vwMade MIDI menu faster by pre-loading the "Action" combo...
2021-05-19 c vwcorrection for "Mac app" creation
2021-05-19 c vwUpdated soapy protocol to John's latest version
2021-05-19 c vwSOAPY: included SDRplay support from John's repo
2021-05-19 c vwMoved adc attenuation to ADC struct (2)
2021-05-19 c vwMoved adc attenuation / RF gain to ADC structure
2021-05-19 c vwSmall changes to prepeare the "big merge"
2021-05-19 c vwCompleted "remove audio option" from hpsdrsim
2021-05-17 c vwRemoved audio option from hpsdrsim since it was never...
2021-05-17 c vwsmall 'merge' corrections
2021-05-17 c vwMerged Linux and MacOS Makefiles
2021-05-17 c vwMerged Linux and MacOS makefiles
2021-05-15 DL1YCFsmall corrections to the MIDI menu.
2021-05-14 c vwCorrections mainly for Linux/MIDI
2021-05-14 c vwCorrections for Linux/MIDI
2021-05-14 c vwFurther MIDI fixes, mainly for LINUX.
2021-05-13 DL1YCFRemove colon from a label
2021-05-13 DL1YCFFinalized MIDI GUI
2021-05-12 c vwIntegrated WheelParamDialog into main MidiMenu window
2021-05-11 c vwImproved MIDI menu
2021-05-10 c vwApplied "midimenu" changes to Linux case.
2021-05-10 c vwConfigure wheel parameters
2021-05-10 c vwreplaced set_xalign (available for GTK version 3.16...
2021-05-08 DL1YCFSeveral corrections, store/restore wheel delay and...
2021-05-08 DL1YCFRestored "wheel speed" behaviour
2021-05-08 DL1YCFLimit swr so that it does not become infinity
2021-05-07 c vwMIDI stuff
2021-05-07 c vweliminated the "dispose" functions when closing a MIDI...
2021-05-07 c vwadded *.midi
2021-05-07 c vwFinished "multi-device" code, this eliminates the midi_...
2021-05-06 c vwSupport for multiple MIDI devices (so far only MacOS)
2021-05-06 c vwRemoved debug message
next