summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-10-26Reword Sudoku section and document the recently added scratchpad marking ↵Dominik Riebeling
setting. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18888 a1c6a512-1295-4272-9138-f99709370657
2008-10-26Language updates:Jonas Häggqvist
- Synched Danish by me - Synched Finnish by Jani Kinnunen (FS#9488) - Fix spelling errors in Polish translation by Marcin Łukasik (FS#9416) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18887 a1c6a512-1295-4272-9138-f99709370657
2008-10-26FS#9503 - Sansa v2 audio/PMU communication driver (for the AS3525 SoC)Bertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18886 a1c6a512-1295-4272-9138-f99709370657
2008-10-26Add missing #include to mp3 metadata parser.Bertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18885 a1c6a512-1295-4272-9138-f99709370657
2008-10-26Change button map for iaudio x5 and m5 to avoid using impossible button ↵Nils Wallménius
combos, delete ondio button map as it has no rtc git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18884 a1c6a512-1295-4272-9138-f99709370657
2008-10-26bah! messed up the filename settings... and do some line length fixingJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18883 a1c6a512-1295-4272-9138-f99709370657
2008-10-26Add a simple plugin (apps/settings_dumper.rock) which dumps the valid values ↵Jonathan Gordon
of all the config settings to /settings_dumper.txt. If you notice any settings its not dumping please let me know. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18882 a1c6a512-1295-4272-9138-f99709370657
2008-10-25A little more work on the e200v2 LCD driver (still untested - I don't own ↵Dave Chapman
one). The lcd_update*() functions are taken from the X5 LCD driver. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18881 a1c6a512-1295-4272-9138-f99709370657
2008-10-25Add in-grid graphical markers for scratchpad values to sudoku (FS#8364 by ↵Dominik Riebeling
Henri Valta with adjustments by me). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18880 a1c6a512-1295-4272-9138-f99709370657
2008-10-25Remove some trailing whitespace - no functional changeDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18879 a1c6a512-1295-4272-9138-f99709370657
2008-10-25Update manual entry for calendar plugin, screenshots still missing for most ↵Nils Wallménius
targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18878 a1c6a512-1295-4272-9138-f99709370657
2008-10-25Add MEM_FUNCTION_WRAPPERS to fix linker errors and tweak the ipod buttonmap ↵Nils Wallménius
slightly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18877 a1c6a512-1295-4272-9138-f99709370657
2008-10-25Fix a typo by slightly changing the affected sentence and remove a hard line ↵Dominik Riebeling
break. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18876 a1c6a512-1295-4272-9138-f99709370657
2008-10-25Accept FS#9224 by Teruaki Kawashima, adding support for all RTC equipped ↵Nils Wallménius
targets and some other enhancements to the calendar plugin. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18875 a1c6a512-1295-4272-9138-f99709370657
2008-10-25fill in button and backlight functions for m200 "v2"Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18874 a1c6a512-1295-4272-9138-f99709370657
2008-10-24Make Detect::check() return an error string instead of a boolean result and ↵Dominik Riebeling
move the handling of an occurred error to the application to make detection Gui-clean. Move detect class to base folder. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18873 a1c6a512-1295-4272-9138-f99709370657
2008-10-24Make uninstallation class use QtCore instead of QtGui -- it doesn't use any ↵Dominik Riebeling
GUI elements. Move class to the QtCore-only base folder. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18872 a1c6a512-1295-4272-9138-f99709370657
2008-10-24Kill a warning and fix a typo.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18871 a1c6a512-1295-4272-9138-f99709370657
2008-10-24FS#9487 fixes and improvements of the calendar plugin by Teruaki KawashimaNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18870 a1c6a512-1295-4272-9138-f99709370657
2008-10-23Just correct a typo in a comment.Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18869 a1c6a512-1295-4272-9138-f99709370657
2008-10-23Bump version number to v0.7 with 5.0 bootloaders. Part of FS#9369.Robert Menes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18868 a1c6a512-1295-4272-9138-f99709370657
2008-10-23Remove the event object in the kernel since it's rather extraneous at the ↵Michael Sevakis
moment. This makes the codecs and the plugins incompatible, so update fully. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18867 a1c6a512-1295-4272-9138-f99709370657
2008-10-23Refactor the panning code into separate functions, and correct a commentDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18865 a1c6a512-1295-4272-9138-f99709370657
2008-10-23Accept FS#9504 - make the FILENAME_SETTING() macro more user-proof, also ↵Jonathan Gordon
rename it to TEXT_SETTING git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18864 a1c6a512-1295-4272-9138-f99709370657
2008-10-22Don't accept 0 for the width or height of a progress bar in the %pb tag. A ↵Dave Chapman
zero width causes a divide by zero, and a zero height simply doesn't make any sense, so we assume it was a mistake. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18863 a1c6a512-1295-4272-9138-f99709370657
2008-10-22Fix test_codec plugin that was broken by r18834Nils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18862 a1c6a512-1295-4272-9138-f99709370657
2008-10-22iaudio7: simulatorVitja Makarov
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18861 a1c6a512-1295-4272-9138-f99709370657
2008-10-22fix FS#8124 - pressing STOP after seeking while paused causes playback to ↵Jonathan Gordon
start again for a second or 2 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18860 a1c6a512-1295-4272-9138-f99709370657
2008-10-22Make some local global variables static.Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18859 a1c6a512-1295-4272-9138-f99709370657
2008-10-21Fix .talk clips on hwcodec targets. mp3info() must not call get_metadata(), ↵Jens Arnold
because this one tries to guess which get_xx_metadata() to call from the extension, and mp3info() is used in talk_file() (extension .talk) on hwcodec. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18855 a1c6a512-1295-4272-9138-f99709370657
2008-10-21Add c200 erase tools. The resulting .bin files can be run from e200toolFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18854 a1c6a512-1295-4272-9138-f99709370657
2008-10-21Move the monolithic jpeg viewer into its own subdirectory and split it into ↵Dave Chapman
three (for now - maybe it should be split further) files - jpeg.c (the main plugin/viewer parts), jpeg_decoder.c (the actual decoder) and. for colour targets only, yuv2rgb.c. The intention of this commit is as a first step towards abstracting this viewer into a reusable jpeg decoder and a multi-format image viewer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18853 a1c6a512-1295-4272-9138-f99709370657
2008-10-20add optional USB mass storage from ramdisk. This can be useful for developmentFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18849 a1c6a512-1295-4272-9138-f99709370657
2008-10-20add Logik DAX USB idsFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18848 a1c6a512-1295-4272-9138-f99709370657
2008-10-20Using polling instead of interrupts make TX work better, storage worked, but ↵Vitja Makarov
still unstable! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18847 a1c6a512-1295-4272-9138-f99709370657
2008-10-20run this script in your build dir to get a summary table presented with memoryDaniel Stenberg
consumptions used by all the codecs built git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18846 a1c6a512-1295-4272-9138-f99709370657
2008-10-20revert my previous commit since 5.1.20080820 was already committed in r18342 ↵Marcoen Hirschberg
with some useless glyphs removed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18845 a1c6a512-1295-4272-9138-f99709370657
2008-10-20update Unifont to version 5.1.20080820Marcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18844 a1c6a512-1295-4272-9138-f99709370657
2008-10-20Fix title case in a section header, switch a sentence order for recorders to ↵Jens Arnold
be more logical, and add a note about 8MB-modded boxes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18842 a1c6a512-1295-4272-9138-f99709370657
2008-10-19Rewrite of the Archos flashing chapter, bringing it up to date, removing ↵Jens Arnold
longish technical background information (that will go into the wiki only), and explaining a few more target specific details. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18841 a1c6a512-1295-4272-9138-f99709370657
2008-10-19add sansa m200v2 support to mkamsboot.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18840 a1c6a512-1295-4272-9138-f99709370657
2008-10-19Oops, MI4_FORMAT shouldn't be here...Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18839 a1c6a512-1295-4272-9138-f99709370657
2008-10-19Correct the model numbers used for the Sansa V2 targets - these are ↵Dave Chapman
MODEL_NUMBER in the config-target.h file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18838 a1c6a512-1295-4272-9138-f99709370657
2008-10-19Correct an error messageDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18837 a1c6a512-1295-4272-9138-f99709370657
2008-10-19Add e200v2 and m200v2 targets. Move the telechips lcd-ssd1815.c (currently ↵Dave Chapman
used by Logik DAX and m200v1 ports) driver up in the target tree and share with the m200v2 - as2525 parts contributed by Rafael Carre. Includes the start (but is still very incomplete) of an LCD driver for the e200v2. m200v2 is not yet fully supported by mkamsboot - that will come soon. Also some minor cleanups for the Clip. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18836 a1c6a512-1295-4272-9138-f99709370657
2008-10-19The GPIO registers are 8-bit, so define them as such.Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18835 a1c6a512-1295-4272-9138-f99709370657
2008-10-19Codec memory reorganizationNils Wallménius
Based on a patch by Tomasz Malesinski * Merge Codec buffer and Malloc buffer into one large buffer. * The new merged buffer is now 1MB on targets with lots of memory. * Renamed codec_get_memory to codec_get_buffer and made it behave more. like plugin_get_buffer. * Bumped Codec api and min api versions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18834 a1c6a512-1295-4272-9138-f99709370657
2008-10-19Oops forgot to commit part of the changes to the manual when Playback ↵Nils Wallménius
Settings was moved up to the Settings menu (r18799) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18833 a1c6a512-1295-4272-9138-f99709370657
2008-10-19Dont show lines which have no info in the id3 viewer screen.Jonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18832 a1c6a512-1295-4272-9138-f99709370657
2008-10-18revert plugin_api part of r18830, as this was the wrong solution for thoseFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18831 a1c6a512-1295-4272-9138-f99709370657