summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-06-03Remove previous fix as it seems to cause lock-ups when used with a remote.Peter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10037 a1c6a512-1295-4272-9138-f99709370657
2006-06-03Fix wide view mode on viewerKarl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10036 a1c6a512-1295-4272-9138-f99709370657
2006-06-03Bring Click information+keymappings up-to-date.Zakk Roberts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10035 a1c6a512-1295-4272-9138-f99709370657
2006-06-03Moved TagCache menu entry into the File View section of the manual where it ↵Zakk Roberts
was recently moved to in Rockbox itself, and update any descriptions to match. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10034 a1c6a512-1295-4272-9138-f99709370657
2006-06-02Also update bookmarks section to actual style. dos2unix the file.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10033 a1c6a512-1295-4272-9138-f99709370657
2006-06-02Adjust voice section to current style. Code policing.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10032 a1c6a512-1295-4272-9138-f99709370657
2006-06-02Do not allow interrupts between the two calls that set the recording gain. ↵Peter D'Hoye
Fixes volume glitches when changing recording gain. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10031 a1c6a512-1295-4272-9138-f99709370657
2006-06-01Patch #5475 - Updated pacbox screenshot for the h1x0 from Dave HooperDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10030 a1c6a512-1295-4272-9138-f99709370657
2006-05-31Patch by Jonas Häggqvist fixing keymap for star also add screenshot for ↵Nils Wallménius
star and pong git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10029 a1c6a512-1295-4272-9138-f99709370657
2006-05-31(1) removed calendar from ondio manual.(2)Added text editor to all supported ↵Nils Wallménius
targets' manuals. (3)Patch from Jonas Häggqvist add x5 keys to solitaire also added screenshot.(4)removed euroconverter from recorder manual and added it to player manual. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10028 a1c6a512-1295-4272-9138-f99709370657
2006-05-31Allow pitch ratio to hit top and bottom values when using button repeat.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10027 a1c6a512-1295-4272-9138-f99709370657
2006-05-31Patch by Jonas Häggqvist add Spacerocks to manualNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10026 a1c6a512-1295-4272-9138-f99709370657
2006-05-31Need to reload tagcache in ram if dircache buffer has been stolen.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10025 a1c6a512-1295-4272-9138-f99709370657
2006-05-30Always set first_index to value stored in settings when resuming. Fixes ↵Hardeep Sidhu
incorrect index problem when resuming an insert_shuffle'd playlist. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10024 a1c6a512-1295-4272-9138-f99709370657
2006-05-30Fixed incorrect memory allocation bug with tagcache.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10023 a1c6a512-1295-4272-9138-f99709370657
2006-05-30oops forgot to saveNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10022 a1c6a512-1295-4272-9138-f99709370657
2006-05-30Add buttonmap with macros to snake 2 and x5 screenshot, update h300 and nano ↵Nils Wallménius
screenshots git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10021 a1c6a512-1295-4272-9138-f99709370657
2006-05-30Use correct file mode when creating files. Fixes task 5452Dan Everton
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10020 a1c6a512-1295-4272-9138-f99709370657
2006-05-30Add buttonmap and x5 screenshot for cube pluginNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10019 a1c6a512-1295-4272-9138-f99709370657
2006-05-30Use the correct compression when extracting gccLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10018 a1c6a512-1295-4272-9138-f99709370657
2006-05-30Added an "all" option that builds all cross-compiler in one go. Expect it toDaniel Stenberg
take a while... ;-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10017 a1c6a512-1295-4272-9138-f99709370657
2006-05-30Added \setting macro to System Options menu where necessary.Michael DiFebbo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10016 a1c6a512-1295-4272-9138-f99709370657
2006-05-29Check the download and prefix dirs somewhat before proceeding, output theDaniel Stenberg
info in a slightly nicer way. Mention that the download and prefix paths can be changed by editing the (top of the) script itself. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10015 a1c6a512-1295-4272-9138-f99709370657
2006-05-29Use button macros in button map and add newer targetsNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10014 a1c6a512-1295-4272-9138-f99709370657
2006-05-29Fix Player builds and extend the delay between the last name appearing and ↵Zakk Roberts
the plugin exiting from 1 second to 2.5 seconds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10013 a1c6a512-1295-4272-9138-f99709370657
2006-05-29Entirely rewritten credits roll for bitmap LCDs, loosely based on my Clock ↵Zakk Roberts
credits roll. Text flies in from left, a line at a time, until the LCD is full, and then each line flies out and a new line flies in, until the list of names is exhausted. Significantly improves readability on H1x0, and probably on all other models as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10012 a1c6a512-1295-4272-9138-f99709370657
2006-05-29Some small Swedish language changes, by Frédéric François.Zakk Roberts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10011 a1c6a512-1295-4272-9138-f99709370657
2006-05-29Move TagCache options from Playback to File View menu - makes a lot more ↵Zakk Roberts
sense here; remove 'Gather Runtime Data' from Playback menu as it's not working and we don't want it in 3.0. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10010 a1c6a512-1295-4272-9138-f99709370657
2006-05-28Lang file updates: Danish by Jonas Häggqvist, Chinese-trad. by Wenbin Leo ↵Peter D'Hoye
and Italian by Alessio Lenzi. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10009 a1c6a512-1295-4272-9138-f99709370657
2006-05-28Greek language update by Alexander Spyridakis. Also increased language ↵Peter D'Hoye
buffer (18KB) to let the new file fit in memory. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10008 a1c6a512-1295-4272-9138-f99709370657
2006-05-28Fix spurious spaces in wiki links by introducing a wiki link macro. Fixes ↵Dominik Riebeling
FS#5450 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10007 a1c6a512-1295-4272-9138-f99709370657
2006-05-28Correction to section 2.2.1 and 2.4.1 on X5 platform to properly identify ↵Michael DiFebbo
button to enter Main Menu. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10006 a1c6a512-1295-4272-9138-f99709370657
2006-05-28Synced.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10005 a1c6a512-1295-4272-9138-f99709370657
2006-05-28Better aspect ratio of the blocks for the archos bitmap LCD (1.06:1 instead ↵Jens Arnold
of 1:1.25). Exactly square blocks aren't possible, unfortunately. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10004 a1c6a512-1295-4272-9138-f99709370657
2006-05-28Load uniqued tags correctly at commit (should fix duplicates). TryMiika Pekkarinen
first dircache buffer as it's usually bigger. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10003 a1c6a512-1295-4272-9138-f99709370657
2006-05-28fix yellow buildsPeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10002 a1c6a512-1295-4272-9138-f99709370657
2006-05-27verify that the download dir exists and is writable, or create it if it isDaniel Stenberg
missing git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10001 a1c6a512-1295-4272-9138-f99709370657
2006-05-27Added rockboxdev.shDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10000 a1c6a512-1295-4272-9138-f99709370657
2006-05-27Patch No. 5430 by Mark Bright. Minesweeper updates.Michael DiFebbo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9999 a1c6a512-1295-4272-9138-f99709370657
2006-05-27Removed entries from manual related to features no longer in Rockbox for ↵Michael DiFebbo
Archos Recorder, as reported in this thread: http://forums.rockbox.org/index.php?topic=4431.0 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9998 a1c6a512-1295-4272-9138-f99709370657
2006-05-27Init dircache after applying settings and use a splash. Possible preventMiika Pekkarinen
some type of buffer overflow with tagcache. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9997 a1c6a512-1295-4272-9138-f99709370657
2006-05-27code policePeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9996 a1c6a512-1295-4272-9138-f99709370657
2006-05-27remove bomMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9995 a1c6a512-1295-4272-9138-f99709370657
2006-05-26Updated Dutch translation by Sander Sweers.Peter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9994 a1c6a512-1295-4272-9138-f99709370657
2006-05-26French language file update by Mustapha Senhaji.Peter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9993 a1c6a512-1295-4272-9138-f99709370657
2006-05-25for sh, get and apply the proper rockbox patch as wellDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9992 a1c6a512-1295-4272-9138-f99709370657
2006-05-25Replace "#if (ROCKBOX_HAS_LOGF == 1)" with "#ifdef ROCKBOX_HAS_LOGF" - this ↵Dave Chapman
is consistent with the rest of Rockbox and Mark Arigo reported that it caused an error in his gcc when trying to compile a logf-enabled sim git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9991 a1c6a512-1295-4272-9138-f99709370657
2006-05-25Updates to installation instructions to insert a placeholder for bootloader ↵Michael DiFebbo
installation instructions for ipod and iaudio platforms. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9990 a1c6a512-1295-4272-9138-f99709370657
2006-05-25For future use in the installation instructions section of the manual.Michael DiFebbo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9989 a1c6a512-1295-4272-9138-f99709370657
2006-05-25The code police strikes back. * Simpler button wait.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9988 a1c6a512-1295-4272-9138-f99709370657