summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Pass VERSION to *all* make invocations in release scriptsFrank Gevaerts2011-12-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31166 a1c6a512-1295-4272-9138-f99709370657
* Fix for "FS#12430 - FM presets tags aren't dynamic in status bar."Thomas Martitz2011-12-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31162 a1c6a512-1295-4272-9138-f99709370657
* Manual: Rephrase what 'shutdown' does so that the sentence reads more smoothlyAlexander Levin2011-12-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31159 a1c6a512-1295-4272-9138-f99709370657
* Fix warningsJonathan Gordon2011-12-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31158 a1c6a512-1295-4272-9138-f99709370657
* Add a shortcut type 'shutdown' which will turn off the playerJonathan Gordon2011-12-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31157 a1c6a512-1295-4272-9138-f99709370657
* Fix touchscreens so entering the WPS with a skin with no touchregions ↵Jonathan Gordon2011-12-06
| | | | | | reverts to grid mode (caused by r30991) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31156 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#12423 : Rockbox access to /.rockbox/fonts after usb_enable(true). ↵Boris Gjenero2011-12-06
| | | | | | This fixes entry into USB mode on the Archos Recorder V2 and possibly also other targets using a USB to IDE bridge chip. Fred Bauer found this removes the need for a workaround in glyph_cache_save(). I'm including his patch which removes the workaround. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31155 a1c6a512-1295-4272-9138-f99709370657
* Missed one const.Nils Wallménius2011-12-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31154 a1c6a512-1295-4272-9138-f99709370657
* Sprinkle around some static and const.Nils Wallménius2011-12-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31153 a1c6a512-1295-4272-9138-f99709370657
* Use a macro for aligning PCM chunks instead of explictly coding it each time.Michael Sevakis2011-12-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31152 a1c6a512-1295-4272-9138-f99709370657
* Try $RBROOT before $HOME when looking for the sdl apps rockbox root dirJonathan Gordon2011-12-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31151 a1c6a512-1295-4272-9138-f99709370657
* Sansa Connect: Revise codec initialization/shutdown.Tomasz Moń2011-12-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31149 a1c6a512-1295-4272-9138-f99709370657
* Don't define str(n,i)cmp(i): we don't use thoseRafaël Carré2011-12-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31148 a1c6a512-1295-4272-9138-f99709370657
* Compile fix for mingw-w64Rafaël Carré2011-12-04
| | | | | | Don't build str(n)casecmp as functions if they are already defined by preprocessor git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31147 a1c6a512-1295-4272-9138-f99709370657
* FS#12424 - latvian translation update by Mārtiņš ŠimisBertrik Sikken2011-12-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31145 a1c6a512-1295-4272-9138-f99709370657
* sansapatcher: factor out handling of bundled bootloaders.Dominik Riebeling2011-12-04
| | | | | | | | | | | | | | Instead of handling bundled bootloaders in the sansapatcher functions leave that to the caller. This removes the need to have Rockbox Utility specific parts in sansapatcher. sansa_add_bootloader() now operates on an already loaded bootloader. For loading a convenience function sansa_read_bootloader() is added. This also introduces a new check on loading to prevent installing an e200 bootloader on a c200 (and vice versa). These changes will allow building a libsansapatcher for linking with Rockbox Utility later. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31144 a1c6a512-1295-4272-9138-f99709370657
* sansapatcher: guard platform specific files.Dominik Riebeling2011-12-04
| | | | | | | | Use the preprocessor to make platform specific files compile as empty files if built for a different platform. This removes the need to distinguish in the Makefile and simplifies creating a libsansapatcher. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31143 a1c6a512-1295-4272-9138-f99709370657
* Collect the 16-bit signed range sample clipping routines scattered about, ↵Michael Sevakis2011-12-04
| | | | | | which can be optimized on armv6 and create firmware/export/dsp-util.h (for lack of better place right now). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31142 a1c6a512-1295-4272-9138-f99709370657
* Reduce stack allocation for remote screendump. The screendump filename is ↵Frank Gevaerts2011-12-04
| | | | | | generated and known, so we don't need MAX_PATH. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31140 a1c6a512-1295-4272-9138-f99709370657
* Add double inclusion protection and prepare for use with C++ code.Dominik Riebeling2011-12-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31138 a1c6a512-1295-4272-9138-f99709370657
* Add missing include.Dominik Riebeling2011-12-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31137 a1c6a512-1295-4272-9138-f99709370657
* Power management is to be kept in target tree due to being target specific.Tomasz Moń2011-12-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31136 a1c6a512-1295-4272-9138-f99709370657
* Sansa Connect: Add TPS65021 (Power Management) driver.Tomasz Moń2011-12-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31135 a1c6a512-1295-4272-9138-f99709370657
* Clip Zip manual: add platform fileRafaël Carré2011-12-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31134 a1c6a512-1295-4272-9138-f99709370657
* fuze+: fix seeking forward/backward keymap, don't know why it was wrong in ↵Amaury Pouly2011-12-04
| | | | | | the first place git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31133 a1c6a512-1295-4272-9138-f99709370657
* HDD6330: introduce a new button (BUTTON_TAP), based on the hardware support ↵Szymon Dziok2011-12-03
| | | | | | for gestures. From now on some things are accessible by tapping on the vertical scroll strip. Reorganize, fix and remap some of the keymaps, add missing keymap for the recording. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31132 a1c6a512-1295-4272-9138-f99709370657
* lcd-16bit: move lcd_bitmap and lcd_bitmap_transparent to common codeRafaël Carré2011-12-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31131 a1c6a512-1295-4272-9138-f99709370657
* lcd-16bit: move common code to lcd-16bit-common.cRafaël Carré2011-12-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31130 a1c6a512-1295-4272-9138-f99709370657
* lcd_blit_yuv: move to lcd-16bit-common.cRafaël Carré2011-12-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31129 a1c6a512-1295-4272-9138-f99709370657
* Clip Zip: fix yuv playbackRafaël Carré2011-12-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31128 a1c6a512-1295-4272-9138-f99709370657
* lcd_blit_yuv: move from sdl driver to lcd16bit-commonRafaël Carré2011-12-03
| | | | | | Declare as weak, so it can be overridden by targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31127 a1c6a512-1295-4272-9138-f99709370657
* Fix red: Mark variable as unused the rockbox wayThomas Jarosch2011-12-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31125 a1c6a512-1295-4272-9138-f99709370657
* Remove redundant assigment to "dummy" variableThomas Jarosch2011-12-03
| | | | | | | | | It was probably in there to silence a gcc warning about unused variable "dummy". Detected by cppcheck. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31124 a1c6a512-1295-4272-9138-f99709370657
* imx233: add control for more clocks, add debug clock debug screenAmaury Pouly2011-12-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31121 a1c6a512-1295-4272-9138-f99709370657
* Sansa Connect: Fix yellowTomasz Moń2011-12-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31120 a1c6a512-1295-4272-9138-f99709370657
* Sansa Connect: Fix GIO initialization and screen wakeup.Tomasz Moń2011-12-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31119 a1c6a512-1295-4272-9138-f99709370657
* Don't show the full path when building librbspeex.aDominik Riebeling2011-12-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31118 a1c6a512-1295-4272-9138-f99709370657
* Rockbox Utility: build chinachippatcher as library.Dominik Riebeling2011-12-03
| | | | | | | Update the chinachip Makefile based on the mkamsboot one, build and link as library for Rockbox Utility. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31117 a1c6a512-1295-4272-9138-f99709370657
* Consolidate libraries list in project file a bit.Dominik Riebeling2011-12-03
| | | | | | | | | | Instead of having to mention each library several times (extra targets, target dependencies, linker flags) create a list of libraries we build directly and create all other lists from them. Note that libraries get processed in the order of the list, which is important for linking order. As a result libucl needs to come last. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31116 a1c6a512-1295-4272-9138-f99709370657
* Extend return codes for chinachip_patch().Dominik Riebeling2011-12-03
| | | | | | | | | | | | | | Instead of passing error messages using a callback function (which becomes awkward when used from a C++ class object) return distinct error codes from chinachip_patch(). This also removes the kludge to support translations for Rockbox Utility and moves the strings to translate to the installation class where they belong. As a side effect info messages won't be passed to Rockbox Utility anymore, but the details of the patching progress aren't of that much interest for the user anyway. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31115 a1c6a512-1295-4272-9138-f99709370657
* Split up chinachippatcher.Dominik Riebeling2011-12-03
| | | | | | Move the command line tool parts out for simpler building as library. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31114 a1c6a512-1295-4272-9138-f99709370657
* Sansa Clip Zip: enable all pluginsRafaël Carré2011-12-02
| | | | | | use too big graphics when needed (some plugins will be ugly) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31113 a1c6a512-1295-4272-9138-f99709370657
* mkamsboot: make clip zip boot OF when pressing left buttonRafaël Carré2011-12-02
| | | | | | pressing vol- to boot OF is still possible git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31112 a1c6a512-1295-4272-9138-f99709370657
* mkamsboot/dualboot: use arm-elf-eabi cross compiler by defaultRafaël Carré2011-12-02
| | | | | | also allows user to change it with CROSS_COMPILE=xxx git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31111 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#11675 : LED resistor calculator does not wait for keypress. Thanks to ↵Boris Gjenero2011-12-02
| | | | | | Michael Chicoine for reporting the bug. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31107 a1c6a512-1295-4272-9138-f99709370657
* Sansa Connect Simulator: Fix button sizes, add hold button supportTomasz Moń2011-12-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31106 a1c6a512-1295-4272-9138-f99709370657
* Add a gitattributes file for the migration.Torne Wuff2011-12-01
| | | | | | | | | | | | | | | | | | | | When we start using git, we will be doing automatic line ending conversion in a nice uniform way: everything is expected to have LFs, rather than the current odd patchwork of svn:eol-style attributes. This .gitattributes file configures git to normalise all line endings to LF on checkin in files it believes are text (and its heuristics appear to be very good). It also explicitly declares a number of file types to be binary (which both disables line ending conversion for them and also prevents git attempting to display a textual diff of them). I have already normalised all files in the repository now to have the correct line endings, so this should not do anything bad for anyone who is already using git. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31104 a1c6a512-1295-4272-9138-f99709370657
* Convert one more file to LF line endings.Torne Wuff2011-12-01
| | | | | | | | | Unset svn:eol-style=CRLF on this vbs file and convert it to LF line endings. VBScript is perfectly happy to run with LFs and this removes the last inconsistent line ending in our repo :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31103 a1c6a512-1295-4272-9138-f99709370657
* Sansa Connect: Make simulator compile. UI-sansaconnect.bmp by Martin ↵Tomasz Moń2011-12-01
| | | | | | Sägmüller (based on press image). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31102 a1c6a512-1295-4272-9138-f99709370657
* Address some weaknesses and bugs of buflib_compact() and make the code ↵Thomas Martitz2011-12-01
| | | | | | | | | prettier. Thanks to Boris Gjenero for his great investigation. Flyspray: FS#12409 Author: myself git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31101 a1c6a512-1295-4272-9138-f99709370657