Rockbox Logo

Commits since 2.5

whenwhatwherewho
2008-10-04 16:22r18708: Accept FS #9451 by Melba Sitjar: add missing strings to the Tagalog Language file.
apps/lang/tagalog.lang [diff]
Robert Menes
2008-10-04 11:35r18707: Made some read-only arrays const, simplified a funky for-loop, fixed potential memo buffer overflow, fixed spelling in calendar plugin. apps/plugins/calendar.c [diff]
Bertrik Sikken
2008-10-04 08:46r18706: Move mkamsboot into the rbutil/mkamsboot/ directory - no other changes, so this should still work the same as before. rbutil/mkamsboot [new]
rbutil/mkamsboot/Makefile [rename]
rbutil/mkamsboot/README [rename]
rbutil/mkamsboot/extract_fw.c [rename]
rbutil/mkamsboot/mkamsboot.c [rename]
rbutil/mkamsboot/nrv2e_d8.S [rename]
rbutil/mkamsboot/test.S [rename]
utils/AMS/hacking/Makefile [diff]
utils/AMS/hacking/README [diff]
utils/AMS/hacking/extract_fw.c [deleted]
utils/AMS/hacking/mkamsboot.c [deleted]
utils/AMS/hacking/nrv2e_d8.S [deleted]
utils/AMS/hacking/test.S [deleted]
Dave Chapman
2008-10-03 23:08r18705: implement usb_drv_release_endpoint() and usb_drv_request_endpoint() (a.k.a. fix red)
firmware/drivers/isp1583.c [diff]
Frank Gevaerts
2008-10-03 22:49r18704: disable logf again
firmware/usbstack/usb_core.c [diff]
firmware/usbstack/usb_storage.c [diff]
Frank Gevaerts
2008-10-03 22:43r18703: reorganise the USB stack a bit to allow for easier integration of non-ARC controller drivers
firmware/export/usb.h [diff]
firmware/export/usb_core.h [diff]
firmware/export/usb_drv.h [diff]
firmware/target/arm/usb-drv-arc.c [diff]
firmware/usbstack/usb_charging_only.c [diff]
firmware/usbstack/usb_charging_only.h [diff]
firmware/usbstack/usb_class_driver.h [diff]
firmware/usbstack/usb_core.c [diff]
firmware/usbstack/usb_serial.c [diff]
firmware/usbstack/usb_serial.h [diff]
firmware/usbstack/usb_storage.c [diff]
firmware/usbstack/usb_storage.h [diff]
Frank Gevaerts
2008-10-03 21:52r18702: Fix warnings on non-arm targets. apps/codecs/demac/libdemac/filter.c [diff]
Jens Arnold
2008-10-03 21:40r18701: Various speedups: (1) Put actual decoding functions into IRAM on PP5002. (2) Put the insane filter buffer into IRAM on coldfire and PP502x (just for completeness, as long as there's no better use). (3) Use the ARMv6 'ssat' instruction for saturation on Gigabeat S. apps/codecs/demac/libdemac/decoder.c [diff]
apps/codecs/demac/libdemac/demac_iram.h [new]
apps/codecs/demac/libdemac/entropy.c [diff]
apps/codecs/demac/libdemac/filter.c [diff]
apps/codecs/demac/libdemac/predictor-arm.S [diff]
apps/codecs/demac/libdemac/predictor.c [diff]
Jens Arnold
2008-10-03 16:34r18700: Speed up decoding on Gigabeat F/X and S by lowering BLOCKS_PER_LOOP. This helps keeping things in the (L1) cache (except for -c5000). apps/codecs/ape.c [diff]
Jens Arnold
2008-10-03 15:54r18699: Put the rangecoder struct into IRAM for a nice speedup on coldfire. apps/codecs/demac/libdemac/rangecoding.h [diff]
Jens Arnold
2008-10-03 14:35r18698: Fix red on Players, hopefully.
apps/plugins/battery_bench.c [diff]
Robert Menes
2008-10-03 12:30r18697: Further speedup for ARMv6 by better pipelining in scalarproduct(). apps/codecs/demac/libdemac/vector_math16_armv6.h [diff]
Jens Arnold
2008-10-03 11:56r18696: fix yellow. Don't do the spindown/usb things in the bootloader
firmware/drivers/ata.c [diff]
Frank Gevaerts
2008-10-03 11:51r18695: Recommit FS #9428 by David Hall. The SWCODEC targets should all work with this patch applied.
apps/plugins/battery_bench.c [diff]
Robert Menes
2008-10-03 10:09r18694: Fix static noise on armv6. apps/codecs/demac/libdemac/vector_math16_armv6.h [diff]
Jens Arnold
2008-10-03 09:33r18693: Add preliminary ARMv5te optimisations (verified working, but can probably be sped up further), and fix a comment in the ARMv6 code. apps/codecs/demac/libdemac/filter.c [diff]
apps/codecs/demac/libdemac/vector_math16_armv5te.h [new]
apps/codecs/demac/libdemac/vector_math16_armv6.h [diff]
Jens Arnold
2008-10-03 08:54r18692: Add armv6 specific asm code for the APE filters, speeding up -c2000..-c5000 a bit on Gigabeat S. apps/codecs/demac/libdemac/filter.c [diff]
apps/codecs/demac/libdemac/vector_math16_armv6.h [new]
Jens Arnold
2008-10-03 08:10r18691: Correct test to avoid drawing outside display, fixes a problem in sim with spacerocks, could possibly fix things on target too. firmware/drivers/lcd-16bit.c [diff]
Nils Wallménius
2008-10-03 06:47r18690: Fix FS #9397 - calendar plugin shows incorrect calendars, fix suggested by Thomas Schott apps/plugins/calendar.c [diff]
Nils Wallménius
2008-10-03 01:36r18689: Revert r18687, as the patch appears to break battery_bench on the Archos Player. Should also fix red.
apps/plugins/battery_bench.c [diff]
Robert Menes
2008-10-03 01:25r18688: fix yellow... should also actyually fix the issue...
apps/root_menu.c [diff]
Jonathan Gordon
2008-10-03 01:04r18687: Commit FS #9428 by David Hall: change battery bench messages on SWCODEC targets. The plugin should display the proper "canel" button on each target now.
apps/plugins/battery_bench.c [diff]
Robert Menes
2008-10-03 00:43r18686: Hopefully fix crashes if the start screen is set to previous and nvram.bin becomes invalid
apps/root_menu.c [diff]
Jonathan Gordon
2008-10-02 20:51r18685: Accept FS #8943, allow disk spindown during USB connection for software usb
Implementation by Linus Nielsen Feltzing
firmware/drivers/ata.c [diff]
Frank Gevaerts
2008-10-02 18:08r18684: Change the MODEL_NUMBER for various new ports so that it is unique again. firmware/export/config-logikdax.h [diff]
firmware/export/config-meizu-m3.h [diff]
firmware/export/config-meizu-m6sl.h [diff]
firmware/export/config-meizu-m6sp.h [diff]
firmware/export/config-ondavx747.h [diff]
firmware/export/config-ondavx767.h [diff]
firmware/export/config-sa9200.h [diff]
tools/scramble.c [diff]
Dave Chapman
2008-10-02 17:53r18683: Fix some new ports to ensure target_id is unique tools/configure [diff]
Dave Chapman
2008-10-02 12:37r18682: Remove the dependency on sufficient free space in the padding at the end of the firmware block by storing the ucl unpack function in the main firmware block, immediately before the compressed firmware image. Also simplify the memcpy function in test.S. This has been tested successfully on a Clip. utils/AMS/hacking/mkamsboot.c [diff]
utils/AMS/hacking/test.S [diff]
Dave Chapman
2008-10-02 11:29r18681: Add Rafael Carre (funman) for his work on SansaV2 hacking and contributions to mkamsboot and related code docs/CREDITS [diff]
Dave Chapman
2008-10-02 08:22r18680: Fix FS #9296 by catching repeat events for wheel targets too, moved a bit of code around to simplify things. apps/plugins/calculator.c [diff]
Nils Wallménius
2008-10-01 23:19r18679: It turns out that in-place UCL decompression isn't as easy as we thought, so we copy the OF to an unused part of RAM before decompressing it. This works - I have successfully patched m300a-1.1.17A.bin and installed on my Clip with this code. Thanks to Rafael Carre (funman) for the actual patch. utils/AMS/hacking/test.S [diff]
Dave Chapman
2008-10-01 19:54r18678: Correct the content of an error message (thanks to Jens for spotting) and fix a warning utils/AMS/hacking/mkamsboot.c [diff]
Dave Chapman
2008-10-01 18:28r18677: We need to strip the header (26 bytes) from the UCL file - based on the information in tools/ucl2src.pl. Also add some sanity checking of the UCL file. utils/AMS/hacking/mkamsboot.c [diff]
Dave Chapman
2008-10-01 10:25r18676: Bug fix #1 for mkamsboot - pass the correct parameters to the ucl unpack function. utils/AMS/hacking/mkamsboot.c [diff]
utils/AMS/hacking/test.S [diff]
Dave Chapman
2008-10-01 09:15r18675: Untested (i.e. will almost certainly brick your device if you attempt to use it) first attempt at making mkamsboot store the original firmware as a UCL compressed image. If it works, then this means we have about 40KB (depending on target and OF version) for our bootloader code. I repeat: This is UNTESTED and needs reviewing fully before attempting to install on a device. utils/AMS/hacking/Makefile [diff]
utils/AMS/hacking/extract_fw.c [new]
utils/AMS/hacking/mkamsboot.c [diff]
utils/AMS/hacking/nrv2e_d8.S [diff]
utils/AMS/hacking/test.S [diff]
Dave Chapman
2008-10-01 08:13r18674: Original, unmodified version of the ARM thumb implementation of the UCL ucl_nrv2e_decompress_8 function from upx-3.03 - licensed under the GPL (v2 or later). This will be used to decompress the original firmware image in the next version of mkamsboot. utils/AMS/hacking/nrv2e_d8.S [new]
Dave Chapman
2008-09-30 20:26r18673: Fix samplerate setting for mini 1g/2g firmware/target/arm/pcm-pp.c [diff]
Peter D'Hoye
2008-09-30 07:21r18670: Revert unnecessary fix for broken Interix-gcc 4.2. tools/rockboxdev.sh [diff]
Jens Arnold
2008-09-29 21:41r18669: More samplerates for playback for ipod 1g/2g, and fix the ipod mini 1g/2g which also use WM8721. firmware/drivers/audio/wm8721.c [diff]
firmware/export/config-ipod1g2g.h [diff]
Peter D'Hoye
2008-09-29 20:50r18668: Codepolice: the patch I accepted contained some tabs. Oops firmware/drivers/audio/wm8731.c [diff]
firmware/target/arm/pcm-pp.c [diff]
Peter D'Hoye
2008-09-29 20:31r18666: Fixes for building the MIPS toolchain on Interix: (1) Binutils need -Werror disabled, because compiling binutils (and also gcc) spits a lot of alignment warings. (2) Gcc tries to call 'sh' without path in by default (#!sh), but Interix 3.5+ doesn't allow that. tools/rockboxdev.sh [diff]
Jens Arnold
2008-09-29 19:29r18665: Fix FS #9418 'Player unresponsive while searching playlist with directory cache enabled' apps/playlist_viewer.c [diff]
Nils Wallménius
2008-09-29 16:29r18664: Delete unused function, const police, minor style police apps/talk.c [diff]
apps/talk.h [diff]
Nils Wallménius
2008-09-29 09:27r18663: We don't know how to increase the firmware size, so abort instead of creating a bricking firmware. Suggested by Rafa?\195?\171l Carr?\195?\169 (funman). utils/AMS/hacking/mkamsboot.c [diff]
Dave Chapman
2008-09-28 23:25r18662: Accept FS #9394 by Christian Lees and extend it to all PP targets with a WM8731: More samplerates for playback and recording. Only tested on H10 but should work on the others too. docs/CREDITS [diff]
firmware/drivers/audio/wm8731.c [diff]
firmware/export/config-h10.h [diff]
firmware/export/config-h10_5gb.h [diff]
firmware/export/config-hdd1630.h [diff]
firmware/export/config-ipod3g.h [diff]
firmware/export/config-ipodmini.h [diff]
firmware/export/config-ipodmini2g.h [diff]
firmware/export/config-tpj1022.h [diff]
firmware/target/arm/pcm-pp.c [diff]
Peter D'Hoye
2008-09-28 21:48r18661: Interix also doesn't like the m68040. tools/rockboxdev.sh [diff]
Jens Arnold
2008-09-28 18:52r18660: Small punctuation fixes to german rbutil translation (FS #9425 by Alexander Levin).
rbutil/rbutilqt/rbutil_de.ts [diff]
Dominik Riebeling
2008-09-28 17:51r18659: Fix yellow
tools/mkzenboot.c [diff]
Maurus Cuelenaere
2008-09-28 17:46r18658: MkZenBoot:
* Add warning for big endian players
* Remove FRESC keys
* Add support for Zen Mozaic
tools/mkzenboot.c [diff]
Maurus Cuelenaere
2008-09-28 17:02r18657: Completely rework the bootloader installation class:
- create a base class and make derived classes for each installation type.
- sort installations by type, not by player model.
- remove duplicated code for iriver (de)scrambling functionality and use the functions inside of the tools folder directly -- we already do the same for rbspeex.
- make bootloader file backup optional and allow choosing a target location.
- clean up some wording and add some more guiding messages.
rbutil/rbutilqt/autodetection.cpp [diff]
rbutil/rbutilqt/bootloaderinstallbase.cpp [new]
rbutil/rbutilqt/bootloaderinstallbase.h [new]
rbutil/rbutilqt/bootloaderinstallfile.cpp [new]
rbutil/rbutilqt/bootloaderinstallfile.h [new]
rbutil/rbutilqt/bootloaderinstallhex.cpp [new]
rbutil/rbutilqt/bootloaderinstallhex.h [new]
rbutil/rbutilqt/bootloaderinstallipod.cpp [new]
rbutil/rbutilqt/bootloaderinstallipod.h [new]
rbutil/rbutilqt/bootloaderinstallmi4.cpp [new]
rbutil/rbutilqt/bootloaderinstallmi4.h [new]
rbutil/rbutilqt/bootloaderinstallsansa.cpp [new]
rbutil/rbutilqt/bootloaderinstallsansa.h [new]
rbutil/rbutilqt/browseof.cpp [deleted]
rbutil/rbutilqt/browseof.h [deleted]
rbutil/rbutilqt/browseoffrm.ui [deleted]
rbutil/rbutilqt/install.h [diff]
rbutil/rbutilqt/installbootloader.cpp [deleted]
rbutil/rbutilqt/installbootloader.h [deleted]
rbutil/rbutilqt/irivertools/checksums.h [deleted]
rbutil/rbutilqt/irivertools/h100sums.h [diff]
rbutil/rbutilqt/irivertools/h120sums.h [diff]
rbutil/rbutilqt/irivertools/h300sums.h [diff]
rbutil/rbutilqt/irivertools/irivertools.cpp [deleted]
rbutil/rbutilqt/irivertools/irivertools.h [deleted]
rbutil/rbutilqt/irivertools/md5sum.cpp [deleted]
rbutil/rbutilqt/irivertools/md5sum.h [deleted]
rbutil/rbutilqt/irivertools/mksums.pl [diff]
rbutil/rbutilqt/rbsettings.cpp [diff]
rbutil/rbutilqt/rbsettings.h [diff]
...and 4 more files.
Dominik Riebeling
2008-09-27 16:51r18656: Oops, big oops: revert the PID values back to their proper values. Oversight on my part. :)
utils/meizu_dfu/meizu_dfu.c [diff]
Robert Menes
2008-09-27 16:37r18655: Gave meizu_dfu's source the official Rockbox header. No functional changes.
utils/meizu_dfu/meizu_dfu.c [diff]
Robert Menes
2008-09-27 00:05r18654: rbutil: hopefully fix sapi voice engine support. (sapi_voice.vbs wants now utf16) rbutil/rbutilqt/tts.cpp [diff]
rbutil/rbutilqt/tts.h [diff]
Dominik Wenger
2008-09-26 10:07r18653: Update Dutch RBUtility translation
rbutil/rbutilqt/rbutil_nl.ts [diff]
Maurus Cuelenaere
2008-09-26 03:08r18651: Add the shutdown routine necessary when bootloader is flashed. Normal build/bootloader still operate as expected. firmware/target/arm/s3c2440/gigabeat-fx/power-meg-fx.c [diff]
Karl Kurbjun
2008-09-26 02:54r18650: More Gigabeat F flash work. This sets the bootloader up for dual boot functionality and allows the player to shutdown cleanly (with the help of the OF). This does not effect the normal build or non-flash bootloader. firmware/target/arm/s3c2440/crt0.S [diff]
Karl Kurbjun
2008-09-25 20:42r18646: Small and Complete Installations always install the most bleeding edge build. Put a note about this in the confirmation dialog.
rbutil/rbutilqt/rbutilqt.cpp [diff]
Dominik Riebeling
2008-09-25 20:28r18645: Bump version to m1.0.7
rbutil/rbutilqt/Info.plist [diff]
rbutil/rbutilqt/version.h [diff]
Dominik Riebeling
2008-09-25 08:12r18641: redo the previous commit so its actually useful.
if the callback returns ACTION_STD_CANCEL when the user presses ACTION_STD_OK the simple list will exit and set the selection. Otherwise, when ACTION_STD_CANCEL happens the selection will be set to -1
apps/gui/list.c [diff]
apps/gui/list.h [diff]
Jonathan Gordon
2008-09-25 07:56r18640: have the info lists set the selection before they are exited, this is sometimes needed by the caller
apps/gui/list.c [diff]
apps/gui/list.h [diff]
Jonathan Gordon
2008-09-25 00:09r18639: Make a local function static. firmware/decompressor/decompressor.c [diff]
Jens Arnold
2008-09-24 22:03r18637: Clean up bootbox main file. flash/bootbox/main.c [diff]
Jens Arnold
2008-09-24 21:29r18636: Limit the buil-in font to ASCII for bootloaders. firmware/Makefile [diff]
Jens Arnold
2008-09-24 21:18r18634: rbutil: fix h10_5gbmtp download issue. rbutil/rbutilqt/rbutilqt.cpp [diff]
Dominik Wenger
2008-09-24 21:17r18633: Fix red. firmware/usb.c [diff]
Jens Arnold
2008-09-24 21:09r18631: Repair bootbox on the archoses (that bug went undetected for >2.5 years), and get rid of some old debug cruft in order to save space. firmware/usb.c [diff]
Jens Arnold
2008-09-24 20:03r18625: Clean up use of snprintf where strncpy if suited, avoid useless copying of constant strings for wps token evaluator, minor const police too. apps/cuesheet.c [diff]
apps/gui/gwps-common.c [diff]
apps/gui/option_select.c [diff]
apps/gui/statusbar.c [diff]
apps/menus/main_menu.c [diff]
apps/playlist.c [diff]
apps/root_menu.c [diff]
apps/settings.c [diff]
Nils Wallménius
2008-09-24 17:48r18624: Slight clean up of splash calls, use HZ instead of explicit numbers apps/plugins/chessbox/chessbox.c [diff]
Nils Wallménius
2008-09-24 17:43r18623: Print a helpful error in the sim for usupported formats in Ogg containers (f.e. Ogg/FLAC) apps/metadata/ogg.c [diff]
Nils Wallménius
2008-09-24 07:41r18620: fix the button on the "X to abort " splash for the gigabeat f/s
apps/lang/english.lang [diff]
Jonathan Gordon
2008-09-23 22:45r18619: Adjust Rockbox release download filename to the changed target - version order.
rbutil/rbutilqt/install.cpp [diff]
Dominik Riebeling
2008-09-23 22:32r18618: update rbutil configuration for 3.0 release and prepare for theme site change.
rbutil/rbutilqt/rbutil.ini [diff]
Dominik Riebeling
2008-09-23 22:14r18616: Manual, cube button table: be a bit more accurate to avoid misunderstandings. manual/plugins/cube.tex [diff]
Marianne Arnold
2008-09-23 22:12r18614: Bootloaders don't need idle callbacks. firmware/export/ata_idle_notify.h [diff]
Jens Arnold
2008-09-23 21:35r18609: Disable the whole loadable font code including font caching for bootloaders/ bootbox. firmware/font.c [diff]
Jens Arnold
2008-09-23 20:59r18604: Remove some nonessential comments from the c100 section.
tools/configure [diff]
Robert Menes
2008-09-23 20:29r18598: fix typo
manual/working_with_playlists/main.tex [diff]
Frank Gevaerts
2008-09-23 20:27r18596: Add a new environment for setting the changelog using a different bullet icon and smaller vertical space between items.
manual/preamble.tex [diff]
Dominik Riebeling
2008-09-23 20:06r18594: Manual: update the button table in the cube chapter to reflect the new control scheme (see r18572). manual/plugins/cube.tex [diff]
Marianne Arnold
2008-09-23 19:43r18591: merge some fixes from the release branch that also apply to trunk
manual/configure_rockbox/sound_settings.tex [diff]
manual/configure_rockbox/system_options.tex [diff]
manual/getting_started/installation.tex [diff]
Frank Gevaerts
2008-09-23 19:08r18586: Updated italian translation. apps/lang/italiano.lang [diff]
Alessio Lenzi
2008-09-23 18:46r18584: Disable bidirectional text handling and arabic joining in the bootloaders in order to save space. * Disable greyblitting in archos bootloaders for the same reason. firmware/bidi.c [diff]
firmware/target/sh/archos/lcd-as-archos-bitmap.S [diff]
Jens Arnold
2008-09-23 17:32r18581: Overhaul of the text viewer chapter in the manual - the old one still described the not-existent-anymore button combos to change specific view modes etc. and which was replaced by a menu for quite a while already. Hence update the button table and describe the menu. Also mention the setting save (there was outdated info) and bookmarking (not mentioned yet). Wording could probably improved but at least the information is up-to-date... manual/plugins/text_viewer.tex [diff]
Marianne Arnold
2008-09-23 17:25r18580: Mostly cosmetic changes to some plugin descriptions in the manual: 1) In main.tex - don't mention chip8 games in the Player manual and give the correct path to the viewers directory. 2) Correct wrongly placed 'end' in zxbox.tex and remove link to the wiki as this chapter is based off of that page and there is no additional information on it. 3) Let long lists of button names break so they don't overlap with the next column in the pdf - blackjack, bubbles, demystify, flipit, logo, oscilloscope, pegbox, rockblox1d, rockblox, rockboy, sliding puzzle, snake2, solitaire, sudoku. 4) While at it, break long (code) lines in bubbles.tex. 5) Additionally exclude lines which showed only 'n/a' in the button tables for a specific target - pegbox, sokoban. 6) Use 'fname' to mark a path in disktidy.tex, also simplify the button table. 7) Use 'ButtonHold' in doom.tex. manual/plugins/blackjack.tex [diff]
manual/plugins/bubbles.tex [diff]
manual/plugins/demystify.tex [diff]
manual/plugins/disktidy.tex [diff]
manual/plugins/doom.tex [diff]
manual/plugins/flipit.tex [diff]
manual/plugins/logo.tex [diff]
manual/plugins/main.tex [diff]
manual/plugins/oscilloscope.tex [diff]
manual/plugins/pegbox.tex [diff]
manual/plugins/rockblox.tex [diff]
manual/plugins/rockblox1d.tex [diff]
manual/plugins/rockboy.tex [diff]
manual/plugins/sliding.tex [diff]
manual/plugins/snake2.tex [diff]
manual/plugins/sokoban.tex [diff]
manual/plugins/solitaire.tex [diff]
manual/plugins/sudoku.tex [diff]
manual/plugins/zxbox.tex [diff]
Marianne Arnold
2008-09-23 11:34r18578: make sure the manufacturer titles are aligned properly
tools/configure [diff]
Jonathan Gordon
2008-09-23 11:32r18577: add some more whitespace to make the creative and phillips targets more readable
tools/configure [diff]
Jonathan Gordon
2008-09-23 11:20r18576: Display the expected album art size in the info screen
apps/features.txt [diff]
apps/lang/english.lang [diff]
apps/menus/main_menu.c [diff]
Jonathan Gordon
2008-09-23 09:59r18575: Use the correct #ifdefs for the added kernel objects.
apps/plugin.c [diff]
apps/plugin.h [diff]
Jonathan Gordon
2008-09-23 09:23r18574: Opening function brace style police. apps/codecs/mpa.c [diff]
Mike Sevakis
2008-09-23 08:09r18573: Simplify synchronizaton for MPA codec and make it fully atomic, let synth thread exist for life of codec, do a bit of cleanup and use number of cores do determine if it is compiled as multithread instead of CPU type. apps/codecs/mpa.c [diff]
Mike Sevakis
2008-09-23 02:03r18572: Oops, forgot the touchscreen targets. apps/plugins/cube.c [diff]
Jens Arnold
2008-09-23 01:45r18571: Simplify controls in order to resolve impossible combos on several targets. Now uses a similar system as bounce: use left/right (or equivalent) to select the axis to adjust, and up/down (or the equivalent) to change speed/angle. * Show angle instead of speed in angle adjust mode (i.e. pause). * Better event handling when paused (button_get_w_tmo()). apps/plugins/cube.c [diff]
Jens Arnold
2008-09-23 00:51r18570: Add simple ASMed fixed point multiply functions for ARM to AC3. Gives a 38% speed up on my one sample with a Sansa. apps/codecs/liba52/a52_internal.h [diff]
Michael Giacomelli
2008-09-22 19:59r18569: Add player name and rockbox version to the battery_bench output
This need appsversion in plugin_api
apps/plugin.c [diff]
apps/plugin.h [diff]
apps/plugins/battery_bench.c [diff]
Frank Gevaerts
2008-09-22 19:38r18568: Correct version of memory sizes in config-logikdax.h (previous values were just experimental and should not have been committed). We also need to remove two more codecs for this codec buffer size (128KB). The m200 and DAX builds now actually build. apps/codecs/SOURCES [diff]
firmware/export/config-logikdax.h [diff]
Dave Chapman
2008-09-22 19:27r18567: Add some missed bits + change MODE to TMODE
firmware/export/tcc780x.h [diff]
firmware/target/arm/tcc780x/system-tcc780x.c [diff]
Vitja Makarov
2008-09-22 19:15r18566: Trivial changes to make the main Rockbox builds for the Sansa m200 and Logik DAX ports compile. Note that some codecs are currently disabled (due to lowmem on these targets), but that needs more work and analysis to decide how much RAM we want to allocate to codecs. apps/SOURCES [diff]
apps/codecs/SOURCES [diff]
apps/keymaps/keymap-logikdax.c [new]
bootloader/telechips.c [diff]
firmware/SOURCES [diff]
firmware/export/config-logikdax.h [diff]
firmware/export/config-m200.h [diff]
firmware/target/arm/pcm-telechips.c [diff]
firmware/target/arm/tcc77x/lcd-ssd1815.c [diff]
firmware/target/arm/tcc77x/logikdax/audio-logikdax.c [new]
firmware/target/arm/tcc77x/m200/audio-m200.c [new]
firmware/target/arm/wmcodec-telechips.c [diff]
tools/scramble.c [diff]
Dave Chapman
2008-09-22 18:49r18565: Prepare for usb-telechips testing
firmware/export/tcc780x.h [diff]
firmware/export/usb-tcc7xx.h [diff]
Vitja Makarov
2008-09-22 15:27r18564: Fix careless typo on my part that broke MP3 playback on Coldfire. apps/codecs/libmad/synth.c [diff]
Michael Giacomelli
2008-09-22 01:29r18563: Hopefully fix glitches when seeking in MP3s on dual core processors. Also, clean up initialization and preprocessor commands. apps/codecs/mpa.c [diff]
Michael Giacomelli
2008-09-21 22:32r18562: Define the various CPUFREQ_* macros so that Gigabeat S compiles with test_codec enabled, and use the correct value. firmware/target/arm/imx31/gigabeat-s/system-target.h [diff]
Jens Arnold
2008-09-21 14:19r18561: more slight playlist resume cleanuping... dont bother saving the playlist first index value. its reset to 0 before playlistcontrol is loaded anyway, and then reset to 0 after its finished so its completly useless in global_status.
runtimes, resume info, etc will be reset again...
apps/playlist.c [diff]
apps/settings.h [diff]
apps/settings_list.c [diff]
apps/settings_list.h [diff]
Jonathan Gordon
2008-09-20 22:38r18560: Threading functions aren't all available on HWCODEC, so don't try to build them on it. apps/plugin.c [diff]
apps/plugin.h [diff]
Michael Giacomelli
2008-09-20 22:20r18559: Opps, fix mp3 decoding in the sim. apps/codecs/libmad/synth.c [diff]
Michael Giacomelli
2008-09-20 22:13r18558: Fix test_codec on multiprocessor codecs (MP3, SPC). apps/plugin.c [diff]
apps/plugin.h [diff]
apps/plugins/test_codec.c [diff]
Michael Giacomelli
2008-09-20 22:06r18557: Commit FS #9318 - MP3 synthesis filter on COP. Loads the MP3 synth filer on to the CoProcessor on all PortalPlayer devices, resulting in an ~90% speedup according to test_codec on the Sansa. Real world improvement is somewhat less, but still considerable. Allows MP3 decoding at 30MHz without boosting, or use of more DSP/EQ with less boosting/skipping, thus improving battery life. Minor changes to mpegplayer to retain compatibility with libmad changes. Should be no significant changes for other targets or codecs. apps/codecs/libmad/frame.c [diff]
apps/codecs/libmad/frame.h [diff]
apps/codecs/libmad/layer12.c [diff]
apps/codecs/libmad/layer3.c [diff]
apps/codecs/libmad/mad.h [diff]
apps/codecs/libmad/synth.c [diff]
apps/codecs/mpa.c [diff]
apps/plugins/mpegplayer/Makefile [diff]
apps/plugins/mpegplayer/audio_thread.c [diff]
Michael Giacomelli
2008-09-20 17:43r18556: Delete superfluous image which seems to have been accidentally committed to the wrong folder. In the meantime an updated screenshot was added in the right location (configure_rockbox). manual/plugins/images/ss-equalizer-138x110x2.png [deleted]
Marianne Arnold
2008-09-20 15:30r18555: FS #9408 - dont bother saving the random seed in global status. I'm 99.9% sure this code was being ignored anyway.
If this commit causes problems with restarting playback open a bug report (getting testers was difficult...)
Settings which are stored in the nvram.bin file will be reset with this commit. this includes resume info, runtimes, "last screen" and a few others.
apps/playlist.c [diff]
apps/settings.h [diff]
apps/settings_list.c [diff]
apps/settings_list.h [diff]
Jonathan Gordon
2008-09-19 21:16r18553: Manual - plugins section: update a bunch of screenshots. (Some plugins changed in overall appearance , e.g. calculator or sliding_puzzle, some plugins now look different because they show the default font and background, the pegbox screenshots were not available in all necessary sizes yet.) There are still some more screenshots to be updated but this should cover the more obvious ones. manual/plugins/images/ss-blackjack-160x128x1.png [diff]
manual/plugins/images/ss-bounce-128x128x16.png [diff]
manual/plugins/images/ss-bounce-132x80x16.png [diff]
manual/plugins/images/ss-bounce-160x128x16.png [diff]
manual/plugins/images/ss-bounce-176x132x16.png [diff]
manual/plugins/images/ss-bounce-176x220x16.png [diff]
manual/plugins/images/ss-bounce-220x176x16.png [diff]
manual/plugins/images/ss-bounce-240x320x16.png [diff]
manual/plugins/images/ss-bounce-320x240x16.png [diff]
manual/plugins/images/ss-brickmania-240x320x16.png [diff]
manual/plugins/images/ss-calculator-128x128x16.png [diff]
manual/plugins/images/ss-calculator-132x80x16.png [diff]
manual/plugins/images/ss-calculator-138x110x2.png [diff]
manual/plugins/images/ss-calculator-160x128x1.png [diff]
manual/plugins/images/ss-calculator-160x128x16.png [diff]
manual/plugins/images/ss-calculator-160x128x2.png [diff]
manual/plugins/images/ss-calculator-176x132x16.png [diff]
manual/plugins/images/ss-calculator-176x220x16.png [diff]
manual/plugins/images/ss-calculator-220x176x16.png [diff]
manual/plugins/images/ss-calculator-240x320x16.png [diff]
manual/plugins/images/ss-calculator-320x240x16.png [diff]
manual/plugins/images/ss-chess_clock-112x64x1.png [diff]
manual/plugins/images/ss-chess_clock-128x128x16.png [diff]
manual/plugins/images/ss-chess_clock-138x110x2.png [diff]
manual/plugins/images/ss-chess_clock-160x128x16.png [diff]
manual/plugins/images/ss-chess_clock-160x128x2.png [diff]
manual/plugins/images/ss-chess_clock-176x132x16.png [diff]
manual/plugins/images/ss-chess_clock-176x220x16.png [diff]
manual/plugins/images/ss-chess_clock-220x176x16.png [diff]
manual/plugins/images/ss-chess_clock-240x320x16.png [diff]
...and 59 more files.
Marianne Arnold
2008-09-19 20:17r18552: Some more size optimisations, giving a tiny write speedup as well. firmware/drivers/ata_mmc.c [diff]
Jens Arnold
2008-09-19 07:27r18551: Change the way send_cmd() returns data to make it cleaner and save binsize. Also change the command composition for the same reasons. firmware/drivers/ata_mmc.c [diff]
Jens Arnold
2008-09-19 05:55r18550: Fix ata2501 serial reading
firmware/target/arm/tcc77x/iaudio7/ata2501.c [diff]
Vitja Makarov
2008-09-19 05:36r18549: Add myself to committers list
docs/COMMITTERS [diff]
Vitja Makarov
2008-09-19 05:28r18548: Correct wrongly placed #endif.
rbutil/rbutilqt/detect.h [diff]
Dominik Riebeling
2008-09-18 22:08r18547: Make local function ticking_callback static in apps/menus/display_menu.c apps/menus/display_menu.c [diff]
Bertrik Sikken
2008-09-18 18:20r18546: M3 (and probably non-sl M6) code gets loaded at 0x22020000 by dfu
firmware/target/arm/s5l8700/boot.lds [diff]
Frank Gevaerts
2008-09-17 23:24r18545: revert accidental commit utils/meizu_dfu/Makefile [diff]
Marcoen Hirschberg
2008-09-17 23:22r18544: add Meizu M6SP and M3 ports bootloader/SOURCES [diff]
bootloader/meizu_m3.c [new]
bootloader/meizu_m6sp.c [new]
firmware/SOURCES [diff]
firmware/export/config-meizu-m3.h [new]
firmware/export/config-meizu-m6sp.h [new]
firmware/export/config.h [diff]
firmware/target/arm/s5l8700/meizu-m3 [new]
firmware/target/arm/s5l8700/meizu-m3/adc-target.h [new]
firmware/target/arm/s5l8700/meizu-m3/backlight-target.h [new]
firmware/target/arm/s5l8700/meizu-m3/button-target.h [new]
firmware/target/arm/s5l8700/meizu-m3/lcd-m3.c [new]
firmware/target/arm/s5l8700/meizu-m6sp [new]
firmware/target/arm/s5l8700/meizu-m6sp/adc-target.h [new]
firmware/target/arm/s5l8700/meizu-m6sp/backlight-target.h [new]
firmware/target/arm/s5l8700/meizu-m6sp/button-target.h [new]
firmware/target/arm/s5l8700/meizu-m6sp/lcd-m6sp.c [new]
tools/configure [diff]
utils/meizu_dfu/Makefile [diff]
Marcoen Hirschberg
2008-09-17 21:44r18543: Onda VX747:
* Button driver rework
* Backlight driver rework
* LCD driver rework
bootloader/ondavx747.c [diff]
firmware/export/config-ondavx747.h [diff]
firmware/target/mips/ingenic_jz47xx/lcd-jz4740.c [diff]
firmware/target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx747.c [diff]
firmware/target/mips/ingenic_jz47xx/onda_vx747/lcd-onda_vx747.c [diff]
firmware/target/mips/ingenic_jz47xx/onda_vx747/sadc-onda_vx747.c [diff]
firmware/target/mips/ingenic_jz47xx/usb-jz4740.c [diff]
Maurus Cuelenaere
2008-09-17 18:53r18541: Further MMC driver touchup: * Save a tiny amount of power by not enabling the internal flash clock when accessing the MMC. * R2W factors > 32 are valid in newer MMC specs, so don't limit to 32 anymore. * Revise the port setup, and only do the basic setup once. firmware/drivers/ata_mmc.c [diff]
Jens Arnold
2008-09-17 18:50r18540: set svn properties
firmware/drivers/qt1106.c [diff]
firmware/export/qt1106.h [diff]
firmware/target/arm/s5l8700/meizu-m6sl/s6d0154.h [diff]
Frank Gevaerts
2008-09-17 18:50r18539: annotate init sequence
firmware/target/arm/s5l8700/meizu-m6sl/lcd-m6sl.c [diff]
Frank Gevaerts
2008-09-17 16:03r18537: Fix a display bug with the tracklist in Picture Flow. Thanks to Thomas Schott.
apps/plugins/pictureflow.c [diff]
Nicolas Pennequin
2008-09-16 23:24r18535: Manual - plugin button tables: fill out missing info for the c200 pad (chip8emulator, doom, snake, snake2, wormlet), also update the table in clock.tex (was outdated for all and missing the mode and skin 'shortcuts'), add a small note about how to quit credits, change the list of the four direction buttons in some tex files (minesweeper, flipit, sudoku) so that the line can break and won't overlap, correct the position of } in rockblox.tex to not let the 'pause' line appear when it doesn't exist on a target. Break overly long lines. manual/plugins/chip8emulator.tex [diff]
manual/plugins/chopper.tex [diff]
manual/plugins/clock.tex [diff]
manual/plugins/credits.tex [diff]
manual/plugins/doom.tex [diff]
manual/plugins/flipit.tex [diff]
manual/plugins/minesweeper.tex [diff]
manual/plugins/rockblox.tex [diff]
manual/plugins/snake.tex [diff]
manual/plugins/snake2.tex [diff]
manual/plugins/sudoku.tex [diff]
manual/plugins/wormlet.tex [diff]
Marianne Arnold
2008-09-16 21:59r18534: Fix wrong #endif placement. firmware/usb.c [diff]
Jens Arnold
2008-09-16 17:42r18533: Make Ondio builds without multivolume and hotswap support compile again (only relevant for testing purposes). firmware/SOURCES [diff]
Jens Arnold
2008-09-16 17:38r18532: add s6d0154 register definitions, and flesh out lcd_init_device()
firmware/target/arm/s5l8700/meizu-m6sl/lcd-m6sl.c [diff]
firmware/target/arm/s5l8700/meizu-m6sl/s6d0154.h [new]
Frank Gevaerts
2008-09-16 16:51r18531: Now reads the LCD controller ID succesfully and flashes it using the backlight
bootloader/meizu_m6sl.c [diff]
firmware/target/arm/s5l8700/meizu-m6sl/lcd-m6sl.c [diff]
Frank Gevaerts
2008-09-16 16:47r18530: fix off-by-one error when reading spi data
firmware/drivers/qt1106.c [diff]
Frank Gevaerts
2008-09-16 08:14r18529: D2/Touchscreen keymap improvements: onscreen keyboard is now usable; PLAY/pause now mapped to TOPRIGHT; Usable defaults in Rockboy. apps/keymaps/keymap-cowond2.c [diff]
apps/keymaps/keymap-touchscreen.c [diff]
apps/plugins/rockboy/rockboy.c [diff]
Rob Purchase
2008-09-16 08:09r18528: Commit fs#9404 (iAudio 7 updates by vitja). Also fixes play/pause behaviour on D2. apps/keymaps/keymap-iaudio67.c [diff]
apps/plugins/doom/i_video.c [diff]
firmware/export/config-iaudio7.h [diff]
firmware/export/hd66789r.h [diff]
firmware/target/arm/pcm-telechips.c [diff]
firmware/target/arm/tcc77x/crt0.S [diff]
firmware/target/arm/tcc77x/iaudio7/ata2501.c [diff]
firmware/target/arm/tcc77x/iaudio7/lcd-iaudio7.c [diff]
firmware/target/arm/tcc77x/iaudio7/power-iaudio7.c [diff]
firmware/thread.c [diff]
tools/configure [diff]
Rob Purchase
2008-09-16 02:29r18526: Language updates:
- Typo fix for Spanish by Fransisco Vila (FS #9406)
- Sync of Norwegian by Thom Johansen
apps/lang/espanol.lang [diff]
apps/lang/norsk.lang [diff]
Jonas Häggqvist
2008-09-15 21:10r18524: Fix error handling in multiple block read and multiple block write state. When an error occurs, the host still needs to send CMD_STOP_TRANSMISSION resp. the STOP_TRAN token. firmware/drivers/ata_mmc.c [diff]
Jens Arnold
2008-09-15 20:01r18523: Revert v18522 for firmware/backlight.c, it breaks a couple of bootloaders firmware/backlight.c [diff]
Bertrik Sikken
2008-09-15 19:50r18522: Fix some more #includes firmware/backlight.c [diff]
firmware/drivers/audio/wm8975.c [diff]
firmware/target/sh/archos/ondio/usb-ondio.c [diff]
Bertrik Sikken
2008-09-15 18:48r18521: use bitwise operators to manipulate bits
firmware/drivers/qt1106.c [diff]
Frank Gevaerts
2008-09-15 15:04r18520: Spanish update by Francisco Vila (FS #9402 and FS #9403).
apps/lang/espanol.lang [diff]
Jonas Häggqvist
2008-09-14 23:38r18516: Implement chasing bitswap for reading. Speeds up reading single 512-byte blocks by 15..20%. * Restructure the write buffer handling a bit, making it more readable and a bit smaller. Also fixes an old corner case bug: writing data from address 0x0 (archos boot ROM dump) would have written wrong data. firmware/drivers/ata_mmc.c [diff]
Jens Arnold
2008-09-14 20:33r18515: Simplify & fix the MMC driver. After more than 3 years I found that the MMC specs were a bit misleading, and the 'large' MMC which state a block size of 1024 or 2048 bytes and no partial read and/or partial write capability are happily accepting a block size of 512 bytes. So go KISS and remove all the variable/partial block handling code. This fixes the driver for the Transcend 4GB MMCplus, which doesn't cope when we actually set the 2048 byte block size it states. It also makes write operations involving small blocks faster and more reliable. * Note: The 4GB Transcend still doesn't work when plugged at boot, but works when hotplugged. apps/debug_menu.c [diff]
firmware/drivers/ata_mmc.c [diff]
firmware/export/hotswap.h [diff]
firmware/target/arm/ata-sd-pp.c [diff]
firmware/usbstack/usb_storage.c [diff]
Jens Arnold
2008-09-14 19:56r18514: Remove "Install All" button from themes install window and replace it with a note on how to select multiple themes for installation.
rbutil/rbutilqt/installthemes.cpp [diff]
rbutil/rbutilqt/installthemes.h [diff]
rbutil/rbutilqt/installthemesfrm.ui [diff]
Dominik Riebeling
2008-09-14 16:28r18513: Forgot this..
firmware/thread.c [diff]
Maurus Cuelenaere
2008-09-14 16:26r18512: Onda VX747:
* Get rid of bug when interrupts are enabled
* Get threading to work (although with some weirdness)
* Other fixes/optimizations
bootloader/ondavx747.c [diff]
firmware/drivers/rtc/rtc_jz4740.c [diff]
firmware/export/thread.h [diff]
firmware/target/mips/ingenic_jz47xx/crt0.S [diff]
firmware/target/mips/ingenic_jz47xx/lcd-jz4740.c [diff]
firmware/target/mips/ingenic_jz47xx/onda_vx747/lcd-onda_vx747.c [diff]
firmware/target/mips/ingenic_jz47xx/onda_vx747/sadc-onda_vx747.c [diff]
firmware/target/mips/ingenic_jz47xx/system-jz4740.c [diff]
firmware/target/mips/ingenic_jz47xx/usb-jz4740.c [diff]
firmware/thread.c [diff]
tools/configure [diff]
Maurus Cuelenaere
2008-09-14 11:20r18511: ZenUtils:
* Add support for ZEN Mozaic
* Add checking for valid FRESC when decrypting
utils/zenutils/source/zen_crypt/main.cpp [diff]
Maurus Cuelenaere
2008-09-13 19:34r18509: iPod Video: Fix playback after recording (FS #7402). Implement recording gain adjustment. * Enable timeout for zero-crossing detection (SLOWCLK), avoids hanging volume/ gain due to DC offsets. firmware/drivers/audio/wm8758.c [diff]
firmware/export/wm8758.h [diff]
firmware/sound.c [diff]
firmware/target/arm/pcm-pp.c [diff]
firmware/target/arm/wmcodec-pp.c [diff]
Jens Arnold
2008-09-13 16:23r18508: fix meizu_dfu endianness issues
utils/meizu_dfu/meizu_dfu.c [diff]
Frank Gevaerts
2008-09-12 21:13r18506: Updated screenshot for H10-5GB recording screen, the previous one was showing an illegal gain value manual/main_menu/images/ss-while-recording-screen-128x128x16.png [diff]
Peter D'Hoye
2008-09-12 21:11r18505: Make local function static and add missing #includes for Archos player apps/menus/main_menu.c [diff]
apps/player/keyboard.c [diff]
firmware/target/sh/archos/player/usb-player.c [diff]
Bertrik Sikken
2008-09-12 20:57r18504: Make local function static in mp3_playback.c and match usb_init_device prototype to implementation for Archos recorder firmware/mp3_playback.c [diff]
firmware/target/sh/archos/recorder/usb-recorder.c [diff]
firmware/target/sh/usb-target.h [diff]
Bertrik Sikken
2008-09-12 19:25r18503: fix out-of-bounds array access
apps/plugins/calendar.c [diff]
Frank Gevaerts
2008-09-12 00:07r18499: Get basic NAND driver working on Onda targets
firmware/target/mips/ingenic_jz47xx/ata-nand-jz4740.c [diff]
Maurus Cuelenaere
2008-09-11 20:13r18498: Used correct voice messages for some splash screens. apps/onplay.c [diff]
Alessio Lenzi
2008-09-11 19:53r18497: Some other minor fixes in voice strings for italian translation. apps/lang/italiano.lang [diff]
Alessio Lenzi
2008-09-11 18:18r18496: * move qt1106 specific things to their own files
* use CHANGE pin
bootloader/meizu_m6sl.c [diff]
firmware/SOURCES [diff]
firmware/drivers/qt1106.c [new]
firmware/export/qt1106.h [new]
Frank Gevaerts
2008-09-11 17:16r18495: Fix missing line continue character in project file.
rbutil/rbutilqt/rbutilqt.pro [diff]
Dominik Riebeling
2008-09-11 15:48r18493: rbutil: commit japanese translation by Yoshihisa Uchida.(FS #9393)
rbutil/rbutilqt/CREDITS [diff]
rbutil/rbutilqt/rbutil_ja.ts [new]
rbutil/rbutilqt/rbutilqt-lang.qrc [diff]
rbutil/rbutilqt/rbutilqt.pro [diff]
Dominik Wenger
2008-09-11 01:34r18492: Fix the Gigabeat F/X bootloader and add some code from Barry Wardell that was accidentally removed a while ago. Some of these changes are also more work towards getting the bootloader working from flash; it works but the player will not shutdown fully. About 16 mA are still drawn after calling the rom_shutdown routine. If anyone has some insight why I would be very interested. firmware/target/arm/s3c2440/crt0.S [diff]
firmware/target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c [diff]
firmware/target/arm/s3c2440/gigabeat-fx/system-meg-fx.c [diff]
Karl Kurbjun
2008-09-10 23:50r18490: iPod G4, Color/Photo and Nano audio driver rework: Fix playback after recording (FS #7402). Implement recording gain adjustment. * Fix slightly off Bass/Treble scale. firmware/drivers/audio/wm8975.c [diff]
firmware/export/wm8975.h [diff]
firmware/sound.c [diff]
firmware/target/arm/pcm-pp.c [diff]
firmware/target/arm/wmcodec-pp.c [diff]
Jens Arnold
2008-09-10 22:02r18489: More VX767 work...
firmware/target/mips/ingenic_jz47xx/onda_vx767/button-ondavx767.c [diff]
firmware/target/mips/ingenic_jz47xx/onda_vx767/button-target.h [diff]
firmware/target/mips/ingenic_jz47xx/onda_vx767/lcd-ondavx767.c [diff]
Maurus Cuelenaere
2008-09-10 20:14r18487: Minor missing #include and static function fixes for mrobe apps/debug_menu.c [diff]
firmware/export/tsc2100.h [diff]
firmware/target/arm/tms320dm320/mrobe-500/adc-mr500.c [diff]
firmware/target/arm/tms320dm320/mrobe-500/ata-mr500.c [diff]
firmware/target/arm/tms320dm320/mrobe-500/lcd-mr500.c [diff]
firmware/target/arm/tms320dm320/mrobe-500/usb-mr500.c [diff]
Bertrik Sikken
2008-09-10 19:59r18485: Hopefully fix LCD problems
firmware/target/mips/ingenic_jz47xx/onda_vx767/lcd-ondavx767.c [diff]
Maurus Cuelenaere
2008-09-10 19:54r18484: Fix INC/DEC button assignment in recording screen for ipods apps/keymaps/keymap-ipod.c [diff]
Peter D'Hoye
2008-09-10 19:41r18483: WpsEditor: add linenumbrs WpsEditor: Add linenumbers to the WPS Code, and highlight the error line, if parsing fails. (FS #9362)
utils/wpseditor/gui/gui.pro [diff]
utils/wpseditor/gui/src/numberedtextview.cpp [new]
utils/wpseditor/gui/src/numberedtextview.h [new]
utils/wpseditor/gui/src/qwpseditorwindow.cpp [diff]
utils/wpseditor/gui/src/qwpseditorwindow.h [diff]
utils/wpseditor/gui/ui/mainwindow.ui [diff]
Dominik Wenger
2008-09-10 19:35r18482: Fix mrobe500 svn:*
bootloader/mrobe500.c [diff]
Maurus Cuelenaere
2008-09-10 19:14r18481: Wpseditor: fix compiling. I forgot a new file. utils/wpseditor/libwps/src/include/remote_rockboxlogo.h [new]
Dominik Wenger
2008-09-10 19:08r18480: First reading out of the touchpad!
disabled power handling for now, so the device will power off when unplugged again (because there is no other poweroff method provided)
bootloader/meizu_m6sl.c [diff]
firmware/target/arm/s5l8700/crt0.S [diff]
Frank Gevaerts
2008-09-10 19:03r18479: Some header file / static function fixes for creative zvm firmware/target/arm/tms320dm320/creative-zvm/adc-creativezvm.c [diff]
firmware/target/arm/tms320dm320/creative-zvm/pic-creativezvm.c [diff]
firmware/target/arm/tms320dm320/uart-dm320.c [diff]
Bertrik Sikken
2008-09-09 21:49r18478: Fix deemphasis control bit position. firmware/export/wm8731.h [diff]
Jens Arnold
2008-09-09 19:02r18476: Disable the pacbox chapter for the c200 manual. manual/plugins/main.tex [diff]
Marianne Arnold
2008-09-09 16:21r18475: Italian translation file:
* Resorted.
* Little changes to some voice strings.
apps/lang/italiano.lang [diff]
Alessio Lenzi
2008-09-09 01:29r18473: Fix manuals, some of them were broken by r18469, by using the correct button macros. Also add additional 'fly' buttons to the button table where they exist. manual/plugins/chopper.tex [diff]
Marianne Arnold
2008-09-09 00:41r18470: Manual: Add missing word to sentence so that it makes sense. manual/rockbox_interface/main.tex [diff]
Marc Guay
2008-09-08 23:43r18469: Some more manual work: new plugin description for Chopper. Also updated disktidy description.
manual/plugins/chopper.tex [new]
manual/plugins/disktidy.tex [diff]
manual/plugins/main.tex [diff]
Robert Menes
2008-09-08 23:06r18468: Update the OndioFM's WRS screenshot once more as the previous one showed a numerical battery display which is not default and might be a bit confusing. manual/main_menu/images/ss-while-recording-screen-112x64x1-ondiofm.png [diff]
Marianne Arnold
2008-09-08 22:53r18466: Update the OndioFM's WRS screenshot too. manual/main_menu/images/ss-while-recording-screen-112x64x1-ondiofm.png [diff]
Marianne Arnold
2008-09-08 21:11r18465: rbutil: commit FS #9382 Hebrew translation by Tomer Shalev. rbutil/rbutilqt/rbutil_he.ts [new]
rbutil/rbutilqt/rbutilqt-lang.qrc [diff]
rbutil/rbutilqt/rbutilqt.pro [diff]
Dominik Wenger
2008-09-08 21:00r18464: WpsEditor: Add rockbox/gpl copyright headers to all source files. utils/wpseditor/gui/src/main.cpp [diff]
utils/wpseditor/gui/src/qsyntaxer.cpp [diff]
utils/wpseditor/gui/src/qsyntaxer.h [diff]
utils/wpseditor/gui/src/qtrackstate.cpp [diff]
utils/wpseditor/gui/src/qtrackstate.h [diff]
utils/wpseditor/gui/src/qwpsdrawer.cpp [diff]
utils/wpseditor/gui/src/qwpsdrawer.h [diff]
utils/wpseditor/gui/src/qwpsdrawer_static.cpp [diff]
utils/wpseditor/gui/src/qwpseditorwindow.cpp [diff]
utils/wpseditor/gui/src/qwpseditorwindow.h [diff]
utils/wpseditor/gui/src/qwpsstate.cpp [diff]
utils/wpseditor/gui/src/qwpsstate.h [diff]
utils/wpseditor/gui/src/slider.cpp [diff]
utils/wpseditor/gui/src/slider.h [diff]
utils/wpseditor/gui/src/utils.cpp [diff]
utils/wpseditor/gui/src/utils.h [diff]
utils/wpseditor/libwps/src/api.c [diff]
utils/wpseditor/libwps/src/api.h [diff]
utils/wpseditor/libwps/src/defs.h [diff]
utils/wpseditor/libwps/src/dummies.c [diff]
utils/wpseditor/libwps/src/dummies.h [diff]
utils/wpseditor/libwps/src/include/lang.h [diff]
utils/wpseditor/libwps/src/include/sysfont.h [diff]
utils/wpseditor/libwps/src/lcd.c [diff]
utils/wpseditor/libwps/src/proxy.c [diff]
utils/wpseditor/libwps/src/proxy.h [diff]
utils/wpseditor/libwps/src/wpsstate.h [diff]
Dominik Wenger
2008-09-08 19:24r18461: update recorder screenshot manual/main_menu/images/ss-while-recording-screen-112x64x1.png [diff]
Martin Arver
2008-09-08 18:15r18457: update screenshots of wrs, and add a missing one manual/main_menu/images/ss-while-recording-screen-128x128x16.png [new]
manual/main_menu/images/ss-while-recording-screen-132x80x16.png [diff]
manual/main_menu/images/ss-while-recording-screen-160x128x16.png [diff]
manual/main_menu/images/ss-while-recording-screen-160x128x2-h1xx.png [diff]
manual/main_menu/images/ss-while-recording-screen-160x128x2.png [diff]
manual/main_menu/images/ss-while-recording-screen-176x132x16.png [diff]
manual/main_menu/images/ss-while-recording-screen-176x220x16.png [diff]
manual/main_menu/images/ss-while-recording-screen-220x176x16.png [diff]
manual/main_menu/images/ss-while-recording-screen-320x240x16.png [diff]
Martin Arver
2008-09-08 17:54r18455: Addendum to r18441: increase the plugin api version number as changing the screens struct broke compatibility apps/plugin.h [diff]
Peter D'Hoye
2008-09-08 17:48r18454: Some bug fixes for PictureFlow by Thomas Martitz: Mistitled zoom setting, FPS setting not saved, FPS overlapping tracklist, tracklist not refreshing and tracklist missing one song
apps/plugins/pictureflow.c [diff]
Nicolas Pennequin
2008-09-08 15:16r18451: fix FS #8641
apps/plugins/doom/i_video.c [diff]
Frank Gevaerts
2008-09-08 11:10r18450: Get rid of static buffer and use buffer_alloc() instead
firmware/target/arm/tms320dm320/creative-zvm/ata-creativezvm.c [diff]
Maurus Cuelenaere
2008-09-08 09:00r18449: Something horrible happened with binsize, so revert FS #8894 completely (for now). apps/SOURCES [diff]
apps/dsp.c [diff]
apps/dsp.h [diff]
apps/lang/english.lang [diff]
apps/menus/sound_menu.c [diff]
apps/settings.c [diff]
apps/settings.h [diff]
apps/settings_list.c [diff]
apps/tdspeed.c [deleted]
apps/tdspeed.h [deleted]
docs/CREDITS [diff]
Steve Bavin
2008-09-08 08:38r18448: ...and set properties (I hope). apps/tdspeed.c [diff]
apps/tdspeed.h [diff]
Steve Bavin
2008-09-08 08:35r18447: Oops, I thought SVN commit would add these for some silly reason. Properties need setting still though.. apps/tdspeed.c [new]
apps/tdspeed.h [new]
Steve Bavin
2008-09-08 08:27r18446: Add timestretching from FS #8894, as written by Stephane Doyon based on work by Nicolas Pitre. Shouldn't affect playback unless it's explicitly enabled, but let me know if it does. Currently has a dedicated setting, but maybe inclusion of the code will inspire someone to integrate this with the pitch screen... apps/SOURCES [diff]
apps/dsp.c [diff]
apps/dsp.h [diff]
apps/lang/english.lang [diff]
apps/menus/sound_menu.c [diff]
apps/settings.c [diff]
apps/settings.h [diff]
apps/settings_list.c [diff]
docs/CREDITS [diff]
Steve Bavin
2008-09-07 22:21r18445: RButility:
* Update Dutch translation
* Fix error in English
* lupdate other translations
rbutil/rbutilqt/rbutil_de.ts [diff]
rbutil/rbutilqt/rbutil_fi.ts [diff]
rbutil/rbutilqt/rbutil_fr.ts [diff]
rbutil/rbutilqt/rbutil_gr.ts [diff]
rbutil/rbutilqt/rbutil_nl.ts [diff]
rbutil/rbutilqt/rbutil_tr.ts [diff]
rbutil/rbutilqt/rbutil_zh_CN.ts [diff]
rbutil/rbutilqt/rbutil_zh_TW.ts [diff]
rbutil/rbutilqt/talkfile.cpp [diff]
Maurus Cuelenaere
2008-09-07 22:01r18444: Allow arbitrary compiler combinations in rockboxdev.sh by specifying a list of compilers to build. Remove "all" selection in favor of that (FS #9372).
tools/rockboxdev.sh [diff]
Dominik Riebeling
2008-09-07 21:45r18443: * Clean up screenshot a bit and make it more self-descriptive
* Make mkzenboot truly standalone
tools/mkzenboot.c [diff]
utils/wpseditor/screenshot/main.c [diff]
Maurus Cuelenaere
2008-09-07 20:22r18442: fix red apps/gui/color_picker.c [diff]
Peter D'Hoye
2008-09-07 20:09r18441: Change screens memebers char_width, char_height and nb_lines to functions returning a calculated value. Fixes FS #9361 because the values were calculated based on sysfont, not the user selected font. apps/gui/charcell/list.c [diff]
apps/gui/color_picker.c [diff]
apps/gui/pitchscreen.c [diff]
apps/gui/quickscreen.c [diff]
apps/main.c [diff]
apps/onplay.c [diff]
apps/playlist_viewer.c [diff]
apps/screen_access.c [diff]
apps/screen_access.h [diff]
Peter D'Hoye
2008-09-07 19:44r18440: Telechips NAND: split out a couple of small functions to help readability, and add a note about LPT blocks. No functional changes. firmware/target/arm/ata-nand-telechips.c [diff]
Rob Purchase
2008-09-07 18:00r18439: Remove leftover cruft. firmware/drivers/audio/wm8721.c [diff]
firmware/drivers/audio/wm8731.c [diff]
firmware/export/wm8721.h [diff]
firmware/export/wm8731.h [diff]
Jens Arnold
2008-09-07 17:24r18438: ZVM:
* Optimize MiniFS handling
* Add basic CFS handling (doesn't work yet)
* Remove hacky stuff in disk.c
bootloader/creativezvm.c [diff]
firmware/common/disk.c [diff]
firmware/target/arm/tms320dm320/creative-zvm/ata-creativezvm.c [diff]
firmware/target/arm/tms320dm320/creative-zvm/ata-target.h [diff]
Maurus Cuelenaere
2008-09-07 11:47r18437: Language updates:
- Catalan by V?\195?\173ctor Zabalza (FS #9345)
- Spanish by Francisco Vila (FS #9366)
apps/lang/catala.lang [diff]
apps/lang/espanol.lang [diff]
docs/CREDITS [diff]
Jonas Häggqvist
2008-09-06 17:50r18435: Initial commit of iaudio 7 port by Vitja Makarov (FS #9245). Port is at quite an advanced stage, but is troubled by the lack of a reliable NAND driver (similar to the Cowon D2 port) and is not yet suitable for non-developers. apps/SOURCES [diff]
apps/keymaps/keymap-iaudio67.c [new]
apps/plugins/battery_bench.c [diff]
apps/plugins/lib/pluginlib_actions.c [diff]
apps/plugins/plugin.lds [diff]
bootloader/telechips.c [diff]
docs/CREDITS [diff]
firmware/SOURCES [diff]
firmware/drivers/audio/wm8731.c [diff]
firmware/drivers/tuner/lv24020lp.c [diff]
firmware/export/config-iaudio7.h [new]
firmware/export/config.h [diff]
firmware/export/hd66789r.h [new]
firmware/export/tcc77x.h [diff]
firmware/export/usb-tcc7xx.h [new]
firmware/target/arm/ata-nand-telechips.c [diff]
firmware/target/arm/pcm-telechips.c [rename]
firmware/target/arm/tcc77x/adc-tcc77x.c [diff]
firmware/target/arm/tcc77x/app.lds [diff]
firmware/target/arm/tcc77x/boot.lds [diff]
firmware/target/arm/tcc77x/crt0.S [diff]
firmware/target/arm/tcc77x/debug-tcc77x.c [diff]
firmware/target/arm/tcc77x/iaudio7 [new]
firmware/target/arm/tcc77x/iaudio7/adc-target.h [new]
firmware/target/arm/tcc77x/iaudio7/ata2501.c [new]
firmware/target/arm/tcc77x/iaudio7/ata2501.h [new]
firmware/target/arm/tcc77x/iaudio7/audio-iaudio7.c [new]
firmware/target/arm/tcc77x/iaudio7/backlight-target.h [new]
firmware/target/arm/tcc77x/iaudio7/button-iaudio7.c [new]
firmware/target/arm/tcc77x/iaudio7/button-target.h [new]
...and 9 more files.
Dave Chapman
2008-09-06 15:32r18434: Fix typo in the voice id for '5' reported in FS #9370 by John Zhou apps/lang/arabic.lang [diff]
apps/lang/bulgarian.lang [diff]
apps/lang/catala.lang [diff]
apps/lang/chinese-simp.lang [diff]
apps/lang/chinese-trad.lang [diff]
apps/lang/czech.lang [diff]
apps/lang/dansk.lang [diff]
apps/lang/deutsch.lang [diff]
apps/lang/eesti.lang [diff]
apps/lang/english.lang [diff]
apps/lang/espanol.lang [diff]
apps/lang/esperanto.lang [diff]
apps/lang/finnish.lang [diff]
apps/lang/francais.lang [diff]
apps/lang/galego.lang [diff]
apps/lang/greek.lang [diff]
apps/lang/hebrew.lang [diff]
apps/lang/hindi.lang [diff]
apps/lang/islenska.lang [diff]
apps/lang/italiano.lang [diff]
apps/lang/japanese.lang [diff]
apps/lang/korean.lang [diff]
apps/lang/magyar.lang [diff]
apps/lang/nederlands.lang [diff]
apps/lang/norsk-nynorsk.lang [diff]
apps/lang/norsk.lang [diff]
apps/lang/polski.lang [diff]
apps/lang/portugues-brasileiro.lang [diff]
apps/lang/portugues.lang [diff]
apps/lang/romaneste.lang [diff]
...and 6 more files.
Nils Wallménius
2008-09-06 14:56r18433: A few comment updates and trailing spaces removals.
apps/gui/gwps-common.c [diff]
Nicolas Pennequin
2008-09-06 01:36r18431: Correct a minor error in wording.
manual/rockbox_interface/main.tex [diff]
Robert Menes
2008-09-06 01:09r18429: My first proper commit: some manual fixes to properly describe shutting down 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.
manual/rockbox_interface/main.tex [diff]
Robert Menes
2008-09-05 22:27r18426: Welcome Robert Menes as Committer #64!
docs/COMMITTERS [diff]
Robert Menes
2008-09-05 18:57r18424: WpsEditor: add support for greyscale targets. utils/wpseditor/libwps/Makefile [diff]
utils/wpseditor/libwps/src/dummies.c [diff]
utils/wpseditor/libwps/src/lcd.c [diff]
Dominik Wenger
2008-09-05 18:55r18423: Adds descriptions to the manual for the iPod 1st, 2nd, and 3rd generations, and fixes some problems with the nano and Sansa c200 manuals (FS #9367 by Robert Menes)

manual/rockbox_interface/main.tex [diff]
Frank Gevaerts
2008-09-05 15:09r18422: Add Onda VX767 target
bootloader/SOURCES [diff]
bootloader/ondavx747.c [diff]
firmware/SOURCES [diff]
firmware/export/config-ondavx747.h [diff]
firmware/export/config-ondavx767.h [rename]
firmware/export/config.h [diff]
firmware/export/cpu.h [diff]
firmware/target/mips/ingenic_jz47xx/lcd-target.h [rename]
firmware/target/mips/ingenic_jz47xx/onda_vx747/lcd-target.h [deleted]
firmware/target/mips/ingenic_jz47xx/onda_vx767 [new]
firmware/target/mips/ingenic_jz47xx/onda_vx767/adc-target.h [rename]
firmware/target/mips/ingenic_jz47xx/onda_vx767/backlight-ondavx767.c [rename]
firmware/target/mips/ingenic_jz47xx/onda_vx767/backlight-target.h [rename]
firmware/target/mips/ingenic_jz47xx/onda_vx767/button-ondavx767.c [rename]
firmware/target/mips/ingenic_jz47xx/onda_vx767/button-target.h [rename]
firmware/target/mips/ingenic_jz47xx/onda_vx767/lcd-ondavx767.c [new]
firmware/target/mips/ingenic_jz47xx/system-jz4740.c [diff]
tools/configure [diff]
Maurus Cuelenaere
2008-09-04 22:08r18421: Make %mm 0-based again (as described in CustomWPS), and change %cf accordingly.
apps/gui/gwps-common.c [diff]
Nicolas Pennequin
2008-09-04 21:57r18420: Fix the bug reported in FS #9350: the WPS would crash on %mm or %cf if they weren't in conditionals.
apps/gui/gwps-common.c [diff]
Nicolas Pennequin
2008-09-04 21:05r18418: remove -Wno-pointer-sign. This will make warnings reappear, but the warnings should really be fixed at the source
utils/wpseditor/libwps/Makefile [diff]
Frank Gevaerts
2008-09-04 20:49r18416: Make bdf2bmp work on 64 bit hosts. tools/bdf2bmp.c [diff]
Jens Arnold
2008-09-04 19:53r18415: Share bootloader with Creative ZVM 30GB/60GB and Creative ZV
bootloader/SOURCES [diff]
Maurus Cuelenaere
2008-09-04 19:06r18414: silence warnings
utils/wpseditor/libwps/Makefile [diff]
Frank Gevaerts
2008-09-04 18:03r18413: More files that were missed in the previous commit. apps/codecs/lib/asm_arm.h [new]
apps/codecs/lib/asm_mcf5249.h [new]
apps/codecs/lib/mdct2.c [new]
apps/codecs/lib/mdct2.h [new]
apps/codecs/lib/mdct_arm.S [new]
apps/codecs/lib/mdct_lookup.h [new]
apps/codecs/lib/misc.h [new]
Michael Giacomelli
2008-09-04 18:02r18412: Combine the Vorbis, WMA and AAC IMDCT functions and put them into the 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. apps/codecs/Makefile [diff]
apps/codecs/Tremor/SOURCES [diff]
apps/codecs/Tremor/mapping0.c [diff]
apps/codecs/Tremor/mdct.c [deleted]
apps/codecs/Tremor/mdct.h [deleted]
apps/codecs/Tremor/mdct_arm.S [deleted]
apps/codecs/Tremor/mdct_lookup.h [deleted]
apps/codecs/lib/Makefile [diff]
apps/codecs/lib/SOURCES [diff]
apps/codecs/lib/codeclib.h [diff]
apps/codecs/libfaad/SOURCES [diff]
apps/codecs/libfaad/cfft.c [deleted]
apps/codecs/libfaad/cfft.h [deleted]
apps/codecs/libfaad/cfft_tab.h [deleted]
apps/codecs/libfaad/decoder.c [diff]
apps/codecs/libfaad/filtbank.c [diff]
apps/codecs/libfaad/filtbank.h [diff]
apps/codecs/libfaad/mdct.c [deleted]
apps/codecs/libfaad/mdct.h [deleted]
apps/codecs/libfaad/mdct_tab.h [deleted]
apps/codecs/libfaad/specrec.c [diff]
apps/codecs/libfaad/structs.h [diff]
apps/codecs/libwma/SOURCES [diff]
apps/codecs/libwma/asm_arm.h [deleted]
apps/codecs/libwma/asm_mcf5249.h [deleted]
apps/codecs/libwma/fft.c [deleted]
apps/codecs/libwma/fft.h [deleted]
apps/codecs/libwma/mdct.c [deleted]
apps/codecs/libwma/mdct.h [deleted]
apps/codecs/libwma/mdct2.c [deleted]
...and 5 more files.
Michael Giacomelli
2008-09-04 17:32r18411: Correct the number in the CHARS line to match the actual number of chars.
fonts/18-Fixed-Bold.bdf [diff]
fonts/18-Fixed.bdf [diff]
Jonas Häggqvist
2008-09-04 17:26r18409: Fix the CHARS line to include the correct number of characters.
fonts/10-Artwiz-Snap.bdf [diff]
Jonas Häggqvist
2008-09-04 15:19r18408: WPS editor:
* Fix some typo's in TODO & README
* Fix libwps Makefile in Windows
firmware/export/config-creativezvm.h [diff]
utils/wpseditor/README [diff]
utils/wpseditor/TODO [diff]
utils/wpseditor/libwps/Makefile [diff]
Maurus Cuelenaere
2008-09-04 14:49r18407: WPS editor:
* Simplify Makefile
* Get rid of buildall.*
* Change library loading behaviour to work with MODEL_NAME
Screenshot:
* Simplify Makefile
config-*.h:
* Add MODEL_NAME
firmware/export/config-c100.h [diff]
firmware/export/config-c200.h [diff]
firmware/export/config-cowond2.h [diff]
firmware/export/config-creativezv.h [diff]
firmware/export/config-creativezvm.h [diff]
firmware/export/config-creativezvm60gb.h [diff]
firmware/export/config-e200.h [diff]
firmware/export/config-fmrecorder.h [diff]
firmware/export/config-gigabeat-s.h [diff]
firmware/export/config-gigabeat.h [diff]
firmware/export/config-h100.h [diff]
firmware/export/config-h120.h [diff]
firmware/export/config-h300.h [diff]
firmware/export/config-hdd1630.h [diff]
firmware/export/config-iaudiom3.h [diff]
firmware/export/config-iaudiom5.h [diff]
firmware/export/config-iaudiox5.h [diff]
firmware/export/config-ifp7xx.h [diff]
firmware/export/config-ipod1g2g.h [diff]
firmware/export/config-ipod3g.h [diff]
firmware/export/config-ipod4g.h [diff]
firmware/export/config-ipodcolor.h [diff]
firmware/export/config-ipodmini.h [diff]
firmware/export/config-ipodmini2g.h [diff]
firmware/export/config-ipodnano.h [diff]
firmware/export/config-ipodvideo.h [diff]
firmware/export/config-logikdax.h [diff]
firmware/export/config-m200.h [diff]
firmware/export/config-meizu-m6sl.h [diff]
firmware/export/config-mrobe500.h [diff]
...and 19 more files.
Maurus Cuelenaere
2008-09-03 22:57r18405: remove obviously obsolete TODO comment
firmware/export/config-ipodmini.h [diff]
Frank Gevaerts
2008-09-03 22:30r18404: C200: Also flip the function of the volume buttons when display flip is 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. docs/CREDITS [diff]
firmware/drivers/button.c [diff]
Marianne Arnold
2008-09-03 20:59r18403: WPS editor:
* Order is important in highlighting rules!
utils/wpseditor/gui/src/qsyntaxer.cpp [diff]
utils/wpseditor/gui/src/qsyntaxer.h [diff]
Maurus Cuelenaere
2008-09-03 20:51r18402: * WPS editor: set eol-style
* Add CLI-only screenshot utility (using libwps)
utils/wpseditor/README [diff]
utils/wpseditor/TODO [diff]
utils/wpseditor/buildall.bat [diff]
utils/wpseditor/buildall.sh [diff]
utils/wpseditor/gui/gui.pro [diff]
utils/wpseditor/gui/src/QPropertyEditor/ColorCombo.cpp [diff]
utils/wpseditor/gui/src/QPropertyEditor/ColorCombo.h [diff]
utils/wpseditor/gui/src/QPropertyEditor/Property.cpp [diff]
utils/wpseditor/gui/src/QPropertyEditor/Property.h [diff]
utils/wpseditor/gui/src/QPropertyEditor/QPropertyEditor.pro [diff]
utils/wpseditor/gui/src/QPropertyEditor/QPropertyEditorWidget.cpp [diff]
utils/wpseditor/gui/src/QPropertyEditor/QPropertyEditorWidget.h [diff]
utils/wpseditor/gui/src/QPropertyEditor/QPropertyModel.cpp [diff]
utils/wpseditor/gui/src/QPropertyEditor/QPropertyModel.h [diff]
utils/wpseditor/gui/src/QPropertyEditor/QVariantDelegate.cpp [diff]
utils/wpseditor/gui/src/QPropertyEditor/QVariantDelegate.h [diff]
utils/wpseditor/gui/src/main.cpp [diff]
utils/wpseditor/gui/src/qsyntaxer.cpp [diff]
utils/wpseditor/gui/src/qsyntaxer.h [diff]
utils/wpseditor/gui/src/qtrackstate.cpp [diff]
utils/wpseditor/gui/src/qtrackstate.h [diff]
utils/wpseditor/gui/src/qwpsdrawer.cpp [diff]
utils/wpseditor/gui/src/qwpsdrawer.h [diff]
utils/wpseditor/gui/src/qwpsdrawer_static.cpp [diff]
utils/wpseditor/gui/src/qwpseditorwindow.cpp [diff]
utils/wpseditor/gui/src/qwpseditorwindow.h [diff]
utils/wpseditor/gui/src/qwpsstate.cpp [diff]
utils/wpseditor/gui/src/qwpsstate.h [diff]
utils/wpseditor/gui/src/slider.cpp [diff]
utils/wpseditor/gui/src/slider.h [diff]
...and 28 more files.
Maurus Cuelenaere
2008-09-03 20:18r18400: Fix width of the '1' to be the same as the width of the other digits. Fixes the last part of FS #2918. fonts/16-Jackash.bdf [diff]
Jens Arnold
2008-09-03 19:24r18399: WpsEditor: commit FS #9344 by Rostislav Chekan - multitarget support (only colour targets for now) utils/wpseditor/README [diff]
utils/wpseditor/TODO [diff]
utils/wpseditor/buildall.bat [new]
utils/wpseditor/buildall.sh [new]
utils/wpseditor/gui/gui.pro [diff]
utils/wpseditor/gui/src/QPropertyEditor/QPropertyEditor.pro [diff]
utils/wpseditor/gui/src/qsyntaxer.cpp [new]
utils/wpseditor/gui/src/qsyntaxer.h [new]
utils/wpseditor/gui/src/qtrackstate.h [diff]
utils/wpseditor/gui/src/qwpsdrawer.cpp [diff]
utils/wpseditor/gui/src/qwpsdrawer.h [diff]
utils/wpseditor/gui/src/qwpsdrawer_static.cpp [diff]
utils/wpseditor/gui/src/qwpseditorwindow.cpp [diff]
utils/wpseditor/gui/src/qwpseditorwindow.h [diff]
utils/wpseditor/gui/src/slider.cpp [diff]
utils/wpseditor/gui/src/slider.h [diff]
utils/wpseditor/gui/src/utils.cpp [diff]
utils/wpseditor/gui/src/utils.h [diff]
utils/wpseditor/gui/ui/mainwindow.ui [diff]
utils/wpseditor/libwps/Makefile [diff]
utils/wpseditor/libwps/buildall.bat [new]
utils/wpseditor/libwps/buildall.sh [diff]
utils/wpseditor/libwps/src/api.c [diff]
utils/wpseditor/libwps/src/proxy.c [diff]
utils/wpseditor/libwps/src/proxy.h [diff]
utils/wpseditor/libwps/targets.txt [diff]
Dominik Wenger
2008-09-03 17:50r18397: Fix default font names in the settings code (FS #9358 by Thomas Schott). apps/settings_list.c [diff]
Jens Arnold
2008-09-03 12:47r18396: ... but still be compatible with OF..
firmware/target/mips/ingenic_jz47xx/crt0.S [diff]
utils/jz4740_tools/jz4740_usbtool.c [diff]
Maurus Cuelenaere
2008-09-03 12:42r18395: * Clean up Jz4740 USB tool a bit
* Make IHFSsplit compile under Windows
* Change SDRAM base address + remove hack for Onda VX747
firmware/export/config-ondavx747.h [diff]
firmware/target/mips/ingenic_jz47xx/boot.lds [diff]
firmware/target/mips/ingenic_jz47xx/crt0.S [diff]
utils/jz4740_tools/IHFSsplit.c [diff]
utils/jz4740_tools/jz4740_usbtool.c [diff]
Maurus Cuelenaere
2008-09-03 06:52r18391: Better readable small alpha. fonts/08-Rockfont.bdf [diff]
Jens Arnold
2008-09-02 23:42r18390: Fix keywords and executable flags. fonts/10-Adobe-Helvetica-Bold.bdf [diff]
fonts/10-Adobe-Helvetica.bdf [diff]
fonts/10-Nimbus.bdf [diff]
fonts/10-ProFont.bdf [diff]
fonts/11-Nimbus.bdf [diff]
fonts/11-ProFont.bdf [diff]
fonts/12-Adobe-Helvetica-Bold.bdf [diff]
fonts/12-Adobe-Helvetica.bdf [diff]
fonts/12-ProFont.bdf [diff]
fonts/13-Nimbus.bdf [diff]
fonts/14-Adobe-Helvetica-Bold.bdf [diff]
fonts/14-Rockbox-Mix.bdf [diff]
fonts/15-ProFont.bdf [diff]
fonts/16-Adobe-Helvetica-Bold.bdf [diff]
fonts/16-Adobe-Helvetica.bdf [diff]
fonts/17-ProFont.bdf [diff]
fonts/18-Adobe-Helvetica-Bold.bdf [diff]
fonts/18-Adobe-Helvetica.bdf [diff]
fonts/18-Fixed-Bold.bdf [diff]
fonts/18-Fixed.bdf [diff]
fonts/19-Nimbus.bdf [diff]
fonts/21-Adobe-Helvetica-Bold.bdf [diff]
fonts/21-Adobe-Helvetica.bdf [diff]
fonts/22-ProFont.bdf [diff]
fonts/27-Adobe-Helvetica-Bold.bdf [diff]
fonts/27-Adobe-Helvetica.bdf [diff]
fonts/29-ProFont.bdf [diff]
fonts/35-Adobe-Helvetica-Bold.bdf [diff]
fonts/35-Adobe-Helvetica.bdf [diff]
fonts/README [diff]
Jens Arnold
2008-09-02 23:24r18389: Add some more sizes of Helvetica, plus bold variants. fonts/10-Adobe-Helvetica-Bold.bdf [new]
fonts/10-Adobe-Helvetica.bdf [new]
fonts/12-Adobe-Helvetica-Bold.bdf [new]
fonts/14-Adobe-Helvetica-Bold.bdf [new]
fonts/16-Adobe-Helvetica-Bold.bdf [new]
fonts/18-Adobe-Helvetica-Bold.bdf [new]
fonts/18-Adobe-Helvetica.bdf [new]
fonts/21-Adobe-Helvetica-Bold.bdf [new]
fonts/21-Adobe-Helvetica.bdf [new]
fonts/27-Adobe-Helvetica-Bold.bdf [new]
fonts/27-Adobe-Helvetica.bdf [new]
fonts/35-Adobe-Helvetica-Bold.bdf [new]
fonts/35-Adobe-Helvetica.bdf [new]
Jens Arnold
2008-09-02 22:31r18388: Font cleanup step 3 - The Big Shuffle: Renamed all fonts to a consistent 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. firmware/Makefile [diff]
fonts/05-Tiny.bdf [rename]
fonts/06-Tiny.bdf [rename]
fonts/07-Fixed.bdf [rename]
fonts/08-Atadore.bdf [rename]
fonts/08-Fixed.bdf [rename]
fonts/08-Namil.bdf [rename]
fonts/08-Nedore.bdf [rename]
fonts/08-Rockbox-Propfont.bdf [rename]
fonts/08-Rockfont.bdf [rename]
fonts/08-Sazanami-Mincho.bdf [rename]
fonts/08-Schumacher-Clean.bdf [rename]
fonts/09-Fixed.bdf [rename]
fonts/09-Nedore.bdf [rename]
fonts/09-Sazanami-Mincho.bdf [rename]
fonts/10-Artwiz-Snap.bdf [rename]
fonts/10-Fixed.bdf [rename]
fonts/10-Nimbus.bdf [rename]
fonts/10-ProFont.bdf [rename]
fonts/10-Sazanami-Mincho.bdf [rename]
fonts/11-Nimbus.bdf [rename]
fonts/11-ProFont.bdf [rename]
fonts/11-Sazanami-Mincho.bdf [rename]
fonts/12-Adobe-Helvetica.bdf [rename]
fonts/12-Fixed-SemiCond.bdf [rename]
fonts/12-Nimbus.bdf [rename]
fonts/12-ProFont.bdf [rename]
fonts/12-Sazanami-Mincho.bdf [rename]
fonts/12-Terminus.bdf [rename]
fonts/13-Fixed-Bold.bdf [rename]
...and 93 more files.
Jens Arnold
2008-09-02 20:19r18387: Turn off automatically after a number of backlight toggles.
bootloader/meizu_m6sl.c [diff]
Frank Gevaerts
2008-09-02 20:19r18386: set PWRON bit to 1 so the player doesn't turn off immediately (should work on M6SL and M3, not sure about the others)
firmware/target/arm/s5l8700/crt0.S [diff]
Frank Gevaerts
2008-09-02 20:09r18385: Font cleaup step 2: * Removed 00-Starmap_r400-8 - Bad unicode coverage, 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. fonts/00-Starmap_r400-8.bdf [deleted]
fonts/ProFont_r400-10.bdf [diff]
fonts/ProFont_r400-11.bdf [diff]
fonts/ProFont_r400-12.bdf [diff]
fonts/ProFont_r400-15.bdf [diff]
fonts/ProFont_r400-17.bdf [diff]
fonts/ProFont_r400-22.bdf [diff]
fonts/ProFont_r400-29.bdf [diff]
fonts/Tiny-Prop-5.bdf [diff]
fonts/Tiny-Prop-6.bdf [diff]
fonts/atadore.bdf [diff]
fonts/jackash-16.bdf [diff]
fonts/mix12.bdf [diff]
fonts/namil-8.bdf [diff]
fonts/nedore-8.bdf [diff]
fonts/nedore-9.bdf [diff]
fonts/nimbus-10.bdf [diff]
fonts/nimbus-11.bdf [diff]
fonts/nimbus-12.bdf [diff]
fonts/nimbus-13.bdf [diff]
fonts/nimbus-14.bdf [diff]
fonts/nimbus-19.bdf [diff]
fonts/proportional.bdf [diff]
fonts/rockfont-8.bdf [diff]
fonts/win_crox0c.bdf [deleted]
fonts/win_crox1c.bdf [deleted]
fonts/win_crox2c.bdf [deleted]
fonts/win_crox3c.bdf [deleted]
fonts/win_crox4h.bdf [deleted]
fonts/win_crox5t.bdf [deleted]
Jens Arnold
2008-09-02 16:22r18384: commit FS #9355 by Alexander Spyridakis. Greek translation for rbutil. rbutil/rbutilqt/rbutil_gr.ts [new]
rbutil/rbutilqt/rbutilqt-lang.qrc [diff]
rbutil/rbutilqt/rbutilqt.pro [diff]
Dominik Wenger
2008-09-02 08:15r18383: Fix FS #9352 - allow .talk clips for single-character filenames. apps/tree.c [diff]
Steve Bavin
2008-09-02 01:51r18382: enable full init code, as it seems to work
firmware/target/arm/s5l8700/crt0.S [diff]
Frank Gevaerts
2008-09-02 00:09r18381: Font cleanup step 1: * alt8x8 - completely broken encoding. * atari-small - 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. firmware/Makefile [diff]
fonts/Hebrew-Bold.bdf [deleted]
fonts/Hebrew-Large.bdf [deleted]
fonts/Hebrew-Medium.bdf [deleted]
fonts/Hebrew-Small.bdf [deleted]
fonts/alt8x8.bdf [deleted]
fonts/atari-small.bdf [deleted]
fonts/clR6x8-8859-2.bdf [deleted]
fonts/courB08.bdf [deleted]
fonts/courB14.bdf [deleted]
fonts/rockbox_default.bdf [diff]
fonts/ter-u14v.bdf [deleted]
fonts/ter-u16v.bdf [deleted]
fonts/timR08.bdf [deleted]
fonts/uwe_prop.bdf [deleted]
Jens Arnold
2008-09-01 19:56r18380: Fix compiling of Jz4740 usbtool
utils/jz4740_tools/jz4740_usbtool.c [diff]
Maurus Cuelenaere
2008-09-01 19:48r18379: rename ARCH define because of conflict with some systems. see (FS #9321) tools/rbspeex/Makefile [diff]
Dominik Wenger
2008-09-01 13:03r18378: revert -fPIC change, as it seems to be gentoo related problem... tools/configure [diff]
Christian Gmeiner
2008-09-01 08:56r18377: cleanups by William Poetra Yoga Hadisoeseno
utils/meizu_dfu/meizu_dfu.c [diff]
Frank Gevaerts
2008-09-01 06:14r18376: add -fPIC to GCCOPTS for simgcc to prevent warnings like: warning: creating a DT_TEXTREL in object. tools/configure [diff]
Christian Gmeiner
2008-08-31 21:36r18375: code cleanup
utils/meizu_dfu/meizu_dfu.c [diff]
Frank Gevaerts
2008-08-31 21:18r18374: r16149 renamed the variable ARCHOS to MODELNAME. Do it for the manual too (used when copying the pdf file to the output folder).
manual/Makefile.pdflatex [diff]
Dominik Riebeling
2008-08-31 20:50r18373: fix meizu_dfu's buggy usb device id matching
utils/meizu_dfu/meizu_dfu.c [diff]
Frank Gevaerts
2008-08-31 19:50r18372: Updated Bulgarian translation by Hristo Kovachev. Add Florin Popescu as translator in the Romanian langfile.
apps/lang/bulgarian.lang [diff]
apps/lang/romaneste.lang [diff]
Jonas Häggqvist
2008-08-31 18:20r18371: Language updates:
- 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)
apps/lang/polski.lang [diff]
apps/lang/romaneste.lang [diff]
apps/lang/russian.lang [diff]
docs/CREDITS [diff]
Jonas Häggqvist
2008-08-31 15:11r18370: revert r18327, as it introduces serious issues on non-sd players (like ipods)
firmware/usbstack/usb_storage.c [diff]
Frank Gevaerts
2008-08-31 12:32r18369: Let qmake check the Qt version and error out if its too old. Useful if you have Qt3 and Qt4 installed and forget to pick the correct one.
rbutil/rbutilqt/rbutilqt.pro [diff]
Dominik Riebeling
2008-08-31 09:44r18368: Replaced TAB characters by spaces in sansapatcher rbutil/sansapatcher/sansaio-posix.c [diff]
rbutil/sansapatcher/sansaio-win32.c [diff]
rbutil/sansapatcher/sansapatcher.c [diff]
Bertrik Sikken
2008-08-31 09:30r18367: Fix missing sansa_close when scanning for sansas in sansapatcher.c rbutil/sansapatcher/sansapatcher.c [diff]
Bertrik Sikken
2008-08-30 20:51r18366: Add setting the User-Agent for http requests to HttpGet class. Make rbutil set its own user agent string.
rbutil/rbutilqt/httpget.cpp [diff]
rbutil/rbutilqt/httpget.h [diff]
rbutil/rbutilqt/rbutilqt.cpp [diff]
rbutil/rbutilqt/version.h [diff]
Dominik Riebeling
2008-08-30 18:51r18365: French language update by Cl?\195?\169ment Pit-Claudel, FS #9323
apps/lang/francais.lang [diff]
Frank Gevaerts
2008-08-30 09:49r18364: Apply FS #9337 - Header file in SRC in rbutil/ipodpatcher. The parttypes.h header file apparently breaks compilation on some systems and is already #included in ipodpatcher.c rbutil/ipodpatcher/Makefile [diff]
Bertrik Sikken
2008-08-29 21:14r18363: Fixed a possible index id destruction and temporary problems with the DB when DB has been loaded to ram, dircache enabled and statistics gathering ON. Fixed serial (affecting last played song order) being one too low after importing the changelog. A bit of code cleanup and comments also. apps/tagcache.c [diff]
apps/tagcache.h [diff]
Miika Pekkarinen
2008-08-29 21:08r18362: Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Closes FS #9327
apps/gui/wps_debug.c [diff]
apps/gui/wps_parser.c [diff]
apps/misc.c [diff]
apps/settings.h [diff]
docs/CREDITS [diff]
firmware/font.c [diff]
firmware/include/inttypes.h [diff]
firmware/include/time.h [diff]
firmware/mp3data.c [diff]
utils/wpseditor [new]
utils/wpseditor/README [new]
utils/wpseditor/TODO [new]
utils/wpseditor/gui [new]
utils/wpseditor/gui/gui.pro [new]
utils/wpseditor/gui/src [new]
utils/wpseditor/gui/src/QPropertyEditor [new]
utils/wpseditor/gui/src/QPropertyEditor/ColorCombo.cpp [new]
utils/wpseditor/gui/src/QPropertyEditor/ColorCombo.h [new]
utils/wpseditor/gui/src/QPropertyEditor/Property.cpp [new]
utils/wpseditor/gui/src/QPropertyEditor/Property.h [new]
utils/wpseditor/gui/src/QPropertyEditor/QPropertyEditor.pro [new]
utils/wpseditor/gui/src/QPropertyEditor/QPropertyEditorWidget.cpp [new]
utils/wpseditor/gui/src/QPropertyEditor/QPropertyEditorWidget.h [new]
utils/wpseditor/gui/src/QPropertyEditor/QPropertyModel.cpp [new]
utils/wpseditor/gui/src/QPropertyEditor/QPropertyModel.h [new]
utils/wpseditor/gui/src/QPropertyEditor/QVariantDelegate.cpp [new]
utils/wpseditor/gui/src/QPropertyEditor/QVariantDelegate.h [new]
utils/wpseditor/gui/src/main.cpp [new]
utils/wpseditor/gui/src/qtrackstate.cpp [new]
utils/wpseditor/gui/src/qtrackstate.h [new]
...and 35 more files.
Frank Gevaerts
2008-08-29 19:02r18361: set properties...
utils/meizu_dfu/Makefile [diff]
utils/meizu_dfu/README [diff]
utils/meizu_dfu/meizu_dfu.c [diff]
Frank Gevaerts
2008-08-29 18:53r18360: add Meizu M3, M6 TP, M6 SP and M6 SL dfu firmware recovery tool
utils/meizu_dfu [new]
utils/meizu_dfu/Makefile [new]
utils/meizu_dfu/README [new]
utils/meizu_dfu/meizu_dfu.c [new]
Frank Gevaerts
2008-08-28 13:37r18359: mkzenboot:
* Make it compile using MingW on Windows
* Add other devices
tools/Makefile [diff]
tools/mkzenboot.c [diff]
Maurus Cuelenaere
2008-08-28 12:49r18358: Get checkwps compiling again: Move the definitions of BOM and BOM_SIZE to misc.c (they are not used outside misc.c, so don't need to be in the .h), plus always include misc.h in misc.c (not needed to fix checkwps, but good practice), and add unistd.h when __PCTOOL_ is defined. apps/misc.c [diff]
apps/misc.h [diff]
Dave Chapman
2008-08-28 09:02r18357: Make usb_storage work on all targets again
firmware/usbstack/usb_storage.c [diff]
Frank Gevaerts
2008-08-28 08:07r18356: as pointed out by funman in #rockbox, doing assumptions on the size of long
breaks 64bit archs (like simulators) but also doing >8 bit reads from memory
addresses with assumptions on alignment without that being really sure seems a
bit error-prone too. So we use memcmp() to compare 4 bytes strings...
apps/plugins/mp3_encoder.c [diff]
Daniel Stenberg
2008-08-27 23:07r18355: MTP:
* Add Win32 progress callback reporting support
utils/MTP/MTP_DLL/MTP_DLL.cpp [diff]
utils/MTP/MTP_DLL/MTP_DLL.h [diff]
utils/MTP/MTP_DLL/sendfirm_win.cpp [diff]
utils/MTP/MTP_DLL/stdafx.h [diff]
utils/MTP/MTP_DLL.dll [diff]
utils/MTP/sendfirm_win.c [diff]
Maurus Cuelenaere
2008-08-27 21:01r18354: Updated italian translation. apps/lang/italiano.lang [diff]
Alessio Lenzi
2008-08-27 20:35r18353: Fix TABing
bootloader/creativezvm.c [diff]
Maurus Cuelenaere
2008-08-27 20:32r18352: * Commit dual-boot support for Creative ZVx family
* Add mkzenboot: makes it possible to integrate Rockbox bootloader with
Creative firmwares without the need of distributing binaries
* Add Tadeusz Py?\197?\155 to credits, who figured out the minifs file system
* Fix bootloader
bootloader/SOURCES [diff]
bootloader/creativezvm.c [new]
docs/CREDITS [diff]
firmware/export/config-creativezvm.h [diff]
firmware/target/arm/tms320dm320/boot.lds [diff]
firmware/target/arm/tms320dm320/creative-zvm/ata-creativezvm.c [diff]
firmware/target/arm/tms320dm320/creative-zvm/ata-target.h [diff]
tools/Makefile [diff]
tools/mkzenboot.c [new]
Maurus Cuelenaere
2008-08-26 23:41r18351: Don't include a database.ignore file in a font-only package. tools/buildzip.pl [diff]
Jens Arnold
2008-08-26 23:21r18350: Fix FS #9280 (bsd tar errors out when called with -u and the destination file doesn't exist) by using -c. This requires buildzip.pl to only call the archiver once, with the additional beneft that it's more efficient (saves a call, and allows 7zip archives to become smaller). tools/buildzip.pl [diff]
tools/configure [diff]
Jens Arnold
2008-08-26 22:00r18349: Remove unused argument to the buildzip() function.
tools/buildzip.pl [diff]
Antoine Cellerier
2008-08-26 21:48r18348: Onda VX747:
* Overall cleanup (still needs work)
* Add preliminary USB support
* Add power off support
* Add preliminary MMU handling
bootloader/ondavx747.c [diff]
firmware/SOURCES [diff]
firmware/export/mipsregs.h [diff]
firmware/target/mips/ingenic_jz47xx/ata-nand-jz4740.c [diff]
firmware/target/mips/ingenic_jz47xx/boot.lds [diff]
firmware/target/mips/ingenic_jz47xx/crt0.S [diff]
firmware/target/mips/ingenic_jz47xx/kernel-jz4740.c [diff]
firmware/target/mips/ingenic_jz47xx/lcd-jz4740.c [diff]
firmware/target/mips/ingenic_jz47xx/onda_vx747/sadc-onda_vx747.c [diff]
firmware/target/mips/ingenic_jz47xx/onda_vx747/usb-target.h [deleted]
firmware/target/mips/ingenic_jz47xx/system-jz4740.c [diff]
firmware/target/mips/ingenic_jz47xx/system-target.h [diff]
firmware/target/mips/ingenic_jz47xx/usb-jz4740.c [new]
firmware/target/mips/ingenic_jz47xx/usb-target.h [new]
Maurus Cuelenaere
2008-08-26 21:45r18347: Also remove the .7z, .tar, .tar.gz and .tar.bz2 rockbox files when runing the clean target.
tools/configure [diff]
Antoine Cellerier
2008-08-26 19:38r18346: Fix compiling on *BSD targets (and probably others too)
tools/creative.c [diff]
tools/mac-elf.h [deleted]
Maurus Cuelenaere
2008-08-26 13:21r18345: ZenUtils:
* add FRESC encryption
* clean up code a bit
utils/zenutils/source/shared/updater.cpp [diff]
utils/zenutils/source/zen_crypt/CMakeLists.txt [diff]
utils/zenutils/source/zen_crypt/main.cpp [diff]
Maurus Cuelenaere
2008-08-26 10:43r18344: FS #9322 - Clarify the copyright and the license of nimbus-19 by Alexander Levin fonts/nimbus-19.bdf [diff]
Nils Wallménius
2008-08-26 09:35r18343: FS #9326 grammar fix by Cl?\195?\169ment Pit--Claudel apps/plugins/xobox.c [diff]
Nils Wallménius
2008-08-25 22:58r18342: Update unifont to the latest version (5.1.20080820). This one has the filler glyphs for undefined characters, surrogates and private use area stripped from the version at http://unifoundry.com/unifont.html in order to save space. It covers the whole unicode 5.1 basic multilingual plane (53388 glyphs). Fixes FS #9241. fonts/unifont.bdf [diff]
Jens Arnold
2008-08-24 21:18r18341: Jz4740 USB tool:
* Add preliminary support for NAND & ROM dump
utils/jz4740_tools/jz4740_usbtool.c [diff]
Maurus Cuelenaere
2008-08-24 21:15r18340: ZenUtils:
* Apply FS #9311 by Jelle Geerts: fix compiling on MingW
* Make zen::find_firmware_offset() detect the offset better
docs/CREDITS [diff]
utils/zenutils/libraries/beecrypt-4.1.2/beecrypt/win.h [diff]
utils/zenutils/source/shared/updater.cpp [diff]
Maurus Cuelenaere
2008-08-24 07:40r18339: Add euro sign, and bring back glyph names (now unicode names). fonts/rockfont-8.bdf [diff]
Jens Arnold
2008-08-23 09:46r18338: Commit FS #9308: differentiate between TOUCHPAD & TOUCHSCREEN
apps/SOURCES [diff]
apps/action.c [diff]
apps/action.h [diff]
apps/gui/bitmap/list.c [diff]
apps/gui/color_picker.c [diff]
apps/gui/list.c [diff]
apps/keymaps/keymap-touchpad.c [deleted]
apps/keymaps/keymap-touchscreen.c [rename]
apps/main.c [diff]
apps/plugin.c [diff]
apps/plugin.h [diff]
apps/plugins/CATEGORIES [diff]
apps/plugins/battery_bench.c [diff]
apps/plugins/blackjack.c [diff]
apps/plugins/bounce.c [diff]
apps/plugins/brickmania.c [diff]
apps/plugins/calculator.c [diff]
apps/plugins/chessbox/chessbox_pgn.h [diff]
apps/plugins/chessclock.c [diff]
apps/plugins/chip8.c [diff]
apps/plugins/chopper.c [diff]
apps/plugins/cube.c [diff]
apps/plugins/doom/i_video.c [diff]
apps/plugins/fireworks.c [diff]
apps/plugins/flipit.c [diff]
apps/plugins/invadrox.c [diff]
apps/plugins/jewels.c [diff]
apps/plugins/jpeg.c [diff]
apps/plugins/lamp.c [diff]
apps/plugins/lib/SOURCES [diff]
...and 53 more files.
Maurus Cuelenaere
2008-08-23 08:34r18337: Updated Serbian translation by Ivan Pesic (FS #9310).
apps/lang/srpski.lang [diff]
Jonas Häggqvist
2008-08-22 22:40r18336: This file is no longer needed wps/cabbiev2/wpsbackdrop-128x64x1.bmp [deleted]
Peter D'Hoye
2008-08-22 22:23r18335: Accept FS #9276: Updated RWPS for iriver h1x0/h3x0 remotes (128x64x1) by Marianne Arnold wps/cabbiev2/bar-128x64x1.bmp [new]
wps/cabbiev2/battery-128x64x1.bmp [new]
wps/cabbiev2/lock-128x64x1.bmp [new]
wps/cabbiev2/pb-128x64x1.bmp [diff]
wps/cabbiev2/pbbackground-128x64x1.bmp [new]
wps/cabbiev2/playmode-128x64x1.bmp [new]
wps/cabbiev2/repeat-128x64x1.bmp [new]
wps/cabbiev2/shuffle-128x64x1.bmp [new]
wps/cabbiev2/volume-128x64x1.bmp [new]
wps/cabbiev2.128x64x1.wps [diff]
Peter D'Hoye
2008-08-22 22:03r18334: Apply automatic fixes to the Norwegian Nynorsk translation by copying dest strings into voice, where English uses the same value, and by mirroring empty phrases from English. In a few places, this will appear to remove translations, but these weren't used in the first place.
apps/lang/norsk-nynorsk.lang [diff]
Jonas Häggqvist
2008-08-22 21:52r18333: Updated Norwegian Nynorsk translation by Karl Ove Hufthammer (FS #9309).
apps/lang/norsk-nynorsk.lang [diff]
Jonas Häggqvist
2008-08-22 17:16r18332: rbutil: bootloader installation iaudio, create the FIRMWARE dir if it doesnt exist, or bootloader install will fail. rbutil/rbutilqt/installbootloader.cpp [diff]
Dominik Wenger
2008-08-21 21:49r18331: Fix some issues with the French translation, based on FS #9298 by Manuel Dejonghe.
apps/lang/francais.lang [diff]
Jonas Häggqvist
2008-08-21 20:01r18330: Add rough estimate for iPod 4G power consumption. Probably a little off, but better then using the Archos numbers. firmware/export/powermgmt.h [diff]
Michael Giacomelli
2008-08-21 15:18r18329: Oops fixe few mistakes.
apps/lang/francais.lang [diff]
Mustapha Senhaji
2008-08-21 14:56r18328: French language update. In bonus, few improvements and fixes by Cl?\195?\169ment Pit-Claudel (taken from FS #9141).
Remove an empty line from the english file, while I was here.
apps/lang/english.lang [diff]
apps/lang/francais.lang [diff]
docs/CREDITS [diff]
Mustapha Senhaji
2008-08-21 10:10r18327: Use cached memory for ata_write_sectors(). This seems to finally fix FS #8663
Thanks to Martin Ritter for finding out that the uncached accesses were somehow causing this

SERIALIZE_WRITES can probably be removed, but this requires a bit more testing first
firmware/usbstack/usb_storage.c [diff]
Frank Gevaerts
2008-08-20 22:57r18326: Fix broken h1x0 sim build by providing a stub for pcm_sample_rate() apps/recorder/recording.c [diff]
Peter D'Hoye
2008-08-20 22:33r18325: Recording screen: show spdif samplerate on SWCODEC targets (with spdif of course). To be adapted so this also works for HWCODEC. And to be tested as I have no cable around and a broken disk in my h120.... apps/recorder/recording.c [diff]
Peter D'Hoye
2008-08-20 21:38r18324: Recording screen: do not show L/R gain settings when recording mono; do not show gain (and AGC) at all when recording via spdif. apps/recorder/recording.c [diff]
Peter D'Hoye
2008-08-20 20:32r18323: properly remount the filesystem after usb disconnect with software usb
firmware/usb.c [diff]
Frank Gevaerts
2008-08-19 23:07r18322: Since several S/PDIF sources do not set the valnogood bit properly, valnogood shouldn't be considered as an error. firmware/target/coldfire/pcm-coldfire.c [diff]
Jens Arnold
2008-08-19 21:23r18321: Character set handling refinements:
- Default to UTF-8 for all I/O, including STDIO, removing the need to explicitly select UTF-8 in several places
- Let PerlIO check for valid UTF-8
- Cygwin/SAPI: Perl 5.8.8 breaks when asked to handle both UTF-16 and CRLF in PerlIO ('unexpected non-continuation byte'). Work around this by going back to manual CRLF handling.
tools/voice.pl [diff]
Jens Arnold
2008-08-19 20:20r18320: Fix a tiny error in the Simplified Chinese translation.
apps/lang/chinese-simp.lang [diff]
Jonas Häggqvist
2008-08-19 20:15r18319: Language updates:
* Updated Simplified Chinese by Jun Gu with syntax fixes by me (FS #9300)
* Non-translating updates to Czech and Thai by Robert Menes (FS #9303)
* Fix some syntax and consistency errors in Danish translation.
apps/lang/chinese-simp.lang [diff]
apps/lang/czech.lang [diff]
apps/lang/dansk.lang [diff]
apps/lang/thai.lang [diff]
Jonas Häggqvist
2008-08-19 19:39r18318: Accept FS #9301 by Christopher Williams: fix radio preset list after removing a preset apps/recorder/radio.c [diff]
Peter D'Hoye
2008-08-19 12:16r18317: Fix a problem with dict and checkbox where their internal buffer allocaters wernt actually fixing the amount of freespace after an alloc (Spotted and fixed by Daniel Weck)
apps/plugins/chessbox/chessbox_pgn.c [diff]
apps/plugins/dict.c [diff]
docs/CREDITS [diff]
Jonathan Gordon
2008-08-19 12:05r18316: dont let the database create a new playlist when party mode is on. (fixes FS #8292)
its not consistant with the filebrowser though, i.e you have to open the context menu for the item to add it to the playlist (whereas in the filebrowser it automatically gets queued if its selected)
still better than ignoreing the setting though
apps/tagtree.c [diff]
Jonathan Gordon
2008-08-19 11:55r18315: workaround for FS #8748 (possibly others) where playback might freeze or get confused if you try starting a new playlist when party mode is enabled.
It now will ignore the setting if you try starting playback if there is nothing already playing.
apps/filetree.c [diff]
Jonathan Gordon
2008-08-19 03:51r18312: Rockbox info: restore the 5seconds update delay to allow scrolling,
which I broke in r18309.
apps/menus/main_menu.c [diff]
Stéphane Doyon
2008-08-18 22:20r18311: Add NAND chip data for Samsung K9F4G08UOM (Sansa M230 512Mb) firmware/drivers/nand_id.c [diff]
Rob Purchase
2008-08-18 01:03r18310: Skip length: restore the ability to skip by just a few seconds
(which was the point of that feature).
See r18041.
apps/gui/gwps-common.c [diff]
apps/gui/gwps.c [diff]
apps/settings_list.c [diff]
Stéphane Doyon
2008-08-18 00:58r18309: Fix for issues in speaking the time in Rockbox Info screen (B#9167).
apps/gui/list.c [diff]
apps/menus/main_menu.c [diff]
Stéphane Doyon
2008-08-17 14:06r18308: Ensure every phrase has a "user:" line - currently they are all empty. apps/lang/english.lang [diff]
Dave Chapman
2008-08-17 14:03r18307: Remove quotes around the keyword deprecated - probably introduced by my translation page. Also some further tweaking of the Danish translation.
apps/lang/bulgarian.lang [diff]
apps/lang/catala.lang [diff]
apps/lang/chinese-simp.lang [diff]
apps/lang/chinese-trad.lang [diff]
apps/lang/dansk.lang [diff]
apps/lang/deutsch.lang [diff]
apps/lang/espanol.lang [diff]
apps/lang/greek.lang [diff]
apps/lang/japanese.lang [diff]
apps/lang/polski.lang [diff]
apps/lang/russian.lang [diff]
apps/lang/srpski.lang [diff]
apps/lang/tagalog.lang [diff]
Jonas Häggqvist
2008-08-17 13:47r18306: Sort Catalan lang file to the same order as english.lang - no other changes. apps/lang/catala.lang [diff]
Dave Chapman
2008-08-17 13:20r18305: Fix a single string in the Russian translation by Alexander Levin (FS #9290). Small fixes to the Danish translation.
apps/lang/dansk.lang [diff]
apps/lang/russian.lang [diff]
Jonas Häggqvist
2008-08-17 12:31r18304: Fix a problem reading some ID3v2.4 tags. The data length refers to the size of the frame without compression, unsynchronization and the like, so it should not be used when skipping unsupported frames in the file. firmware/id3.c [diff]
Magnus Holmgren
2008-08-17 12:25r18303: Add a -s option to genlang to sort a language file into the same order as english.lang tools/genlang [diff]
Dave Chapman
2008-08-17 12:01r18302: Updated Simplified Chinese translation by Jun Gu (FS #9283).
apps/lang/chinese-simp.lang [diff]
docs/CREDITS [diff]
Jonas Häggqvist
2008-08-17 10:05r18301: Set svn:keywords tools/mac-elf.h [diff]
Dave Chapman
2008-08-16 23:16r18300: More changes to the Catalan lang file - fixing empty/none strings, ensuring the Catalan phrases are always used for voice (not English), fixing the feature keywords, plus a few newly translated strings. There are still many strings needing translating though. apps/lang/catala.lang [diff]
Dave Chapman
2008-08-16 21:38r18299: Updated Tagalog translation by Melba Sitjar (FS #9289). Added as Tagalog maintainer as well.
apps/lang/tagalog.lang [diff]
docs/MAINTAINERS [diff]
Jonas Häggqvist
2008-08-16 17:52r18298: Translation updates:
- Russian by Alexander Levin
- Greek by Alexander Spyridakis
apps/lang/greek.lang [diff]
apps/lang/russian.lang [diff]
Jonas Häggqvist
2008-08-16 11:46r18296: Use maximum compression for 'make zip', 'make fullzip' and 'make 7zip' (reconfigure for the 7zip change to take effect). tools/buildzip.pl [diff]
tools/configure [diff]
Jens Arnold
2008-08-16 09:35r18295: The codec API was changed in r18121 in a backwards incompatible way, but the necessary API version bumps were omitted. apps/codecs.h [diff]
Jens Arnold
2008-08-15 23:35r18294: The high pass filter setting of the WM8731 seems to work the other way around. Disabling it removes the DC offset. This fixes FS #9248 firmware/drivers/audio/wm8731.c [diff]
Peter D'Hoye
2008-08-15 22:45r18293: Rework of the Hebrew translation - sort by English order, and small fixes by Tomer Shalev. Add him as Hebrew maintainer, and add myself as general translation maintainer.
apps/lang/hebrew.lang [diff]
docs/MAINTAINERS [diff]
Jonas Häggqvist
2008-08-15 21:59r18292: Make the wiki base url show up correctly in the html output.
manual/getting_started/main.tex [diff]
Dominik Riebeling
2008-08-15 20:52r18291: Updated Catalan translation. More work is needed though - a lot of strings are still untranslated from English. apps/lang/catala.lang [diff]
Dave Chapman
2008-08-15 19:19r18290: Greyscale iPods: Fix the default contrast in the bootloader and the core before settings are loaded. Especially important on 1st..3rd Gen as we're setting up the LCD controller quite a bit different than the OF on those. firmware/target/arm/ipod/lcd-gray.c [diff]
Jens Arnold
2008-08-15 17:22r18289: Print the actually selected voice in verbose mode, and try to figure out the vendor from the name for SAPI5 L&H voices if there is no vendor attribute. tools/sapi_voice.vbs [diff]
Jens Arnold
2008-08-15 16:49r18288: Change 18 char limit to (LCD_WIDTH/SYSFONT_WIDTH) in panicf() (FS #9282)
firmware/panic.c [diff]
Maurus Cuelenaere
2008-08-15 15:52r18287: Jz4740: get exception handling working
firmware/target/mips/ingenic_jz47xx/crt0.S [diff]
firmware/target/mips/ingenic_jz47xx/system-jz4740.c [diff]
Maurus Cuelenaere
2008-08-15 14:39r18286: Onda VX747:
* kill TABs in jz4740.h
* clean up LCD
* make CONFIG_ORIENTATION work in both ways
firmware/export/jz4740.h [diff]
firmware/target/mips/ingenic_jz47xx/lcd-jz4740.c [diff]
firmware/target/mips/ingenic_jz47xx/onda_vx747/lcd-onda_vx747.c [diff]
firmware/target/mips/ingenic_jz47xx/onda_vx747/sadc-onda_vx747.c [diff]
Maurus Cuelenaere
2008-08-15 09:47r18285: Ok, ok, strncpy is better here :P apps/plugins/properties.c [diff]
Nils Wallménius
2008-08-15 08:43r18284: Kill one more of the printf related warnings in gcc 4.3.1 apps/plugins/properties.c [diff]
Nils Wallménius
2008-08-15 08:40r18283: Adapt comment to the fact that the splash is removed apps/recorder/recording.c [diff]
Peter D'Hoye
2008-08-15 08:27r18282: FS #9281 Rename of splash functions.
* Remove gui_splash()
* Rename gui_syncsplash() to splashf() and remove its voice
capabilities.
* Rename the internal splash() to splash_internal() and introduce an
externally visible splash() that handles simple splashing without
printf functionality e.g. splash(HZ, ID2P(LANG_FOO)); or splash(HZ,
"foo"); if a LANG_* id is passed it will be voiced.
* Adjust all places that called gui_syncsplash() to use the correct
variant from above.
* Export both new functions to plugins and adjust places calling
rb->splash() to use the correct variant so that we now have naming
consistency between the core and plugins.
* Fix one latent bug that would cause my sim to crash with the above
changes and correct P2STR and P2ID macros, thanks to pondlife.
apps/action.c [diff]
apps/alarm_menu.c [diff]
apps/bookmark.c [diff]
apps/codecs.c [diff]
apps/debug_menu.c [diff]
apps/enc_config.c [diff]
apps/filetree.c [diff]
apps/filetypes.c [diff]
apps/gui/color_picker.c [diff]
apps/gui/gwps-common.c [diff]
apps/gui/option_select.c [diff]
apps/gui/pitchscreen.c [diff]
apps/gui/splash.c [diff]
apps/gui/splash.h [diff]
apps/main.c [diff]
apps/menus/main_menu.c [diff]
apps/menus/playback_menu.c [diff]
apps/menus/recording_menu.c [diff]
apps/menus/settings_menu.c [diff]
apps/misc.c [diff]
apps/onplay.c [diff]
apps/playback.c [diff]
apps/playlist.c [diff]
apps/playlist_catalog.c [diff]
apps/playlist_viewer.c [diff]
apps/plugin.c [diff]
apps/plugin.h [diff]
apps/plugins/bubbles.c [diff]
apps/plugins/iriverify.c [diff]
apps/plugins/jewels.c [diff]
...and 35 more files.
Nils Wallménius
2008-08-14 22:35r18281: Apply FS #9155 (Simplified battery bench). This is a simplification/rework of the current battery bench code. Battery measurements are now done simply once a minute (no more dependency on HDD specific timeouts) and are flushed to disk by using the ata_idle callback instead of polling ata_disk_is_active (this call is removed from the plugin API now) to make the plugin as unobtrusive as possible. This battery bench plugin also works for flash-based targets like sansa e200. apps/plugin.c [diff]
apps/plugin.h [diff]
apps/plugins/battery_bench.c [diff]
firmware/events.c [diff]
Bertrik Sikken
2008-08-14 21:49r18280: Add missing header file to plugins/zxbox/helpers.c apps/plugins/zxbox/helpers.c [diff]
Bertrik Sikken
2008-08-14 21:32r18279: Don't reset the language setting if it wasn't changed but the configuration saved.
rbutil/rbutilqt/configure.cpp [diff]
Dominik Riebeling
2008-08-14 19:47r18278: Update German translation. apps/lang/deutsch.lang [diff]
Marianne Arnold
2008-08-14 18:45r18277: Update Swedish translation. apps/lang/svenska.lang [diff]
Magnus Holmgren
2008-08-14 07:04r18276: Fix one printf format string warning by applying a simplification. apps/codecs.c [diff]
Jens Arnold
2008-08-13 22:41r18275: Fix translator for Qt strings overwriting the application translator (FS #9268).
rbutil/rbutilqt/main.cpp [diff]
Dominik Riebeling
2008-08-13 21:38r18274: gcc 4.3.1 quite rightfully warnings when printf-style functions use "format
not a string literal and no format arguments". Those occurances can (will?)
lead to future nasty and surprising bugs. These are just a few of a very large
amount of necessary fixes.
apps/menus/playback_menu.c [diff]
firmware/panic.c [diff]
Daniel Stenberg
2008-08-13 21:09r18273: Fix a small delay in updating the recording screen. This caused the screen not to update when changing settings fast (key repeat) apps/recorder/recording.c [diff]
Peter D'Hoye
2008-08-13 21:00r18272: Fix little mistake; thanks to Dave Hooper
utils/zenutils/source/zen_crypt/main.cpp [diff]
Maurus Cuelenaere
2008-08-13 20:07r18271: add some spacing to link the icons more clearly to their explanation in the text
manual/getting_started/main.tex [diff]
Frank Gevaerts
2008-08-13 19:43r18270: some minor edits
manual/getting_started/main.tex [diff]
Frank Gevaerts
2008-08-13 19:22r18269: Rename the 'Getting started' chapter to 'Introduction' and fix a typo manual/getting_started/main.tex [diff]
Nils Wallménius
2008-08-13 18:44r18268: Remove some irresponsible character set mangling from the Italian section of voice.pl. If this is really
needed, add it under each individual TTS engine that is confirmed to need this. And please use only UTF-8
in the script (binary data should be entered as \xe9 etc).
tools/voice.pl [diff]
Jonas Häggqvist
2008-08-13 16:37r18267: Updated Polish translation by Maciej Adamczak (FS #9275).
apps/lang/polski.lang [diff]
Jonas Häggqvist
2008-08-13 15:52r18266: Fix the language in the x5/m5 uninstallation instructions
manual/getting_started/installation.tex [diff]
Frank Gevaerts
2008-08-12 23:53r18265: Search-and-replace was a bit too excessive..
utils/zenutils/source/zen_crypt/main.cpp [diff]
Maurus Cuelenaere
2008-08-12 23:51r18264: Zenutils:
* Make update_extract work again
* Add other players to zen_crypt
* Change stricmp() calls to strcasecmp() in zen_crypt
utils/zenutils/source/shared/updater.cpp [diff]
utils/zenutils/source/zen_crypt/main.cpp [diff]
Maurus Cuelenaere
2008-08-12 22:01r18263: Made local functions static for vorbis and speex codecs apps/codecs/Tremor/floor0.c [diff]
apps/codecs/Tremor/framing.c [diff]
apps/codecs/Tremor/res012.c [diff]
apps/codecs/Tremor/sharedbook.c [diff]
apps/codecs/speex.c [diff]
apps/codecs/vorbis.c [diff]
Bertrik Sikken
2008-08-12 21:27r18262: Declare codec_main prototype in codecs.h to make sure every codec implements it correctly apps/codecs.h [diff]
Bertrik Sikken
2008-08-12 21:07r18261: Removed unused abort function implementation apps/codecs/mpa.c [diff]
apps/plugins/mpegplayer/alloc.c [diff]
Bertrik Sikken
2008-08-12 20:11r18260: plugin.h implements memcpy (etc) through MEM_FUNCTION_WRAPPERS so it should also include the proper header file for it apps/plugin.h [diff]
Bertrik Sikken
2008-08-12 19:53r18259: Language file fixes for Chinese (simplified and traditional), Russian, Finnish and Serbian. Some by me,
some by Robert Menes
(FS #9267). No
actual translation done.
apps/lang/chinese-simp.lang [diff]
apps/lang/chinese-trad.lang [diff]
apps/lang/finnish.lang [diff]
apps/lang/russian.lang [diff]
apps/lang/srpski.lang [diff]
Jonas Häggqvist
2008-08-12 17:33r18258: Fix a few syntax errors in the Japanese translation file.
apps/lang/japanese.lang [diff]
Jonas Häggqvist
2008-08-12 17:29r18257: Updated Japanese translation by Takumi Suzuki, Shunsuke Shimizu and Tadayuki Nishizono (FS #9148).

apps/lang/japanese.lang [diff]
docs/CREDITS [diff]
Jonas Häggqvist
2008-08-12 16:55r18256: Jz4740 tools:
* Add HXF2IHFS by William Poetra Yoga Hadisoeseno
* Don't do usb_set_configuration() calls on Linux in USB tool
utils/jz4740_tools/HXF2IHFS.c [new]
utils/jz4740_tools/IHFSsplit.c [diff]
utils/jz4740_tools/Makefile [diff]
utils/jz4740_tools/jz4740_usbtool.c [diff]
Maurus Cuelenaere
2008-08-12 15:39r18255: Use the generated feature to control inclusion of sections about different battery types, add 'battery type' to config file options manual/appendix/config_file_options.tex [diff]
manual/configure_rockbox/system_options.tex [diff]
manual/platform/ondiofm.tex [diff]
manual/platform/ondiosp.tex [diff]
Nils Wallménius
2008-08-12 15:15r18254: Update the config file options table, a bunch of options are still missing (we have way too many\!) and i put in a couple of fixme's, closes FS #9185 manual/appendix/config_file_options.tex [diff]
Nils Wallménius
2008-08-12 14:52r18253: Only print the header if we're running update.
tools/genlang [diff]
Jonas Häggqvist
2008-08-12 12:58r18252: Jz4740 USB utility:
* Fix potential segmentation faults
* Add support for the VX767
utils/jz4740_tools/jz4740_usbtool.c [diff]
Maurus Cuelenaere
2008-08-12 11:51r18251: Separate the feature for remote lcd inversion from main lcd inversion to fix a small manual bug apps/features.txt [diff]
apps/lang/arabic.lang [diff]
apps/lang/bulgarian.lang [diff]
apps/lang/catala.lang [diff]
apps/lang/chinese-simp.lang [diff]
apps/lang/chinese-trad.lang [diff]
apps/lang/czech.lang [diff]
apps/lang/dansk.lang [diff]
apps/lang/deutsch.lang [diff]
apps/lang/english.lang [diff]
apps/lang/espanol.lang [diff]
apps/lang/finnish.lang [diff]
apps/lang/francais.lang [diff]
apps/lang/greek.lang [diff]
apps/lang/hebrew.lang [diff]
apps/lang/italiano.lang [diff]
apps/lang/japanese.lang [diff]
apps/lang/magyar.lang [diff]
apps/lang/nederlands.lang [diff]
apps/lang/norsk-nynorsk.lang [diff]
apps/lang/norsk.lang [diff]
apps/lang/polski.lang [diff]
apps/lang/portugues-brasileiro.lang [diff]
apps/lang/romaneste.lang [diff]
apps/lang/russian.lang [diff]
apps/lang/srpski.lang [diff]
apps/lang/svenska.lang [diff]
apps/lang/tagalog.lang [diff]
apps/lang/thai.lang [diff]
Nils Wallménius
2008-08-11 22:47r18250: FS #9266 Add a table with supported audio formats to the manual manual/appendix/file_formats.tex [diff]
manual/rockbox_interface/main.tex [diff]
Nils Wallménius
2008-08-11 22:12r18249: Fix FS #8689 (the peak meter does not work during a playing after a recording not followed by a reboot) by applying the patch from FS #9227. apps/gui/gwps-common.c [diff]
Bertrik Sikken
2008-08-11 21:36r18248: Fix genlang to not remove the header from translation files.
tools/genlang [diff]
Jonas Häggqvist
2008-08-11 20:05r18247: Make wavrecord use the same recording directory as the core. apps/plugins/wavrecord.c [diff]
Jens Arnold
2008-08-11 18:32r18246: Adapt clip counter to compact view of recording screen apps/recorder/recording.c [diff]
Peter D'Hoye
2008-08-11 18:21r18245: A few fixes for the Brazilian Portuguese translation by Robert Menes. No actual translation work.
apps/lang/portugues-brasileiro.lang [diff]
Jonas Häggqvist
2008-08-11 16:18r18244: Non-translating changes to Russian, Hebrew and Danish translations.
apps/lang/dansk.lang [diff]
apps/lang/hebrew.lang [diff]
apps/lang/russian.lang [diff]
Jonas Häggqvist
2008-08-11 16:14r18243: Updated Brazilian Portuguese translation by Adilson Vicente Xavier (FS #9264).
apps/lang/portugues-brasileiro.lang [diff]
Jonas Häggqvist
2008-08-11 13:57r18242: r10544 changed the playlist reloading so you couldnt actually abort the process. This fixes it...
apps/playlist.c [diff]
Jonathan Gordon
2008-08-11 13:01r18241: Use shorter fields in sound_settings_info struct to save some bytes firmware/export/audiohw.h [diff]
Nils Wallménius
2008-08-10 21:44r18240: * Get interrupts working (but crashes after 10-30secs)
* Make current_tick increase
* Convert button driver into SADC driver
* Make touchscreen handling work better (still needs good calibration routine)
bootloader/ondavx747.c [diff]
firmware/SOURCES [diff]
firmware/target/mips/ingenic_jz47xx/kernel-jz4740.c [diff]
firmware/target/mips/ingenic_jz47xx/onda_vx747/button-onda_vx747.c [deleted]
firmware/target/mips/ingenic_jz47xx/onda_vx747/sadc-onda_vx747.c [rename]
firmware/target/mips/ingenic_jz47xx/system-jz4740.c [diff]
firmware/target/mips/ingenic_jz47xx/system-target.h [diff]
firmware/target/mips/ingenic_jz47xx/timer-jz4740.c [new]
firmware/target/mips/ingenic_jz47xx/timer-target.h [new]
Maurus Cuelenaere
2008-08-10 21:03r18239: Recording screen: show a more compact view if 6 lines do not fit but 4 do. Should help things on small screens or with big fonts. apps/recorder/recording.c [diff]
Peter D'Hoye
2008-08-10 20:19r18238: Use WMA windowing optimizations for AAC. Saves about 3.5MHz on Coldfire, and about 2 MHz on ARM. Thanks to amiconn for help with Coldfire ASM improvements. Next step: dump faad IMDCT. apps/codecs/libfaad/filtbank.c [diff]
Michael Giacomelli
2008-08-10 17:26r18237: Updated Finnish translation by Jani Kinnunen (FS #9261).
apps/lang/finnish.lang [diff]
Jonas Häggqvist
2008-08-10 14:36r18236: Commit FS #9156 by Tomer Shalev - Fix the fact that rockboxdev.sh does not abort when downloading fails
tools/rockboxdev.sh [diff]
Maurus Cuelenaere
2008-08-10 13:22r18235: ok, that was bigger than expected... reduce the max to 12 open dirs as a happy compromise.., If you still have errors rethink your directory layout
firmware/common/dir_uncached.c [diff]
firmware/common/dircache.c [diff]
Jonathan Gordon
2008-08-10 12:46r18234: "waste" a bit more RAM on targets with more than 8MB so more directories can be opened at the same time (most obvious when you have really deep directory trees)
closes FS #6410, FS #6512, FS #6514
firmware/common/dir_uncached.c [diff]
firmware/common/dircache.c [diff]
Jonathan Gordon
2008-08-10 08:35r18233: Update Dutch lang file apps/lang/nederlands.lang [diff]
Peter D'Hoye
2008-08-10 08:09r18232: fix FS #9259 - the trigger screen changes a while ago broke the trigger type setting
apps/settings_list.c [diff]
Jonathan Gordon
2008-08-10 02:31r18231: Actually put the output in IRAM this time by combining some buffers that weren't used at the same time. apps/codecs/libwma/mdct2.h [diff]
apps/codecs/libwma/wmadeci.c [diff]
apps/codecs/wma.c [diff]
Michael Giacomelli
2008-08-09 23:33r18230: Remove unneeded request_irq()
firmware/target/mips/ingenic_jz47xx/system-target.h [diff]
Maurus Cuelenaere
2008-08-09 23:31r18229: * Add interrupt handling (but still not working)
* Clean up linker script and bootup routines
bootloader/ondavx747.c [diff]
firmware/SOURCES [diff]
firmware/target/mips/ingenic_jz47xx/boot.lds [diff]
firmware/target/mips/ingenic_jz47xx/crt0.S [diff]
firmware/target/mips/ingenic_jz47xx/kernel-jz4740.c [new]
firmware/target/mips/ingenic_jz47xx/system-jz4740.c [diff]
firmware/target/mips/ingenic_jz47xx/system-target.h [diff]
Maurus Cuelenaere
2008-08-09 22:32r18228: Speed up WMA decoding on coldfire (14% speedup with a 128kbps test file). apps/codecs/libwma/wmadeci.c [diff]
Jens Arnold
2008-08-09 19:59r18227: Remove some garbage from the Italian translation.
apps/lang/italiano.lang [diff]
Jonas Häggqvist
2008-08-09 14:28r18226: Fix the feature on which one deprecated string depends. It got accidentally changed in the recsreen ui remake and could mess up the string order in translations for targets with recording but without agc apps/lang/english.lang [diff]
Nils Wallménius
2008-08-09 11:43r18225: Fix problem with utf8 playlists containing a BOM breaking all entries but the first -- the index calculation needs to take the BOM size into account.
apps/playlist.c [diff]
Dominik Riebeling
2008-08-08 21:04r18224: Add 4 extended latin letters which are needed for Czech and Polish, and an additional Greek letter that comes almost for free. firmware/drivers/lcd-charset-player.c [diff]
Jens Arnold
2008-08-08 20:58r18223: Also have the peakmeter menu shown inside the recording menu, because there is a big chance you want to teak them from inside the recording screen. Also makes the clipcounter setting available there. apps/menus/exported_menus.h [diff]
apps/menus/recording_menu.c [diff]
Peter D'Hoye
2008-08-08 19:23r18222: Add greek glyphs, and tweak some cyrillic glyphs. fonts/rockfont-8.bdf [diff]
Jens Arnold
2008-08-08 17:21r18221: Updated italian lang file. apps/lang/italiano.lang [diff]
Alessio Lenzi
2008-08-08 15:23r18220: Add glyphs for cyrillic, non-breaking space, and a default glyph. fonts/rockfont-8.bdf [diff]
Jens Arnold
2008-08-08 13:55r18219: Fix a few quirks, and add glyphs for Latin extended A. fonts/rockfont-8.bdf [diff]
Jens Arnold
2008-08-08 08:35r18218: Let PerlIO also do the LF<->CRLF conversion for SAPI. tools/voice.pl [diff]
Jens Arnold
2008-08-07 21:35r18217: Update Dutch lang file apps/lang/nederlands.lang [diff]
Peter D'Hoye
2008-08-07 21:16r18216: Silence some warnings in voice.pl by setting the encoding to UTF-8. Output on Cygwin will be wrong if using verbose mode.
tools/voice.pl [diff]
Jonas Häggqvist
2008-08-07 20:51r18215: Updated Hebrew translation by Tomer Shalev (FS #9249).
apps/lang/hebrew.lang [diff]
Jonas Häggqvist
2008-08-07 20:04r18214: Fix $ tools/voice.pl [diff]
Jens Arnold
2008-08-07 20:00r18213: Fix SAPI voice file generation on multibyte windows variants (japanese, probably others, see FS #9246). This gets rid of the conversion in the VBScript (which relied on unsafe assumptions about charset conversion in windows), and lets PerlIO do the work instead. tools/sapi_voice.vbs [diff]
tools/voice.pl [diff]
Jens Arnold
2008-08-07 14:32r18212: Updated Russian translation by Dennis Ivanov.
apps/lang/russian.lang [diff]
Jonas Häggqvist
2008-08-07 14:10r18211: Updated Danish translation.
apps/lang/dansk.lang [diff]
Jonas Häggqvist
2008-08-07 12:09r18210: Deprecate unused sysfont string apps/lang/english.lang [diff]
Nils Wallménius
2008-08-07 11:48r18209: Style police, trigStat -> trig_stat apps/recorder/recording.c [diff]
Nils Wallménius
2008-08-07 11:23r18208: Fix H10 bootloader locking up if the scroll pad was touched. May also fix any other lock ups from trying to read from the adc in the bootloader. bootloader/main-pp.c [diff]
Barry Wardell
2008-08-07 10:26r18207: Better check what happened after doing search-and-replace all..
utils/jz4740_tools/Makefile [diff]
Maurus Cuelenaere
2008-08-07 10:24r18206: jz4740 utilities:
* Fix TABs problem
* Add IHFSsplit made by William Poetra Yoga Hadisoeseno
* Fix compilation warnings
utils/jz4740_tools/HXFmerge.c [diff]
utils/jz4740_tools/HXFreplace.c [diff]
utils/jz4740_tools/HXFsplit.c [diff]
utils/jz4740_tools/IHFSsplit.c [new]
utils/jz4740_tools/Makefile [diff]
utils/jz4740_tools/jz4740_usbtool.c [diff]
Maurus Cuelenaere
2008-08-06 21:18r18205: Add iAudio M3 port and maintainer. docs/MAINTAINERS [diff]
Jens Arnold
2008-08-06 21:07r18204: * Add myself to some areas in docs/MAINTAINERS
* Add lcd_call_enable_hook() call
docs/MAINTAINERS [diff]
firmware/target/mips/ingenic_jz47xx/lcd-jz4740.c [diff]
Maurus Cuelenaere
2008-08-06 20:39r18203: * Add basic (non-working) support for NAND flash
* Add panicf() handling
* Add not-yet-enabled dma acceleration
* Other (minor) fixes
bootloader/ondavx747.c [diff]
firmware/export/jz4740.h [diff]
firmware/panic.c [diff]
firmware/target/mips/ingenic_jz47xx/ata-nand-jz4740.c [diff]
firmware/target/mips/ingenic_jz47xx/boot.lds [diff]
firmware/target/mips/ingenic_jz47xx/crt0.S [diff]
firmware/target/mips/ingenic_jz47xx/dma_acc-jz4740.c [new]
firmware/target/mips/ingenic_jz47xx/system-jz4740.c [diff]
firmware/target/mips/ingenic_jz47xx/system-target.h [diff]
firmware/thread.c [diff]
Maurus Cuelenaere
2008-08-06 20:12r18202: First step of the recording screen redesign. The screen is split into a fixed top part containing essential data and the peakmeters/triggerbar, and a bottom part that is in fact a list. The list contains the items that can be changed, and also some stuff that isn't important enough to be on the top part, like the filename. That filename is now shown completely. If the font is too big to have 6 lines on the display, sysfont is used. apps/lang/english.lang [diff]
apps/menus/recording_menu.c [diff]
apps/recorder/peakmeter.c [diff]
apps/recorder/peakmeter.h [diff]
apps/recorder/recording.c [diff]
apps/settings_list.c [diff]
Peter D'Hoye
2008-08-06 18:38r18201: Bugfix: Printing the unknown vendor warning to StdOut made it not appear in the console, and confused voice.pl. tools/sapi_voice.vbs [diff]
Jens Arnold
2008-08-06 16:35r18200: Updated Russian translation by Dennis Ivanov (FS #9244).
apps/lang/russian.lang [diff]
docs/CREDITS [diff]
Jonas Häggqvist
2008-08-05 23:32r18199: Fix problems (mostly not noticable to user) reported in norwegian translation.
apps/lang/norsk.lang [diff]
Thom Johansen
2008-08-05 20:17r18198: Apply FS #9195 (LCD disable for sansa c200), which puts the sansa c200 display controller in standby when the backlight is turned off and thereby improves runtime. I measured 40 minutes improvement over a runtime of about 14h. firmware/export/config-c200.h [diff]
firmware/target/arm/sandisk/sansa-c200/lcd-c200.c [diff]
Bertrik Sikken
2008-08-05 19:45r18197: Fix sansa c200 battery type comment. firmware/target/arm/sandisk/sansa-c200/powermgmt-c200.c [diff]
Bertrik Sikken
2008-08-04 21:01r18196: Handle SAPI5 voices without vendor attribute (reported for japanese L&H engines - see FS #9148). tools/sapi_voice.vbs [diff]
Jens Arnold
2008-08-04 19:44r18195: Updated dutch voice translations apps/lang/nederlands.lang [diff]
Bertrik Sikken
2008-08-04 19:33r18194: Rename africaans to afrikaans rbutil/rbutilqt/rbutil.ini [diff]
Bertrik Sikken
2008-08-04 18:34r18193: Add Thomas Schott to CREDITS for fixing FS #9203 (WPS gets corrupted after changing status bar setting) docs/CREDITS [diff]
Bertrik Sikken
2008-08-04 17:45r18192: Apply fix for FS #9203 (WPS gets corrupted after changing status bar setting) by Thomas Schott apps/gui/gwps.c [diff]
Bertrik Sikken
2008-08-03 22:47r18191: A bit of code police, no functional changes apps/recorder/radio.c [diff]
Peter D'Hoye
2008-08-03 22:02r18190: Fix FS #9237 (Mismatch in voiced and displayed buffer size). apps/lang/bulgarian.lang [diff]
apps/lang/chinese-simp.lang [diff]
apps/lang/chinese-trad.lang [diff]
apps/lang/czech.lang [diff]
apps/lang/dansk.lang [diff]
apps/lang/deutsch.lang [diff]
apps/lang/english.lang [diff]
apps/lang/espanol.lang [diff]
apps/lang/finnish.lang [diff]
apps/lang/francais.lang [diff]
apps/lang/greek.lang [diff]
apps/lang/hebrew.lang [diff]
apps/lang/italiano.lang [diff]
apps/lang/japanese.lang [diff]
apps/lang/magyar.lang [diff]
apps/lang/nederlands.lang [diff]
apps/lang/norsk-nynorsk.lang [diff]
apps/lang/norsk.lang [diff]
apps/lang/polski.lang [diff]
apps/lang/portugues-brasileiro.lang [diff]
apps/lang/romaneste.lang [diff]
apps/lang/russian.lang [diff]
apps/lang/srpski.lang [diff]
apps/lang/svenska.lang [diff]
apps/lang/tagalog.lang [diff]
apps/lang/thai.lang [diff]
apps/menus/main_menu.c [diff]
Bertrik Sikken
2008-08-03 20:20r18189: Don't over-quote additional command line options for external TTS.
rbutil/rbutilqt/tts.cpp [diff]
Dominik Riebeling
2008-08-03 19:40r18188: Bring the Danish translation in line with English.
apps/lang/dansk.lang [diff]
Jonas Häggqvist
2008-08-03 19:32r18187: Prepare Creative bootloader compilation for future dual boot integration
bootloader/Makefile [diff]
tools/configure [diff]
tools/creative.c [diff]
tools/creative.h [diff]
tools/scramble.c [diff]
Maurus Cuelenaere
2008-08-02 21:32r18186: Fix voicing of incorrect run time (top time instead of run time). Simplify runtime callback a bit. apps/screens.c [diff]
Bertrik Sikken
2008-08-02 20:39r18185: Unify opening of utf-8 files (FS #6203). This also adds ignoring the BOM in several places it has been missing (as FS #6071).
apps/cuesheet.c [diff]
apps/gui/wps_parser.c [diff]
apps/misc.c [diff]
apps/misc.h [diff]
apps/playlist.c [diff]
apps/recorder/keyboard.c [diff]
apps/recorder/radio.c [diff]
apps/settings.c [diff]
Dominik Riebeling
2008-08-02 18:51r18184: Some minor fixes to italian translation. apps/lang/italiano.lang [diff]
Alessio Lenzi
2008-08-02 16:40r18183: rbutil: try to detect position of tts executeables without opening the config window. rbutil/rbutilqt/tts.cpp [diff]
rbutil/rbutilqt/tts.h [diff]
rbutil/rbutilqt/ttsgui.cpp [diff]
Dominik Wenger
2008-08-02 11:20r18179: Commit FS #9228 thanks to Alex Parker
tools/rockboxdev.sh [diff]
Maurus Cuelenaere
2008-08-01 19:33r18176: Apply FS #9217 - Rockpaint line-drawing function, replace line-drawing algorithm by better looking bresenham algorithm apps/plugins/rockpaint.c [diff]
Bertrik Sikken
2008-08-01 11:42r18169: Improved README for sansapatcher, contributed by Ori Avtalion, slightly modified by me. docs/CREDITS [diff]
rbutil/sansapatcher/README [diff]
Dave Chapman
2008-08-01 11:19r18168: Commit second version of FS #9158 (Tomer Shalev) with spelling fix
tools/rockboxdev.sh [diff]
Maurus Cuelenaere
2008-07-31 22:45r18166: Fix some issues with hebrew.lang. Not all are fixed, the maintainer should have a look at this... apps/lang/hebrew.lang [diff]
Peter D'Hoye
2008-07-31 19:26r18165: Install a second translator for using the internal translation of Qt's widgets. Embedding them into the resources is still missing.
rbutil/rbutilqt/main.cpp [diff]
Dominik Riebeling
2008-07-30 23:12r18163: Set svn:keywords on the last remaining file. I'm done now. Really.
apps/lang/eesti.lang [diff]
Jonas Häggqvist
2008-07-30 23:10r18162: Add Manuel Dejonghe back to the German credits, document where Joao came from, and set svn:keywords on a few missing files.
apps/lang/arabic.lang [diff]
apps/lang/deutsch.lang [diff]
apps/lang/portugues-brasileiro.lang [diff]
apps/lang/portugues.lang [diff]
apps/lang/tagalog.lang [diff]
apps/lang/thai.lang [diff]
Jonas Häggqvist
2008-07-30 21:57r18161: Remove another entry which seems to be a mistake.
apps/lang/deutsch.lang [diff]
Jonas Häggqvist
2008-07-30 21:38r18160: Updated Polish translation by Maciej Adamczak (closes FS #9151)
apps/lang/polski.lang [diff]
Jonas Häggqvist
2008-07-30 21:34r18159: Forgot to remove this one which didn't belong.
apps/lang/francais.lang [diff]
Jonas Häggqvist
2008-07-30 21:23r18158: Add a Rockbox header, and a list detailing who contributed to all language files. Please try to keep this updated.
apps/lang/afrikaans.lang [diff]
apps/lang/arabic.lang [diff]
apps/lang/bulgarian.lang [diff]
apps/lang/catala.lang [diff]
apps/lang/chinese-simp.lang [diff]
apps/lang/chinese-trad.lang [diff]
apps/lang/czech.lang [diff]
apps/lang/dansk.lang [diff]
apps/lang/deutsch.lang [diff]
apps/lang/eesti.lang [diff]
apps/lang/english.lang [diff]
apps/lang/espanol.lang [diff]
apps/lang/esperanto.lang [diff]
apps/lang/finnish.lang [diff]
apps/lang/francais.lang [diff]
apps/lang/galego.lang [diff]
apps/lang/greek.lang [diff]
apps/lang/hebrew.lang [diff]
apps/lang/hindi.lang [diff]
apps/lang/islenska.lang [diff]