Jonathan Gordon
|
e900a90e11
|
Accept FS#6750, allow recording to start automatically (If alarm wakeup
is set to recording)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12655 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-07 01:59:29 +00:00 |
|
Jonathan Gordon
|
9e554a87fc
|
Fix alarm wake up. If the target has fm or recording (or both) an option is in the System menu to choose what to start when the alarm wakes up,
otherwise the WPS will start
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12654 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-07 01:16:25 +00:00 |
|
Jonathan Gordon
|
f609c5bd3e
|
Remove the 2nd spindown line.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12653 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-07 00:05:56 +00:00 |
|
Dominik Riebeling
|
59029968c1
|
Add Iaudio M5 image by Marianne Arnold.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12652 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-06 22:25:14 +00:00 |
|
Dave Chapman
|
53282ca762
|
Update ipod installation instructions to bring in line with the IpodInstallationBeta wiki page. Remove the warning for 4g/mini users as the latest bootloaders do not exhibit the same problem starting the Apple firmware
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12651 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-06 22:16:01 +00:00 |
|
Michael Sevakis
|
938593b1d5
|
Put the sims in their place.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12650 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-06 21:00:45 +00:00 |
|
Michael Sevakis
|
b425de71df
|
Fix problem with recording screen creep and bag a bigfoot. Voice clips aren't long enough now to untrigger the thread boost that was supposed to be applied to the codec thread. The voice thread was needlessly boosting the codec thread and leaving it boosted which explains the encoders' ability to flood the output buffer when everything else was stopped in its tracks. Check which thread is calling pcmbuf_under_watermark and only initiate the boost when it's the codec thread. Always return the codec thread to its usual priority in pcmbuf_play_stop.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12649 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-06 20:32:13 +00:00 |
|
Dave Chapman
|
bf133996d5
|
And a couple more bits of stray garbage.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12648 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-06 17:00:04 +00:00 |
|
Dave Chapman
|
7ca92ac921
|
Remove some stray garbage
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12647 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-06 16:58:34 +00:00 |
|
Dominik Wenger
|
ff55894783
|
support for iaudio M5 in rbutil
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12646 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-06 15:49:54 +00:00 |
|
Dave Chapman
|
9b4bb47dfb
|
Bump version to 0.9 ready for release with version 1.0 bootloaders, and add an uninstall option to the interactive mode
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12645 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-06 14:07:38 +00:00 |
|
Dave Chapman
|
a02c426179
|
Fix the loading of RetailOS from a file (apple_os.ipod in the root or .rockbox/)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12644 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-06 14:05:43 +00:00 |
|
Jonathan Gordon
|
a74eefe1b2
|
Pressing Menu in the Rockbox Menu puts you back in the previous screen.
Hopefully simplify the code a bit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12643 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-06 13:35:15 +00:00 |
|
Dave Chapman
|
dc1fc3c51b
|
Remove the leading "20" from the version string - it no longer makes sense with the SVN revision number
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12642 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-06 09:49:09 +00:00 |
|
Dave Chapman
|
582d02dbdf
|
Fix error in Sansa and H10 bootloaders
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12641 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-06 09:11:22 +00:00 |
|
Jonathan Gordon
|
495a3e9285
|
Accept FS#6729
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12640 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-06 08:53:20 +00:00 |
|
Jonathan Gordon
|
a3f7d17c16
|
Fix typo in the auto volume setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12639 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-06 08:49:22 +00:00 |
|
Jonathan Gordon
|
1b07ed05a4
|
Fix FS#6716 - make it easier to follow the selected file going in and
out of the trees
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12638 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-06 08:21:18 +00:00 |
|
Michael Sevakis
|
38be0e65d3
|
Refine the hack. Best I can do I think.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12637 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-06 08:19:00 +00:00 |
|
Michael Sevakis
|
82b26d2e5d
|
Add a stupid hack that seems to help size on everything. We'll see shortly for sure.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12636 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-06 07:59:25 +00:00 |
|
Michael Sevakis
|
00af7c7b74
|
Fix warnings. Also fix an error that would occur compiling a logf build.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12635 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-06 05:55:23 +00:00 |
|
Michael Sevakis
|
11e45a316f
|
Make keyboard character selection independent on main and remote LCDs. Insert position is still synchronized between displays however (made sense to me to keep that). Cleanup code to make it more readable (mostly for my benefit in working on it :). Hopefully Hangul will stay working too. Clean up some drawing (keep pages from invading text line) and use bitmap arrows for long text when font size allows.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12634 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-06 05:43:04 +00:00 |
|
Jonathan Gordon
|
aa5b5d7c8e
|
Fix FS#6739
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12633 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-06 01:00:03 +00:00 |
|
Jonathan Gordon
|
ff5756a248
|
Fix the problem where you can get stuck in the plugin browser after
stopping music in the WPS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12632 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-06 00:53:48 +00:00 |
|
Dave Chapman
|
4d25bffc8a
|
Disable bootloader messages in the ipod bootloader unless the RIGHT button is being held. Messages are still displayed if an error occurs. This needs implementing for the other bootloaders.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12631 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-05 23:56:28 +00:00 |
|
Adam Boot
|
e70362d106
|
Remove unnecessary dependence, it doesn't make sense to check settings here.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12630 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-05 23:46:36 +00:00 |
|
Linus Nielsen Feltzing
|
e889480bbe
|
Make sure that the special simulator keys do not interfere with the button handler
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12629 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-05 22:35:19 +00:00 |
|
Linus Nielsen Feltzing
|
bf1797b4e5
|
Remove the annoying backlight debug output in the simulator
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12628 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-05 21:01:35 +00:00 |
|
Jens Arnold
|
611737bde8
|
Add extra filtering to the X5 and M5 button drivers to prevent erratic button events (ported from H300).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12627 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-05 20:14:41 +00:00 |
|
Dominik Riebeling
|
fd4079ca1f
|
Add platform file for Iaudio M5.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12626 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-05 20:05:32 +00:00 |
|
Jens Arnold
|
4bd7531712
|
Actual M5 simulator image.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12625 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-05 18:36:17 +00:00 |
|
Linus Nielsen Feltzing
|
ec3f0d5e49
|
UI simulator: You can now toggle the main and remote hold switches with the h and j keys. It does not filter any keys, though, it mainly toggles the hold state, for WPS testing etc.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12624 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-05 14:48:31 +00:00 |
|
Jonathan Gordon
|
6bb473d291
|
Always try to select the last screen when enetering the Rockbox Menu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12623 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-05 13:36:00 +00:00 |
|
Dan Everton
|
1b2a1c8fe7
|
Try and parse Ogg 'date' tags. Will only work if your date tags start with the year (e.g. yyyy-MM-dd). Which should be most people.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12622 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-05 09:04:03 +00:00 |
|
Michael Sevakis
|
3d4d5175b0
|
Forgot that too...hrmph.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12621 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-05 08:34:30 +00:00 |
|
Linus Nielsen Feltzing
|
e06faa0480
|
Use a larger font cache on the targets that can afford the (quite small) RAM usage
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12620 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-05 08:32:35 +00:00 |
|
Michael Sevakis
|
775b95c7d3
|
Uups. Forgot to update a plugin.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12619 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-05 08:19:08 +00:00 |
|
Michael Sevakis
|
8867d00141
|
More catching up on old work. Refine audio interface setup on Coldfire. Stop the funky glitching on the iAudio stuff when starting recording esp. at 88.2kHz. (probably due to the bidi interface). iRivers don't seem to care what you do. TLV320 still seems to have a little trouble selecting it's filters correctly for 88.2kHz or it could be some odd phasing effect. Get rid of the horrible reset parameter in pcm_apply_settings as it can decide for itself.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12618 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-05 08:14:27 +00:00 |
|
Michael Sevakis
|
9701954654
|
iRiver: Enable line input mode on keyboard. The cursor key combos can still be used when in picker mode. Much easier for moving the cursor around by many characters.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12617 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-05 02:07:17 +00:00 |
|
Jens Arnold
|
8d0cd9f303
|
Some more M5 adjustments.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12616 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-05 01:31:26 +00:00 |
|
Linus Nielsen Feltzing
|
488f71f5fd
|
Make the Channel Configuration entry in the settings spoken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12615 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-05 00:53:10 +00:00 |
|
Linus Nielsen Feltzing
|
298c2bbd83
|
Allow dynamic menu items to be spoken, especially the resume/now playing item
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12614 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-05 00:32:33 +00:00 |
|
Daniel Ankers
|
8daa916aaa
|
Make rockboxdev.sh build ARM libgcc with support for thumb code interworking
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12613 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-05 00:20:38 +00:00 |
|
Jens Arnold
|
f8ffca489c
|
Fix wrong target binary name.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12612 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-05 00:14:14 +00:00 |
|
Jens Arnold
|
1d232401fd
|
Forget to commit this one deleted file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12611 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-05 00:13:46 +00:00 |
|
Jens Arnold
|
8876018d25
|
Bring up the M5 port to a working stage: Extended numerous explicit checks for IAUDIO_X5 to also check for IAUDIO_M5, moved code around the target tree, added preliminary background for the sim.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12610 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-05 00:04:00 +00:00 |
|
Daniel Ankers
|
ee07215d50
|
Fix RoLo on PortalPlayer targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12609 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-04 23:53:38 +00:00 |
|
Nils Wallménius
|
fa6c449565
|
Add button table for the virual keyboard to gigabeat manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12608 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-04 22:47:20 +00:00 |
|
Nils Wallménius
|
f2ccc525ec
|
Change buttoncombo for switching between regular keyboard and Morse input mode to POWER+A
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12607 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-04 22:29:35 +00:00 |
|
Nils Wallménius
|
0eb1443614
|
Enable Morse input mode in the virtual keyboard for gigabeat, use MENU+SELECT to switch between modes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12606 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-04 21:59:00 +00:00 |
|