kkonradpl / xdr-gtk

User interface for radio tuner control (XDR-F1HD, TEF668X)
GNU General Public License v2.0
31 stars 8 forks source link

click on horizontal AFs won't change the frequency #7

Closed andimik closed 9 months ago

andimik commented 1 year ago

Whenever the AF list is vertical, a click opens this alternative frequency.

grafik

But if you set AF in horizontal list (restart required) then a click just highlights the frequency but makes no difference:

grafik

kkonradpl commented 1 year ago

Fixed in master

andimik commented 11 months ago

No, cannot confirm. Tried today's commit. Maybe it has to do with the other reported AF bug.

kkonradpl commented 9 months ago

Please check with https://github.com/kkonradpl/xdr-gtk/commit/e750ec2911551ce578ffb1ea9ea762d5fd300b1b or latest version, should work OK.

andimik commented 9 months ago

I get an error at 100%:

[100%] Linking C executable xdr-gtk
/usr/bin/ld: CMakeFiles/xdr-gtk.dir/tuner.c.o: in function `tuner_rds_configure':
tuner.c:(.text+0x1066): undefined reference to `rdsparser_set_extended_check'
collect2: error: ld returned 1 exit status
make[2]: *** [src/CMakeFiles/xdr-gtk.dir/build.make:450: src/xdr-gtk] Fehler 1
make[1]: *** [CMakeFiles/Makefile2:185: src/CMakeFiles/xdr-gtk.dir/all] Fehler 2
andimik commented 9 months ago

Fixed the issue after git pull --recurse-submodules thanks to a hint on discord.

Horizontal AF is now clickable.