summaryrefslogtreecommitdiffstats
path: root/apps/menus/main_menu.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-27Start of some apps/ and wps cleanup work... Move everything related to the ac...Jonathan Gordon1-1/+1
2009-07-14FS#10080Nils Wallménius1-1/+1
2009-01-28Forget Info screen auto refresh for now since it messes with text scrolling.Michael Sevakis1-8/+0
2009-01-28Make sure 'Battery: Charging' is displayed in the info screen when charging n...Michael Sevakis1-7/+27
2009-01-06Changed lang message for credits item in Rockbox Mainmenu/System and updated ...Alessio Lenzi1-1/+1
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-1/+2
2008-12-24Simplify powermgmt thread loops so it calls functions turn (no more power_thr...Michael Sevakis1-11/+10
2008-12-01Static police.Bertrik Sikken1-1/+1
2008-12-01FS#9173 - move all time/clock related settings in the menus into system > "ti...Jonathan Gordon1-83/+18
2008-10-13Move 'Playback Settings' up from 'General Settings' to 'Settings' (FS#9472 by...Nils Wallménius1-0/+1
2008-09-24Clean up use of snprintf where strncpy if suited, avoid useless copying of co...Nils Wallménius1-3/+3
2008-09-23Display the expected album art size in the info screenJonathan Gordon1-0/+32
2008-09-12Make local function static and add missing #includes for Archos playerBertrik Sikken1-1/+1
2008-08-19Rockbox info: restore the 5seconds update delay to allow scrolling,Stéphane Doyon1-1/+4
2008-08-18Fix for issues in speaking the time in Rockbox Info screen (B#9167).Stéphane Doyon1-22/+11
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-1/+1
2008-08-03Fix FS#9237 (Mismatch in voiced and displayed buffer size).Bertrik Sikken1-7/+5
2008-07-08fix FS#9162 - the time needs to not talk so often, not the date lineJonathan Gordon1-13/+13
2008-07-05fix FS#9144 hopefully for good... only update the screen if the time line is ...Jonathan Gordon1-12/+22
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-25fix redJonathan Gordon1-1/+3
2008-06-25ok, only update the screen if the time is selected... otherwise the scrolling...Jonathan Gordon1-1/+1
2008-06-25fix FS#8969 - rockbox info screen is now redrawn every half secondJonathan Gordon1-1/+10
2008-05-05scroll all lines in read-only info listsJonathan Gordon1-0/+2
2008-04-26Const police raid, making a lot of pointers to lang strings const and removin...Nils Wallménius1-7/+10
2008-04-20Nicer handling of unset clock in the 'Rockbox Info' screenNils Wallménius1-14/+48
2008-04-09Some small binsize savingsNils Wallménius1-16/+12
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius1-16/+17
2008-03-31Fix for FS#8820 by Christopher Williams - Misformatted time in Rockbox InfoLinus Nielsen Feltzing1-4/+6
2008-03-25So, I've been sick these last few days, and I'm trying to not take drugs to g...Jonathan Gordon1-1/+0
2008-03-25well we suck! how could something seemingly simple be fubar'ed so much! KISS ...Jonathan Gordon1-0/+1
2008-03-25ok, redo that last commit.. always write /.rockbox/oldconfig.cfg when you loa...Jonathan Gordon1-1/+0
2008-03-25write the current settings to .rockbox/config.cfg.bak before resetting settingsJonathan Gordon1-0/+1
2008-03-06there is no need to load the filename settings unless reading from a .cfg, so...Jonathan Gordon1-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-11-03Fix my mess in r15419: LANG_BATTERY_TOPOFF_CHARGE is only definedStéphane Doyon1-4/+12
2007-11-03Info screen: charging and battery.Stéphane Doyon1-15/+20
2007-11-03Info screen fixups:Stéphane Doyon1-28/+17
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-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 Gordon1-14/+2
2007-08-23Patch FS#7641 by Daniel Dalton, talking clock improvementsLinus Nielsen Feltzing1-5/+15