summaryrefslogtreecommitdiff
path: root/apps/wps-display.c
AgeCommit message (Collapse)Author
2002-10-11Made code more like C89.Mats Lidell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2582 a1c6a512-1295-4272-9138-f99709370657
2002-10-11Player simulator should now handle progress bar (if there was progressMats Lidell
in the simulator.) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2577 a1c6a512-1295-4272-9138-f99709370657
2002-10-10Added progress meter to default player wpsBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2560 a1c6a512-1295-4272-9138-f99709370657
2002-10-09'Reset settings' now also resets wps, font and language (although you have ↵Björn Stenberg
to reboot to get back to the old language). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2552 a1c6a512-1295-4272-9138-f99709370657
2002-10-09'End of song list' message now displays for 1 second and then exits to file ↵Björn Stenberg
browser. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2551 a1c6a512-1295-4272-9138-f99709370657
2002-10-09the playlist variables are now all static, and the wps code use the newDaniel Stenberg
playlist_amount() function to get amount of songs in the current list. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2549 a1c6a512-1295-4272-9138-f99709370657
2002-10-09The wps_loaded flag was set too earlyLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2538 a1c6a512-1295-4272-9138-f99709370657
2002-10-08Added persistence of last .wps, .fnt and .lng file played in /.rockboxBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2535 a1c6a512-1295-4272-9138-f99709370657
2002-10-04Repeat off/all/one toggle. By Hardeep Sidhu.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2498 a1c6a512-1295-4272-9138-f99709370657
2002-09-29Don't keep trying to load a non-existing default.wps.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2444 a1c6a512-1295-4272-9138-f99709370657
2002-09-27WPS loading only worked is WPS had been shown at least once beforeLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2439 a1c6a512-1295-4272-9138-f99709370657
2002-09-27peakmeter is lcd-bitmap onlyDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2438 a1c6a512-1295-4272-9138-f99709370657
2002-09-27Philip Pertermanns peak meterLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2436 a1c6a512-1295-4272-9138-f99709370657
2002-09-24Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and ↵Björn Stenberg
lcd_getstringsize. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2403 a1c6a512-1295-4272-9138-f99709370657
2002-09-24New mpeg_status() function replaces mpeg_is_playing()Linus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2379 a1c6a512-1295-4272-9138-f99709370657
2002-09-18New language/string handlingBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2327 a1c6a512-1295-4272-9138-f99709370657
2002-09-12Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg
propfont and loadable font code. New font file format. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2269 a1c6a512-1295-4272-9138-f99709370657
2002-09-07Added support for %d4 to %d9 in the WPS format string.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2226 a1c6a512-1295-4272-9138-f99709370657
2002-09-06Removed hard-coded time display on recorder and added %pb progress bar tag ↵Björn Stenberg
instead. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2218 a1c6a512-1295-4272-9138-f99709370657
2002-09-04custom wps without an ending newline should still be OKDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2173 a1c6a512-1295-4272-9138-f99709370657
2002-09-04minor line fix, line length > 80 charsRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2163 a1c6a512-1295-4272-9138-f99709370657
2002-09-04wps-display.c Justin Heiner
* 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-02Fixed broken buildBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2134 a1c6a512-1295-4272-9138-f99709370657
2002-09-02Renamed "wps.config" to "default.wps".Björn Stenberg
Added *.wps loading from dir browser. Added ugly 'wps' icon. :-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2131 a1c6a512-1295-4272-9138-f99709370657
2002-09-01Fixed build errorsBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2113 a1c6a512-1295-4272-9138-f99709370657
2002-09-01Merged Magnus Holmgren's wps.config code.Björn Stenberg
Moved wps.config from root to /.rockbox dir. Removed WPS display setting. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2111 a1c6a512-1295-4272-9138-f99709370657
2002-09-01Strange ifdef for SIMULATOR removed.Mats Lidell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2107 a1c6a512-1295-4272-9138-f99709370657
2002-08-31Removed sim warningsBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2095 a1c6a512-1295-4272-9138-f99709370657
2002-08-31whoops, got rid of player_progressbarJustin Heiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2094 a1c6a512-1295-4272-9138-f99709370657
2002-08-31Attempt at fixing reds in simsJustin Heiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2093 a1c6a512-1295-4272-9138-f99709370657
2002-08-31USB Related: Justin Heiner
Consolidated some more of the USB code in the WPS. Have backlight turn offf when USB Connected. menu.c: LINE_X was set wrong for player. settings_menu.c / wps-display.c: Added 1 Line ID3+. Has progress bar & Kbps. Renamed some of the WPS options to be more readable. wps.c / wps-display.c Fixed problem with FF/REW when 'Remaining Time' is on. Added %pb to the WPS mix. Player progress bar thingy. Thanks to whoever fixed my PLAYER_PROGRESS function :-) Changed how volume changes on player (works better now). General cleanup of Custom WPS code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2091 a1c6a512-1295-4272-9138-f99709370657
2002-08-30Killed warning.Markus Braun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2085 a1c6a512-1295-4272-9138-f99709370657
2002-08-30Psyco Dedman's player progress-bar fixDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2082 a1c6a512-1295-4272-9138-f99709370657
2002-08-30id3->album is checked for null before use.Mats Lidell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2081 a1c6a512-1295-4272-9138-f99709370657
2002-08-30Moved display portions of wps.c into new file: wps-display.cBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2079 a1c6a512-1295-4272-9138-f99709370657