summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-09-06My first proper commit: some manual fixes to properly describe shutting down ↵Robert Menes
and starting the iPod 1st, 2nd, and 3rd generations, and removed some old bootloader information which is no longer valid. This should bring the manuals for these iPods more up to date. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18429 a1c6a512-1295-4272-9138-f99709370657
2008-09-05Welcome Robert Menes as Committer #64!Robert Menes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18426 a1c6a512-1295-4272-9138-f99709370657
2008-09-05WpsEditor: add support for greyscale targets. Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18424 a1c6a512-1295-4272-9138-f99709370657
2008-09-05Adds descriptions to the manual for the iPod 1st, 2nd, and 3rd generations, ↵Frank Gevaerts
and fixes some problems with the nano and Sansa c200 manuals (FS#9367 by Robert Menes) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18423 a1c6a512-1295-4272-9138-f99709370657
2008-09-05Add Onda VX767 targetMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18422 a1c6a512-1295-4272-9138-f99709370657
2008-09-04Make %mm 0-based again (as described in CustomWPS), and change %cf accordingly.Nicolas Pennequin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18421 a1c6a512-1295-4272-9138-f99709370657
2008-09-04Fix the bug reported in FS#9350: the WPS would crash on %mm or %cf if they ↵Nicolas Pennequin
weren't in conditionals. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18420 a1c6a512-1295-4272-9138-f99709370657
2008-09-04remove -Wno-pointer-sign. This will make warnings reappear, but the warnings ↵Frank Gevaerts
should really be fixed at the source git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18418 a1c6a512-1295-4272-9138-f99709370657
2008-09-04Make bdf2bmp work on 64 bit hosts.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18416 a1c6a512-1295-4272-9138-f99709370657
2008-09-04Share bootloader with Creative ZVM 30GB/60GB and Creative ZVMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18415 a1c6a512-1295-4272-9138-f99709370657
2008-09-04silence warningsFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18414 a1c6a512-1295-4272-9138-f99709370657
2008-09-04More files that were missed in the previous commit.Michael Giacomelli
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18413 a1c6a512-1295-4272-9138-f99709370657
2008-09-04Combine the Vorbis, WMA and AAC IMDCT functions and put them into the ↵Michael Giacomelli
codeclib. Combined IMDCT is now based on existing Tremor transform. Reduces CPU for 192k AAC by 21MHz on Coldfire, and 5MHz on PP5024. WMA and Vorbis should have no functional changes since they already used this code. Further optimization is possible and would benefit all 3 codecs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18412 a1c6a512-1295-4272-9138-f99709370657
2008-09-04Correct the number in the CHARS line to match the actual number of chars.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18411 a1c6a512-1295-4272-9138-f99709370657
2008-09-04Fix the CHARS line to include the correct number of characters.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18409 a1c6a512-1295-4272-9138-f99709370657
2008-09-04WPS editor:Maurus Cuelenaere
* Fix some typo's in TODO & README * Fix libwps Makefile in Windows git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18408 a1c6a512-1295-4272-9138-f99709370657
2008-09-04WPS editor:Maurus Cuelenaere
* Simplify Makefile * Get rid of buildall.* * Change library loading behaviour to work with MODEL_NAME Screenshot: * Simplify Makefile config-*.h: * Add MODEL_NAME git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18407 a1c6a512-1295-4272-9138-f99709370657
2008-09-03remove obviously obsolete TODO commentFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18405 a1c6a512-1295-4272-9138-f99709370657
2008-09-03C200: Also flip the function of the volume buttons when display flip is ↵Marianne Arnold
enabled. I think it is more consistent, especially when thinking of cases where these buttons are used for something else (e.g. left/right in brickmania). Taken from FS#8393 by Volker Mische - add him to CREDITS too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18404 a1c6a512-1295-4272-9138-f99709370657
2008-09-03WPS editor:Maurus Cuelenaere
* Order is important in highlighting rules! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18403 a1c6a512-1295-4272-9138-f99709370657
2008-09-03 * WPS editor: set eol-styleMaurus Cuelenaere
* Add CLI-only screenshot utility (using libwps) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18402 a1c6a512-1295-4272-9138-f99709370657
2008-09-03Fix width of the '1' to be the same as the width of the other digits. Fixes ↵Jens Arnold
the last part of FS #2918. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18400 a1c6a512-1295-4272-9138-f99709370657
2008-09-03WpsEditor: commit FS#9344 by Rostislav Chekan - multitarget support (only ↵Dominik Wenger
colour targets for now) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18399 a1c6a512-1295-4272-9138-f99709370657
2008-09-03Fix default font names in the settings code (FS #9358 by Thomas Schott).Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18397 a1c6a512-1295-4272-9138-f99709370657
2008-09-03... but still be compatible with OF..Maurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18396 a1c6a512-1295-4272-9138-f99709370657
2008-09-03 * Clean up Jz4740 USB tool a bitMaurus Cuelenaere
* Make IHFSsplit compile under Windows * Change SDRAM base address + remove hack for Onda VX747 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18395 a1c6a512-1295-4272-9138-f99709370657
2008-09-03Better readable small alpha.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18391 a1c6a512-1295-4272-9138-f99709370657
2008-09-02Fix keywords and executable flags.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18390 a1c6a512-1295-4272-9138-f99709370657
2008-09-02Add some more sizes of Helvetica, plus bold variants.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18389 a1c6a512-1295-4272-9138-f99709370657
2008-09-02Font cleanup step 3 - The Big Shuffle: Renamed all fonts to a consistent ↵Jens Arnold
naming scheme that allows easy selection of alternatives based on size, as discussed on IRC. Adjusted themes in SVN and Makefile for the sysfont. ** Attention **: Clean up your /.rockbox/fonts folder before installing the new release, and then install a new font pack as well. Adjust font names in your custom .cfg files. A reference table can be found in fonts/README. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18388 a1c6a512-1295-4272-9138-f99709370657
2008-09-02Turn off automatically after a number of backlight toggles.Frank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18387 a1c6a512-1295-4272-9138-f99709370657
2008-09-02set PWRON bit to 1 so the player doesn't turn off immediately (should work ↵Frank Gevaerts
on M6SL and M3, not sure about the others) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18386 a1c6a512-1295-4272-9138-f99709370657
2008-09-02Font cleaup step 2: * Removed 00-Starmap_r400-8 - Bad unicode coverage, ↵Jens Arnold
pretended to be a Win-1252 font, but was little more than pure ASCII, with many placeholders/ empty characters. * Removed win_crox* - broken encoding. RAWIN-R is neither Win-1251 nor ISO8859-5. * Converted jackash-16 to unicode (was CP437 in spite of what it said). * Fix several fonts to state their encoding, and change ISO8859-1 to ISO10646-1 for consistency. Fix property counts while we are at it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18385 a1c6a512-1295-4272-9138-f99709370657
2008-09-02commit FS#9355 by Alexander Spyridakis. Greek translation for rbutil.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18384 a1c6a512-1295-4272-9138-f99709370657
2008-09-02Fix FS#9352 - allow .talk clips for single-character filenames.Steve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18383 a1c6a512-1295-4272-9138-f99709370657
2008-09-02enable full init code, as it seems to workFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18382 a1c6a512-1295-4272-9138-f99709370657
2008-09-02Font cleanup step 1: * alt8x8 - completely broken encoding. * atari-small - ↵Jens Arnold
ASCII only, not used by any theme. * clR6x8-8859-2 - integrated into rockbox_default. * courB* - not used by any theme. * Hebrew-* - bad unicode coverage, essentially unused. * ter-u??v - 'EGA/VGA bold' versions of ter-u??b, meaningless in rockbox. * timR08 - not used by any theme. * uwe_prop - proportional is a slightly improved version of that. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18381 a1c6a512-1295-4272-9138-f99709370657
2008-09-01Fix compiling of Jz4740 usbtoolMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18380 a1c6a512-1295-4272-9138-f99709370657
2008-09-01rename ARCH define because of conflict with some systems. see (FS#9321)Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18379 a1c6a512-1295-4272-9138-f99709370657
2008-09-01revert -fPIC change, as it seems to be gentoo related problem...Christian Gmeiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18378 a1c6a512-1295-4272-9138-f99709370657
2008-09-01cleanups by William Poetra Yoga HadisoesenoFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18377 a1c6a512-1295-4272-9138-f99709370657
2008-09-01add -fPIC to GCCOPTS for simgcc to prevent warnings like: warning: creating ↵Christian Gmeiner
a DT_TEXTREL in object. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18376 a1c6a512-1295-4272-9138-f99709370657
2008-08-31code cleanupFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18375 a1c6a512-1295-4272-9138-f99709370657
2008-08-31r16149 renamed the variable ARCHOS to MODELNAME. Do it for the manual too ↵Dominik Riebeling
(used when copying the pdf file to the output folder). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18374 a1c6a512-1295-4272-9138-f99709370657
2008-08-31fix meizu_dfu's buggy usb device id matchingFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18373 a1c6a512-1295-4272-9138-f99709370657
2008-08-31Updated Bulgarian translation by Hristo Kovachev. Add Florin Popescu as ↵Jonas Häggqvist
translator in the Romanian langfile. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18372 a1c6a512-1295-4272-9138-f99709370657
2008-08-31Language updates:Jonas Häggqvist
- Polish language update and sorted by Maciej Adamczak (FS#9316) - Small fix for Russian by Alexander Levin (FS#9307) - Updated Romanian translation by Florin Popescu (FS#9339) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18371 a1c6a512-1295-4272-9138-f99709370657
2008-08-31revert r18327, as it introduces serious issues on non-sd players (like ipods)Frank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18370 a1c6a512-1295-4272-9138-f99709370657
2008-08-31Let qmake check the Qt version and error out if its too old. Useful if you ↵Dominik Riebeling
have Qt3 and Qt4 installed and forget to pick the correct one. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18369 a1c6a512-1295-4272-9138-f99709370657
2008-08-31Replaced TAB characters by spaces in sansapatcherBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18368 a1c6a512-1295-4272-9138-f99709370657