summaryrefslogtreecommitdiffstats
path: root/apps/main_menu.c
AgeCommit message (Expand)AuthorFilesLines
2004-12-28prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn1-1/+1
2004-12-20bigger Rockbox logo for bigger LCD screenDaniel Stenberg1-1/+5
2004-10-12The Poweroff menu entry is only for PlayersLinus Nielsen Feltzing1-1/+3
2004-09-28a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn1-6/+6
2004-09-24Restored behaviour of SETTINGS_OK2 (old BUTTON_LEFT) in info menuHenrik Backe1-0/+4
2004-09-19Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg1-10/+5
2004-09-10adjustment for the Ondio: button driver has an Odio part, for now it has a Pl...Jörg Hohensohn1-2/+2
2004-07-26First step in revamping the USB event handling, paving the way for the upcomi...Linus Nielsen Feltzing1-3/+4
2004-07-24New feature: clean shutdown if you press OFF twice in the file browser, or se...Linus Nielsen Feltzing1-2/+5
2004-07-23New way of defining menus and options allows to declare them static const, wh...Jörg Hohensohn1-25/+17
2004-05-14Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. No...Jens Arnold1-20/+5
2004-04-19battery level announcement fixedJörg Hohensohn1-2/+4
2004-04-12removed a warning, BTW: you need to update your voice file for the new stuffJörg Hohensohn1-10/+10
2004-04-12voice UI updates: nicer month setting, bookmark browser, Rockbox info screenJörg Hohensohn1-5/+34
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