summaryrefslogtreecommitdiffstats
path: root/apps/menus
AgeCommit message (Expand)AuthorFilesLines
2007-06-11When recording, disable voice menus without actually modifying user settings....Steve Bavin1-2/+3
2007-06-07Separate out voice options for .talk clips (FS #7249). This removes the assu...Steve Bavin1-8/+12
2007-06-07show the version in the rockbox info screenJonathan Gordon1-4/+20
2007-05-29this adds 2 options to the recording settings menu to let you save all the re...Jonathan Gordon2-3/+20
2007-05-27Accept FS#6798 - scan acceleration for the lists.Jonathan Gordon1-1/+7
2007-05-20Use bitmasks to define which inputs are available. Makes it easier to remove ...Michael Sevakis1-16/+14
2007-05-19More header and dead code cleanup.Nils Wallménius4-12/+0
2007-05-08Add in buttonlight brightness setting for the Gigabeat, and setup the framewo...Karl Kurbjun1-0/+7
2007-04-25Change some ifdefs for the recent backdrop changes (fixes the yellow builds) ...Nicolas Pennequin1-1/+4
2007-04-22e200: Make the wheel light timeout configurable (under settings > system) (FS...Jonathan Gordon1-0/+7
2007-04-20Changing colours didn't save settings.Jens Arnold1-0/+3
2007-04-15Revert recording/repeat timer for now. It is useful as a feature, but didn't ...Jens Arnold1-70/+3
2007-04-15Recording countdown timer and repeat timer - see FS #6297 for more detailsMartin Scarratt1-3/+70
2007-04-12Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold2-6/+6
2007-04-12If credits.rock isnt loadable manually show the logo and version.Jonathan Gordon1-1/+9
2007-04-09Player: Fix screen update in Rockbox Info and Runtime display,Jens Arnold1-2/+0
2007-04-02Simulator logf builds don't need two ways to access logfSteve Bavin1-9/+0
2007-03-31pre-set date fields in time/date screen to build date ( FS#6831 & FS#6939 )Robert Kukla1-4/+10
2007-03-25Allow clearing the backdrop on greyscale targets.Jens Arnold1-5/+9
2007-03-21revert the last commit... setting wasnt worth the spaceJonathan Gordon1-2/+1
2007-03-21Add a setting to force the backlight to stay on (or act normally) when Jonathan Gordon1-1/+2
2007-03-18Remove the exit_value variable.. set the MENU_FUNC_CHECK_RETVAL fla and Jonathan Gordon6-56/+57
2007-03-17Unify the way functions are called from menus.Jonathan Gordon6-114/+130
2007-03-16Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold2-3/+3
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold5-10/+10
2007-03-15Change anywhere where do_menu()'s return value was checked and expected Jonathan Gordon2-2/+2
2007-03-14dont exit the recording screen after going into the rec settings unless Jonathan Gordon1-1/+1
2007-03-13Convert the recording menu to the new APIJonathan Gordon1-11/+815
2007-03-07Lead user through database initialisationSteve Bavin1-2/+15
2007-03-07Fix the yellow buildsJonathan Gordon1-0/+3
2007-03-07Only show the alarm wake up screen setting if there is at least 2 Jonathan Gordon1-3/+50
2007-03-07Fix alarm wake up. If the target has fm or recording (or both) an option is i...Jonathan Gordon1-0/+7
2007-03-04fix beep and peak meter settingsJonathan Gordon1-2/+5
2007-03-03Allow settings to have a different title in the setting screen than they Jonathan Gordon1-4/+8
2007-03-03Remove the need to double up the MENU macros in manu.h.Jonathan Gordon8-87/+87
2007-03-03remove runtime detection of h1x0 series RTC MOD, but leave driver codeRobert Kukla1-28/+2
2007-03-02Include debug menu on simulatorSteve Bavin1-8/+4
2007-03-02Move Sleep Timer function from the settings into the System menuDave Chapman2-34/+36
2007-03-01move database settings one level upMarcoen Hirschberg1-5/+4
2007-03-01Introducing the root menu!Jonathan Gordon8-77/+22
2007-02-28Add wake on alarm support for Ipods. Rename HAVE_ALARM_MOD to HAVE_ALARM_RTC ...Thom Johansen1-3/+3
2007-02-28FS#6419 - driver for H1x0 series RTC Mod with runtime detectionRobert Kukla1-2/+28
2007-02-27fix "hide radio menu if no tuner is detected"; wrong constant was usedRobert Kukla1-1/+1
2007-02-27Code Police: Remove tabs throught apps/ . Hopefully no actual code Jonathan Gordon3-19/+19
2007-02-26Add software based bass/treble controls for targets which have no such functi...Thom Johansen1-8/+2
2007-02-24SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of som...Michael Sevakis1-2/+2
2007-02-21save config.cfg after resetting settings (from the menu)Jonathan Gordon1-0/+1
2007-02-21Don't enable low latency mode in the Crossfeed submenuLinus Nielsen Feltzing1-1/+1
2007-02-21Fix 64 bit warnings.Jens Arnold1-2/+2
2007-02-20Fix the order in the sleep timer screenJonathan Gordon1-1/+1