Michael Sevakis
598629c3bf
SWCODEC Recording Codecs: Fix problems with hanging recording screen (chiefly on x5) when no voice file present and source is not FMRadio. Caused by extra audio stops causing encoder to unload prematurely. Fix is to have separate stop flags for each codec type to prevent collisions. Also now safe to plug into USB when recording and encoder will stay loaded and not be stopped by the call to audio_stop_playback. Additional discovery: playback will not be able to restart after a USB plug during recording. Probably an old bug. I recommend in the future that recording have higher priority on system resources than playback and playback be denied access explicitly if recording requires them. Codec API becomes incompatible so do full updates.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12579 a1c6a512-1295-4272-9138-f99709370657
2007-03-04 04:16:53 +00:00
Jonathan Gordon
a61a7fa7ae
Try to set the selection correclty the first time the Rockbox menu is
...
entered. Fixes FS#6715
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12578 a1c6a512-1295-4272-9138-f99709370657
2007-03-04 01:22:25 +00:00
Jonathan Gordon
55843fdedd
Fix the start screen option - recording now works, and allow the
...
bookmarks to be chosen as a start screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12577 a1c6a512-1295-4272-9138-f99709370657
2007-03-04 00:59:42 +00:00
Jonathan Gordon
94eef3fbee
fix beep and peak meter settings
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12576 a1c6a512-1295-4272-9138-f99709370657
2007-03-04 00:44:34 +00:00
Barry Wardell
169ebdbda7
Some more replacing of inl/outl with register #define's (doesn't change end-result binary). Add lots more #define's based on the ipodlinux wiki and some extrapolation.
...
Also add PortalPlayer SoC version to the HW info debug screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12575 a1c6a512-1295-4272-9138-f99709370657
2007-03-03 23:37:17 +00:00
Barry Wardell
8b061252c4
Replace some inl/outl with register #define's instead. Also tidy up pp5020.h so that it's in increasing address order.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12574 a1c6a512-1295-4272-9138-f99709370657
2007-03-03 17:25:20 +00:00
Robert Kukla
a7311331d5
look for rockbox.gigabeat in /.rockbox/ first like other SWCODEC targets
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12573 a1c6a512-1295-4272-9138-f99709370657
2007-03-03 16:02:14 +00:00
Jonathan Gordon
97090863a6
Allow settings to have a different title in the setting screen than they
...
have in the menu.
Fixes the scroll speed/step settings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12572 a1c6a512-1295-4272-9138-f99709370657
2007-03-03 14:23:03 +00:00
Jonathan Gordon
02a871780f
Remove the need to double up the MENU macros in manu.h.
...
Icons are now used by their id which must be part of the icons_6x8 enum,
or Icon_NOICON for none
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12571 a1c6a512-1295-4272-9138-f99709370657
2007-03-03 13:52:14 +00:00
Jonathan Gordon
7ae5f12449
The list should reset the x margin when it finishes drawing. Not leave
...
it up to the next screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12570 a1c6a512-1295-4272-9138-f99709370657
2007-03-03 13:42:12 +00:00
Nils Wallménius
96d8de48c2
Make it a little more clear that the patched bootloader should be copied to the root of the dap and not to a folder called 'root'
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12569 a1c6a512-1295-4272-9138-f99709370657
2007-03-03 13:36:26 +00:00
Jonathan Gordon
f2f067f525
Fix FS#6712
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12568 a1c6a512-1295-4272-9138-f99709370657
2007-03-03 13:25:48 +00:00
Dave Chapman
8ae8351e11
Use O_BINARY flag when opening bootloader files for embedding
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12567 a1c6a512-1295-4272-9138-f99709370657
2007-03-03 10:58:42 +00:00
Dave Chapman
1602bf5172
Add ipodpatcher-mac target for creating a Mac OS X universal binary
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12566 a1c6a512-1295-4272-9138-f99709370657
2007-03-03 10:57:32 +00:00
Jens Arnold
c8311f98b4
Set svn:keywords property where missing.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12565 a1c6a512-1295-4272-9138-f99709370657
2007-03-03 09:11:19 +00:00
Adam Boot
76eeb2f5d2
Clean up some left over junk.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12564 a1c6a512-1295-4272-9138-f99709370657
2007-03-03 06:18:00 +00:00
Adam Boot
b9a71b305b
Add get_metadata() and year & comment tag support for SPC.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12563 a1c6a512-1295-4272-9138-f99709370657
2007-03-03 06:08:28 +00:00
Michael Sevakis
411f8198b4
Oops. That ICONST_ATTR shouldn't be on the gauss table...yet. I leave experiments in a commit by accident way too much. :P What's the deal with getting SVN to update Id or add it? Nothing seems to work.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12562 a1c6a512-1295-4272-9138-f99709370657
2007-03-03 03:39:18 +00:00
Michael Sevakis
9764e09acb
SPC codec on Coldfire: Urgh. There was a whole gain stage I overlooked. :P Kill another several boost points.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12561 a1c6a512-1295-4272-9138-f99709370657
2007-03-03 03:28:13 +00:00
Michael Sevakis
fa9ea27e11
Fix a comment that sounded a bit odd.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12560 a1c6a512-1295-4272-9138-f99709370657
2007-03-03 01:40:55 +00:00
Nils Wallménius
70b4ea9992
Fix broken ipod manuals, correct some errors in the Wakeup alarm setting desription
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12559 a1c6a512-1295-4272-9138-f99709370657
2007-03-03 01:35:01 +00:00
Michael Sevakis
f2b6ecd5fe
SPC codec on Coldfire: Move movclrs into the light and out of the long dark shadow cast my emac latency as much as possible. Put in a faster interpolation routine (emac saves the day...again). Add comments about what's going on.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12558 a1c6a512-1295-4272-9138-f99709370657
2007-03-03 01:19:35 +00:00
Dave Chapman
55aabe34ca
Add warning about the problems with ipodpatcher and the latest bootloaders on the minis and 4th gen greyscale ipods. Close FS #6632
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12557 a1c6a512-1295-4272-9138-f99709370657
2007-03-03 01:11:28 +00:00
Robert Kukla
c4e1f9c0b0
fix player builds
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12556 a1c6a512-1295-4272-9138-f99709370657
2007-03-03 00:57:58 +00:00
Robert Kukla
ba366a0ffd
- rename (D)evel Build to (A)dvanced Build
...
- add RTC mod and 8MB mod as options (when appropriate)
- the old prompt for memory size (between "#remove start" and "#remove end") should be removed as soon as the distributed build script uses the new options
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12555 a1c6a512-1295-4272-9138-f99709370657
2007-03-03 00:36:54 +00:00
Robert Kukla
ae08eeb4ff
remove runtime detection of h1x0 series RTC MOD, but leave driver code
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12554 a1c6a512-1295-4272-9138-f99709370657
2007-03-03 00:11:20 +00:00
Nils Wallménius
909b9462da
Update the manual to reflect recent menu changes, add descriptions of how to move and remove tracks in the playlist viewer, Recording settings are now in their own chapter.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12553 a1c6a512-1295-4272-9138-f99709370657
2007-03-03 00:07:31 +00:00
Robert Kukla
79a2a936a2
remove numerical genre and use genre_string consistently:
...
- fix spurious display of "blues" genre for missing genre tag
- simplify code/use less code
- numerical->string conversion only once instead of at every use
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12552 a1c6a512-1295-4272-9138-f99709370657
2007-03-02 21:49:42 +00:00
Jens Arnold
2187e815e2
Fix SH1 debug builds.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12551 a1c6a512-1295-4272-9138-f99709370657
2007-03-02 20:03:41 +00:00
Steve Bavin
e618becf6a
Include debug menu on simulator
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12550 a1c6a512-1295-4272-9138-f99709370657
2007-03-02 17:08:44 +00:00
Dave Chapman
fdaacd5ec6
Move Sleep Timer function from the settings into the System menu
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12549 a1c6a512-1295-4272-9138-f99709370657
2007-03-02 13:58:56 +00:00
Linus Nielsen Feltzing
4855615944
Kill a few warnings
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12548 a1c6a512-1295-4272-9138-f99709370657
2007-03-02 13:58:00 +00:00
Linus Nielsen Feltzing
8448d3b6be
H300 bootloader: init the ISP1362 chip, and set the CPU to idle mode while charging, to save power
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12547 a1c6a512-1295-4272-9138-f99709370657
2007-03-02 13:04:57 +00:00
Linus Nielsen Feltzing
ff17905d7c
H300 bootloader: (Work in progress) Boot Rockbox on RTC alarm, add charging screen, move to a separate source file, backlight is on during USB mode (again)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12546 a1c6a512-1295-4272-9138-f99709370657
2007-03-02 11:28:23 +00:00
Jonathan Gordon
9fae76d939
Use the browse button for A-B instead of quickscreen button. Files are
...
still accessable through the Rockbox Menu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12545 a1c6a512-1295-4272-9138-f99709370657
2007-03-02 00:37:03 +00:00
Dave Chapman
1ccc653364
Correct the usage information
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12544 a1c6a512-1295-4272-9138-f99709370657
2007-03-02 00:20:42 +00:00
Jonathan Gordon
3391ede940
enable A-B mode on the X5. Uses the quickscreen button to set points
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12543 a1c6a512-1295-4272-9138-f99709370657
2007-03-02 00:16:41 +00:00
Jonathan Gordon
a9a9999ff4
fix usb disconnecting in the WPS
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12542 a1c6a512-1295-4272-9138-f99709370657
2007-03-01 23:46:01 +00:00
Jonathan Gordon
277c39c2fd
left exits the browsers
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12541 a1c6a512-1295-4272-9138-f99709370657
2007-03-01 23:41:45 +00:00
Steve Bavin
361a60c964
Centralise icon enabling to hopefully save a few bytes
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12540 a1c6a512-1295-4272-9138-f99709370657
2007-03-01 18:25:13 +00:00
Marcoen Hirschberg
44c510e185
move database settings one level up
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12539 a1c6a512-1295-4272-9138-f99709370657
2007-03-01 17:39:15 +00:00
Steve Bavin
4af338682b
For consistency, put a file browser heading up in the root folder if configured for current level only. (Previously this one case omitted the heading.)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12538 a1c6a512-1295-4272-9138-f99709370657
2007-03-01 17:34:49 +00:00
Dominik Wenger
ba7d27786d
Fix for the Bootloader installation for H10, thanks to barrywardell
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12537 a1c6a512-1295-4272-9138-f99709370657
2007-03-01 17:22:49 +00:00
Steve Bavin
7230674b5d
Oops, fix player warnings
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12536 a1c6a512-1295-4272-9138-f99709370657
2007-03-01 17:00:13 +00:00
Steve Bavin
e600af7db9
Browser headings should obey the Show Icons setting too
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12535 a1c6a512-1295-4272-9138-f99709370657
2007-03-01 16:33:29 +00:00
Linus Nielsen Feltzing
421b67ea77
The menu and WPS buttons now work in the plugin and font browsers too
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12534 a1c6a512-1295-4272-9138-f99709370657
2007-03-01 13:01:14 +00:00
Linus Nielsen Feltzing
a2eb38a8c5
H100: Disable RTC support by default, for now
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12533 a1c6a512-1295-4272-9138-f99709370657
2007-03-01 12:47:33 +00:00
Jonathan Gordon
5462a911b0
fix the last warning
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12532 a1c6a512-1295-4272-9138-f99709370657
2007-03-01 12:35:24 +00:00
Jonathan Gordon
08575f0deb
fix builds
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12531 a1c6a512-1295-4272-9138-f99709370657
2007-03-01 12:18:30 +00:00
Dan Everton
c423e878ee
Fix warnings on targets with an RTC.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12530 a1c6a512-1295-4272-9138-f99709370657
2007-03-01 11:46:26 +00:00