summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-04Overlooked one place where the 'archive created' warning needs to be suppressed.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20197 a1c6a512-1295-4272-9138-f99709370657
2009-03-03FS #9978: Walon.lang update by Stéphane QuertinmontTom Ross
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20196 a1c6a512-1295-4272-9138-f99709370657
2009-03-03GigabeatFX: Change the way that the LCD copy routine works: Do the copy and ↵Karl Kurbjun
translation in one step. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20195 a1c6a512-1295-4272-9138-f99709370657
2009-03-03Get the volume controls working on the M:Robe 500 along with some minor code ↵Karl Kurbjun
changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20194 a1c6a512-1295-4272-9138-f99709370657
2009-03-03Simplify generic_i2c, removing the link between i2c address and i2c ↵Bertrik Sikken
interface, adding the concept of an i2c bus index. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20193 a1c6a512-1295-4272-9138-f99709370657
2009-03-03Updated italian translation.Alessio Lenzi
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20192 a1c6a512-1295-4272-9138-f99709370657
2009-03-03Bring back -fdata-sections that got lost in the make system overhaul (r19146).Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20191 a1c6a512-1295-4272-9138-f99709370657
2009-03-03FS #9974: Update Walon.lang by Stéphane Quertinmont.Tom Ross
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20190 a1c6a512-1295-4272-9138-f99709370657
2009-03-03Add missing user fields aka fix yellow.Tom Ross
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20189 a1c6a512-1295-4272-9138-f99709370657
2009-03-03Set a few svn:ignore bitsJonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20188 a1c6a512-1295-4272-9138-f99709370657
2009-03-03More GSoC related work. Have genlang parse the user field of the lang files. ↵Tom Ross
For now, all user strings are core. In the future more users will be added. Add missing user fields to a few phrases in some languages. Genlang will also warn if a phrase is missing the user field or it is unknown. The output format is unchanged. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20187 a1c6a512-1295-4272-9138-f99709370657
2009-03-02TCC NAND: The BLOCKS_PER_SEGMENT define was actually the number of planes ↵Rob Purchase
mentioned in the Samsung NAND datasheet. Add this to the nand_id struct, so that it can be runtime detected (required for some D2s to boot). Use the struct directly instead of making a local copy, and format the nand_info table to 80 columns. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20186 a1c6a512-1295-4272-9138-f99709370657
2009-03-02Make the H10 5GB bootloader able to load the OF again. From FS#9955.Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20185 a1c6a512-1295-4272-9138-f99709370657
2009-03-02Add a full stop after strings, since some voices use the existance of one to ↵Jonas Häggqvist
change intonation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20184 a1c6a512-1295-4272-9138-f99709370657
2009-03-02Make sure that sorting works both for signed and unsigned char (it depends ↵Alexander Levin
on the platform/compiler used) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20183 a1c6a512-1295-4272-9138-f99709370657
2009-03-02Remove some development help.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20182 a1c6a512-1295-4272-9138-f99709370657
2009-03-02Ask which voice to use for Festival.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20181 a1c6a512-1295-4272-9138-f99709370657
2009-03-02Make natural sorting work properly with cyrillic chars: they should be ↵Alexander Levin
placed after the latin ones (FS#9975). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20180 a1c6a512-1295-4272-9138-f99709370657
2009-03-02Improve grammar and key map in reversi (FS#9960 and FS#9961)Alexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20179 a1c6a512-1295-4272-9138-f99709370657
2009-03-02Update the french translation.Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20178 a1c6a512-1295-4272-9138-f99709370657
2009-03-02Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, ↵Thomas Martitz
where the latter now activates the wheel acceleration code. HAVE_SCROLLWHEEL plainly indicates the existence of a scrollwheel, thus all ipods define it now (in addition to the ones and some sansas which did before). Same applies to the manual. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20177 a1c6a512-1295-4272-9138-f99709370657
2009-03-02Only enable LANG_ENABLE_SPEAKER if HAVE_SPEAKER is definedMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20176 a1c6a512-1295-4272-9138-f99709370657
2009-03-02Forgot to #define HAVE_SPEAKER..Maurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20175 a1c6a512-1295-4272-9138-f99709370657
2009-03-02Onda VX747:Maurus Cuelenaere
* Add speaker en-/disable driver * Add apps/ setting to en-/disable the speaker git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20174 a1c6a512-1295-4272-9138-f99709370657
2009-03-02H10 is now the same as other targets regarding holding buttons while ↵Frank Gevaerts
inserting to use usb power git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20173 a1c6a512-1295-4272-9138-f99709370657
2009-03-02Fix some slight inconsistencies.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20172 a1c6a512-1295-4272-9138-f99709370657
2009-03-02imx31: Correct a register name typo.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20171 a1c6a512-1295-4272-9138-f99709370657
2009-03-02Move generated lang-related files to their own directory in preparation of ↵Tom Ross
localizable plugins. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20170 a1c6a512-1295-4272-9138-f99709370657
2009-03-02imx31 ATA: Correct a register #define error (due to error in user's manual). ↵Michael Sevakis
Fix timing for PIO tAX. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20169 a1c6a512-1295-4272-9138-f99709370657
2009-03-02Another small change from my GSoC work: get rid of some old printf code in ↵Tom Ross
language.c and replace it with DEBUGF. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20168 a1c6a512-1295-4272-9138-f99709370657
2009-03-02Actually apply the patch...thanks again to Bryan Vandyke (and Tom Ross for ↵Thomas Martitz
notifying me about my commit-fail). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20167 a1c6a512-1295-4272-9138-f99709370657
2009-03-02FS#9972 - Simplify strnatcmp. As we do ignore leading zeros (as opposed to ↵Thomas Martitz
the original version), we can remove some unused code. Also, change the header to state that we changed it and do not use the original version. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20166 a1c6a512-1295-4272-9138-f99709370657
2009-03-02Fix some memset calls that use the wrong order for arguments.Tom Ross
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20165 a1c6a512-1295-4272-9138-f99709370657
2009-03-02Set x bit aka fix red...Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20164 a1c6a512-1295-4272-9138-f99709370657
2009-03-02Calculate the optimal memory location for overlay plugins, and use ↵Jens Arnold
plugin.lds for linking them. This gets rid of hand-adjusted archos.lds, making it easy to use overlay plugins on other lowmem targets. * Fix some duplicate and incorrect dependencies. * Change the way libs are filtered, so that a lib can be specified more than once. This allows to get rid of explicitly linking gcc-support.o, fixing empty plugins on some simulator platforms. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20163 a1c6a512-1295-4272-9138-f99709370657
2009-03-01Document the sorting setting in the Config file options appendix.Thomas Martitz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20162 a1c6a512-1295-4272-9138-f99709370657
2009-03-01Reword the new sorting section a bit, and fix it to actually say "As digits"Thomas Martitz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20161 a1c6a512-1295-4272-9138-f99709370657
2009-03-01Fix rockboy on the recorders.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20160 a1c6a512-1295-4272-9138-f99709370657
2009-03-01Make the example table follow the same look as the other tables in the manual.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20159 a1c6a512-1295-4272-9138-f99709370657
2009-03-01Power ain't cancel anymore.Thomas Martitz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20158 a1c6a512-1295-4272-9138-f99709370657
2009-03-01Document the new sorting feature in our fine manual.Thomas Martitz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20157 a1c6a512-1295-4272-9138-f99709370657
2009-03-01Make tremor check for very long ogg tags and truncate them if they're larger ↵Michael Giacomelli
then 10000 characters rather then seg faulting. Fixes FS#9866. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20156 a1c6a512-1295-4272-9138-f99709370657
2009-03-01Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which ↵Thomas Martitz
respects numbers within strings, and gives a more intuitive sorting. This also adds a setting, so that the sorting can be used in the file browser. The implementation is very generic, and can possibly be used in other places. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20155 a1c6a512-1295-4272-9138-f99709370657
2009-03-01Fix Onda VX747 bootloader buildMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20154 a1c6a512-1295-4272-9138-f99709370657
2009-03-01Make clock menu capitalizing consistent (FS#9939). There is an ongoing Alexander Levin
discussion about using sentence case (FS#9948) but for now consistence is better. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20153 a1c6a512-1295-4272-9138-f99709370657
2009-03-01Correct the BBX clause (no visual changes)Alexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20152 a1c6a512-1295-4272-9138-f99709370657
2009-03-01Silence warning from 'ar' if the archive had to be created.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20151 a1c6a512-1295-4272-9138-f99709370657
2009-03-01Correct comment and log message for failed AlbumArt bitmap loading.Antonius Hellmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20150 a1c6a512-1295-4272-9138-f99709370657
2009-03-01Bugfix: If AlbumArt bitmap loading fails, dont try loading it over and over ↵Antonius Hellmann
again, but simply ignore AlbumArt in this case. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20149 a1c6a512-1295-4272-9138-f99709370657
2009-02-28Fix automated install using the wrong release information.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20148 a1c6a512-1295-4272-9138-f99709370657