summaryrefslogtreecommitdiff
path: root/apps/menus
AgeCommit message (Expand)Author
2007-10-21convert the rockbox info screen to use the list. you need to move up/down in ...Jonathan Gordon
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin
2007-10-10Voice the recording trigger settings screen.Stéphane Doyon
2007-10-09Use dynamic menu voice callbacks to speak menu item names in theStéphane Doyon
2007-10-09Add a voice callback to dynamic menus, along side the text_callback.Stéphane Doyon
2007-10-07Name all button light functions and variables consistently starting with butt...Jens Arnold
2007-10-07Accept FS#7897 with some changes by me. moves the code to talk time/date out ...Jonathan Gordon
2007-10-06Accept FS#7864 - minor menu cleanup to move theme settings into a new themes ...Jonathan Gordon
2007-09-30first part of usbstack patches -> show and use selection of usb stack mode on...Christian Gmeiner
2007-09-27FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.Nicolas Pennequin
2007-09-25shouldnt have been commitedJonathan Gordon
2007-09-25Fix the eq menu so changes are applied after using the "simple eq settings" menuJonathan Gordon
2007-09-19Remove the ID3 tag version priority setting on the grounds of it being pretty...Thom Johansen
2007-09-17minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon
2007-08-29add support to switch device driver at runtimeChristian Gmeiner
2007-08-29Toggle low latency mode when entering/exiting the eq menu to make the Jonathan Gordon
2007-08-27Usb Stack: only setup packet handling, and not enabled by default as there is...Christian Gmeiner
2007-08-26only build the clipcounter for targets with recordingPeter D'Hoye
2007-08-25Implement FS #2976: Clip Counter for recording screen. If enabled in peak met...Peter D'Hoye
2007-08-23Patch FS#7641 by Daniel Dalton, talking clock improvementsLinus Nielsen Feltzing
2007-08-22Don't say 'hours' and 'minutes' in the 24 hour time announcement, and use 'o'...Jens Arnold
2007-08-22Simplify a tiny bit more.Jens Arnold
2007-08-22Simplified 12 hour time voicing.Jens Arnold
2007-08-21Voice the time in the format the user selects in the time format setting. Pat...Jonas Häggqvist
2007-08-19Use size_t type for the buffer_size parameter to formatter functions, static ...Nils Wallménius
2007-08-13Accept FS #7346 and take it a whole step further. Gives a separate setting to...Peter D'Hoye
2007-08-12Enable a lot more features for simulators and add stubs where necessary, simu...Nils Wallménius
2007-08-10Remove the 'USB' menu item from the sim system menu, press the 'u' key to dis...Nils Wallménius
2007-08-09Allow recording source to be set from recording context menu. Not a very nice...Peter D'Hoye
2007-08-06Accept FS#5464 - organise the rocks directory. Jonathan Gordon
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-08-01Oops againNils Wallménius
2007-08-01Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuf...Nils Wallménius
2007-07-22Wheel acceleration for e200. A general acceleration interface intended for us...Michael Sevakis
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon
2007-07-16Better keep those buffers a multiple of 32 bit, extends the number of unicode...Peter D'Hoye
2007-07-16Reserve more bytes to display unicode in the recording trigger settings menu....Peter D'Hoye
2007-07-15e200 doesnt have multiple batt capacities, so remove the option.Jonathan Gordon
2007-07-11Rearrange and cleanup settings codeJonathan Gordon
2007-07-10User configurable recording path (my patch in FS#7201). path defaults to / an...Jonathan Gordon
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-24Limit minimum db scale value when switching from linear to logaritmic peakmet...Peter D'Hoye
2007-06-11When recording, disable voice menus without actually modifying user settings....Steve Bavin
2007-06-07Separate out voice options for .talk clips (FS #7249). This removes the assu...Steve Bavin
2007-06-07show the version in the rockbox info screenJonathan Gordon
2007-05-29this adds 2 options to the recording settings menu to let you save all the re...Jonathan Gordon
2007-05-27Accept FS#6798 - scan acceleration for the lists.Jonathan Gordon
2007-05-20Use bitmasks to define which inputs are available. Makes it easier to remove ...Michael Sevakis