summaryrefslogtreecommitdiffstats
path: root/apps/main_menu.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-19Third step of the voice-UI: numerical settings are spoken (composed at runtim...Jörg Hohensohn1-0/+1
2004-03-16First shot at a nice little button bar at the bottom of the recorder LCD. Ena...Linus Nielsen Feltzing1-6/+8
2004-03-14First step of the voice-UI: the menus can talk. You need a "voicefont" file i...Jörg Hohensohn1-7/+15
2004-03-12First step towards context sensitive and configurable menus, by Brent CouttsLinus Nielsen Feltzing1-3/+4
2004-03-11Moved Create Directory to the ON+Play menuLinus Nielsen Feltzing1-4/+1
2004-01-21New feature: NOw you can store the recorded files in either /recordings (the ...Linus Nielsen Feltzing1-1/+4
2004-01-14Menu reorganization (patch #872810 by Peter Schneider)Björn Stenberg1-41/+47
2004-01-14Added Benjamin Metzlers bookmarking feature (patch #669440)Björn Stenberg1-1/+5
2003-12-19Silly me, I passed the wrong number of items to menu_init(). Thanks to Mike G...Linus Nielsen Feltzing1-1/+1
2003-12-19Automatic detection of FM radio hardware for V2 recordersLinus Nielsen Feltzing1-17/+48
2003-12-12Initial suppport for building Rockbox for Neo. The Neo has a differentDaniel Stenberg1-1/+1
2003-11-21Changed Info screen battery info when unknown battery levelBjörn Stenberg1-2/+5
2003-11-20Red build fixLinus Nielsen Feltzing1-0/+2
2003-11-20Recording in FM screen, USB mode possible in FM and recording screenLinus Nielsen Feltzing1-2/+7
2003-09-29Removed games_menu.[ch] and demo_menu.[ch] since they are no longer used.Björn Stenberg1-9/+0
2003-09-29Brian King's .rockbox browsing patchBjörn Stenberg1-8/+12
2003-07-01Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis...Hardeep Sidhu1-1/+2
2003-06-01Killed a warningLinus Nielsen Feltzing1-0/+1
2003-06-01Patch #744268 (info screen USB mode)Linus Nielsen Feltzing1-0/+3
2003-05-09Configurable dir browser file buffer size. No more 400-file limit. No more wh...Linus Nielsen Feltzing1-7/+1
2003-05-03Finally, FM radio support on the FM RecorderLinus Nielsen Feltzing1-0/+6
2003-02-11Added Genre+Year to ID3 viewer, and added the viewer to the main menu.Björn Stenberg1-1/+3
2003-01-29Added basic playlist creation. Creates <dirname>.m3u in the parent directory,...Björn Stenberg1-4/+5
2003-01-24Local variables line removed.Mats Lidell1-1/+0
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell1-2/+0
2003-01-22Code for alarm mod. Enable with adding -DHAVE_ALARM_MOD in Makefile (EXTRA_DE...Uwe Freese1-3/+10
2003-01-18avoid mem info overflow when having 8MB ;-)Uwe Freese1-1/+2
2002-12-14main menu shows different charge statesUwe Freese1-1/+5
2002-12-03Sleep timer, inspired by Jim HaganiLinus Nielsen Feltzing1-0/+2
2002-12-03Finally, merged the improved power code from Uwe Freese:Björn Stenberg1-10/+2
2002-11-12Added disk space to Info menu item. (Players press + to see it.)Björn Stenberg1-35/+63
2002-11-10Recording settings are now persistent. Added a Recording Settings menuLinus Nielsen Feltzing1-0/+1
2002-11-10Added recording functionalityLinus Nielsen Feltzing1-0/+7
2002-10-15Use status_set...Mats Lidell1-2/+3
2002-10-15The player firmware now autodetects the LCD type. No need for two player vers...Linus Nielsen Feltzing1-4/+2
2002-10-15fixed the buffer info to use one more decimal, also now require both a keyDaniel Stenberg1-7/+27
2002-09-24Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...Björn Stenberg1-9/+9
2002-09-24Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to ...Björn Stenberg1-8/+8
2002-09-18New language/string handlingBjörn Stenberg1-5/+5
2002-09-17a few more translated stringsDaniel Stenberg1-7/+8
2002-09-17First simple steps using possibly translated strings for the main menu.Daniel Stenberg1-3/+5
2002-09-12Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg1-2/+3
2002-09-06Renamed menu item 'Screensavers' to more descriptive 'Demos'. Added snow, rem...Björn Stenberg1-6/+6
2002-09-06include options.hDaniel Stenberg1-0/+2
2002-08-31corrected for games defineRobert Hak1-1/+6
2002-08-31USE_SCREENSAVERS define added so that we can build w/o Screensavers for the r...Robert Hak1-5/+14
2002-08-28Centered the ROCKbox! logo in the playerJustin Heiner1-1/+1
2002-08-23Remade the menu system slightly. All functions invoked from menus now useDaniel Stenberg1-6/+12
2002-08-21made the main menu have a USB selection when built for simulator so thatDaniel Stenberg1-0/+4
2002-08-15Removed 'saving seetings' message, since writing is delayedBjörn Stenberg1-4/+0