]> git.rkrishnan.org Git - pihpsdr.git/log
pihpsdr.git
3 years agorigctl: implement zzmg correctly
Ramakrishnan Muthukrishnan [Wed, 12 Jan 2022 05:44:10 +0000 (11:14 +0530)]
rigctl: implement zzmg correctly

3 years agoRevert "af gain: for now, directly change receiver[0]'s gain"
Ramakrishnan Muthukrishnan [Tue, 11 Jan 2022 16:27:02 +0000 (21:57 +0530)]
Revert "af gain: for now, directly change receiver[0]'s gain"

This reverts commit 9ed7e1480ea9d3b7398aff5b0591aa94becf2cbe.

3 years agoaf gain: for now, directly change receiver[0]'s gain
Ramakrishnan Muthukrishnan [Tue, 11 Jan 2022 16:19:10 +0000 (21:49 +0530)]
af gain: for now, directly change receiver[0]'s gain

3 years agoRevert "debug prints"
Ramakrishnan Muthukrishnan [Tue, 11 Jan 2022 16:05:52 +0000 (21:35 +0530)]
Revert "debug prints"

This reverts commit fbe41ded0824300dd32603c756ba972a120fb2ab.

3 years agodebug prints
Ramakrishnan Muthukrishnan [Tue, 11 Jan 2022 14:52:25 +0000 (20:22 +0530)]
debug prints

3 years agonull the end of string
Ramakrishnan Muthukrishnan [Tue, 11 Jan 2022 14:51:19 +0000 (20:21 +0530)]
null the end of string

3 years agoimplement ZZCS command (set or get CW keyer speed)
Ramakrishnan Muthukrishnan [Tue, 11 Jan 2022 09:26:12 +0000 (14:56 +0530)]
implement ZZCS command (set or get CW keyer speed)

3 years agobug fixes in the new "start bandstack" command "#BS;"
Ramakrishnan Muthukrishnan [Fri, 7 Jan 2022 16:23:22 +0000 (21:53 +0530)]
bug fixes in the new "start bandstack" command "#BS;"

3 years agoRevert "rit increment is 10hz for CW, 100hz for SSB"
Ramakrishnan Muthukrishnan [Fri, 7 Jan 2022 16:17:33 +0000 (21:47 +0530)]
Revert "rit increment is 10hz for CW, 100hz for SSB"

This reverts commit 84c9e205c43e38ae3c9b43e3386c0ece6d228c17.

3 years agonew command #BS that brings up bandstack window
Ramakrishnan Muthukrishnan [Fri, 7 Jan 2022 16:05:46 +0000 (21:35 +0530)]
new command #BS that brings up bandstack window

3 years agorit increment is 10hz for CW, 100hz for SSB
Ramakrishnan Muthukrishnan [Fri, 7 Jan 2022 16:00:54 +0000 (21:30 +0530)]
rit increment is 10hz for CW, 100hz for SSB

3 years agobefore calling atoi(), null the ';' so it is a proper string
Ramakrishnan Muthukrishnan [Tue, 4 Jan 2022 16:45:57 +0000 (22:15 +0530)]
before calling atoi(), null the ';' so it is a proper string

3 years agobug fix: atoi() without properly terminating the string
Ramakrishnan Muthukrishnan [Tue, 4 Jan 2022 12:24:42 +0000 (17:54 +0530)]
bug fix: atoi() without properly terminating the string

3 years agoattempt to start pihpsdr faster with the first discovered device
Ramakrishnan Muthukrishnan [Tue, 4 Jan 2022 12:10:11 +0000 (17:40 +0530)]
attempt to start pihpsdr faster with the first discovered device

3 years agoget rid of the ping message
Ramakrishnan Muthukrishnan [Tue, 4 Jan 2022 10:52:05 +0000 (16:22 +0530)]
get rid of the ping message

3 years agoreintroduce launch_serial()
Ramakrishnan Muthukrishnan [Tue, 4 Jan 2022 10:51:22 +0000 (16:21 +0530)]
reintroduce launch_serial()

3 years agolet serial menu launch the serial port server
Ramakrishnan Muthukrishnan [Tue, 4 Jan 2022 10:45:46 +0000 (16:15 +0530)]
let serial menu launch the serial port server

