summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* imx233: add power debug screenAmaury Pouly2011-11-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31100 a1c6a512-1295-4272-9138-f99709370657
* mkimxboot: remove an unecessary include that will prevent compilation of rbutilAmaury Pouly2011-11-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31099 a1c6a512-1295-4272-9138-f99709370657
* fuze+: update keymap and touchpad driver based on FS#12405 with minor ↵Amaury Pouly2011-11-30
| | | | | | modifications. Thanks to Jean-Louis Biasini. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31098 a1c6a512-1295-4272-9138-f99709370657
* Text viewer plugin: Fix info viewport font not being set to user selected fontMichael Chicoine2011-11-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31096 a1c6a512-1295-4272-9138-f99709370657
* Rockbox does not support encrypted ADX. Clearly state this in the manual and ↵Andree Buschmann2011-11-29
| | | | | | the debug messages. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31094 a1c6a512-1295-4272-9138-f99709370657
* Resync mpc to r476 of svn.musepack.org. Improves error handling after seek.Andree Buschmann2011-11-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31093 a1c6a512-1295-4272-9138-f99709370657
* Make embedded cover art for APEv2 more flexible. This fixes an issue with ↵Andree Buschmann2011-11-29
| | | | | | foobar-tagged files as reported in the forums. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31091 a1c6a512-1295-4272-9138-f99709370657
* Sansa Connect: Add keymap for YesNo dialog and keyboardTomasz Moń2011-11-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31090 a1c6a512-1295-4272-9138-f99709370657
* FS#12414 : Fix directory functions in plugins on targets which ↵Boris Gjenero2011-11-29
| | | | | | HAVE_DIRCACHE. In rockbox_api, PREFIX( ) is removed around directory functions because that's now handled in directory header files. Thanks to Fred Bauer for reporting this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31089 a1c6a512-1295-4272-9138-f99709370657
* FS#12412 : Delete old buffer allocation code which has been replaced by ↵Boris Gjenero2011-11-29
| | | | | | core_alloc, and move buffer setup code to core_alloc.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31088 a1c6a512-1295-4272-9138-f99709370657
* dm320: call storage idle notifys on in sdmmc threadTomasz Moń2011-11-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31086 a1c6a512-1295-4272-9138-f99709370657
* Update manual to match current codec IDs.Andree Buschmann2011-11-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31084 a1c6a512-1295-4272-9138-f99709370657
* playlist handling: revert part of r30177.Jonathan Gordon2011-11-28
| | | | | | loading a .m3u from the filebrowser now just runs it like it used to, selecting a playlist from inside the catalogue viewer opens it instead. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31083 a1c6a512-1295-4272-9138-f99709370657
* Fix fs#12005 - have %pc,%pl and %pr return the number of seconds when used ↵Jonathan Gordon2011-11-28
| | | | | | with %if() instead of a formatted time string git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31082 a1c6a512-1295-4272-9138-f99709370657
* Be less smart about when to reload skins as it caused more problems than it ↵Jonathan Gordon2011-11-28
| | | | | | was worth. If any theme setting is loading from a .cfg reload all skins. Fixes FS#12410 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31081 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#12408 - don't load skins too early causing buflib handles to leakJonathan Gordon2011-11-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31080 a1c6a512-1295-4272-9138-f99709370657
* If Rockbox never turns off ATA power, don't compile code for turning it back ↵Boris Gjenero2011-11-27
| | | | | | on. Note that ATA power may still need to be turned on when starting, so that code in ata_init() always remains. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31079 a1c6a512-1295-4272-9138-f99709370657
* remove stray debugging lineFred Bauer2011-11-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31078 a1c6a512-1295-4272-9138-f99709370657
* Guard font functions against invalid font ids. These arguably should never ↵Frank Gevaerts2011-11-27
| | | | | | be passed, but this prevents freezes. Fixes FS#12400 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31075 a1c6a512-1295-4272-9138-f99709370657
* Actually make glyph_cache_save static instead of just claiming it should beFrank Gevaerts2011-11-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31074 a1c6a512-1295-4272-9138-f99709370657
* glyph_cache_save should be staticFrank Gevaerts2011-11-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31073 a1c6a512-1295-4272-9138-f99709370657
* slightly reaarange code to make fml happy :)Jonathan Gordon2011-11-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31071 a1c6a512-1295-4272-9138-f99709370657
* Free a handle when we try to load a backdrop file which doesnt exist or cant ↵Jonathan Gordon2011-11-27
| | | | | | be loaded git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31070 a1c6a512-1295-4272-9138-f99709370657
* Don't load the icons unless show_icons is actually enabled. And respect that ↵Jonathan Gordon2011-11-27
| | | | | | setting in the shortcuts menu git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31069 a1c6a512-1295-4272-9138-f99709370657
* PortalPlayer: Loading of stack munge value into r4 was moved in r30741 to ↵Michael Sevakis2011-11-27
| | | | | | after the idle stack init loop, breaking the usage readout. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31068 a1c6a512-1295-4272-9138-f99709370657
* Add STORAGE_INIT_ATTR to static ata.c functions that are only called via ↵Boris Gjenero2011-11-27
| | | | | | ata_init(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31067 a1c6a512-1295-4272-9138-f99709370657
* In buflib_buffer_shift(), properly update handle->alloc values, which are ↵Boris Gjenero2011-11-27
| | | | | | char * and not union buflib data * git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31066 a1c6a512-1295-4272-9138-f99709370657
* Sansa AMSv2 USB: Simplify union around struct usb_ctrlrequest and remove ↵Bertrik Sikken2011-11-27
| | | | | | duplicate alignment attribute git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31065 a1c6a512-1295-4272-9138-f99709370657
* AMSv2: remove stray ; from USB_DEVBSS_ATTRRafaël Carré2011-11-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31064 a1c6a512-1295-4272-9138-f99709370657
* Sansa AMSv2: potential USB fix from FS#11664 by funman:Bertrik Sikken2011-11-26
| | | | | | | * make sure that the buffer for struct usb_ctrlrequest can fit a full 64-byte packet * align struct usb_ctrlrequest to a cacheline (32-byte alignment) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31063 a1c6a512-1295-4272-9138-f99709370657
* Replace embedded AA limitations by a reference to the "official" list of ↵Frank Gevaerts2011-11-26
| | | | | | supported AA tags git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31062 a1c6a512-1295-4272-9138-f99709370657
* The new 12x12 iconset somehow got corrupted. Re-generate.Thomas Martitz2011-11-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31061 a1c6a512-1295-4272-9138-f99709370657
* Fix leftovers.Thomas Martitz2011-11-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31060 a1c6a512-1295-4272-9138-f99709370657
* lcd_color/cabbiev2: New iconset in multiple sizesThomas Martitz2011-11-26
| | | | | | | | | | | | | | The new iconset features transparency which can be more easier generated from svgs and looks better. For for bigger displays there are new sizes. The bmps are the generated from the SVGs added to the tree and create-icons-from-tango.pl is updated to enable easy generation. rockbox-clef.svg is changed to have a bit more border. NOTE: Icons for greyscale are unchanged. Someone needs to update them, I don't know how to do it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31059 a1c6a512-1295-4272-9138-f99709370657
* Cabbiev2/RaaA: Add nice shadow to the icons on the popup in the WPS.Thomas Martitz2011-11-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31058 a1c6a512-1295-4272-9138-f99709370657
* Cabbiev2/RaaA: Update progressbar images (using transparency).Thomas Martitz2011-11-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31057 a1c6a512-1295-4272-9138-f99709370657
* Cabbiev2/RaaA: Add volume slider pop to the WPS.Thomas Martitz2011-11-26
| | | | | | | | | It's as big as the usual popup and makes it easier to control the volume. Also makes our fine-grained volume changes more visible. popup.xcf is updated to contain the volume layers. Idea and some skin code taken from FS#12254. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31056 a1c6a512-1295-4272-9138-f99709370657
* Solve FS#12396 through rolling back r26592. This fixes distortions while mpc ↵Andree Buschmann2011-11-25
| | | | | | playback on Coldfire targets with GCC 4.5.2. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31054 a1c6a512-1295-4272-9138-f99709370657
* Cabbiev2/RaaA: r30298 forgot about 480x800. Fix pause, ffwd and rewind touch ↵Thomas Martitz2011-11-25
| | | | | | actions in the WPS. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31053 a1c6a512-1295-4272-9138-f99709370657
* Cabbiev2/RaaA: Improved popup icons for the WPS, featurung real shadows.Thomas Martitz2011-11-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31052 a1c6a512-1295-4272-9138-f99709370657
* fix up font_cache/LRU boundry errors from r30763Fred Bauer2011-11-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31050 a1c6a512-1295-4272-9138-f99709370657
* Fix battery meter on Sansa Connect.Tomasz Moń2011-11-24
| | | | | | | Use the battery capacity percents reported by AVR. Internally fake linear voltage scale is used (1 mV = 1%). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31049 a1c6a512-1295-4272-9138-f99709370657
* FS#12401 - Slovak language update by Peter LeckýBertrik Sikken2011-11-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31048 a1c6a512-1295-4272-9138-f99709370657
* Updated italian translation.Alessio Lenzi2011-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31045 a1c6a512-1295-4272-9138-f99709370657
* FS#12399 - Second november update of Czech language by Marek SalabaBertrik Sikken2011-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31044 a1c6a512-1295-4272-9138-f99709370657
* FS#12378 : Removal of Archos HWCODEC unused code and data. Several large ↵Boris Gjenero2011-11-22
| | | | | | hardware-specific functions are kept for reference or future use. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31043 a1c6a512-1295-4272-9138-f99709370657
* Update french translationAmaury Pouly2011-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31042 a1c6a512-1295-4272-9138-f99709370657
* FS#12397 : On targets which load .data directly into its final location and ↵Boris Gjenero2011-11-22
| | | | | | lack code for moving it, remove linker script trick which ignores section alignment and word-aligns the section instead. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31041 a1c6a512-1295-4272-9138-f99709370657
* fix checkwpsJonathan Gordon2011-11-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31040 a1c6a512-1295-4272-9138-f99709370657
* Fix the charcell compile error and rmeove an unused #defineJonathan Gordon2011-11-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31039 a1c6a512-1295-4272-9138-f99709370657