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