3 years agosend a custom PING message once serial port is opened
Ramakrishnan Muthukrishnan [Tue, 4 Jan 2022 10:19:08 +0000 (15:49 +0530)]
send a custom PING message once serial port is opened

3 years agoshow step digit in VFO as white instead of RED
Ramakrishnan Muthukrishnan [Mon, 3 Jan 2022 10:13:40 +0000 (15:43 +0530)]
show step digit in VFO as white instead of RED

3 years agothis is not number of steps, it is number of buttons
Ramakrishnan Muthukrishnan [Mon, 3 Jan 2022 10:06:54 +0000 (15:36 +0530)]
this is not number of steps, it is number of buttons

3 years agoremove hardcoding of number of steps
Ramakrishnan Muthukrishnan [Mon, 3 Jan 2022 09:59:26 +0000 (15:29 +0530)]
remove hardcoding of number of steps

3 years agovfo display: another bug fix
Ramakrishnan Muthukrishnan [Sun, 2 Jan 2022 14:14:34 +0000 (19:44 +0530)]
vfo display: another bug fix

3 years agobug fix
Ramakrishnan Muthukrishnan [Sun, 2 Jan 2022 14:12:28 +0000 (19:42 +0530)]
bug fix

3 years agoVFO display: attempt to account for the dot
Ramakrishnan Muthukrishnan [Sun, 2 Jan 2022 14:10:51 +0000 (19:40 +0530)]
VFO display: attempt to account for the dot

3 years agoNo need to show the Step value anymore
Ramakrishnan Muthukrishnan [Sun, 2 Jan 2022 13:55:42 +0000 (19:25 +0530)]
No need to show the Step value anymore

3 years agofree the newly created string memory
Ramakrishnan Muthukrishnan [Sun, 2 Jan 2022 13:55:05 +0000 (19:25 +0530)]
free the newly created string memory

3 years agoWIP: try to change the color of VFO digit corresponding to the step size
Ramakrishnan Muthukrishnan [Sun, 2 Jan 2022 13:47:36 +0000 (19:17 +0530)]
WIP: try to change the color of VFO digit corresponding to the step size

3 years agodo not paint the hide/menu buttons black
Ramakrishnan Muthukrishnan [Sun, 2 Jan 2022 11:09:08 +0000 (16:39 +0530)]
do not paint the hide/menu buttons black

3 years agoreformat the switch-case for ZZNx
Ramakrishnan Muthukrishnan [Sun, 19 Dec 2021 04:17:05 +0000 (09:47 +0530)]
reformat the switch-case for ZZNx

3 years agomissing break statements in CAT control for RIT and NR/NB handling
Ramakrishnan Muthukrishnan [Sun, 19 Dec 2021 03:02:37 +0000 (08:32 +0530)]
missing break statements in CAT control for RIT and NR/NB handling

