summaryrefslogtreecommitdiffstats
path: root/apps/root_menu.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-09Fix yellow player build. Sims have no charging...Jens Arnold1-0/+2
2007-04-09Stop/shutdown logic rework in browsers and menus. Recorder V1: Double-Off shu...Jens Arnold1-1/+6
2007-04-05Fix the root menu for any targets without a radio (we are using #if not #ifde...Jonathan Gordon1-1/+1
2007-03-31FS#6948 - Fix the broken 'follow playlist' featureRobert Kukla1-1/+1
2007-03-30Check if a new version got installed after usb disconnect and ask if user wan...Peter D'Hoye1-16/+0
2007-03-29set correct eol-style and keywords propertiesPeter D'Hoye1-1/+1
2007-03-29Hopefully fix FS#6863 for good. (possible to get into infinite loop in the me...Jonathan Gordon1-50/+48
2007-03-27Move all valid menu return codes to a single file (root_menu.h) so we don't n...Jonathan Gordon1-4/+5
2007-03-23Temporary workaround hard lockup with "nothing to resume" splash at end of th...Dominik Riebeling1-1/+1
2007-03-21Fix FS#6863 - infinite looping with "Nothing to resume"Jonathan Gordon1-0/+2
2007-03-18fix redJonathan Gordon1-1/+1
2007-03-17Fix it dropping back to the file browser.Jonathan Gordon1-1/+1
2007-03-17Unify the way functions are called from menus.Jonathan Gordon1-1/+2
2007-03-17Cast some more to keep both 32 bit and 64 bit simulator platforms happy.Jens Arnold1-1/+1
2007-03-17Fix simulator builds, and some debugf() format strings.Jens Arnold1-2/+2
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-5/+5
2007-03-10Fix the database browser not remembering its selected itemJonathan Gordon1-1/+3
2007-03-09Fix and simplify previous browser tracking. Auto-init the database when selec...Steve Bavin1-27/+13
2007-03-08Temporarily revert the database auto-init as it causes navigation problems th...Steve Bavin1-0/+8
2007-03-08Really don't try to initialise while the database status is unknownSteve Bavin1-28/+31
2007-03-08Hopefully fix FS#6757Jonathan Gordon1-0/+6
2007-03-07Don't try to initialise while the database status is unknownSteve Bavin1-1/+8
2007-03-07Lead user through database initialisationSteve Bavin1-3/+53
2007-03-07Fix the various bugs associated with pressing MENU to move in and out of Jonathan Gordon1-5/+10
2007-03-07Small '#ifdef HAVE_TAGCACHE' fixMagnus Holmgren1-1/+1
2007-03-07#ifdef HAVE_TAGCACHEJonathan Gordon1-1/+18
2007-03-07Accept FS#6750, allow recording to start automatically (If alarm wakeup Jonathan Gordon1-0/+3
2007-03-07Fix alarm wake up. If the target has fm or recording (or both) an option is i...Jonathan Gordon1-7/+16
2007-03-06Pressing Menu in the Rockbox Menu puts you back in the previous screen.Jonathan Gordon1-17/+16
2007-03-06Fix FS#6716 - make it easier to follow the selected file going in and Jonathan Gordon1-3/+3
2007-03-06Fix the problem where you can get stuck in the plugin browser after Jonathan Gordon1-0/+5
2007-03-05Always try to select the last screen when enetering the Rockbox MenuJonathan Gordon1-13/+14
2007-03-05Allow dynamic menu items to be spoken, especially the resume/now playing itemLinus Nielsen Feltzing1-2/+2
2007-03-04Try to set the selection correclty the first time the Rockbox menu is Jonathan Gordon1-0/+13
2007-03-03Remove the need to double up the MENU macros in manu.h.Jonathan Gordon1-10/+10
2007-03-03Fix FS#6712Jonathan Gordon1-1/+1
2007-03-01fix the last warningJonathan Gordon1-0/+2
2007-03-01fix buildsJonathan Gordon1-2/+6
2007-03-01Fix warnings on targets with an RTC.Dan Everton1-0/+3
2007-03-01Change the alaram #ifdefJonathan Gordon1-1/+1
2007-03-01Introducing the root menu!Jonathan Gordon1-0/+361