summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-08-31USE_SCREENSAVERS define added so that we can build w/o Screensavers for the ↵Robert Hak
recorders if we want git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2097 a1c6a512-1295-4272-9138-f99709370657
2002-08-31Removed busy loops.Björn Stenberg
Replaced unnecessary snprintfs. Added plenty of whitespace. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2096 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-31Documentation update for %pbJustin Heiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2092 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-30Better handling of garbage in ID3V2 tagsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2090 a1c6a512-1295-4272-9138-f99709370657
2002-08-30Set lcd margins only if we return from main_menu().Markus Braun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2089 a1c6a512-1295-4272-9138-f99709370657
2002-08-30Killed warning.Markus Braun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2088 a1c6a512-1295-4272-9138-f99709370657
2002-08-30Fixed time display in statusbar.Markus Braun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2087 a1c6a512-1295-4272-9138-f99709370657
2002-08-30Fix for display of WPS settings in the menuJustin Heiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2086 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-30Added scrollbar to tree view and menus.Markus Braun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2084 a1c6a512-1295-4272-9138-f99709370657
2002-08-30Added char rockboxdir[] containing the directory /.rockbox/ where we shouldHeikki Hannikainen
start storing wps config files, fonts and other data/config files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2083 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-30Corrected bit masks for time setting menu.Markus Braun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2080 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
2002-08-30Bad ifdef removed. Open handles simulator filesystem.Mats Lidell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2078 a1c6a512-1295-4272-9138-f99709370657
2002-08-30Simulator reads wps config from file too.Mats Lidell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2077 a1c6a512-1295-4272-9138-f99709370657
2002-08-3026 was doubledDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2076 a1c6a512-1295-4272-9138-f99709370657
2002-08-30new designsDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2075 a1c6a512-1295-4272-9138-f99709370657
2002-08-30Got rid of the old WPS, and use Custom WPS as the method of WPS updating. ↵Justin Heiner
Also working on a player progress bar (using a custom character). That is now able to be #included with -DPLAYER_PROGRESS in the apps/Makefile git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2074 a1c6a512-1295-4272-9138-f99709370657
2002-08-30Fixed ff/rew new position calculation to handle large seek positions and ↵Hardeep Sidhu
files. This should remove any restrictions on CBR files. VBR files can now seek to ~12 hours (TODO: remove this limit). Also fixed small bug in elapsed time calculation after resume. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2073 a1c6a512-1295-4272-9138-f99709370657
2002-08-30Added %pr to CUSTOM_WPS to display remaining time in song.Justin Heiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2072 a1c6a512-1295-4272-9138-f99709370657
2002-08-30update to my updateJustin Heiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2071 a1c6a512-1295-4272-9138-f99709370657
2002-08-30Another update to Zagor's commitJustin Heiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2070 a1c6a512-1295-4272-9138-f99709370657
2002-08-30Fixed a couple of problems with Zagor's commit, along with some of my own ↵Justin Heiner
CUSTOM_WPS problems git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2069 a1c6a512-1295-4272-9138-f99709370657
2002-08-30Removed warningBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2068 a1c6a512-1295-4272-9138-f99709370657
2002-08-30Fixed player buildBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2067 a1c6a512-1295-4272-9138-f99709370657
2002-08-30Added status_draw() to set_playmode().Björn Stenberg
Moved rtc reading from icons.c code to status.c Added boundary checks for time display values. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2066 a1c6a512-1295-4272-9138-f99709370657
2002-08-30Simulators want is_playing tooBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2065 a1c6a512-1295-4272-9138-f99709370657
2002-08-30Refactored. States are now handled in separate functions instead of using ↵Björn Stenberg
state variables. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2064 a1c6a512-1295-4272-9138-f99709370657
2002-08-29With proportional fonts on the recorder, the scroll speed indicator in scrollHeikki Hannikainen
speed setting was not long enough to actually start scrolling 8-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2063 a1c6a512-1295-4272-9138-f99709370657
2002-08-29Don't set last_dma_tick in swap_data when song is paused. This should fix ↵Hardeep Sidhu
the bad time display when selecting resume after previous. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2062 a1c6a512-1295-4272-9138-f99709370657
2002-08-29Don't resume when song is already paused and user selects previousHardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2061 a1c6a512-1295-4272-9138-f99709370657
2002-08-29minor errorRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2060 a1c6a512-1295-4272-9138-f99709370657
2002-08-29address the other format question, again.Robert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2059 a1c6a512-1295-4272-9138-f99709370657
2002-08-29a Damien Teney submissionDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2058 a1c6a512-1295-4272-9138-f99709370657
2002-08-29wait_for_rdy() now actually waits for RDYLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2057 a1c6a512-1295-4272-9138-f99709370657
2002-08-29more up to dateDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2056 a1c6a512-1295-4272-9138-f99709370657
2002-08-29even moreDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2055 a1c6a512-1295-4272-9138-f99709370657
2002-08-29the resume question comes on bootDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2054 a1c6a512-1295-4272-9138-f99709370657
2002-08-29moreDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2053 a1c6a512-1295-4272-9138-f99709370657
2002-08-29Now uses STANDBY_IMMEDIATE instead of STANDBYLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2052 a1c6a512-1295-4272-9138-f99709370657
2002-08-29fixed the manual linkDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2051 a1c6a512-1295-4272-9138-f99709370657
2002-08-291.3 updatesDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2050 a1c6a512-1295-4272-9138-f99709370657
2002-08-29Changed the poll timer from 2ms to 1msLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2049 a1c6a512-1295-4272-9138-f99709370657
2002-08-29Based on comments from Uwe Freese, added answers for memory effect andHeikki Hannikainen
playtime gain for higher-rating batteries. Tuned the different charger answer a little. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2048 a1c6a512-1295-4272-9138-f99709370657