summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* FS#10122 - Fix wrong format type of logf functions in speex.cTomer Shalev2009-09-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22857 a1c6a512-1295-4272-9138-f99709370657
* Fix delta in targets without HAVE_USBSTACK and USE_ROCKBOX_USB caused byTomer Shalev2009-09-30
| | | | | | | redundant strings in lang file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22856 a1c6a512-1295-4272-9138-f99709370657
* - Added USB HID documentation to the mr100 manualTomer Shalev2009-09-30
| | | | | | | | - Fixed mr100 keymap - Fixed wrong entry for mr100's pad in blackjack's manual entry git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22855 a1c6a512-1295-4272-9138-f99709370657
* Fix red - Fix mr100 remote keymapTomer Shalev2009-09-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22854 a1c6a512-1295-4272-9138-f99709370657
* Fix red of r22852Tomer Shalev2009-09-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22853 a1c6a512-1295-4272-9138-f99709370657
* Commit "FS#10468 - USB HID: Show keypad mode on screen"Tomer Shalev2009-09-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22852 a1c6a512-1295-4272-9138-f99709370657
* Added myself to the list of committers.Tomer Shalev2009-09-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22851 a1c6a512-1295-4272-9138-f99709370657
* AMS Sansa: Replace simple write delay with a smarter check on status of MCI ↵Jack Halpin2009-09-29
| | | | | | FIFO. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22850 a1c6a512-1295-4272-9138-f99709370657
* Change IDATA to ICONST for lookup tables since they're actually constant.Michael Giacomelli2009-09-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22849 a1c6a512-1295-4272-9138-f99709370657
* Rename UI bmps for Creative Zen Vision / Vision M 30GB / Vision M60 GB, to ↵Bertrik Sikken2009-09-27
| | | | | | match model names. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22847 a1c6a512-1295-4272-9138-f99709370657
* Fix 'make reconf' for Creative Zen Vision 30 GB, Creative Zen Vision 60 GB ↵Bertrik Sikken2009-09-27
| | | | | | and Creative Zen Vision git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22846 a1c6a512-1295-4272-9138-f99709370657
* Clean up duplicate #includesBertrik Sikken2009-09-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22845 a1c6a512-1295-4272-9138-f99709370657
* Fix delta from r22843, due to unintended FP usageRob Purchase2009-09-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22844 a1c6a512-1295-4272-9138-f99709370657
* Add a few pixels "dead zone" between the touchscreen grid "buttons", to ↵Rob Purchase2009-09-26
| | | | | | | | | | avoid jitter. Flyspray: FS#10615 Author: Carsten Schreiter git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22843 a1c6a512-1295-4272-9138-f99709370657
* Improved Cowon D2 touchscreen driver.Rob Purchase2009-09-26
| | | | | | | | Flyspray: FS#10615 Author: Carsten Schreiter and myself git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22842 a1c6a512-1295-4272-9138-f99709370657
* Make the EQ screen usable in touchscreen grid mode by resolving keymap ↵Rob Purchase2009-09-26
| | | | | | conflicts. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22841 a1c6a512-1295-4272-9138-f99709370657
* Add missing parentheses to fix redNils Wallménius2009-09-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22840 a1c6a512-1295-4272-9138-f99709370657
* FS#10569 RTC driver cleanupNils Wallménius2009-09-26
| | | | | | | | Change the RTC drivers so that the rtc_(read|write)_datetime functions now deal directly with the tm struct instead of passing a string of bcd digits to/from (set|get)_time . This simplifies drivers for rtc's that do not use a bcd representation internally and cleans up some target specific code and #ifdefs in generic code. Implement simple stubs for the sim to avoid #ifdefing for that too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22839 a1c6a512-1295-4272-9138-f99709370657
* Sansa Fuze/e200v2: protect lcd a little better against concurrent accessBertrik Sikken2009-09-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22838 a1c6a512-1295-4272-9138-f99709370657
* new skin tag: %Sx|<english>| will display the current languages translation ↵Jonathan Gordon2009-09-26
| | | | | | | | | | | | | of the "<english>" string. the <english> is the Source: bit in the .lang files. (must be exactly as it is there...) checkwps cannot verify that the string is correct so make sure to use the sim to verify the string is acurate. Also "fix" checkwps so %St|<setting>| can be accepted for the theme site git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22837 a1c6a512-1295-4272-9138-f99709370657
* Rename struct skin_albumart members to be consistent with similar members of ↵Thomas Martitz2009-09-25
| | | | | | other structs. the albumart_ prefix is redundant. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22836 a1c6a512-1295-4272-9138-f99709370657
* Redo 22825 but this time with caring about alignment.Thomas Martitz2009-09-25
| | | | | | | Change coordinate members in struct skin_albumart to ints. That alone gives a tiny binsize decrease. Change the struct layout (some reordering) to enable more efficient alignment which reclaims 4 of the 8 bytes. Since there's usually only 1 aa struct this should be a net gain. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22835 a1c6a512-1295-4272-9138-f99709370657
* Fix yellow: braces around logf statementsJeffrey Goode2009-09-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22834 a1c6a512-1295-4272-9138-f99709370657
* Clean up a few source strings.Dominik Riebeling2009-09-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22833 a1c6a512-1295-4272-9138-f99709370657
* Replace limiter with dynamic range compressorJeffrey Goode2009-09-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22832 a1c6a512-1295-4272-9138-f99709370657
* Add special handling for ipodvideo64mb when detecting the player via ↵Dominik Riebeling2009-09-25
| | | | | | rockbox-info.txt. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22831 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Correct the cycle time to match what it was on the H300.Karl Kurbjun2009-09-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22830 a1c6a512-1295-4272-9138-f99709370657
* Query RAM size when scanning for Ipods. Return the target string for Video ↵Dominik Riebeling2009-09-25
| | | | | | 64MB when apropriate amount of RAM is detected. Makes Rockbox Utility detect it correctly for first time installs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22829 a1c6a512-1295-4272-9138-f99709370657
* Set missing properties.Dominik Riebeling2009-09-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22828 a1c6a512-1295-4272-9138-f99709370657
* r22826 is causing data aborts when the wps is loaded in the parse_list ↵Karl Kurbjun2009-09-25
| | | | | | function - suspected reason is an improperly aligned pointer depending on how the buffer gets setup when translating a "d". git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22827 a1c6a512-1295-4272-9138-f99709370657
* Remove some some code in favor of a single parse_list() call.Thomas Martitz2009-09-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22826 a1c6a512-1295-4272-9138-f99709370657
* AMS Sansa: Add delay for µSD writes to fix CRC failures with class 6 µSD ↵Jack Halpin2009-09-25
| | | | | | cards. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22825 a1c6a512-1295-4272-9138-f99709370657
* Syntax fixes and logic reversing to fix windows crosscompiling for the ↵Jonas Häggqvist2009-09-24
| | | | | | simulator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22824 a1c6a512-1295-4272-9138-f99709370657
* Change that include to " " style to allow for using SDL from custom ↵Thomas Martitz2009-09-24
| | | | | | installation pathes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22823 a1c6a512-1295-4272-9138-f99709370657
* FS#9824: Fix FM channel spacing for EuropeBertrik Sikken2009-09-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22822 a1c6a512-1295-4272-9138-f99709370657
* Make beastpatcher build with VS2005 again.Dominik Riebeling2009-09-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22821 a1c6a512-1295-4272-9138-f99709370657
* Add non-interactive mode to beastpatcher.Dominik Riebeling2009-09-24
| | | | | | | - Extend beastpatcher() to optionally work non-interactively. - Don't ask for confirmation if beastpatcher was started with command line arguments. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22820 a1c6a512-1295-4272-9138-f99709370657
* CREDITS: remove duplicate namesBertrik Sikken2009-09-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22814 a1c6a512-1295-4272-9138-f99709370657
* Marko Pahlke was already in CREDITS.Thomas Martitz2009-09-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22811 a1c6a512-1295-4272-9138-f99709370657
* Samsung YH*: SVG player images including button description.Thomas Martitz2009-09-23
| | | | | | | Flyspray: FS#10279 and FS#10286 Author: Marko Pahlke git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22808 a1c6a512-1295-4272-9138-f99709370657
* rbutil: correct url to samsung bootloaders.Dominik Wenger2009-09-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22806 a1c6a512-1295-4272-9138-f99709370657
* Samsung YH920 & YH925 are in the unstable categoryRafaël Carré2009-09-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22804 a1c6a512-1295-4272-9138-f99709370657
* rbutil: correct dependencies by setting DEPENDPATH.Dominik Wenger2009-09-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22803 a1c6a512-1295-4272-9138-f99709370657
* Make PDBox use the copy of TLSF in the codecs folder (and remove the old copy).Magnus Holmgren2009-09-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22802 a1c6a512-1295-4272-9138-f99709370657
* Fix red for HAS_SERIAL_REMOTEThomas Martitz2009-09-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22801 a1c6a512-1295-4272-9138-f99709370657
* Fix non-hold button and headphone detection target sims.Thomas Martitz2009-09-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22800 a1c6a512-1295-4272-9138-f99709370657
* Rework the simulators button reading to not implement it's own complete driver.Thomas Martitz2009-09-23
| | | | | | | Instead, implement it more as a target driver with button_read_device(), button_init_device() and button_hold(), then use the normal button driver from firmware/drivers/button.c. Fixes FS#10451 ("backlight off on hold doesn't function properly"). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22799 a1c6a512-1295-4272-9138-f99709370657
* Recognise everybody in the same CREDITS file: add the three people only in ↵Alex Parker2009-09-23
| | | | | | CREDITS-MANUAL to CREDITS and remove CREDITS-MANUAL. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22798 a1c6a512-1295-4272-9138-f99709370657
* Better menu verbiage for test_codecJeffrey Goode2009-09-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22797 a1c6a512-1295-4272-9138-f99709370657
* Fix checkwps (configure actually) to compile without SDL, and add samsung ↵Thomas Martitz2009-09-23
| | | | | | YH* to targets.txt git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22794 a1c6a512-1295-4272-9138-f99709370657