(copied from VU2DLE's PR:
https://github.com/g0orx/pihpsdr/pull/147/files)

3 years agobug fix: do not iterate beyond STEPS
Ramakrishnan Muthukrishnan [Sat, 18 Dec 2021 11:50:40 +0000 (17:20 +0530)]
bug fix: do not iterate beyond STEPS

3 years agoadd a gitignore file
Ramakrishnan Muthukrishnan [Sat, 18 Dec 2021 11:49:11 +0000 (17:19 +0530)]
add a gitignore file

3 years agochanges from Gopan to support the new controller
Ramakrishnan Muthukrishnan [Sat, 18 Dec 2021 11:48:33 +0000 (17:18 +0530)]
changes from Gopan to support the new controller

3 years agoUpdate README.md
John Melton [Fri, 20 Aug 2021 09:36:16 +0000 (10:36 +0100)]
Update README.md

3 years agoUpdate README.md
John Melton [Fri, 20 Aug 2021 09:36:06 +0000 (10:36 +0100)]
Update README.md

3 years agoUpdate README.md
John Melton [Fri, 20 Aug 2021 09:34:37 +0000 (10:34 +0100)]
Update README.md

3 years agoMerge pull request #145 from g0orx/gpiod
John Melton [Fri, 20 Aug 2021 09:33:30 +0000 (10:33 +0100)]
Merge pull request #145 from g0orx/gpiod

gpiod

3 years agoAdded call to wisdom_get_status
John Melton G0ORX [Fri, 20 Aug 2021 09:24:05 +0000 (10:24 +0100)]
Added call to wisdom_get_status

3 years agoFix selection on same action_dialod button loosing red background
John Melton G0ORX [Fri, 20 Aug 2021 07:58:17 +0000 (08:58 +0100)]
Fix selection on same action_dialod button loosing red background

3 years agofix LOCALCW problem with CWL and CWR being added twice to line monitoring
John Melton - G0ORX [Wed, 11 Aug 2021 05:38:41 +0000 (06:38 +0100)]
fix LOCALCW problem with CWL and CWR being added twice to line monitoring

3 years agofix typo when PA is disabled
John Melton - G0ORX [Wed, 11 Aug 2021 05:37:28 +0000 (06:37 +0100)]
fix typo when PA is disabled

3 years agofix XVTR no PA settings
John Melton G0ORX [Mon, 9 Aug 2021 18:17:10 +0000 (19:17 +0100)]
fix XVTR no PA settings

3 years agoUpdated actions. Handle CW MIDI input early (no actions).
John Melton G0ORX [Thu, 5 Aug 2021 16:09:24 +0000 (17:09 +0100)]
Updated actions. Handle CW MIDI input early (no actions).

3 years agoChanges to actions selection for switches and encoders
John Melton - G0ORX [Tue, 13 Jul 2021 11:31:36 +0000 (12:31 +0100)]
Changes to actions selection for switches and encoders

3 years agoUpdating Makefile
John Melton G0ORX [Thu, 17 Jun 2021 16:22:44 +0000 (17:22 +0100)]
Updating Makefile

3 years agoBulk changes to gpiod branch
John Melton G0ORX [Thu, 17 Jun 2021 14:41:46 +0000 (15:41 +0100)]
Bulk changes to gpiod branch

4 years agoConsildate adc_attenuation into adc structure
John Melton G0ORX [Fri, 12 Mar 2021 16:14:01 +0000 (16:14 +0000)]
Consildate adc_attenuation into adc structure

4 years agoFix merge problem
John Melton G0ORX [Fri, 12 Mar 2021 15:10:49 +0000 (15:10 +0000)]
Fix merge problem

4 years agoFix Controller2 switch configuration
John Melton G0ORX [Fri, 12 Mar 2021 15:07:28 +0000 (15:07 +0000)]
Fix Controller2 switch configuration

4 years agoCleanup save and restore actions
John Melton G0ORX [Fri, 12 Mar 2021 13:37:48 +0000 (13:37 +0000)]
Cleanup save and restore actions

4 years agoAdd VFOSTEP_PLUS and VFOSTEP_MINUS to switch functions
John Melton G0ORX [Fri, 12 Mar 2021 13:18:03 +0000 (13:18 +0000)]
Add VFOSTEP_PLUS and VFOSTEP_MINUS to switch functions

4 years agoFix MIDI Config to select KEY
John Melton G0ORX [Fri, 12 Mar 2021 09:48:43 +0000 (09:48 +0000)]
Fix MIDI Config to select KEY

4 years agoFixed SOAPYSDR reference
John Melton G0ORX [Fri, 5 Mar 2021 11:31:37 +0000 (11:31 +0000)]
Fixed SOAPYSDR reference

4 years agoMoved gain values out of SOAPYSDR
John Melton G0ORX [Fri, 5 Mar 2021 11:29:31 +0000 (11:29 +0000)]
Moved gain values out of SOAPYSDR

4 years agoMany Fixes
John Melton G0ORX [Fri, 5 Mar 2021 11:25:33 +0000 (11:25 +0000)]
Many Fixes

4 years agoFix gpio bug. Fix SoapySDR devices Gain settings.
John Melton G0ORX [Fri, 5 Mar 2021 11:14:53 +0000 (11:14 +0000)]
Fix gpio bug. Fix SoapySDR devices Gain settings.

4 years agoFix bug when property line > 80 bytes
John Melton G0ORX [Sat, 27 Feb 2021 13:28:34 +0000 (13:28 +0000)]
Fix bug when property line > 80 bytes

4 years agoAdded missing alsa_midi.h
John Melton G0ORX [Fri, 26 Feb 2021 08:10:22 +0000 (08:10 +0000)]
Added missing alsa_midi.h

4 years agoOne Makefile. Added MIDI configuration menu.
John Melton G0ORX [Thu, 25 Feb 2021 16:32:34 +0000 (16:32 +0000)]
One Makefile.  Added MIDI configuration menu.

4 years agoFix includes for MIDI
John Melton G0ORX [Fri, 11 Dec 2020 16:34:15 +0000 (16:34 +0000)]
Fix includes for MIDI

4 years agoFix TUNE action
John Melton G0ORX [Fri, 11 Dec 2020 16:33:23 +0000 (16:33 +0000)]
Fix TUNE action

4 years agoremover i2cEncoderLibV2
John Melton G0ORX [Fri, 11 Dec 2020 14:05:39 +0000 (14:05 +0000)]
remover i2cEncoderLibV2

4 years agoRemoved all i2c_controller references
John Melton G0ORX [Fri, 11 Dec 2020 14:04:13 +0000 (14:04 +0000)]
Removed all i2c_controller references

4 years agoChanged audio to use pulse audio
John Melton G0ORX [Wed, 9 Dec 2020 18:53:01 +0000 (18:53 +0000)]
Changed audio to use pulse audio

4 years agoFix i2c_controller switch interrupts
John Melton G0ORX [Tue, 8 Dec 2020 16:48:56 +0000 (16:48 +0000)]
Fix i2c_controller switch interrupts

4 years agoAdd i2c controller switch actions
John Melton G0ORX [Tue, 8 Dec 2020 16:03:13 +0000 (16:03 +0000)]
Add i2c controller switch actions

4 years agoCleanup radio.c and vfo.c
John Melton G0ORX [Tue, 8 Dec 2020 15:36:21 +0000 (15:36 +0000)]
Cleanup radio.c and vfo.c

4 years agofixup toolbar functions
John Melton G0ORX [Tue, 8 Dec 2020 15:24:32 +0000 (15:24 +0000)]
fixup toolbar functions

4 years agoMore code cleanup
Your Name [Tue, 8 Dec 2020 14:40:17 +0000 (14:40 +0000)]
More code cleanup

4 years agoFixup switch selectiosn for NO Controller
John Melton G0ORX [Tue, 8 Dec 2020 14:20:27 +0000 (14:20 +0000)]
Fixup switch selectiosn for NO Controller

4 years agoclean up code in toolbar.c
Your Name [Tue, 8 Dec 2020 13:58:47 +0000 (13:58 +0000)]
clean up code in toolbar.c

4 years agoclean up code in i2c_controller.c
Your Name [Tue, 8 Dec 2020 13:55:07 +0000 (13:55 +0000)]
clean up code in i2c_controller.c

4 years agochanged i2c_controller to use actions
Your Name [Tue, 8 Dec 2020 13:50:12 +0000 (13:50 +0000)]
changed i2c_controller to use actions

4 years agofixed gpio_init when using i2c_controller
Your Name [Tue, 8 Dec 2020 12:35:39 +0000 (12:35 +0000)]
fixed gpio_init when using i2c_controller

4 years agoAdded css.c
Your Name [Tue, 8 Dec 2020 12:17:38 +0000 (12:17 +0000)]
Added css.c

4 years agoFix type in Makefile
Your Name [Tue, 8 Dec 2020 12:14:14 +0000 (12:14 +0000)]
Fix type in Makefile

4 years agoFix RASPBIAN type
Your Name [Tue, 8 Dec 2020 12:10:47 +0000 (12:10 +0000)]
Fix RASPBIAN type

4 years agomerge in i2c controller code
Your Name [Tue, 8 Dec 2020 12:01:05 +0000 (12:01 +0000)]
merge in i2c controller code

4 years agoFirst set of changes for gpiod. Added new i2c Controller support.
G0ORX [Tue, 8 Dec 2020 09:54:34 +0000 (09:54 +0000)]
First set of changes for gpiod. Added new i2c Controller support.

4 years agoMerge branch 'master' of https://github.com/g0orx/pihpsdr
John Melton G0ORX [Mon, 12 Oct 2020 09:22:09 +0000 (10:22 +0100)]
Merge branch 'master' of https://github.com/g0orx/pihpsdr

4 years agoadded initial image for wiki
John Melton G0ORX [Mon, 12 Oct 2020 09:21:43 +0000 (10:21 +0100)]
added initial image for wiki

4 years agoadding v2.0.0-rc15 tar and binary files
John Melton G0ORX [Sun, 11 Oct 2020 09:41:39 +0000 (10:41 +0100)]
adding v2.0.0-rc15 tar and binary files

4 years agoAdded scrolled window to oc_menu
John Melton G0ORX [Sun, 11 Oct 2020 09:34:57 +0000 (10:34 +0100)]
Added scrolled window to oc_menu

4 years agopush v2.0.0-rc14 tar and binary files
John Melton G0ORX [Sun, 11 Oct 2020 07:57:05 +0000 (08:57 +0100)]
push v2.0.0-rc14 tar and binary files

4 years agoUsed gradient for digital meter display
John Melton G0ORX [Sun, 11 Oct 2020 07:42:56 +0000 (08:42 +0100)]
Used gradient for digital meter display

4 years agoMerge pull request #129 from dl1ycf/PR
John Melton [Sun, 11 Oct 2020 07:36:04 +0000 (08:36 +0100)]
Merge pull request #129 from dl1ycf/PR

Corrections for TX menu, etc.

4 years agofixed compiler warning (nothing returned in non-void function)
DL1YCF [Sat, 10 Oct 2020 16:35:53 +0000 (18:35 +0200)]
fixed compiler warning (nothing returned in non-void function)

4 years agoCorrected error that flagged a compiler warning.
DL1YCF [Sat, 10 Oct 2020 16:33:35 +0000 (18:33 +0200)]
Corrected error that flagged a compiler warning.

4 years agoFix Linein/Micin radio button etc.
DL1YCF [Sat, 10 Oct 2020 16:28:42 +0000 (18:28 +0200)]
Fix Linein/Micin radio button etc.

4 years agoAdd xvtrs to pa_menu
John Melton G0ORX [Sat, 10 Oct 2020 16:09:21 +0000 (17:09 +0100)]
Add xvtrs to pa_menu

4 years agoMerge pull request #128 from dl1ycf/PR
John Melton [Sat, 10 Oct 2020 15:53:05 +0000 (16:53 +0100)]
Merge pull request #128 from dl1ycf/PR

Avoid segfaults when reading props file, and corrected the "floating" slider.

4 years agoshow NOTHING after gtk_show_dialog
DL1YCF [Sat, 10 Oct 2020 11:35:45 +0000 (13:35 +0200)]
show NOTHING after gtk_show_dialog

4 years agoDO NOTHING after gtk_show_dialog()
DL1YCF [Sat, 10 Oct 2020 11:31:25 +0000 (13:31 +0200)]
DO NOTHING after gtk_show_dialog()

4 years agoAvoid segfaults when processing invalid props file
DL1YCF [Sat, 10 Oct 2020 11:31:06 +0000 (13:31 +0200)]
Avoid segfaults when processing invalid props file

4 years agoMerge pull request #127 from dl1ycf/PR
John Melton [Sat, 10 Oct 2020 07:03:22 +0000 (08:03 +0100)]
Merge pull request #127 from dl1ycf/PR

Hide "Radio Mic" button upon opening this menu when local-mic is

4 years agocw_menu: update VFO bar if speed or sidetone freq changed
c vw [Fri, 25 Sep 2020 14:25:08 +0000 (16:25 +0200)]
cw_menu: update VFO bar if speed or sidetone freq changed

4 years ago.
c vw [Sun, 13 Sep 2020 15:08:12 +0000 (17:08 +0200)]
.

4 years agoDo not overflow local microphone name buffer.
c vw [Sun, 13 Sep 2020 14:40:13 +0000 (16:40 +0200)]
Do not overflow local microphone name buffer.

4 years agoDo not hide non-existing widgets (e.g. on HermesLite2)
c vw [Sun, 13 Sep 2020 14:39:27 +0000 (16:39 +0200)]
Do not hide non-existing widgets (e.g. on HermesLite2)

4 years agoHide "Radio Mic" button upon opening this menu when local-mic is selected.
c vw [Fri, 21 Aug 2020 08:30:55 +0000 (10:30 +0200)]
Hide "Radio Mic" button upon opening this menu when local-mic is selected.