summaryrefslogtreecommitdiffstats
path: root/apps/wps.c
AgeCommit message (Expand)AuthorFilesLines
2002-09-06Filters out Stop events from the main menuLinus Nielsen Feltzing1-0/+2
2002-09-05BUTTON_NONE broke the last_button filterLinus Nielsen Feltzing1-1/+2
2002-09-04make the RIGHT button release work againDaniel Stenberg1-1/+1
2002-09-04Fixed the disappearing shuffle textLinus Nielsen Feltzing1-3/+11
2002-09-04re-enabled the lastbutton event for recorder only.Justin Heiner1-0/+8
2002-09-04Nate Nystrom's FF/RW min speed patchEric Linenberg1-79/+41
2002-09-04wps-display.c Justin Heiner1-6/+1
2002-09-03Added dir filter toggle (mp3/m3u) to F2 quick-set screen.Björn Stenberg1-19/+16
2002-09-03Added quick-set screens to F2 (play modes) and F3 (screen settings) in dir br...Björn Stenberg1-8/+158
2002-09-03Ignore prev/next up unless last button was downBjörn Stenberg1-5/+11
2002-09-01Fixed build errorsBjörn Stenberg1-8/+0
2002-09-01Merged Magnus Holmgren's wps.config code.Björn Stenberg1-2/+0
2002-08-31Removed busy loops.Björn Stenberg1-84/+77
2002-08-31USB Related: Justin Heiner1-37/+63
2002-08-30Set lcd margins only if we return from main_menu().Markus Braun1-6/+6
2002-08-30Added scrollbar to tree view and menus.Markus Braun1-0/+7
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