summaryrefslogtreecommitdiffstats
path: root/apps/recorder
AgeCommit message (Expand)AuthorFilesLines
2007-03-18Exit the preset context menu correctly after editing/deleting presetJonathan Gordon1-4/+4
2007-03-18Remove the exit_value variable.. set the MENU_FUNC_CHECK_RETVAL fla and Jonathan Gordon1-11/+11
2007-03-17Unify the way functions are called from menus.Jonathan Gordon1-24/+28
2007-03-16Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold2-2/+2
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold2-2/+2
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold2-12/+12
2007-03-16Fix warningsMichael Sevakis1-0/+2
2007-03-16FM Radio mishmash: Make a quieter screen for the SWCODEC targets esp. for the...Michael Sevakis2-312/+335
2007-03-15Change anywhere where do_menu()'s return value was checked and expected Jonathan Gordon1-2/+1
2007-03-07Stop audio when entering the radio in the simJonathan Gordon1-1/+1
2007-03-07Accept FS#6750, allow recording to start automatically (If alarm wakeup Jonathan Gordon2-0/+13
2007-03-06Refine the hack. Best I can do I think.Michael Sevakis1-1/+5
2007-03-06Add a stupid hack that seems to help size on everything. We'll see shortly fo...Michael Sevakis1-7/+10
2007-03-06Fix warnings. Also fix an error that would occur compiling a logf build.Michael Sevakis1-3/+2
2007-03-06Make keyboard character selection independent on main and remote LCDs. Insert...Michael Sevakis1-393/+548
2007-03-05iRiver: Enable line input mode on keyboard. The cursor key combos can still b...Michael Sevakis1-2/+5
2007-03-04Enable Morse input mode in the virtual keyboard for gigabeat, use MENU+SELECT...Nils Wallménius1-0/+3
2007-03-03Remove the need to double up the MENU macros in manu.h.Jonathan Gordon2-13/+15
2007-03-03remove runtime detection of h1x0 series RTC MOD, but leave driver codeRobert Kukla1-9/+0
2007-03-01Introducing the root menu!Jonathan Gordon4-6/+10
2007-02-28FS#6419 - driver for H1x0 series RTC Mod with runtime detectionRobert Kukla1-0/+9
2007-02-27Code Police: Remove tabs throught apps/ . Hopefully no actual code Jonathan Gordon2-4/+4
2007-02-27fix red buildsJonathan Gordon1-5/+1
2007-02-27returning ACTION_EXIT_AFTER_THIS_MENUITEM from a menu callback will exit Jonathan Gordon1-1/+9
2007-02-27Convert the radio menus to the new system.Jonathan Gordon2-247/+154
2007-02-19Convert the EQ menusJonathan Gordon2-0/+2
2007-02-18Give the file view menu a nice iconJonathan Gordon2-0/+6
2007-02-18Fix CONFIG_BACKLIGHT warnings.Jens Arnold1-3/+3
2007-02-18Fix remaining CONFIG_TUNER checks.Jens Arnold2-2/+2
2007-02-18Do the CONFIG_LED defineJonathan Gordon2-8/+8
2007-02-18really fix red builds this timeJonathan Gordon1-1/+1
2007-02-17Fix most (all?) CONFIG_LED warnings.Magnus Holmgren2-8/+8
2007-02-17Convert the Display menu to the new system. Jonathan Gordon2-0/+2
2007-02-14Icons in the menus. Thanks midkay for them.Jonathan Gordon2-2/+28
2007-02-10Allow cursor changes in Morse Vkeyboard for targets that use line_edit modeMartin Scarratt1-9/+19
2007-02-08Revert the changes using global status for the screen states. It should wait ...Michael Sevakis4-22/+39
2007-02-08beginning of the new menu system. This commit shouldnt break anything, Jonathan Gordon1-0/+1
2007-02-07Change the radio screen and recording screen to use the global_status structu...Michael Sevakis4-39/+25
2007-02-07Don't save the in-out state of the recording screen as a setting. Fixes the s...Michael Sevakis2-2/+10
2007-02-06Ifdef some remote lcd code in the recording screen that is not used for non l...Nils Wallménius1-2/+6
2007-02-03Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold2-2/+2
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold1-1/+1
2007-01-24Split the system status variables out of global_settings and put them into a ...Jonathan Gordon1-3/+3
2007-01-23Settings are now stored in /.rockbox/config.cfg instead of the hidden sector....Jonathan Gordon1-1/+0
2007-01-14Align backdrop buffersGreg White1-2/+2
2007-01-04Enable Morse mode for virtual keyboard on h10 players and make it possible t...Nils Wallménius1-2/+12
2006-12-26Fix FS#6361. Allow the FM auto-scanning to be abort with the standardJonathan Gordon1-1/+1
2006-12-25Next round of static'ing and related fixes.Jens Arnold5-57/+57
2006-12-18Enable morse mode in the virtual keyboard for Ipods. Keymap changes in VK: Pl...Martin Scarratt1-0/+1
2006-12-17One #if less :-DNils Wallménius1-3/+1