summaryrefslogtreecommitdiffstats
path: root/apps/menus
AgeCommit message (Expand)AuthorFilesLines
2008-01-21Keyclick option (FS#7307). Disabled by default, go into System settings to en...Steve Bavin1-1/+15
2008-01-13charcell doesnt show titles in lists, so remove the "show path" setting and f...Jonathan Gordon1-1/+6
2008-01-12Fix FS#8451Nils Wallménius1-1/+1
2007-12-24FS#8353 - add a quick way to make a .cfg from the sound settings.Jonathan Gordon1-1/+3
2007-12-17remove the duplicated gui_list struct and only duplicate the members which ar...Jonathan Gordon1-1/+1
2007-12-08Crossfeed settings used to be stored inverted in the cfg file for legacy reas...Thom Johansen2-9/+0
2007-12-07Save some bytes and reuse the settings saving code for eq preset saving.Dan Everton1-40/+6
2007-11-24Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It...Dan Everton3-168/+14
2007-11-22New USB stackBjörn Stenberg1-92/+0
2007-11-07Add a setting to control whether or not to speak the file type (r15506).Stéphane Doyon1-1/+2
2007-11-03Fix my mess in r15419: LANG_BATTERY_TOPOFF_CHARGE is only definedStéphane Doyon1-4/+12
2007-11-03Accept FS#7910: spontaneously speak out the battery level when it fallsStéphane Doyon1-1/+4
2007-11-03Info screen: charging and battery.Stéphane Doyon1-15/+20
2007-11-03Info screen fixups:Stéphane Doyon1-28/+17
2007-11-01Fix FS#7826 - make the view catalog option in the main menu > playlists menu ...Jonathan Gordon1-1/+1
2007-10-30* For a better access to the information of the Rockbox Info menu by visuallyAlessio Lenzi1-39/+63
2007-10-24Try and save some bytes, seeing as we already assumed LANG_ constants for mon...Steve Bavin1-61/+8
2007-10-24Use some consts...Steve Bavin1-24/+25
2007-10-24Improved enum naming.Steve Bavin1-31/+33
2007-10-24Complete info screen voicing; now consistent with displayed screenSteve Bavin1-23/+129
2007-10-23Small voice-related tweaks and fixes to simplelists.Stéphane Doyon1-1/+2
2007-10-21convert the rockbox info screen to use the list. you need to move up/down in ...Jonathan Gordon1-173/+148
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin1-1/+1
2007-10-10Voice the recording trigger settings screen.Stéphane Doyon1-19/+72
2007-10-09Use dynamic menu voice callbacks to speak menu item names in theStéphane Doyon1-24/+48
2007-10-09Add a voice callback to dynamic menus, along side the text_callback.Stéphane Doyon1-22/+22
2007-10-07Name all button light functions and variables consistently starting with butt...Jens Arnold1-2/+2
2007-10-07Accept FS#7897 with some changes by me. moves the code to talk time/date out ...Jonathan Gordon1-62/+3
2007-10-06Accept FS#7864 - minor menu cleanup to move theme settings into a new themes ...Jonathan Gordon4-174/+234
2007-09-30first part of usbstack patches -> show and use selection of usb stack mode on...Christian Gmeiner1-1/+6
2007-09-27FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.Nicolas Pennequin1-2/+53
2007-09-25shouldnt have been commitedJonathan Gordon1-2/+1
2007-09-25Fix the eq menu so changes are applied after using the "simple eq settings" menuJonathan Gordon1-11/+15
2007-09-19Remove the ID3 tag version priority setting on the grounds of it being pretty...Thom Johansen1-2/+1
2007-09-17minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon1-1/+1
2007-08-29add support to switch device driver at runtimeChristian Gmeiner1-4/+7
2007-08-29Toggle low latency mode when entering/exiting the eq menu to make the Jonathan Gordon2-2/+5
2007-08-27Usb Stack: only setup packet handling, and not enabled by default as there is...Christian Gmeiner1-1/+88
2007-08-26only build the clipcounter for targets with recordingPeter D'Hoye1-2/+7
2007-08-25Implement FS #2976: Clip Counter for recording screen. If enabled in peak met...Peter D'Hoye1-2/+3
2007-08-23Patch FS#7641 by Daniel Dalton, talking clock improvementsLinus Nielsen Feltzing1-5/+15
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