Commit graph

4 commits

Author SHA1 Message Date
Justin Heiner
ba349223bf wps-display.c
* Made 'Remaining Time' count correctly when doing FF/REW.
    * Fixed bug in player_progressbar that caused Illegal Instruction
      if the FF/Play went past the end of the song.
wps.c
    * Removed 'if(lastbutton!=BUTTON_LEFT)' from track changes.
      It was causing tracks to not change unless button was pressed
      numerous times quickly :-)
    * For player, changed BUTTON_STOP to BUTTON_STOP | BUTTON_REL.
      Since stop is also the key to turn the device off, we don't want
      it to go to the dir browser unless the stop button is released.
settings_menu.c
    * Changed the minimum disk spindown time to 3 seconds, due to
      reported problems if set below that.
makefile.vc6
    * Fixed the VC makefile to work with both Recorder & Player again.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2159 a1c6a512-1295-4272-9138-f99709370657
2002-09-04 01:51:09 +00:00
Felix Arends
b1819f64de this makefile works at least for the recorder, we will have to talk about a recorder fix.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1927 a1c6a512-1295-4272-9138-f99709370657
2002-08-22 17:58:24 +00:00
Felix Arends
d823f22cc0 win32 up to date
included powermgmt.cpp


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1597 a1c6a512-1295-4272-9138-f99709370657
2002-08-07 15:55:40 +00:00
Daniel Stenberg
ac9ebdebc5 This is the VC++ makefile renamed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1518 a1c6a512-1295-4272-9138-f99709370657
2002-08-02 12:15:38 +00:00