summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Sansa AMS: don't duplicate incorrectly install steps.Rafaël Carré2012-02-11
| | | | Change-Id: Ib9678ca108cc1264d5dc355fabc5ba877da59497
* checkwps/ypr0: Forgot new file.Thomas Martitz2012-02-11
| | | | Change-Id: I14d2f1c174c118ba44fbbd92051157e0f21db68f
* FS#12582 - update for ukrainian languageIgor Petelin2012-02-10
| | | | | | Signed-off-by: Bertrik Sikken <bertrik@sikken.nl> Change-Id: I620b83774ecc6cd1ce797bd0d197d5dd56fdbeb1
* checkwps: Fix buildall.sh and some RaaA/ypr0 versions.Thomas Martitz2012-02-10
| | | | Change-Id: I5889743e94ed568c8f7dcc50de0b03b8421969f7
* Fuze+ PLA_EXIT slight mapping cleanupJean-Louis Biasini2012-02-09
| | | | | | | | | | | 1) On all non PLA plugin, power button is used for exit. For consistency, we set PLA_EXIT to power button. 2) Manual updated accordingly Change-Id: Ia4b8fce13bad2f8dc0710cdb29ccf6c74b3fd9c4 Reviewed-on: http://gerrit.rockbox.org/91 Reviewed-by: Thomas Martitz <kugel@rockbox.org> Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
* Fix sim battery emulation: Set such a low sample value for battery smoothing ↵Nick Peskett2012-02-09
| | | | | | | | as to effectively disable it. Since smoothing was enabled for battery_status_update() in 109084d, the simulated charge/ discharge cycle was so fast that the battery level never really dropped much below 90%. Change-Id: Ide5c7ceef97bc9ed62d45e3a0afd99ff6f0550ea
* brickmania: Use short Lvl %d level indicator if neededWieland Hoffmann2012-02-08
| | | | | | Change-Id: Iecbf033f14aeab715f8d0a85131a97ff82943410 Reviewed-on: http://gerrit.rockbox.org/89 Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
* imxtools: use rand() instead of /dev/random.Dominik Riebeling2012-02-08
| | | | | | | | | | | On Windows /dev/random does not exist, so trying to open it will fail. Replace it with rand() which is available on all supported platforms and sufficient. Fixes mkimxboot not working, as well as Rockbox Utility "crashing" (which is in fact its error handler calling exit(), thus terminating Rockbox Utility) on Windows. Change-Id: Ia164f937f329877e8f80f473f27be8c5df2a0a68
* Move to compressor out of dsp.c and into its own source to reduce DSP clutter.Michael Sevakis2012-02-08
| | | | | | A bit of a rough job for the moment but all works. Change-Id: Id40852e0dec99caee02f943d0da8a1cdc16f022a
* Fix reds. No need for #ifdef to save buttons anymore.Thomas Martitz2012-02-08
| | | | Change-Id: I31833ecf0725bbfbdd2905390e2e9b63918cbe3a
* LAMP plugin PLA integration (main code + manual)Jean-Louis Biasini2012-02-08
| | | | | | | | | | | | 1) this patch replace all keymaps with PLA ones. It also clean some optionnal compiling that are not needed anymore througt PLA 2) the patch also made required change to the manual in order to match code's change. Change-Id: I54ec953f79a419a6bb2f78877ca8b82f572fb510 Reviewed-on: http://gerrit.rockbox.org/86 Reviewed-by: Thomas Martitz <kugel@rockbox.org> Tested-by: Thomas Martitz <kugel@rockbox.org>
* brickmania: Use short L: %d life indicator if neededWieland Hoffmann2012-02-08
| | | | | | | | This is the case if either the player has lots of lifes or a high score Change-Id: Ic4c7011e9fa582d2ae552b28474ba260f2b4cab0 Reviewed-on: http://gerrit.rockbox.org/88 Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
* SVG Image for Philips GoGear SA9200 (FS#12407)Frank Gevaerts2012-02-07
| | | | Change-Id: Ia663350e1609ae1843b474fc50dbc189188b0e81
* Fix FS#12580 - Elapsed time nit reset after track change when playing AC3 files.Michael Sevakis2012-02-07
| | | | | | | | It wasn't only a52 but also a52_rm that didn't reset the elapsed counter on each new track. The problems seemed obvious enough so fixes are being added blind. Will leave task open for feedback from bug reporter. Change-Id: Ic6d8eb98690ff4be47547d13b6bbafeadf4da745
* Fix FS#9391 - playback engine gets confused by multiple simultaneous button ↵Jonathan Gordon2012-02-07
| | | | | | presses Change-Id: Ie08f9dabc814adfe92c382d2e770808839cd6dd2
* skin engine: New logical 'and' and 'or' tags to evaluate multiple tags in a ↵Jonathan Gordon2012-02-07
| | | | | | | | | | single conditional. Use these tags to stop having multiple conditionals.. e.g: OLD: %?C<%?Ia<something>> NEW: %?and(%C, %Ia)<something> Change-Id: Ia3bbe4611cf808e87dcd1b1147181461fa08294a
* Don't try to save settings if none available.Dominik Riebeling2012-02-06
| | | | | | | | Fixes a crash when leaving the encoder settings dialog with the Ok button but the dynamically loaded library missing, in which case no settings will be available. Change-Id: I889a0bbcde6bed2df658b5df57341edf6802daad
* chinachippatcher: allow additional CFLAGS from the command line.Dominik Riebeling2012-02-06
| | | | | | Fixes building 32bit linux binary on 64bit systems. Change-Id: Ib58114a979e6aa426370477169a0875a66c9a9c2
* SVG Image for Samsung YP-R0 (FS#12577)Marko Pahlke2012-02-06
| | | | Change-Id: I1433cdff2c7f007d437300b103059f18099faf7d
* rocklife is much more a demo than a game.Frank Gevaerts2012-02-06
| | | | | | | | Change-Id: Ibf80637cd9c6001a636a9f92c72223ec56dad780 Reviewed-on: http://gerrit.rockbox.org/82 Reviewed-by: Thomas Martitz <kugel@rockbox.org> Reviewed-by: Boris Gjenero <boris.gjenero@gmail.com> Tested-by: Boris Gjenero <boris.gjenero@gmail.com>
* Urgh...actually change all the stuff I'm supposed to.Michael Sevakis2012-02-05
| | | | | | Goofed a couple fn params. Change-Id: I2474d10fe08d2629ada54c83e201ee91c596d854
* Make generic pcm-mixer.c more generic in the way it writes output.Michael Sevakis2012-02-05
| | | | | | Also remove unused firmmware/asm/generic directory. Change-Id: If1961f96f4292f00227a9b0148181152ac405e51
* When writing data from repository open file as binary.Dominik Riebeling2012-02-06
| | | | | | | | Windows requires files to be explicitly opened as binaries, otherwise it will perform line ending translations. We really don't want the OS to mess with that. Change-Id: Id56de354b7ad0e5b056540755f7108456f3263ed
* Update version to 1.2.12, OS X specific file.Dominik Riebeling2012-02-05
| | | | Change-Id: I08cd0939bfc7a7d3650ef0918524fb7d986172a9
* Bump version to 1.2.12.Dominik Riebeling2012-02-05
| | | | | | | Remove svn information from the version string as well, since we don't have this information anymore. Change-Id: I0055e6cd9e5e6cb1aaf678d91db183f4bc2117fe
* Update deployment script for git.Dominik Riebeling2012-02-05
| | | | | | | | First and rather rough adjustment for git. There are still a lot of places referring to svn, and various functionality might be broken which needs fixing later. Change-Id: Ia628f06e99f527e01f131ce674746fba77d97d23
* Python module to get (some) files from the repository.Dominik Riebeling2012-02-05
| | | | | | | | | | | With git it's not possible to simply export a set of paths from the server directly. This module offers a similar functionality, but requires a local clone of the repository. It calls git directly for maximum portability. This is a prerequisite to making the deployment script used for Rockbox Utility work again. Change-Id: I1aca8ddd40d16b6268c1d6a2fc23ac59e964c3c6
* Make sure we use POSIX/C99 printf() when building for windowsRafaël Carré2012-02-05
| | | | | | Change-Id: I429ed40dc2b9d4fb238762113bd40936df896df0 Reviewed-on: http://gerrit.rockbox.org/85 Reviewed-by: Dominik Riebeling <Dominik.Riebeling@gmail.com>
* fuze+: the radio chip needs a few milliseconds to power upAmaury Pouly2012-02-05
| | | | Change-Id: I7e7f3bf86ab69d6c7e94e8b16c1a26f74a76f1a2
* Improve rockbox_flash messagesBoris Gjenero2012-02-05
| | | | | | | | | | | | | - For V2 and FM Recorders, don't recommend bootloader upgrade due to FS#12426 BootBox bugs. - When rockbox.ucl can't fit and the bootloader is old, the bootloader needs to be upgraded. - When RomBox start address differs, the bootloader is not compatible with RomBox. Change-Id: I7ca910805a64eb81faa21b2dde4842cd3b640f5a Reviewed-on: http://gerrit.rockbox.org/71 Reviewed-by: Marcin Bukat <marcin.bukat@gmail.com>
* imx233: add audioin init code, add adc dma interrupts, fix register definesAmaury Pouly2012-02-05
| | | | Change-Id: I204afbd3390f8dcde6ea1315ea6aa8dde12d3749
* Fix Fuze+ bootloader redBoris Gjenero2012-02-04
| | | | Change-Id: I434e3f4930e6ab7f8d9f5ba43a5bfe0a387e0f09
* Use commit_dcache() instead of commit_discard_idcache() where possibleBoris Gjenero2012-02-04
| | | | | | | | | - PCM playback DMA doesn't need the discard. Only recording DMA would need it. - When creating threads for another core, the core creating the thread only needs to commit. The discard on the other core is handled elsewhere. Change-Id: I864a0777e22f221a66218efd2c02ff3ad3889736
* Generic find_first_set_bit can use __builtin_ctz instead of __builtin_ffsMichael Sevakis2012-02-04
| | | | | | | The former gives 0-based indexes, which is what our implementation returns, making the "- 1" unnecessary. Change-Id: I172ab5e06695be62e4a18d4fd0415b8314f5dc26
* imx233/fuze+: fix a typo, handle volume differently because of the line1/dac ↵Amaury Pouly2012-02-03
| | | | | | | | | | mode difference. The headphone volume register value reads differently in Line1 and DAC mode. Since the volume is not set again when switching between playback and radio, we need to remember the hp volume and reapply setting when changing the mode. Change-Id: I8fbd344f78653c19d81a39dd3f680ec6885cb1ec
* Add graphics for solitaire/blackjack plugins for the sansa clip zip by ↵Bertrik Sikken2012-02-03
| | | | | | | | | Nathan Korth Change-Id: Ic87bf074f2d60687a2933b05fcad1c0d27dfd9ec Reviewed-on: http://gerrit.rockbox.org/79 Reviewed-by: Bertrik Sikken <bertrik@sikken.nl> Tested-by: Bertrik Sikken <bertrik@sikken.nl>
* HD200: fix typo in goban keymapMarcin Bukat2012-02-02
| | | | Change-Id: If93370317eaddb970dc5f30ddbb49f8a6c49aea0
* HD300: fix messages in blackjackMarcin Bukat2012-02-02
| | | | Change-Id: If6fa39609b8ededaea37187e7d9d48e3f36d85c0
* HD300: manual graphicsMarcin Bukat2012-02-02
| | | | Change-Id: Icf224fb225ab3a1869196c0479677c19a3145807
* MPIOs: manual workMarcin Bukat2012-02-02
| | | | Change-Id: Ief46eabf3611d6d21594f52f73292f2be5831b87
* MPIOs: keymap tweaksMarcin Bukat2012-02-02
| | | | Change-Id: Ic96900c83ffb90df4f6c68a26238f0543cba61cd
* fuze+: don't use the DCP to copy the framebuffer since it can yield and then ↵Amaury Pouly2012-02-02
| | | | | | several lcd udpates could run concurrently with undefined behaviour Change-Id: I39167188f354859fc8e4f9f979c97343b40beb7d
* fuze+: use the si4700 internal oscillator and set a pin on power down (seems ↵Amaury Pouly2012-02-01
| | | | | | important) Change-Id: If737438ddb726e51e0a725e27bc93950eb3657bd
* fuze+: check rectangle coordinates in lcd_update_rectAmaury Pouly2012-02-01
| | | | Change-Id: I5f23063751d7650b8eefd0f37393498d9a27bd19
* fuze+: add basi pinctrl debug screenAmaury Pouly2012-02-01
| | | | Change-Id: I999d55a00a03eecc88d726ed33b2edaf339a138c
* fuze+: pin B1P30 is volume down key and has no relation with SDAmaury Pouly2012-02-01
| | | | Change-Id: Iee93e90d3054442ae873c55c05c030ed690ccbd6
* imx233/fuze+: set a few recommended power bits by Freescale, remove some ↵Amaury Pouly2012-02-01
| | | | | | uneeded headers, implement audio path selection for playback and radio Change-Id: If926ead9b776504a58eb102fcc0e9acadf4f7379
* fuze+: update builds.pm to reflect the fact that we have iconsAmaury Pouly2012-02-01
| | | | Change-Id: I7542b05b851d5a3b9353c48550a6de290ca33037
* skin parser: Allow the first character after conditional seperators to be \nJonathan Gordon2012-02-01
| | | | | | | | | | | | | | | | | | This hopefully makes difficult conditionals more easy to read: i.e OLD: %?bp<%?bc<%xd(Ba)|%xd(Bb)>|%?bl<|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)|%xd(Bg)|%xd(Bh)|%xd(Bi)|%xd(Bj)>> NEW: %?bp< %?bc< %xd(Ba)|%xd(Bb) >| %?bl<|%xd(Bc)|%xd(Bd)| %xd(Be)|%xd(Bf)| %xd(Bg)|%xd(Bh)| %xd(Bi)|%xd(Bj) > > Change-Id: Ic89d2c95562b27e7427c3a5d528340f9aec55cf2
* skin parser: skip \t characters at the begining of lines to allow for more ↵Jonathan Gordon2012-02-01
| | | | | | readable skins Change-Id: I8f3154d17807ad202fc65d462e85da2195ce605c