summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-03-04should never have been committedRobert Kukla
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12594 a1c6a512-1295-4272-9138-f99709370657
2007-03-04Allow compiling database tool again.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12593 a1c6a512-1295-4272-9138-f99709370657
2007-03-04don't restart the whole wps to essentially update the display of runtime ↵Robert Kukla
info, but make the concerned tags dynamic. Now scrolling is not restarted at end of buffering. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12592 a1c6a512-1295-4272-9138-f99709370657
2007-03-04Get rid of C99 style variable declaration. Also, add one more use of #define ↵Barry Wardell
instead of inl/outl that I missed last time. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12591 a1c6a512-1295-4272-9138-f99709370657
2007-03-04remove the "(experimental)" from the "Gather Runtime Information" stringRobert Kukla
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12590 a1c6a512-1295-4272-9138-f99709370657
2007-03-04Synced and some minor changes.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12589 a1c6a512-1295-4272-9138-f99709370657
2007-03-04Added new iAudio M5 target, including some adjustments to make the ↵Jens Arnold
bootloader compile (with a small change against the committed tools/tonfigure, and it won't actually work yet). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12588 a1c6a512-1295-4272-9138-f99709370657
2007-03-04Use the user font in the quickscreen if it fits. Still uses Jonathan Gordon
LANG_SYSFONT_x... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12587 a1c6a512-1295-4272-9138-f99709370657
2007-03-04Add a few target specific strings to the gigabeat and correct consistency in ↵Nicolas Pennequin
the time setting screen across targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12586 a1c6a512-1295-4272-9138-f99709370657
2007-03-04Remove some left-overs from removed settingsNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12585 a1c6a512-1295-4272-9138-f99709370657
2007-03-04Document the Play Next option. (adjusted FS#6486)Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12584 a1c6a512-1295-4272-9138-f99709370657
2007-03-04Fix wrong buttons for setting AB markers.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12583 a1c6a512-1295-4272-9138-f99709370657
2007-03-04thats what happens when you commit between dinner courses :pJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12582 a1c6a512-1295-4272-9138-f99709370657
2007-03-04Fix red builds.Jonathan Gordon
(Previous commit was for FS#6713 btw) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12581 a1c6a512-1295-4272-9138-f99709370657
2007-03-04Add a function to get the actual button that was pressed (and some Jonathan Gordon
status codes) instead of the action. Use this to figure out which screen to do prev/next page on in the lists git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12580 a1c6a512-1295-4272-9138-f99709370657
2007-03-04SWCODEC Recording Codecs: Fix problems with hanging recording screen ↵Michael Sevakis
(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-04Try to set the selection correclty the first time the Rockbox menu is Jonathan Gordon
entered. Fixes FS#6715 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12578 a1c6a512-1295-4272-9138-f99709370657
2007-03-04Fix the start screen option - recording now works, and allow the Jonathan Gordon
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-04fix beep and peak meter settingsJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12576 a1c6a512-1295-4272-9138-f99709370657
2007-03-03Some more replacing of inl/outl with register #define's (doesn't change ↵Barry Wardell
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-03Replace some inl/outl with register #define's instead. Also tidy up pp5020.h ↵Barry Wardell
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-03look for rockbox.gigabeat in /.rockbox/ first like other SWCODEC targetsRobert Kukla
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12573 a1c6a512-1295-4272-9138-f99709370657
2007-03-03Allow settings to have a different title in the setting screen than they Jonathan Gordon
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-03Remove the need to double up the MENU macros in manu.h.Jonathan Gordon
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-03The list should reset the x margin when it finishes drawing. Not leave Jonathan Gordon
it up to the next screen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12570 a1c6a512-1295-4272-9138-f99709370657
2007-03-03Make it a little more clear that the patched bootloader should be copied to ↵Nils Wallménius
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-03Fix FS#6712Jonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12568 a1c6a512-1295-4272-9138-f99709370657
2007-03-03Use O_BINARY flag when opening bootloader files for embeddingDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12567 a1c6a512-1295-4272-9138-f99709370657
2007-03-03Add ipodpatcher-mac target for creating a Mac OS X universal binaryDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12566 a1c6a512-1295-4272-9138-f99709370657
2007-03-03Set svn:keywords property where missing.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12565 a1c6a512-1295-4272-9138-f99709370657
2007-03-03Clean up some left over junk.Adam Boot
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12564 a1c6a512-1295-4272-9138-f99709370657
2007-03-03Add get_metadata() and year & comment tag support for SPC.Adam Boot
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12563 a1c6a512-1295-4272-9138-f99709370657
2007-03-03Oops. That ICONST_ATTR shouldn't be on the gauss table...yet. I leave ↵Michael Sevakis
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-03SPC codec on Coldfire: Urgh. There was a whole gain stage I overlooked. :P ↵Michael Sevakis
Kill another several boost points. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12561 a1c6a512-1295-4272-9138-f99709370657
2007-03-03Fix a comment that sounded a bit odd.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12560 a1c6a512-1295-4272-9138-f99709370657
2007-03-03Fix broken ipod manuals, correct some errors in the Wakeup alarm setting ↵Nils Wallménius
desription git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12559 a1c6a512-1295-4272-9138-f99709370657
2007-03-03SPC codec on Coldfire: Move movclrs into the light and out of the long dark ↵Michael Sevakis
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-03Add warning about the problems with ipodpatcher and the latest bootloaders ↵Dave Chapman
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-03fix player buildsRobert Kukla
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12556 a1c6a512-1295-4272-9138-f99709370657
2007-03-03- rename (D)evel Build to (A)dvanced BuildRobert Kukla
- 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-03remove runtime detection of h1x0 series RTC MOD, but leave driver codeRobert Kukla
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12554 a1c6a512-1295-4272-9138-f99709370657
2007-03-03Update the manual to reflect recent menu changes, add descriptions of how to ↵Nils Wallménius
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-02remove numerical genre and use genre_string consistently:Robert Kukla
- 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-02Fix SH1 debug builds.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12551 a1c6a512-1295-4272-9138-f99709370657
2007-03-02Include debug menu on simulatorSteve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12550 a1c6a512-1295-4272-9138-f99709370657
2007-03-02Move Sleep Timer function from the settings into the System menuDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12549 a1c6a512-1295-4272-9138-f99709370657
2007-03-02Kill a few warningsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12548 a1c6a512-1295-4272-9138-f99709370657
2007-03-02H300 bootloader: init the ISP1362 chip, and set the CPU to idle mode while ↵Linus Nielsen Feltzing
charging, to save power git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12547 a1c6a512-1295-4272-9138-f99709370657
2007-03-02H300 bootloader: (Work in progress) Boot Rockbox on RTC alarm, add charging ↵Linus Nielsen Feltzing
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-02Use the browse button for A-B instead of quickscreen button. Files are Jonathan Gordon
still accessable through the Rockbox Menu git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12545 a1c6a512-1295-4272-9138-f99709370657