summaryrefslogtreecommitdiffstats
path: root/apps/status.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-09Removed button bar for devices with no F buttons (Ondio)Jens Arnold1-1/+1
2004-10-08multiple battery types prepared (CONFIG_BATTERY)Jörg Hohensohn1-1/+1
2004-09-28a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn1-1/+1
2004-08-18 Const policed pointer arguments to functions, part 3Jens Arnold1-2/+3
2004-07-13Fixed the slow status bar update in bug report #727790.Linus Nielsen Feltzing1-2/+4
2004-06-27The status bar now keeps track of the mpeg status, instead of having to call ...Linus Nielsen Feltzing1-8/+41
2004-05-12Keep running charging animation until top-off is completedBjörn Stenberg1-1/+2
2004-03-16First shot at a nice little button bar at the bottom of the recorder LCD. Ena...Linus Nielsen Feltzing1-6/+33
2004-02-05Better charging feedback for FM/V2 devicesLinus Nielsen Feltzing1-1/+1
2004-01-05Moved the low-level playback functionality into a new, separate module "mp3_p...Jörg Hohensohn1-1/+1
2003-12-03Battery meter now shows '?' after boot instead of nothing at all.Björn Stenberg1-3/+4
2003-11-19Don't show battery meter until a proper power reading has been doneBjörn Stenberg1-1/+3
2003-11-05Now clears the buttonbar before drawingLinus Nielsen Feltzing1-0/+1
2003-11-05Renamed the buttonbar functionsLinus Nielsen Feltzing1-2/+2
2003-11-04Generic F-key buttonbar functionalityLinus Nielsen Feltzing1-0/+45
2003-10-17Car Ignition Auto Stop (patch #736339 by Craig Sather)Björn Stenberg1-0/+1
2003-10-17Runtime display bug fix by Craig Sather (patch #766552)Björn Stenberg1-1/+5
2003-06-04Simplified and corrected status update. Contributions by Magnus Holmgren and ...Björn Stenberg1-131/+59
2003-04-23Only redraw the status line when info actually changed.Björn Stenberg1-31/+66
2003-02-13Mike Holden's patch that corrects the FM charger plugged symbolUwe Freese1-2/+6
2003-01-27Corrected get_time(). This should fix the bad file date bug. Also changed sta...Björn Stenberg1-7/+4
2002-12-18show 100% instead of animation when top-off chg.Uwe Freese1-1/+1
2002-12-18Killed a dozen global variablesBjörn Stenberg1-5/+7
2002-12-14status bar: battery symbol animation in charge and top off charge modeUwe Freese1-1/+2
2002-12-04Moved runtime-reset-when-charger-connected to status.cBjörn Stenberg1-0/+2
2002-10-15Draw all icons for player from status_draw. Added set methods forMats Lidell1-0/+33
2002-10-09Removed the 'repeat off' icon.Björn Stenberg1-4/+0
2002-10-08Added repeat-one icon for recorders.Björn Stenberg1-4/+13
2002-10-05Show repeat icons for player.Mats Lidell1-0/+4
2002-10-04Repeat off/all/one toggle. By Hardeep Sidhu.Björn Stenberg1-1/+1
2002-09-30Don't draw statusbar if it's disabledBjörn Stenberg1-1/+4
2002-09-10use lcd_update_rect() even on simulators (*crosses fingers*)Daniel Stenberg1-4/+0
2002-09-04Minor update to the last commitJustin Heiner1-1/+1
2002-09-04Added status indicator for charging on PlayerJustin Heiner1-17/+51
2002-09-01Merged Magnus Holmgren's wps.config code.Björn Stenberg1-13/+1
2002-08-30Killed warning.Markus Braun1-1/+1
2002-08-30Fixed time display in statusbar.Markus Braun1-1/+8
2002-08-30Removed warningBjörn Stenberg1-0/+3
2002-08-30Added status_draw() to set_playmode().Björn Stenberg1-6/+6
2002-08-21Ignore recorder playmode states.Mats Lidell1-0/+3
2002-08-21Added icons for charcell simulator.Mats Lidell1-1/+1
2002-08-20Define instead of a number.Markus Braun1-1/+1
2002-08-20status_draw() now uses lcd_update_rect()Björn Stenberg1-0/+5
2002-08-15F3 now toggles global_settings.statusbarMarkus Braun1-5/+0
2002-08-13battery is animated while chargingMarkus Braun1-6/+10
2002-08-12corrected battery empty conditionMarkus Braun1-4/+4
2002-08-12now uses battery_level_safe() to determine when to blinkMarkus Braun1-13/+15
2002-08-09Battery blinks if >BATTERY_LEVEL_DANGEROUSMarkus Braun1-2/+13
2002-08-07Using TIME_AFTER() macro to prevent wrap problemMarkus Braun1-6/+3
2002-08-07Power plug is shown when charger is attached and blinking when charging is en...Markus Braun1-1/+16