summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-09-26Patch #6067 from Robert Keevil - enable headphone detection for the ↵Dave Chapman
remaining ipods (mini 1g/2g and ipod 3g) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11060 a1c6a512-1295-4272-9138-f99709370657
2006-09-26clarify --littleendianDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11059 a1c6a512-1295-4272-9138-f99709370657
2006-09-26OopsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11058 a1c6a512-1295-4272-9138-f99709370657
2006-09-26Patch #4899 by Robert Keevil - Automatic pause on iPod when removing the ↵Linus Nielsen Feltzing
headphones git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11057 a1c6a512-1295-4272-9138-f99709370657
2006-09-26fix warningsAnton Romanov
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11056 a1c6a512-1295-4272-9138-f99709370657
2006-09-26do not update border when we don't see it. some more cleanup.Anton Romanov
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11055 a1c6a512-1295-4272-9138-f99709370657
2006-09-26Fix X5 radio buttonsMartin Scarratt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11054 a1c6a512-1295-4272-9138-f99709370657
2006-09-26Fix a crash and CPU being left boosted when using voice - FS#6024Steve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11053 a1c6a512-1295-4272-9138-f99709370657
2006-09-26Dynamically allocate menu structs.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11052 a1c6a512-1295-4272-9138-f99709370657
2006-09-25Fix "Disk Full" splash hang in radio screenMartin Scarratt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11051 a1c6a512-1295-4272-9138-f99709370657
2006-09-25Honor only the first root_menu setting to make it possible to overrideMiika Pekkarinen
the default tagbrowser root menu without modifying the default config. Increased max items in menu to 64 and improved statusbar title. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11050 a1c6a512-1295-4272-9138-f99709370657
2006-09-25Fix "Upside down" behaviour on H10. We need to flip horizontally as well as ↵Barry Wardell
vertically and also need to flip the scroll pad up/down. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11049 a1c6a512-1295-4272-9138-f99709370657
2006-09-25Enable LCD invert setting in the menu for all targets that support it. This ↵Barry Wardell
adds the menu option to H10 20GB and X5 builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11048 a1c6a512-1295-4272-9138-f99709370657
2006-09-25oops, forgot to 'cvs add' it [thanks for reminding me, linuxstb]Rani Hod
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11047 a1c6a512-1295-4272-9138-f99709370657
2006-09-25Accepted FS#6023 - ADX codec (some kind of ADPCM).Rani Hod
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11046 a1c6a512-1295-4272-9138-f99709370657
2006-09-25Fix them all.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11045 a1c6a512-1295-4272-9138-f99709370657
2006-09-25Fixed the line scrolling not always being smooth.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11044 a1c6a512-1295-4272-9138-f99709370657
2006-09-25fix warningMartin Scarratt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11043 a1c6a512-1295-4272-9138-f99709370657
2006-09-25fix the bug where when scrolling text left in the filebrowser you could ↵Martin Scarratt
suddenly find yourself in the root directory. A long press on the left scrolling button will still take you to the root quickly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11042 a1c6a512-1295-4272-9138-f99709370657
2006-09-25yet more code cleanup, quick snapshot feature,sound should no longer ↵Anton Romanov
crash,light optimizations git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11041 a1c6a512-1295-4272-9138-f99709370657
2006-09-24Jewels: Different layouts for horizontal, vertical and square LCDs, used for ↵Jens Arnold
H10-5GB (square) and Gigabeat (vertical). Idea and H10 graphics by Marianne Arnold. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11040 a1c6a512-1295-4272-9138-f99709370657
2006-09-24Fix the warning.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11039 a1c6a512-1295-4272-9138-f99709370657
2006-09-24Apply a bunch of simple AAC decoder optimizations. Biggest speedup is on ↵Magnus Holmgren
ColdFire targets, but ARM targets benefits too. Allows realtime playback of some AAC files on Iriver targets (H1x0, H3x0). Remove support for some rarely used AAC profiles to reduce code size a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11038 a1c6a512-1295-4272-9138-f99709370657
2006-09-24Add profiling support for libfaad, and enable a small optimization.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11037 a1c6a512-1295-4272-9138-f99709370657
2006-09-23Add ADC to I/O ports debug menu on H10. Fix battery level reading empty when ↵Barry Wardell
starting up on H10. Calibrated battery for H10 20GB. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11036 a1c6a512-1295-4272-9138-f99709370657
2006-09-23stop re-entry into trigger menu when accepting trigger settingsMartin Scarratt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11035 a1c6a512-1295-4272-9138-f99709370657
2006-09-23Fix profiling builds.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11034 a1c6a512-1295-4272-9138-f99709370657
2006-09-23Support for I-river remotes in the radio screenMartin Scarratt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11033 a1c6a512-1295-4272-9138-f99709370657
2006-09-23Enable FM_MODE button and add new fm context types - now the radio should be ↵Martin Scarratt
fine! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11032 a1c6a512-1295-4272-9138-f99709370657
2006-09-23Oops, fixed the errors.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11031 a1c6a512-1295-4272-9138-f99709370657
2006-09-23Properly shutdown audio playback early and flush system, including notMiika Pekkarinen
hanging tagcache. Fixed also tagcache line buffer running out when importing a changelog with very long lines. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11030 a1c6a512-1295-4272-9138-f99709370657
2006-09-23some fixes for X5 remote, still needs a major rework.Rani Hod
Now pitch screen and quick screen are usable (and exitable...) as well as tree/menu navigation. The latter is not consistent yet, though. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11029 a1c6a512-1295-4272-9138-f99709370657
2006-09-22Tweaked the card animation a bit more.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11028 a1c6a512-1295-4272-9138-f99709370657
2006-09-22Fix the recording trigger screen for the Archos recorderMartin Scarratt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11027 a1c6a512-1295-4272-9138-f99709370657
2006-09-22tsk...commas and semi colons!Martin Scarratt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11026 a1c6a512-1295-4272-9138-f99709370657
2006-09-22Fix warnings...Martin Scarratt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11025 a1c6a512-1295-4272-9138-f99709370657
2006-09-22Button action code implemented in the radio screen. Should get rid of all ↵Martin Scarratt
thos wierd doublepress bugs and you can edit your presets again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11024 a1c6a512-1295-4272-9138-f99709370657
2006-09-21increase the language buffer to fit the greek language file againMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11023 a1c6a512-1295-4272-9138-f99709370657
2006-09-21Made mosaique less boring on square LCDs.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11022 a1c6a512-1295-4272-9138-f99709370657
2006-09-21Solitaire: Adjust bouncing cards parameters to the LCD resolution.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11021 a1c6a512-1295-4272-9138-f99709370657
2006-09-21Fix bookmark resume for M3U8 playlists.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11020 a1c6a512-1295-4272-9138-f99709370657
2006-09-21Increased maximum number of menus to 16 and avoiding a crash.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11019 a1c6a512-1295-4272-9138-f99709370657
2006-09-21Add atwo missing options to the playback options section and made some minor ↵Nils Wallménius
corrections/tweaks git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11018 a1c6a512-1295-4272-9138-f99709370657
2006-09-21Voice charging status in info screen; you'll need a new .voice file to hear ↵Steve Bavin
it though git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11017 a1c6a512-1295-4272-9138-f99709370657
2006-09-20Solitaire: Don't use bitfields where it's unnecessary, and use 'int' for ↵Jens Arnold
single variables. Saves ~400 bytes of code on SH1, and ~1200 bytes of code on coldfire. ARM doesn't profit though. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11016 a1c6a512-1295-4272-9138-f99709370657
2006-09-20Detect charger connected on H10. No need to sleep(HZ) when powering off.Barry Wardell
More sensible USB support for H10: plugging in puts it into USB charging mode and leaves Rockbox usable, holding 'O' while pluggin in the USB cable will reboot the H10 (continuing to hold 'O' starts it up in UMS mode), holding any other button brings up the USB screen as previously. Implement system_reboot() for all PP5020 devices. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11015 a1c6a512-1295-4272-9138-f99709370657
2006-09-20Add screenshot for 128x128x16 (h10_5gb)Martin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11014 a1c6a512-1295-4272-9138-f99709370657
2006-09-20Tetrox renamed to Rockblox -- remove old screenshots and add updated ones ↵Dominik Riebeling
for Rockblox git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11013 a1c6a512-1295-4272-9138-f99709370657
2006-09-20OopsMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11012 a1c6a512-1295-4272-9138-f99709370657
2006-09-20Fix double inclusion of the bootloader subsectionMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11011 a1c6a512-1295-4272-9138-f99709370657