summaryrefslogtreecommitdiffstats
path: root/apps/status.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-16Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold1-1/+1
2007-02-18Explicilty set CONFIG_ defines to 0 which are not used.. because doing Jonathan Gordon1-2/+2
2007-02-08Revert the changes using global status for the screen states. It should wait ...Michael Sevakis1-2/+3
2007-02-07Change the radio screen and recording screen to use the global_status structu...Michael Sevakis1-4/+2
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis1-5/+1
2006-08-28Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis1-2/+2
2006-07-24enable record and pause icons in recording screen status bar for software cod...Martin Scarratt1-9/+14
2006-06-06Work-in-progress rework of charging status reading & display: * Changed sever...Jens Arnold1-6/+0
2005-12-04Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC define...Dave Chapman1-1/+1
2005-11-20Applied Stephan Wezel's patch for the new wps %wd/%we tags (disable/enable st...Kevin Ferrare1-1/+0
2005-11-20removed old statusbar and buttonbar codeKevin Ferrare1-276/+2
2005-11-19new icons for radio statusAnton Oleynikov1-2/+2
2005-11-19display radio status (play/pause as on/mute)Anton Oleynikov1-0/+13
2005-11-17Remote WPS support (and some WPS bugfixes) by Stephan WezelChristi Scarborough1-1/+1
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