Commit graph

3835 commits

Author SHA1 Message Date
Markus Braun
44ee2ab577 Fix for time/date setting after power loss (battery change).
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
2003-05-27 14:28:08 +00:00
Daniel Stenberg
9c76ee92aa When we read the year from the RTC, it can be so totally messed up so that
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
2003-05-27 13:45:10 +00:00
Daniel Stenberg
364de2c13f Vincent Kujala's bug report and fix #742131
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3698 a1c6a512-1295-4272-9138-f99709370657
2003-05-27 13:10:50 +00:00
Kjell Ericson
6143eeb22b Added "jump scroll delay" (for player).
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
2003-05-27 12:54:11 +00:00
Björn Stenberg
6f2a1a6127 Fixed hidden recording status bar
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3696 a1c6a512-1295-4272-9138-f99709370657
2003-05-26 09:26:16 +00:00
Linus Nielsen Feltzing
d9a2ef49d6 Fixed bad %x handling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3695 a1c6a512-1295-4272-9138-f99709370657
2003-05-24 00:19:27 +00:00
Kjell Ericson
36a28c9bcd Declaring the jump scroll function.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3694 a1c6a512-1295-4272-9138-f99709370657
2003-05-22 06:43:11 +00:00
Kjell Ericson
53f156a6fc New feature for player: Jump scroll!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3693 a1c6a512-1295-4272-9138-f99709370657
2003-05-22 06:42:14 +00:00
Daniel Stenberg
231ddff4bd added Jörg Hohensohn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3692 a1c6a512-1295-4272-9138-f99709370657
2003-05-21 06:42:37 +00:00
Daniel Stenberg
2d81cf9956 Magnus Holmgren's patch #708098 that makes bmp2rb insensitive to endianess
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3691 a1c6a512-1295-4272-9138-f99709370657
2003-05-21 06:31:44 +00:00
Jörg Hohensohn
09d1a73d35 Flash info now also for Player
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3690 a1c6a512-1295-4272-9138-f99709370657
2003-05-20 21:30:53 +00:00
Björn Stenberg
1fb579c1fe Finally, remote control now works while keys are locked.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3689 a1c6a512-1295-4272-9138-f99709370657
2003-05-20 12:44:36 +00:00
Björn Stenberg
8190b5d347 Fixed bad remote control handling in wps. Changed tree navigation keys to right/left (was vol +/-)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3688 a1c6a512-1295-4272-9138-f99709370657
2003-05-20 12:15:09 +00:00
Daniel Stenberg
b7a839832b Stevie Oh added
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3687 a1c6a512-1295-4272-9138-f99709370657
2003-05-19 14:38:34 +00:00
Daniel Stenberg
4f0f34b88c this should be using unsigned, to allow a full 4GB file, just in case
everything else does


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3686 a1c6a512-1295-4272-9138-f99709370657
2003-05-19 14:36:14 +00:00
Daniel Stenberg
24756e1cf7 Stevie Oh's patch #739898 that corrects how vbrfix works on large files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3685 a1c6a512-1295-4272-9138-f99709370657
2003-05-19 14:15:21 +00:00
Linus Nielsen Feltzing
644c669519 The run length encoding hung if it found >100 equal chars
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3684 a1c6a512-1295-4272-9138-f99709370657
2003-05-18 00:41:18 +00:00
Linus Nielsen Feltzing
fe6cf2d0e4 Fixed simulator core dump (forgot to call playlist_init)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3683 a1c6a512-1295-4272-9138-f99709370657
2003-05-17 22:25:52 +00:00
Linus Nielsen Feltzing
eefab57a1e USB polarity is now taken from the HW info and not by checking the port pin state at boot
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3682 a1c6a512-1295-4272-9138-f99709370657
2003-05-17 22:12:11 +00:00
Linus Nielsen Feltzing
5a5c869e03 Removed frequency info from Debug HW Info, and added a Save ROM Contents item to the debug menu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3681 a1c6a512-1295-4272-9138-f99709370657
2003-05-17 21:24:13 +00:00
Linus Nielsen Feltzing
92e9b15026 Bad grammar fix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3680 a1c6a512-1295-4272-9138-f99709370657
2003-05-17 20:43:03 +00:00
Jörg Hohensohn
ceba6f863e Flash Manufacturer/ID in Debug->View HW Info, if this gives valid info you 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
2003-05-17 20:40:30 +00:00
Linus Nielsen Feltzing
67bea32c08 Moved the power_init() call to after the mpeg_init() call, this is supposed to solve the startup voltage bug
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3678 a1c6a512-1295-4272-9138-f99709370657
2003-05-17 20:38:38 +00:00
Linus Nielsen Feltzing
b1bb610cba Bumped the config block version, this forces a reset of the settings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3677 a1c6a512-1295-4272-9138-f99709370657
2003-05-17 20:06:56 +00:00
Jörg Hohensohn
52c4c82b5c buffer.c added
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3676 a1c6a512-1295-4272-9138-f99709370657
2003-05-17 07:38:06 +00:00
Linus Nielsen Feltzing
2af9beab10 Now compiles without newlib. Refined the Makefile a little.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3675 a1c6a512-1295-4272-9138-f99709370657
2003-05-17 00:34:12 +00:00
Linus Nielsen Feltzing
1dc42d1fcb Now compiles without newlib. Refined the Makefile a little.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3674 a1c6a512-1295-4272-9138-f99709370657
2003-05-17 00:31:50 +00:00
Jose Maria Garcia-Valdecasas Bernal
e96a085af8 In sync
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3673 a1c6a512-1295-4272-9138-f99709370657
2003-05-15 17:18:32 +00:00
Mats Lidell
e848aaa418 In sync.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3672 a1c6a512-1295-4272-9138-f99709370657
2003-05-15 15:18:58 +00:00
Daniel Stenberg
b85f10319c call tree_init(); in the simulator as well as otherwise we always get
the dreaded "DIR BUFFER IS FULL" error


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3671 a1c6a512-1295-4272-9138-f99709370657
2003-05-14 06:38:17 +00:00
Daniel Stenberg
967b09049e Roland's pic added
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3670 a1c6a512-1295-4272-9138-f99709370657
2003-05-12 13:24:28 +00:00
Linus Nielsen Feltzing
9896d5c1fb Now stops MP3 playback when entering the radio screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3669 a1c6a512-1295-4272-9138-f99709370657
2003-05-10 23:58:20 +00:00
Linus Nielsen Feltzing
159d04d3f9 Experiment: enable ATA STANDBY when switching to USB mode
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3668 a1c6a512-1295-4272-9138-f99709370657
2003-05-10 01:55:23 +00:00
Linus Nielsen Feltzing
f70a41cdc6 Removed a warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3667 a1c6a512-1295-4272-9138-f99709370657
2003-05-09 22:05:26 +00:00
Linus Nielsen Feltzing
2ce9ba58ad Max playlist size is 20000 files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3666 a1c6a512-1295-4272-9138-f99709370657
2003-05-09 21:59:04 +00:00
Linus Nielsen Feltzing
7d01e17199 Bugs caught and killed by Craigh Sather (patch #729910)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3665 a1c6a512-1295-4272-9138-f99709370657
2003-05-09 21:29:44 +00:00
Linus Nielsen Feltzing
cc16b50124 Configurable dir browser file buffer size. No more 400-file limit. No more whining.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3664 a1c6a512-1295-4272-9138-f99709370657
2003-05-09 16:22:53 +00:00
Linus Nielsen Feltzing
00509b2d7d Configurable dir browser file buffer size. No more 400-file limit. No more whining.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3663 a1c6a512-1295-4272-9138-f99709370657
2003-05-09 16:16:10 +00:00
Linus Nielsen Feltzing
bcf67658bd Configurable dir browser file buffer size. No more 400-file limit. No more whining.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3662 a1c6a512-1295-4272-9138-f99709370657
2003-05-09 16:07:03 +00:00
Linus Nielsen Feltzing
20d031f9c7 Configurable dir browser file buffer size. No more 400-file limit. No more whining.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3661 a1c6a512-1295-4272-9138-f99709370657
2003-05-09 16:01:21 +00:00
Linus Nielsen Feltzing
af2b7adefe FM radio: ON leaves with radio on, OFF leaves with radio off
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3660 a1c6a512-1295-4272-9138-f99709370657
2003-05-09 00:14:59 +00:00
Jose Maria Garcia-Valdecasas Bernal
b909fff38b Italian file in sync with english.lang
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3659 a1c6a512-1295-4272-9138-f99709370657
2003-05-08 10:53:39 +00:00
Jose Maria Garcia-Valdecasas Bernal
50f568aca2 Dutch file in sync with english.lang
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3658 a1c6a512-1295-4272-9138-f99709370657
2003-05-08 10:50:09 +00:00
Daniel Stenberg
1050145533 allow any whitespace after the ending quote
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3657 a1c6a512-1295-4272-9138-f99709370657
2003-05-08 08:35:28 +00:00
Jose Maria Garcia-Valdecasas Bernal
8e037bd5e7 Jean's french update
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3656 a1c6a512-1295-4272-9138-f99709370657
2003-05-07 18:40:14 +00:00
Jose Maria Garcia-Valdecasas Bernal
b2a8a50657 Paul's dutch update
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3655 a1c6a512-1295-4272-9138-f99709370657
2003-05-07 18:39:25 +00:00
Daniel Stenberg
70e17582a7 updated with recent dev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3654 a1c6a512-1295-4272-9138-f99709370657
2003-05-07 16:57:04 +00:00
Daniel Stenberg
50b4e9d5f6 Q71: we do support FM tuning now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3653 a1c6a512-1295-4272-9138-f99709370657
2003-05-07 09:56:55 +00:00
Linus Nielsen Feltzing
ed100cafda Changed the radio preset file name
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3652 a1c6a512-1295-4272-9138-f99709370657
2003-05-04 22:58:12 +00:00
Linus Nielsen Feltzing
8d8b8d1a7b Fixed problem with non-existing fm_presets.txt, now clears the station name when retuning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3651 a1c6a512-1295-4272-9138-f99709370657
2003-05-04 13:05:30 +00:00