summaryrefslogtreecommitdiffstats
path: root/apps/wps.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-30Moved display portions of wps.c into new file: wps-display.cBjörn Stenberg1-595/+85
2002-08-30Bad ifdef removed. Open handles simulator filesystem.Mats Lidell1-4/+0
2002-08-30Simulator reads wps config from file too.Mats Lidell1-13/+8
2002-08-30Got rid of the old WPS, and use Custom WPS as the method of WPS updating. Als...Justin Heiner1-168/+42
2002-08-30Added %pr to CUSTOM_WPS to display remaining time in song.Justin Heiner1-1/+8
2002-08-30update to my updateJustin Heiner1-1/+3
2002-08-30Another update to Zagor's commitJustin Heiner1-15/+25
2002-08-30Fixed a couple of problems with Zagor's commit, along with some of my own CUS...Justin Heiner1-1/+21
2002-08-30Fixed player buildBjörn Stenberg1-12/+0
2002-08-30Refactored. States are now handled in separate functions instead of using sta...Björn Stenberg1-488/+446
2002-08-29Don't resume when song is already paused and user selects previousHardeep Sidhu1-2/+6
2002-08-29Custom WPS update - works for recorder and player now. Also updated how the W...Justin Heiner1-91/+249
2002-08-29update to the ff/rw options accelerate optionsEric Linenberg1-2/+3
2002-08-28Nate Nystrom's ff/rw acceleration patchEric Linenberg1-4/+42
2002-08-28Added basic handling of \r\n (ignores it) to the Custom WPSJustin Heiner1-0/+16
2002-08-28First attempt to use the new playlist APILinus Nielsen Feltzing1-2/+6
2002-08-27Fixed a little problem coming out of the Player's ID3 info screen. You had to...Justin Heiner1-1/+1
2002-08-27Update to CUSTOM_WPS. Now has an If/Else ability. Also updated the docsJustin Heiner1-8/+57
2002-08-26Added configurable disk spindown. The disk will also now not spin down while ...Björn Stenberg1-0/+3
2002-08-24global_settings are not for runtime state variables!Björn Stenberg1-9/+15
2002-08-24Update to the Custom WPS. Now actually works, can be fed any string, uses %xx...Justin Heiner1-100/+157
2002-08-23Don't display wps until there is data to display (or we'll get the annoying '...Björn Stenberg1-4/+0
2002-08-23prevent the "end of (song) list" getting displayed if there's an mpegDaniel Stenberg1-1/+1
2002-08-23stupid tabsRobert Hak1-2/+2
2002-08-23minor style fixesRobert Hak1-5/+8
2002-08-23restore was allwas true. Set it to false when last restore request wasMarkus Braun1-0/+1
2002-08-23two fixes at once:Daniel Stenberg1-3/+6
2002-08-22Changed CUSTOM_WPS to be a define-only feature until it is more complete. To ...Justin Heiner1-1/+4
2002-08-22fix file name pointer usage, clean the buffer faster, don't use extraDaniel Stenberg1-6/+9
2002-08-22Flipped a line to make it workJustin Heiner1-1/+1
2002-08-22Attempt at fixing redsJustin Heiner1-3/+3
2002-08-22fixed compiler errorDaniel Stenberg1-2/+2
2002-08-22Added conditional Title-Artist to appease PsycoXul :-) It's bound to %hJustin Heiner1-0/+9
2002-08-22Added %% as an available tag to the Custom WPS. Displays % when usedJustin Heiner1-1/+3
2002-08-22Added ability to have a Custom WPS Display on the Player. See the commited do...Justin Heiner1-8/+123
2002-08-21Changed the previous patch to restart the same song if over 2 seconds to 3 se...Justin Heiner1-1/+1
2002-08-21Stays in pause mode after seekBjörn Stenberg1-6/+16
2002-08-21Lee Marlow's patch to restart the same song if the back button is hit in the wpsEric Linenberg1-1/+7
2002-08-21Fix for fixMarkus Braun1-1/+1
2002-08-21Fixed wps usb bug. Before rockbox switched not to usb mode when cable wasMarkus Braun1-1/+1
2002-08-21Consolidated display restore code.Markus Braun1-39/+21
2002-08-20faster redraw of time displayMarkus Braun1-0/+26
2002-08-20Now using lcd margins instead of a line offset for displaying status bar.Markus Braun1-20/+21
2002-08-20Added draw_screen(id3) after volume change. Fixed bug in player WPS ID3 Info ...Justin Heiner1-16/+19
2002-08-19Pause now works again (I broke it with my mpeg_is_playing() fix...)Björn Stenberg1-6/+6
2002-08-19Added Smart(tm) ID3 displaying to the new 1 Line ID3. If no ID3 is available,...Justin Heiner1-6/+17
2002-08-19More of the new 1 Line ID3 for the playerJustin Heiner1-14/+47
2002-08-17Minor change in display of previous volume display patchJustin Heiner1-2/+1
2002-08-17WPS in player now displays volume level while changing itJustin Heiner1-0/+33
2002-08-16Fixed ID3 Scrolling problem (player) when FF/RW in ID3 display modeJustin Heiner1-0/+6