summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-07-02added support remote support for the id3 infos screen (had to slightly ↵Kevin Ferrare
change the list engine to use it here as well), corrected a mistake in the french translation git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10175 a1c6a512-1295-4272-9138-f99709370657
2006-07-02Use fname macro on the file extensionsMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10174 a1c6a512-1295-4272-9138-f99709370657
2006-07-01Also fade out when stopping playback from within the browser (when ↵Peter D'Hoye
configured to fade). Patch by Alistair Marshall for bug 5578 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10173 a1c6a512-1295-4272-9138-f99709370657
2006-07-01Restore the WPS display correctly after leaving the F3 quick screen on ↵Linus Nielsen Feltzing
Archos devices git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10172 a1c6a512-1295-4272-9138-f99709370657
2006-07-01Add instruction on how to enter the id3 viewer for ipods. Remove some ↵Dominik Riebeling
unwanted spaces that opt introduced for us :( git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10171 a1c6a512-1295-4272-9138-f99709370657
2006-07-01add bass / treble setting information for ipods.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10170 a1c6a512-1295-4272-9138-f99709370657
2006-07-01update the File Formats table a bit and opt some target specific entries.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10169 a1c6a512-1295-4272-9138-f99709370657
2006-07-01Correct calculation of number of lines in the textarea with the button bar ↵Linus Nielsen Feltzing
enabled. Fixes a bug where the file browser screwed up when wrapping backwards. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10168 a1c6a512-1295-4272-9138-f99709370657
2006-07-01Added multi-screen API to the plugins API, made 'demystify plugin' use the ↵Kevin Ferrare
remote display as well git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10167 a1c6a512-1295-4272-9138-f99709370657
2006-07-01Remove rockblox from the manualMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10166 a1c6a512-1295-4272-9138-f99709370657
2006-07-01Remove Rockblox as it is superseeded by TetroxMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10165 a1c6a512-1295-4272-9138-f99709370657
2006-07-01Remove battery_test from the manualMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10164 a1c6a512-1295-4272-9138-f99709370657
2006-07-01Relocated the iriver remote button defines and added them to settings.h as ↵Peter D'Hoye
well for use elsewhere (later). Uses part of patch 5615 by Martin Scarratt. Fixed also one typo. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10163 a1c6a512-1295-4272-9138-f99709370657
2006-06-30Removed battery_test because it's superseded by battery_bench.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10162 a1c6a512-1295-4272-9138-f99709370657
2006-06-30Combine two ifdefsPeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10161 a1c6a512-1295-4272-9138-f99709370657
2006-06-30Fix two warnings for h1x0 simPeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10160 a1c6a512-1295-4272-9138-f99709370657
2006-06-30For iriver recording: do not boost while recording unless source is spdif. ↵Peter D'Hoye
When saving to disk, boost if needed. Decreased max file size a bit for safety. Increases runtime while recording analog sources. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10159 a1c6a512-1295-4272-9138-f99709370657
2006-06-30I should be sleepingKevin Ferrare
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10158 a1c6a512-1295-4272-9138-f99709370657
2006-06-30To avoid having to use the main unit when accidentally launching a plugin ↵Kevin Ferrare
from the remote, plugins now support remote quit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10157 a1c6a512-1295-4272-9138-f99709370657
2006-06-30Simplify code...Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10156 a1c6a512-1295-4272-9138-f99709370657
2006-06-30volume_strip() now ignores multiple leading slashes like the rest of the ↵Jens Arnold
path handling code. Fixes the stats plugin only counting the internal flash on Ondio, and other potential problems. Posix says multiple slashes are legal. * More precise volume name check. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10155 a1c6a512-1295-4272-9138-f99709370657
2006-06-29updated minesweeper buttontable, updated and corrected flipit buttontableNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10154 a1c6a512-1295-4272-9138-f99709370657
2006-06-29update by Imre HercegMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10153 a1c6a512-1295-4272-9138-f99709370657
2006-06-28updated buttontable, broke some long lines and some other tweaks for chip8 ↵Nils Wallménius
emulator section git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10152 a1c6a512-1295-4272-9138-f99709370657
2006-06-28Forgot to remove test code for utf8Hardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10151 a1c6a512-1295-4272-9138-f99709370657
2006-06-28Re-adding songdb.pl with support for tagcache. Works with mp3 and has ↵Hardeep Sidhu
partial support for ogg. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10150 a1c6a512-1295-4272-9138-f99709370657
2006-06-27Fix for wav files where the fmt chunk is not close to the start of the fileAdam Boot
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10149 a1c6a512-1295-4272-9138-f99709370657
2006-06-23Add LCD remote interface for the graphical equalizer. Patch #5585 from jdgordon.Dan Everton
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10148 a1c6a512-1295-4272-9138-f99709370657
2006-06-22keypress table and some smanll tweaks for bounceNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10147 a1c6a512-1295-4272-9138-f99709370657
2006-06-22Recorder, Player: * Fix remote up/down in lists (browser, menu). * Add ↵Jens Arnold
remote butons for settings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10146 a1c6a512-1295-4272-9138-f99709370657
2006-06-21Ondio: better default battery capacity.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10145 a1c6a512-1295-4272-9138-f99709370657
2006-06-21Added discard_codec to simulator code.Tomasz Malesinski
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10144 a1c6a512-1295-4272-9138-f99709370657
2006-06-21Updated Polish translation.Tomasz Malesinski
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10143 a1c6a512-1295-4272-9138-f99709370657
2006-06-21Ondio, iPods (except video): Fix disappearing volume icon when plugging USB ↵Jens Arnold
power. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10142 a1c6a512-1295-4272-9138-f99709370657
2006-06-21Wait for voice to complete before stopping playback. Fixes hang when ↵Hardeep Sidhu
stopping from filetree while voice is playing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10141 a1c6a512-1295-4272-9138-f99709370657
2006-06-19Add notifications to the flashing section regarding the validity of that sectionMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10140 a1c6a512-1295-4272-9138-f99709370657
2006-06-19Fix the scaling not being initialized properly.Karl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10139 a1c6a512-1295-4272-9138-f99709370657
2006-06-19Fix errorsKarl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10138 a1c6a512-1295-4272-9138-f99709370657
2006-06-19Update for Rockboy: - fix scaling for other color screens than H300 - full ↵Karl Kurbjun
menu rewrite to display choices properly - some small tweaks to code - some formatting updates git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10137 a1c6a512-1295-4272-9138-f99709370657
2006-06-18New keypress tables for rockboy and mandelbrotNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10136 a1c6a512-1295-4272-9138-f99709370657
2006-06-18fix typoMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10135 a1c6a512-1295-4272-9138-f99709370657
2006-06-17Add screenshots to clock section x5 screenshot still missingNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10134 a1c6a512-1295-4272-9138-f99709370657
2006-06-17Archos: Don't show the 'lightning' icon since the numeric battery value is ↵Jens Arnold
no longer there. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10133 a1c6a512-1295-4272-9138-f99709370657
2006-06-17Only swap_codec() in voice thread when something is playing. Fixes B#5486.Hardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10132 a1c6a512-1295-4272-9138-f99709370657
2006-06-17Updated iCatcher/UniCatcher from Marianne Arnold and Ioannis KoutoulakisHardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10131 a1c6a512-1295-4272-9138-f99709370657
2006-06-17Simulator: two codecs may be loaded at same time if voice is enabled.Hardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10130 a1c6a512-1295-4272-9138-f99709370657
2006-06-16Iriver: Faster ata timing.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10129 a1c6a512-1295-4272-9138-f99709370657
2006-06-16H300: Rudimentary driver for the ISP1362 USB on-the-go controller. For now ↵Jens Arnold
it just sends the chip to sleep, solving the poor battery runtime issue. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10128 a1c6a512-1295-4272-9138-f99709370657
2006-06-16Correct a keypress for the ondio. Update the key definitions for ondioMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10127 a1c6a512-1295-4272-9138-f99709370657
2006-06-15Added support for multiple rwps for same theme for different devices. ↵Hardeep Sidhu
Updated iCatcher theme with different rwps for H1x0 and H3x0. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10126 a1c6a512-1295-4272-9138-f99709370657