summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-12-17Sansa AMS: Fix Red. Write delay is not included for non HAVE_MULTIDRIVE.Jack Halpin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24055 a1c6a512-1295-4272-9138-f99709370657
2009-12-17Sansa AMS: Revert 4 bit widebusJack Halpin
For some reason 4 bit widebus is creating issues when writing to the .rockbox directory so revert 4 bit widebus and the revision to the write delay that was added as a fix. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24054 a1c6a512-1295-4272-9138-f99709370657
2009-12-17FS#10861 - Use the 'do' form everywhere in key descriptions, and that with a ↵Alex Parker
full stop. By Alexander Levin (fml2) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24053 a1c6a512-1295-4272-9138-f99709370657
2009-12-17Cowon D2: Map ACTION_WPS_BROWSE to BUTTON_MINUS|BUTTON_POWER because you ↵Tomer Shalev
sometimes hit it by accident when turning off hold feature. Suggested by Bkd11 in the Cowon D2 forum thread. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24052 a1c6a512-1295-4272-9138-f99709370657
2009-12-17Manual: Add missing Cowon D2 key to Wormlet section, and change phrasingTomer Shalev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24051 a1c6a512-1295-4272-9138-f99709370657
2009-12-17Manual: Fix missing key mapping for Cowon D2 in statsTomer Shalev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24050 a1c6a512-1295-4272-9138-f99709370657
2009-12-17Manual: Fix spacingTomer Shalev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24049 a1c6a512-1295-4272-9138-f99709370657
2009-12-17Manual: Remove obsolete instructions for Mine-SweeperTomer Shalev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24048 a1c6a512-1295-4272-9138-f99709370657
2009-12-17Mosaic: Add Cowon D2 keymaps, and update manualTomer Shalev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24047 a1c6a512-1295-4272-9138-f99709370657
2009-12-17Hide menu entries "Resume Game" and "Quit without Saving" if not available ↵Johannes Schwarz
and clean up the code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24046 a1c6a512-1295-4272-9138-f99709370657
2009-12-17Don't do fading in simulator on targets with BACKLIGHT_FADING_PWM or ↵Maurus Cuelenaere
BACKLIGHT_FADING_TARGET (should fix red) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24045 a1c6a512-1295-4272-9138-f99709370657
2009-12-17Only do BACKLIGHT_FADING_SW_SETTING in simulator (fixes red)Maurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24044 a1c6a512-1295-4272-9138-f99709370657
2009-12-17Renamed special archosrecorderv2fm manual build to standard archosfmrecorder.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24043 a1c6a512-1295-4272-9138-f99709370657
2009-12-17Enable backlight brightness in simulatorMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24042 a1c6a512-1295-4272-9138-f99709370657
2009-12-17Update virtual keyboard manual.Teruaki Kawashima
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24041 a1c6a512-1295-4272-9138-f99709370657
2009-12-17from FS#10771 - fix the clear backdrop option so it clears the full screenJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24039 a1c6a512-1295-4272-9138-f99709370657
2009-12-17only stop scrolling in the menu's viewport not the whole display (Fixes ↵Jonathan Gordon
scrolling lines in sbs's being stopped when moving around menus) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24038 a1c6a512-1295-4272-9138-f99709370657
2009-12-17code police and make do_menu() obey the hide_bars param which was never ↵Jonathan Gordon
meant to be removed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24037 a1c6a512-1295-4272-9138-f99709370657
2009-12-16\genericimg should be the generic image, i.e. the resolution. If a target ↵Dominik Riebeling
specific screenshot exists (using the \specimg value) exists it's used automatically. Putting the target specific extension into \genericimg defeats the purpose of the fallback system. Fixes clip screenshots. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24036 a1c6a512-1295-4272-9138-f99709370657
2009-12-16Rename target-specific images, update \specimg macro for targets it hasn't ↵Dominik Riebeling
been done with r24014, and rename the front images for those targets. Hopefully catched all relevant files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24034 a1c6a512-1295-4272-9138-f99709370657
2009-12-16Change "Shutdown" to "Shuts down" in the name of consistency.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24033 a1c6a512-1295-4272-9138-f99709370657
2009-12-16Set missing svn:mime-type property on screenshots.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24032 a1c6a512-1295-4272-9138-f99709370657
2009-12-16Shutdowns isn't a word.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24031 a1c6a512-1295-4272-9138-f99709370657
2009-12-16Remove unneeded instruction from the coldfire ffs function and fix a wrong ↵Nils Wallménius
comment git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24030 a1c6a512-1295-4272-9138-f99709370657
2009-12-16FS#10858 - Use the 'does' form everywhere in key descriptionsTomer Shalev
Author: Alexander Levin (fml2) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24029 a1c6a512-1295-4272-9138-f99709370657
2009-12-16Manual: Some more Cowon D2 keymapsTomer Shalev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24028 a1c6a512-1295-4272-9138-f99709370657
2009-12-16vumeter: Remove unused definesTomer Shalev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24027 a1c6a512-1295-4272-9138-f99709370657
2009-12-16Add stopwatch plugin replacement for touchscreen targetsMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24026 a1c6a512-1295-4272-9138-f99709370657
2009-12-16update rockpaint and blackjack manual.Teruaki Kawashima
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24025 a1c6a512-1295-4272-9138-f99709370657
2009-12-16sudoku: fix FS#7772: Sudoku: "Solve" Crash.Teruaki Kawashima
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24024 a1c6a512-1295-4272-9138-f99709370657
2009-12-16get rid of the filename in the delete bookmark confirmation as its not ↵Jonathan Gordon
really helpful git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24023 a1c6a512-1295-4272-9138-f99709370657
2009-12-16Fix FS#10289 - screens showing a list need to check the show_icons setting ↵Jonathan Gordon
before setting the callback. the List will now always draw icons if a callback is set (like its always done for voice) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24022 a1c6a512-1295-4272-9138-f99709370657
2009-12-16Fix FS#9198 - make the delete bookmark option confirm the actionJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24021 a1c6a512-1295-4272-9138-f99709370657
2009-12-16Sansa AMS: Make write delay work for non-MULTIDRIVE.Jack Halpin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24020 a1c6a512-1295-4272-9138-f99709370657
2009-12-16Sansa AMS: Use small write delay for all non-HS cards including the ↵Jack Halpin
internal SD to prevent data corruption. Making this delay apply to all non-HS SD cards seems to fix some data corruption issues that came up with the switch to 4-bit widebus. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24019 a1c6a512-1295-4272-9138-f99709370657
2009-12-15Use QLocale::toDateTime() for parsing the date instead of ↵Dominik Riebeling
QDateTime::fromString(). Fixes server timestamps not parsed correctly on systems with a non-english locale. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24017 a1c6a512-1295-4272-9138-f99709370657
2009-12-15Sentences should end with a full stop.Alexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24015 a1c6a512-1295-4272-9138-f99709370657
2009-12-15Manual: Rename platform's front images according to target naming conventionTomer Shalev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24014 a1c6a512-1295-4272-9138-f99709370657
2009-12-15Fix Ipod Video 64MB workaround for rockbox-info.txt detection.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24013 a1c6a512-1295-4272-9138-f99709370657
2009-12-15Added special manual build names for archosfmrecorder and archosrecorderv2Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24012 a1c6a512-1295-4272-9138-f99709370657
2009-12-15Cowon D2 manual: Rename d2-front.* --> cowond2-front.*Tomer Shalev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24011 a1c6a512-1295-4272-9138-f99709370657
2009-12-15Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, andTomer Shalev
to target naming conventions in general git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24010 a1c6a512-1295-4272-9138-f99709370657
2009-12-15Corrected ipodmini manual builds.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24009 a1c6a512-1295-4272-9138-f99709370657
2009-12-15Cowon D2 manual: Platform specific information and installation instructionsTomer Shalev
FS#10735 - Platform files for Cowon D2 manual Author: Aleksei Kaveshnikov (4nykey) I've modified the original patch to comply with current state of both the player and manual. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24008 a1c6a512-1295-4272-9138-f99709370657
2009-12-15Cowon D2: Revise some keymapsTomer Shalev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24007 a1c6a512-1295-4272-9138-f99709370657
2009-12-15Manual: Opt a note about a MAC OS bug which relates to USB HID accordinglyTomer Shalev
Author: Aleksei Kaveshnikov (4nykey), FS#10735 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24006 a1c6a512-1295-4272-9138-f99709370657
2009-12-15features.txt: `usb_charging' ifdefed to `HAVE_USB_CHARGING_ENABLE'Tomer Shalev
Author: Aleksei Kaveshnikov (4nykey), FS#10735 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24005 a1c6a512-1295-4272-9138-f99709370657
2009-12-15Fix typo in the commentAlexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24004 a1c6a512-1295-4272-9138-f99709370657
2009-12-15Sansa AMS: Add MCI_RESPONSE_ERROR macro to make code function more obvious.Jack Halpin
MCI_RESPONSE_ERROR covers MCI_CMD_TIMEOUT & MCI_CMD_CRC_FAIL and makes it more clear that these are errors in the response and not the command itself. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24003 a1c6a512-1295-4272-9138-f99709370657
2009-12-15M:Robe 500: Initialize the power button.Karl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24002 a1c6a512-1295-4272-9138-f99709370657