summaryrefslogtreecommitdiffstats
path: root/apps/status.c
AgeCommit message (Expand)AuthorFilesLines
2005-10-28Initial multi screen support by Kévin Ferrare (Patch #1318081)Linus Nielsen Feltzing1-8/+8
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold1-1/+1
2005-08-26Bug fix suggested by Antonius Hellman, the status could be redrawn far too of...Linus Nielsen Feltzing1-1/+4
2005-08-21Patch #1105616 by Ray Lambert - A-B Repeat for Archos studio/recorder, still ...Linus Nielsen Feltzing1-0/+7
2005-08-21Committed the "[ 1247788 ] Adds wps tags for repeat modes" patch.Miika Pekkarinen1-0/+7
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold1-4/+4
2005-07-05(1) Patch 1231281: Alignment tags for the WPS by Per Holmaeng. Use %al for l...Christi Scarborough1-1/+1
2005-06-28Second part of graphics api rework. Bitmap drawing and text output converted;...Jens Arnold1-2/+2
2005-06-25Added new shuffle repeat mode that reshuffles playlist before repeating. Als...Hardeep Sidhu1-0/+1
2005-06-24First part of graphics api rework. Special functions, parameter handling, pix...Jens Arnold1-3/+9
2005-06-23New feature for units that can be powered or charged from USB (Recorder fm/v2...Jens Arnold1-8/+28
2005-06-04Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC ...Jens Arnold1-3/+3
2005-04-19iRiver: added support for hold-button on main unit and remote controlChristian Gmeiner1-0/+7
2005-04-04More audio code restructuring, mostly renaming functions so farLinus Nielsen Feltzing1-6/+6
2005-04-01Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx()Linus Nielsen Feltzing1-1/+2
2005-02-19a bit nicer: delay of the disk activity indicator is supplied by app layerJörg Hohensohn1-3/+3
2005-02-19oops, a stray char slipped inJörg Hohensohn1-1/+1
2005-02-19Ondio: disk indication in the status bar, to compensate for lacking LEDJörg Hohensohn1-1/+12
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