summaryrefslogtreecommitdiffstats
path: root/apps/menus
AgeCommit message (Expand)AuthorFilesLines
2007-08-22Don't say 'hours' and 'minutes' in the 24 hour time announcement, and use 'o'...Jens Arnold1-4/+12
2007-08-22Simplify a tiny bit more.Jens Arnold1-4/+4
2007-08-22Simplified 12 hour time voicing.Jens Arnold1-23/+11
2007-08-21Voice the time in the format the user selects in the time format setting. Pat...Jonas Häggqvist1-3/+46
2007-08-19Use size_t type for the buffer_size parameter to formatter functions, static ...Nils Wallménius3-9/+9
2007-08-13Accept FS #7346 and take it a whole step further. Gives a separate setting to...Peter D'Hoye1-1/+3
2007-08-12Enable a lot more features for simulators and add stubs where necessary, simu...Nils Wallménius1-3/+1
2007-08-10Remove the 'USB' menu item from the sim system menu, press the 'u' key to dis...Nils Wallménius1-13/+1
2007-08-09Allow recording source to be set from recording context menu. Not a very nice...Peter D'Hoye1-2/+5
2007-08-06Accept FS#5464 - organise the rocks directory. Jonathan Gordon1-1/+1
2007-08-06Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius3-8/+8
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius6-33/+31
2007-08-01Oops againNils Wallménius1-1/+1
2007-08-01Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuf...Nils Wallménius2-3/+12
2007-07-22Wheel acceleration for e200. A general acceleration interface intended for us...Michael Sevakis1-0/+4
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon3-6/+1
2007-07-16Better keep those buffers a multiple of 32 bit, extends the number of unicode...Peter D'Hoye1-1/+1
2007-07-16Reserve more bytes to display unicode in the recording trigger settings menu....Peter D'Hoye1-1/+1
2007-07-15e200 doesnt have multiple batt capacities, so remove the option.Jonathan Gordon1-1/+7
2007-07-11Rearrange and cleanup settings codeJonathan Gordon1-0/+1
2007-07-10User configurable recording path (my patch in FS#7201). path defaults to / an...Jonathan Gordon1-12/+10
2007-07-03Accept FS #7303 by Christoph Reiter: add context menu to FM radio entry in ma...Peter D'Hoye1-2/+2
2007-06-25Give recording related menu entries a recording icon (settings and radio menu...Peter D'Hoye1-1/+1
2007-06-24Limit minimum db scale value when switching from linear to logaritmic peakmet...Peter D'Hoye1-0/+4
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