summaryrefslogtreecommitdiff
path: root/apps/recorder/radio.c
AgeCommit message (Expand)Author
2007-08-25Implement FS #2976: Clip Counter for recording screen. If enabled in peak met...Peter D'Hoye
2007-08-06Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon
2007-07-14Fix all the red this time?Michael Sevakis
2007-07-14Do some planned radio interface cleanup since adding in the LV24020LP.Michael Sevakis
2007-07-03Accept FS #7303 by Christoph Reiter: add context menu to FM radio entry in ma...Peter D'Hoye
2007-06-25Give recording related menu entries a recording icon (settings and radio menu...Peter D'Hoye
2007-06-08Straighten out some audio path APIs and misc. audio stuff. Having recording i...Michael Sevakis
2007-06-06Accept FS#7178 - Sansa e200 FM tuner support by Ivan Zupan. Do the needed int...Michael Sevakis
2007-06-04FS #7247 by Gerhard Dirschl. Fixes bufferoverflow in radio code.Peter D'Hoye
2007-05-30Move the setvol wrapper function to misc.c and use it in more places instead ...Nils Wallménius
2007-05-20Use bitmasks to define which inputs are available. Makes it easier to remove ...Michael Sevakis
2007-05-05Fix buffer overflow when adding a radio preset.Magnus Holmgren
2007-03-29Accept FS#6918 - Remove Nested Functions by Tim Ross. Adjust some names. Hunt...Michael Sevakis
2007-03-18Exit the preset context menu correctly after editing/deleting presetJonathan Gordon
2007-03-18Remove the exit_value variable.. set the MENU_FUNC_CHECK_RETVAL fla and Jonathan Gordon
2007-03-17Unify the way functions are called from menus.Jonathan Gordon
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold
2007-03-16Fix warningsMichael Sevakis
2007-03-16FM Radio mishmash: Make a quieter screen for the SWCODEC targets esp. for the...Michael Sevakis
2007-03-15Change anywhere where do_menu()'s return value was checked and expected Jonathan Gordon
2007-03-07Stop audio when entering the radio in the simJonathan Gordon
2007-03-03Remove the need to double up the MENU macros in manu.h.Jonathan Gordon
2007-03-01Introducing the root menu!Jonathan Gordon
2007-02-27fix red buildsJonathan Gordon
2007-02-27returning ACTION_EXIT_AFTER_THIS_MENUITEM from a menu callback will exit Jonathan Gordon
2007-02-27Convert the radio menus to the new system.Jonathan Gordon
2007-02-18Fix remaining CONFIG_TUNER checks.Jens Arnold
2007-02-08Revert the changes using global status for the screen states. It should wait ...Michael Sevakis
2007-02-07Change the radio screen and recording screen to use the global_status structu...Michael Sevakis
2007-02-03Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold
2007-01-24Split the system status variables out of global_settings and put them into a ...Jonathan Gordon
2006-12-26Fix FS#6361. Allow the FM auto-scanning to be abort with the standardJonathan Gordon
2006-12-25Next round of static'ing and related fixes.Jens Arnold
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis
2006-10-12Make sure to set deemphasis correctly when starting the radio.Dominik Riebeling
2006-10-12Fix tuning into weird frequencies at unpause after changing region settingDominik Riebeling
2006-10-10Hopefully took care of FS#6105 - unnecessary 'recording screen' option in the...Michael Sevakis
2006-10-05Implement region setting for the fm tuner. The region setting affects deempha...Dominik Riebeling
2006-09-25Fix "Disk Full" splash hang in radio screenMartin Scarratt
2006-09-23Support for I-river remotes in the radio screenMartin Scarratt
2006-09-23Enable FM_MODE button and add new fm context types - now the radio should be ...Martin Scarratt
2006-09-22Fix warnings...Martin Scarratt
2006-09-22Button action code implemented in the radio screen. Should get rid of all tho...Martin Scarratt
2006-09-17SWCODEC recording hang fixed. Fixed other trouble spots for codec swapping wh...Michael Sevakis
2006-08-28Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis
2006-08-15Finally, the new button action system is here, thanks to Jonathan Gordon. Som...Linus Nielsen Feltzing