summaryrefslogtreecommitdiff
path: root/apps/wps-display.c
AgeCommit message (Expand)Author
2004-06-27The status bar now keeps track of the mpeg status, instead of having to call ...Linus Nielsen Feltzing
2004-05-22Moved genre list and access function to id3.cBjörn Stenberg
2004-05-21Now the next-song WPS feature worksLinus Nielsen Feltzing
2004-05-19next-song support added to WPS, using new tags, and killed some trailingDaniel Stenberg
2004-05-13Upped the max support number of lines in the WPS to 13.Daniel Stenberg
2004-03-28The ID3 browser now shows the correct genre informationLinus Nielsen Feltzing
2004-03-21Bah, missed the actual battery level. :-)Björn Stenberg
2004-03-21Bug fix: Don't show battery level -1.Björn Stenberg
2004-03-02Patch #881188 by Craigh Sather, fixes battery display updates in WPSLinus Nielsen Feltzing
2004-01-26Modified playlist handling to allow for multiple playlists to be edited at th...Hardeep Sidhu
2004-01-14Craig Sather's patch #749974:Daniel Stenberg
2003-12-12Initial suppport for building Rockbox for Neo. The Neo has a differentDaniel Stenberg
2003-12-04Buffer overrun fix by Craigh Sather (#852494)Björn Stenberg
2003-11-19Don't show battery meter until a proper power reading has been doneBjörn Stenberg
2003-11-04WPS files now supports commentsLinus Nielsen Feltzing
2003-08-06Take statusbar into account when updating a lineHardeep Sidhu
2003-07-01Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis...Hardeep Sidhu
2003-06-04Generalized id3v2 parsing code. Added support for the composer frame and free...Björn Stenberg
2003-06-04Fixed %pp for shuffled dirs (patch #700465)Björn Stenberg
2003-04-30Better error handling when loading WPS config fileLinus Nielsen Feltzing
2003-04-23Only redraw the status line when info actually changed.Björn Stenberg
2003-04-23Added caption backlight: Turns on backlight briefly at the start and end of e...Björn Stenberg
2003-04-09Clear resume when a playlist has endedBjörn Stenberg
2003-04-01Oooops, I checked in the wrong version.Linus Nielsen Feltzing
2003-04-01Displays 0 VBR bitrate as ? instead of 0kbit/sLinus Nielsen Feltzing
2003-03-17wps-display() now tries to inform the user if the LCD is too old for full lin...Linus Nielsen Feltzing
2003-03-10Added wps tag %pv - current playing volume.Björn Stenberg
2003-03-10Treat empty id3 strings as non-existingBjörn Stenberg
2003-03-05Craig Sather's patch #696996 that corrects various things for the %pfDaniel Stenberg
2003-02-27We declare variables at start of functions (code police)Kjell Ericson
2003-02-27Added s.bruder's wonderful full-line player progressbar + time display. Wps t...Björn Stenberg
2003-02-15include sprintf.h when we use snprintf()Daniel Stenberg
2003-02-11Added Genre+Year to ID3 viewer, and added the viewer to the main menu.Björn Stenberg
2003-02-11New default wpsBjörn Stenberg
2003-01-30fix the scroll on the player againDaniel Stenberg
2003-01-28Show status stopped after playlist endsBjörn Stenberg
2003-01-28avoid division by zero (appears in the sim at times)Daniel Stenberg
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell
2003-01-23Removed unnecessary calls to lcd_stop_scroll().Kjell Ericson
2003-01-22Fixed WPS-screen for player.Kjell Ericson
2003-01-13Cleaning up code for Player.Kjell Ericson
2003-01-13The progress char for Player could been undefined.Kjell Ericson
2003-01-10Adapted player code for new Rocklatin character set.Kjell Ericson
2002-12-09Added id3 version wps tag: %iv. Fixed id3v1 parsing bug.Björn Stenberg
2002-12-05Added wps tags %ps (shuffle), %bl (battery level) and %bt (estimated battery ...Björn Stenberg
2002-12-05Added ID3 tag 'genre': %igBjörn Stenberg
2002-12-05Added ID3 tag 'year': %iyBjörn Stenberg
2002-11-05Now also displays WPS lines without format codesLinus Nielsen Feltzing
2002-10-31font_get() and lcd_update_rect() are bitmap functionsDaniel Stenberg
2002-10-30Some peak meter optimizationsLinus Nielsen Feltzing