summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Default file mode should be O_BINARY to be consistent with rockboxHardeep Sidhu2003-05-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3708 a1c6a512-1295-4272-9138-f99709370657
* Now the playlist isn't sorted/randomized if no music is playing (fixes the ↵Linus Nielsen Feltzing2003-05-29
| | | | | | F2-shuffle bug reported by Henry Tremolo) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3707 a1c6a512-1295-4272-9138-f99709370657
* The playlist buffer was too small, causing all kinds of weird errors when ↵Linus Nielsen Feltzing2003-05-29
| | | | | | playing large playlists git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3706 a1c6a512-1295-4272-9138-f99709370657
* Moved the settings for jump scroll to a more correct place.Kjell Ericson2003-05-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3705 a1c6a512-1295-4272-9138-f99709370657
* added links to funmp3players and the yahoo forumDaniel Stenberg2003-05-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3704 a1c6a512-1295-4272-9138-f99709370657
* don't call them target builds, they're daily builds for different modelsDaniel Stenberg2003-05-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3703 a1c6a512-1295-4272-9138-f99709370657
* Since remote uses special button codes, there is no need to simulate release ↵Björn Stenberg2003-05-27
| | | | | | events. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3702 a1c6a512-1295-4272-9138-f99709370657
* Silly, Silly. There is no day/month 0.Markus Braun2003-05-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3701 a1c6a512-1295-4272-9138-f99709370657
* Fix for time/date setting after power loss (battery change).Markus Braun2003-05-27
| | | | | | | | After a power loss, the time in the setting screen is set to 00:00 01/01/2003. Fixes Bug report #715081, #741391, #742672 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3700 a1c6a512-1295-4272-9138-f99709370657
* When we read the year from the RTC, it can be so totally messed up so thatDaniel Stenberg2003-05-27
| | | | | | | | we make more than a 4-digit year. Let's not pretend we'll set a year that is beyond 2030. If we do, we know where to fix! ;-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3699 a1c6a512-1295-4272-9138-f99709370657
* Vincent Kujala's bug report and fix #742131Daniel Stenberg2003-05-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3698 a1c6a512-1295-4272-9138-f99709370657
* Added "jump scroll delay" (for player).Kjell Ericson2003-05-27
| | | | | | | Added that you can set how many times the jump scroll shall occur (max 5 times) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3697 a1c6a512-1295-4272-9138-f99709370657
* Fixed hidden recording status barBjörn Stenberg2003-05-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3696 a1c6a512-1295-4272-9138-f99709370657
* Fixed bad %x handlingLinus Nielsen Feltzing2003-05-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3695 a1c6a512-1295-4272-9138-f99709370657
* Declaring the jump scroll function.Kjell Ericson2003-05-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3694 a1c6a512-1295-4272-9138-f99709370657
* New feature for player: Jump scroll!Kjell Ericson2003-05-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3693 a1c6a512-1295-4272-9138-f99709370657
* added Jörg HohensohnDaniel Stenberg2003-05-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3692 a1c6a512-1295-4272-9138-f99709370657
* Magnus Holmgren's patch #708098 that makes bmp2rb insensitive to endianessDaniel Stenberg2003-05-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3691 a1c6a512-1295-4272-9138-f99709370657
* Flash info now also for PlayerJörg Hohensohn2003-05-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3690 a1c6a512-1295-4272-9138-f99709370657
* Finally, remote control now works while keys are locked.Björn Stenberg2003-05-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3689 a1c6a512-1295-4272-9138-f99709370657
* Fixed bad remote control handling in wps. Changed tree navigation keys to ↵Björn Stenberg2003-05-20
| | | | | | right/left (was vol +/-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3688 a1c6a512-1295-4272-9138-f99709370657
* Stevie Oh addedDaniel Stenberg2003-05-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3687 a1c6a512-1295-4272-9138-f99709370657
* this should be using unsigned, to allow a full 4GB file, just in caseDaniel Stenberg2003-05-19
| | | | | | | everything else does git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3686 a1c6a512-1295-4272-9138-f99709370657
* Stevie Oh's patch #739898 that corrects how vbrfix works on large files.Daniel Stenberg2003-05-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3685 a1c6a512-1295-4272-9138-f99709370657
* The run length encoding hung if it found >100 equal charsLinus Nielsen Feltzing2003-05-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3684 a1c6a512-1295-4272-9138-f99709370657
* Fixed simulator core dump (forgot to call playlist_init)Linus Nielsen Feltzing2003-05-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3683 a1c6a512-1295-4272-9138-f99709370657
* USB polarity is now taken from the HW info and not by checking the port pin ↵Linus Nielsen Feltzing2003-05-17
| | | | | | state at boot git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3682 a1c6a512-1295-4272-9138-f99709370657
* Removed frequency info from Debug HW Info, and added a Save ROM Contents ↵Linus Nielsen Feltzing2003-05-17
| | | | | | item to the debug menu git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3681 a1c6a512-1295-4272-9138-f99709370657
* Bad grammar fixLinus Nielsen Feltzing2003-05-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3680 a1c6a512-1295-4272-9138-f99709370657
* Flash Manufacturer/ID in Debug->View HW Info, if this gives valid info you ↵Jörg Hohensohn2003-05-17
| | | | | | have an in-system programmable Flash (pre-study for Rockbox in Flash) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3679 a1c6a512-1295-4272-9138-f99709370657
* Moved the power_init() call to after the mpeg_init() call, this is supposed ↵Linus Nielsen Feltzing2003-05-17
| | | | | | to solve the startup voltage bug git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3678 a1c6a512-1295-4272-9138-f99709370657
* Bumped the config block version, this forces a reset of the settingsLinus Nielsen Feltzing2003-05-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3677 a1c6a512-1295-4272-9138-f99709370657
* buffer.c addedJörg Hohensohn2003-05-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3676 a1c6a512-1295-4272-9138-f99709370657
* Now compiles without newlib. Refined the Makefile a little.Linus Nielsen Feltzing2003-05-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3675 a1c6a512-1295-4272-9138-f99709370657
* Now compiles without newlib. Refined the Makefile a little.Linus Nielsen Feltzing2003-05-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3674 a1c6a512-1295-4272-9138-f99709370657
* In syncJose Maria Garcia-Valdecasas Bernal2003-05-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3673 a1c6a512-1295-4272-9138-f99709370657
* In sync.Mats Lidell2003-05-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3672 a1c6a512-1295-4272-9138-f99709370657
* call tree_init(); in the simulator as well as otherwise we always getDaniel Stenberg2003-05-14
| | | | | | | the dreaded "DIR BUFFER IS FULL" error git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3671 a1c6a512-1295-4272-9138-f99709370657
* Roland's pic addedDaniel Stenberg2003-05-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3670 a1c6a512-1295-4272-9138-f99709370657
* Now stops MP3 playback when entering the radio screenLinus Nielsen Feltzing2003-05-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3669 a1c6a512-1295-4272-9138-f99709370657
* Experiment: enable ATA STANDBY when switching to USB modeLinus Nielsen Feltzing2003-05-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3668 a1c6a512-1295-4272-9138-f99709370657
* Removed a warningLinus Nielsen Feltzing2003-05-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3667 a1c6a512-1295-4272-9138-f99709370657
* Max playlist size is 20000 filesLinus Nielsen Feltzing2003-05-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3666 a1c6a512-1295-4272-9138-f99709370657
* Bugs caught and killed by Craigh Sather (patch #729910)Linus Nielsen Feltzing2003-05-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3665 a1c6a512-1295-4272-9138-f99709370657
* Configurable dir browser file buffer size. No more 400-file limit. No more ↵Linus Nielsen Feltzing2003-05-09
| | | | | | whining. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3664 a1c6a512-1295-4272-9138-f99709370657
* Configurable dir browser file buffer size. No more 400-file limit. No more ↵Linus Nielsen Feltzing2003-05-09
| | | | | | whining. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3663 a1c6a512-1295-4272-9138-f99709370657
* Configurable dir browser file buffer size. No more 400-file limit. No more ↵Linus Nielsen Feltzing2003-05-09
| | | | | | whining. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3662 a1c6a512-1295-4272-9138-f99709370657
* Configurable dir browser file buffer size. No more 400-file limit. No more ↵Linus Nielsen Feltzing2003-05-09
| | | | | | whining. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3661 a1c6a512-1295-4272-9138-f99709370657
* FM radio: ON leaves with radio on, OFF leaves with radio offLinus Nielsen Feltzing2003-05-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3660 a1c6a512-1295-4272-9138-f99709370657
* Italian file in sync with english.langJose Maria Garcia-Valdecasas Bernal2003-05-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3659 a1c6a512-1295-4272-9138-f99709370657