summaryrefslogtreecommitdiffstats
path: root/apps/wps.c
AgeCommit message (Expand)AuthorFilesLines
2005-01-23Added button definitions for gmini build. Prettified formatting.Jens Arnold1-70/+88
2004-12-19Removed annoying debug outputLinus Nielsen Feltzing1-2/+0
2004-11-19Added iRiver button codesLinus Nielsen Feltzing1-1/+19
2004-10-24Fix: Skipping to previous/next track via remote works again. WPS_RC_(PREV|NEX...Jens Arnold1-6/+6
2004-10-05Added stop (off+repeat) to ondio wps.Björn Stenberg1-0/+1
2004-10-04Moved most actions off of button release events.Björn Stenberg1-0/+7
2004-10-04Player volume buttons now work againBjörn Stenberg1-6/+12
2004-10-04Player next/prev is on release, not press. (Bug #1039326)Björn Stenberg1-2/+2
2004-10-01Patch #1038325 by Markus Braun, prevents WPS from setting the volume higher t...Linus Nielsen Feltzing1-0/+2
2004-09-28a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn1-6/+6
2004-09-21Fixed broken rewind in wpsHenrik Backe1-3/+2
2004-09-19Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg1-461/+192
2004-09-10adjustment for the Ondio: button driver has an Odio part, for now it has a Pl...Jörg Hohensohn1-1/+5
2004-08-29The mute status display function now uses splash() tooJens Arnold1-9/+7
2004-08-01More const policeing step 2Jens Arnold1-1/+1
2004-07-26First step in revamping the USB event handling, paving the way for the upcomi...Linus Nielsen Feltzing1-21/+28
2004-06-27The status bar now keeps track of the mpeg status, instead of having to call ...Linus Nielsen Feltzing1-18/+7
2004-06-10Keylock now locks combo keys too (mute, id3 viewer etc)Björn Stenberg1-17/+27
2004-05-22Moved genre list and access function to id3.cBjörn Stenberg1-2/+2
2004-05-22Improved ff/rw max step calculation (patch #882931 by Craigh Sather)Björn Stenberg1-9/+21
2004-05-21Now the next-song WPS feature worksLinus Nielsen Feltzing1-1/+1
2004-05-19fix the next-song stuff for the player arch as wellDaniel Stenberg1-4/+4
2004-05-19next-song support added to WPS, using new tags, and killed some trailingDaniel Stenberg1-17/+20
2004-03-28The ID3 browser now shows the correct genre informationLinus Nielsen Feltzing1-2/+2
2004-03-22Fixed bad handling of remote control STOP on Player modelsLinus Nielsen Feltzing1-3/+3
2004-03-17F3 now shows the correct quick screen againLinus Nielsen Feltzing1-1/+1
2004-03-12First step towards context sensitive and configurable menus, by Brent CouttsLinus Nielsen Feltzing1-2/+3
2004-01-15Always show correct play modeBjörn Stenberg1-1/+1
2004-01-14Added Benjamin Metzlers bookmarking feature (patch #669440)Björn Stenberg1-1/+3
2004-01-08The splash() function's second argument (keymask) is now removed, as itDaniel Stenberg1-1/+1
2004-01-05Moved the low-level playback functionality into a new, separate module "mp3_p...Jörg Hohensohn1-0/+1
2003-12-12Initial suppport for building Rockbox for Neo. The Neo has a differentDaniel Stenberg1-9/+27
2003-12-10Added viewer for currently playing playlist. Accessed from Menu->Playlist Op...Hardeep Sidhu1-12/+17
2003-11-03Patch #783177 by Craig Sather, fixes the progress bar glitch when fast forwar...Linus Nielsen Feltzing1-0/+3
2003-11-03Patch #782228 by Barry McIntosh, makes the volume meter update when adjusting...Linus Nielsen Feltzing1-1/+2
2003-10-23The boolean Code Police strikes back. This will hopefully fix bug #827966.Linus Nielsen Feltzing1-2/+4
2003-10-17Car Ignition Auto Stop (patch #736339 by Craig Sather)Björn Stenberg1-6/+14
2003-10-17Fixes sleep timer when connected to charger (patch #769591 by Henrik Backe)Björn Stenberg1-4/+10
2003-08-29Pass actual time instead of offset to mpeg_ff_rewind. Fixes ff/rew to wrong ...Hardeep Sidhu1-2/+2
2003-07-01Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis...Hardeep Sidhu1-10/+3
2003-06-04Fixed %pp for shuffled dirs (patch #700465)Björn Stenberg1-2/+7
2003-05-20Finally, remote control now works while keys are locked.Björn Stenberg1-94/+16
2003-05-20Fixed bad remote control handling in wps. Changed tree navigation keys to rig...Björn Stenberg1-4/+6
2003-04-23Only redraw the status line when info actually changed.Björn Stenberg1-6/+6
2003-04-23Players use the MENU button, not F1.Björn Stenberg1-0/+4
2003-04-23Changed remote control button events to separate codes. Now the remote contro...Björn Stenberg1-3/+14
2003-04-11Better handling of next/prevLinus Nielsen Feltzing1-2/+0
2003-04-09Stop playing immediately when skipping to next or previous track.Björn Stenberg1-1/+4
2003-03-17Check paused state after pitch screenBjörn Stenberg1-0/+6
2003-03-15patch #702874 by Craig Sather, fixes a pause bug in WPSLinus Nielsen Feltzing1-0/+6