Rockbox Logo

Commits since 3.0

whenwhatwherewho
2009-01-06 11:35r19698: A couple of small fixes for the gigabeat s manual. manual/appendix/file_formats.tex [diff]
manual/configure_rockbox/system_options.tex [diff]
manual/platform/keymap-gigabeats.tex [diff]
manual/rockbox_interface/main.tex [diff]
Nils Wallménius
2009-01-06 02:58r19697: Rewrote the H100 blind description to use better wording and to be
more in line with other descriptions from other DAPs. Also did some
touchups on the H300 description, along with some tiny little edits
to use better puncuation.
manual/rockbox_interface/main.tex [diff]
Robert Menes
2009-01-06 02:57r19696: Oops, the previous commit included the wrong version of the svg. This is the one used to generate the accompanying pdf manual/rockbox_interface/images/gigabeats-front.svg [diff]
Dave Chapman
2009-01-06 02:50r19695: Make the Gigabeat S manual build again. The gigabeats-front.pdf image still needs more work - I resized the SVG to get this far, but something still isn't right. manual/platform/keymap-gigabeats.tex [diff]
manual/rockbox_interface/images/gigabeats-front.pdf [new]
manual/rockbox_interface/images/gigabeats-front.svg [diff]
Dave Chapman
2009-01-06 02:28r19694: Remove the BOM from english.lang apps/lang/english.lang [diff]
Marc Guay
2009-01-05 23:39r19691: fix the delay between exiting a plugin and having the statusbar drawn. Does plugin_load() really need to clear both displays?
apps/plugin.c [diff]
Jonathan Gordon
2009-01-05 23:25r19690: Try it again. apps/lang/english.lang [diff]
Marc Guay
2009-01-05 23:13r19689: Revert 19687 apps/lang/english.lang [diff]
Marc Guay
2009-01-05 22:32r19688: Now in UTF-8 apps/lang/english.lang [diff]
Marc Guay
2009-01-05 22:30r19687: Switch the Credits lang back to Version and add a new one for Version. apps/lang/english.lang [diff]
Marc Guay
2009-01-05 10:57r19686: Unless I'm severely mistaken, we can drop a thread slot now since mpegplayer creates one less thread. firmware/export/thread.h [diff]
Mike Sevakis
2009-01-05 10:48r19685: Better just do some cache maintenence there for good luck. apps/playback.c [diff]
Mike Sevakis
2009-01-05 10:31r19684: Have the codec thread do callbacks instead of messing with the stack which is much simpler and safer. Remove threads array from plugin API since it now serves no purpose. Up minimum API version and sort. apps/playback.c [diff]
apps/playback.h [diff]
apps/plugin.c [diff]
apps/plugin.h [diff]
apps/plugins/mpegplayer/audio_thread.c [diff]
apps/plugins/test_codec.c [diff]
Mike Sevakis
2009-01-05 10:25r19683: temporarilty disable the statusbar in the keyboard because it doesnt use viewports and this is the easier fix than reworking the screen
apps/recorder/keyboard.c [diff]
Jonathan Gordon
2009-01-05 10:13r19682: fix red and yellow
apps/debug_menu.c [diff]
apps/screens.c [diff]
Jonathan Gordon
2009-01-05 09:59r19681: redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE event every time get_action() is called. The event wont be as realiable (timewise) as before, but seems to work better
This also fixes FS #9761.
Also set the lcd font back to the ui font from the debug screens which use sysfont
apps/action.c [diff]
apps/appevents.h [diff]
apps/debug_menu.c [diff]
apps/gui/gwps.c [diff]
apps/gui/list.c [diff]
apps/gui/viewport.c [diff]
apps/gui/yesno.c [diff]
apps/main.c [diff]
apps/menus/eq_menu.c [diff]
apps/misc.c [diff]
firmware/export/kernel.h [diff]
Jonathan Gordon
2009-01-05 07:50r19680: "fix" FS #9757 by handing the statusbar redraw event more correctly... the eqscreen needs to be converted to viewports to display the statusbar.
fix the colour chooser screen to work with the bar redraw also
apps/gui/color_picker.c [diff]
apps/menus/eq_menu.c [diff]
Jonathan Gordon
2009-01-05 02:29r19679: rockdoom: Mixing 512 samples in an interrupt handler is too much. Gigabeast FIFOs are very tight and it will channel swap and crackle. It's better to minimize time in the audio callback anyway so change it to 128. It should probably even be 64. Use faster saturation code too. apps/plugins/doom/i_sound.c [diff]
Mike Sevakis
2009-01-05 00:09r19678: fix typo. apps/plugins/jpeg/jpeg.h [diff]
Michael Giacomelli
2009-01-05 00:06r19677: Update copyright headers for 2009 since they're new files. firmware/target/arm/imx31/gigabeat-s/timer-imx31.c [diff]
firmware/target/arm/imx31/gigabeat-s/timer-target.h [diff]
Mike Sevakis
2009-01-05 00:00r19676: Gigabeat S: Get timer API working. metronome will work now. firmware/SOURCES [diff]
firmware/export/timer.h [diff]
firmware/target/arm/imx31/gigabeat-s/timer-imx31.c [new]
firmware/target/arm/imx31/gigabeat-s/timer-target.h [new]
firmware/timer.c [diff]
Mike Sevakis
2009-01-04 23:33r19673: Commit FS #9617 - Keymaps for Plugins fuze by Thomas Martitz. apps/plugins/battery_bench.c [diff]
apps/plugins/blackjack.c [diff]
apps/plugins/bounce.c [diff]
apps/plugins/brickmania.c [diff]
apps/plugins/bubbles.c [diff]
apps/plugins/calculator.c [diff]
apps/plugins/calendar.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/dict.c [diff]
apps/plugins/doom/i_video.c [diff]
apps/plugins/euroconverter.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/jpeg.h [diff]
apps/plugins/keybox.c [diff]
apps/plugins/lamp.c [diff]
apps/plugins/lib/pluginlib_actions.c [diff]
apps/plugins/logo.c [diff]
apps/plugins/mandelbrot.c [diff]
apps/plugins/matrix.c [diff]
apps/plugins/midi/midiplay.c [diff]
apps/plugins/minesweeper.c [diff]
apps/plugins/mosaique.c [diff]
apps/plugins/mp3_encoder.c [diff]
...and 35 more files.
Michael Giacomelli
2009-01-04 21:49r19672: remove extra include of core bmp.c from a previous attempt at pluginlib scaler apps/plugins/lib/bmp.c [diff]
Andrew Mahone
2009-01-04 21:22r19671: build a scaling-enabled bitmap loader in pluginlib for mono bitmap targets, and use it in the test greylib scaler plugin
apps/plugins/lib/SOURCES [diff]
apps/plugins/lib/bmp.c [diff]
apps/plugins/lib/core_bmp.c [new]
apps/plugins/lib/core_resize.c [new]
apps/plugins/test_greylib_bitmap_scale.c [diff]
apps/recorder/bmp.c [diff]
apps/recorder/bmp.h [diff]
apps/recorder/resize.c [diff]
apps/recorder/resize.h [diff]
Andrew Mahone
2009-01-04 20:14r19670: Updated italian translation. apps/lang/italiano.lang [diff]
Alessio Lenzi
2009-01-04 17:41r19669: MP4/AAC: Add support for album artist tags written by Foobar2000. Closes FS #9723. apps/metadata/mp4.c [diff]
Magnus Holmgren
2009-01-04 15:48r19668: Group source files common to all current as3525 targets under '#if CONFIG_CPU == AS3525'.
firmware/SOURCES [diff]
Bertrik Sikken
2009-01-04 05:36r19667: minor code reshuffle to not call viewport_set_default so often
apps/gui/statusbar.c [diff]
Jonathan Gordon
2009-01-04 01:39r19666: Remove executable property that somehow got set utils/MTP/beastdump.c [diff]
Michael Giacomelli
2009-01-04 01:34r19665: Commit utility to dump the OF from a rockboxed Gigabeat S. Searches the partition for deleted nk.bin and restores it. Should work if run immediately after install the bootloader, but may not work later. Current version asks the user to md5sum the file, but probably should do it automatically. utils/MTP/beastdump.c [new]
Michael Giacomelli
2009-01-03 22:40r19664: Cleaner solution to plugin-included core files. apps/plugins/doom/SOURCES [diff]
apps/plugins/doom/doom.make [diff]
apps/plugins/rockboy/rockboy.make [diff]
Björn Stenberg
2009-01-03 19:50r19663: List sscanf.c in SOURCES instead of doom.make apps/plugins/doom/SOURCES [diff]
apps/plugins/doom/doom.make [diff]
Björn Stenberg
2009-01-03 17:57r19662: FS# 9752 by Melba Sitjar: Added missing strings to Tagalog language.
apps/lang/tagalog.lang [diff]
Robert Menes
2009-01-03 15:55r19661: Fix remaining red. uisimulator/common/lcd-common.c [diff]
uisimulator/common/stubs.c [diff]
Nils Wallménius
2009-01-03 14:20r19660: Change System->Version to System->Credits. Closes FS #9620. apps/lang/english.lang [diff]
manual/main_menu/main.tex [diff]
Marc Guay
2009-01-03 14:16r19659: Fix links and spacing in Quick Screen section. manual/configure_rockbox/playback_options.tex [diff]
manual/main_menu/main.tex [diff]
Marc Guay
2009-01-03 14:00r19658: fix yellow
apps/plugins/lamp.c [diff]
Jonathan Gordon
2009-01-03 13:41r19657: Fix some reds. apps/settings.h [diff]
apps/settings_list.c [diff]
Nils Wallménius
2009-01-03 13:27r19656: a few more button/statusbar fixes...
* hopefully fix the last of the plugins which dont handle the enw SYS event.
* fix FS #9750 - WPS's which dont specify (or force the wps on) wernt showing the statusbar at all
* lamp, battery_bench, *_flash button handling fixes
* plugins using the core menu code will again show the statusbar

apps/gui/gwps-common.c [diff]
apps/gui/statusbar.c [diff]
apps/menu.c [diff]
apps/plugins/battery_bench.c [diff]
apps/plugins/firmware_flash.c [diff]
apps/plugins/iriver_flash.c [diff]
apps/plugins/lamp.c [diff]
apps/plugins/rockbox_flash.c [diff]
Jonathan Gordon
2009-01-03 12:48r19655: Reorder of user_settings, cleaned out some unused settings grouped settings depending on the same preprocessor defines together a bit more to make it more readable, updated some comments. Plugin api bump and the wps token for 12/24 hour clock setting is now excluded for non rtc targets apps/gui/gwps-common.c [diff]
apps/plugin.h [diff]
apps/settings.c [diff]
apps/settings.h [diff]
Nils Wallménius
2009-01-03 07:29r19654: Gigabeat S: Ensure a few more clocks are stopped for things we aren't using at the moment. firmware/target/arm/imx31/gigabeat-s/system-imx31.c [diff]
Mike Sevakis
2009-01-03 01:43r19653: Fix typo in r19651. manual/main_menu/main.tex [diff]
Marc Guay
2009-01-03 01:41r19652: Apply some KISS philosophy to dealing with versioning in the manuals as per discussion with gevaerts. manual/getting_started/installation.tex [diff]
manual/platform/c200.tex [diff]
manual/platform/e200.tex [diff]
manual/platform/gigabeatf.tex [diff]
manual/platform/gigabeats.tex [diff]
manual/platform/h10.tex [diff]
manual/platform/h100.tex [diff]
manual/platform/h10_5gb.tex [diff]
manual/platform/h300.tex [diff]
manual/platform/ipod1g2g.tex [diff]
manual/platform/ipod3g.tex [diff]
manual/platform/ipod4g.tex [diff]
manual/platform/ipodcolor.tex [diff]
manual/platform/ipodmini.tex [diff]
manual/platform/ipodnano.tex [diff]
manual/platform/ipodvideo.tex [diff]
manual/platform/m5.tex [diff]
manual/platform/mrobe100.tex [diff]
manual/platform/ondiofm.tex [diff]
manual/platform/ondiosp.tex [diff]
manual/platform/player.tex [diff]
manual/platform/recorder.tex [diff]
manual/platform/recorderv2fm.tex [diff]
manual/platform/x5.tex [diff]
Marc Guay
2009-01-03 01:31r19651: Tighten up the quick screen button description. manual/main_menu/main.tex [diff]
Marc Guay
2009-01-03 01:21r19650: Add the customisable quick screen to the manual. Closes FS #9524. manual/configure_rockbox/playback_options.tex [diff]
manual/main_menu/main.tex [diff]
Marc Guay
2009-01-03 01:05r19649: Add the virtual keyboard paging keys. Closes FS #8839. manual/rockbox_interface/browsing_and_playing.tex [diff]
Marc Guay
2009-01-03 00:14r19648: Sansa Clip: simplify keymap for button_context_right_is_inc. This fixes moving around in the graphical equalizer
screen.
apps/keymaps/keymap-clip.c [diff]
Bertrik Sikken
2009-01-02 22:44r19647: merge r19537 from the 3.1 branch (use correct version numbers)
manual/getting_started/installation.tex [diff]
manual/platform/c200.tex [diff]
manual/platform/e200.tex [diff]
manual/platform/gigabeatf.tex [diff]
manual/platform/h10.tex [diff]
manual/platform/h100.tex [diff]
manual/platform/h10_5gb.tex [diff]
manual/platform/h300.tex [diff]
manual/platform/ipod1g2g.tex [diff]
manual/platform/ipod3g.tex [diff]
manual/platform/ipod4g.tex [diff]
manual/platform/ipodcolor.tex [diff]
manual/platform/ipodmini.tex [diff]
manual/platform/ipodnano.tex [diff]
manual/platform/ipodvideo.tex [diff]
manual/platform/m5.tex [diff]
manual/platform/mrobe100.tex [diff]
manual/platform/ondiofm.tex [diff]
manual/platform/ondiosp.tex [diff]
manual/platform/player.tex [diff]
manual/platform/recorder.tex [diff]
manual/platform/recorderv2fm.tex [diff]
manual/platform/x5.tex [diff]
Frank Gevaerts
2009-01-02 22:17r19646: Fix the InGame menu keymaps. Closes FS #9672. manual/plugins/doom.tex [diff]
Marc Guay
2009-01-02 21:54r19645: Remove old sentence from Main Menu -> System section. Closes FS #9705. manual/main_menu/main.tex [diff]
Marc Guay
2009-01-02 21:45r19644: Remove reference to 3.0 from the installation chapter. Closes FS #9704. manual/getting_started/installation.tex [diff]
Marc Guay
2009-01-02 21:43r19643: static/const/#include/tab police on various files
apps/codecs/demac/libdemac/crc.c [diff]
apps/iap.c [diff]
apps/main.c [diff]
apps/recorder/resize.c [diff]
firmware/target/arm/ascodec-pp.c [diff]
Bertrik Sikken
2009-01-02 12:47r19642: Speed up Player build a bit by not building a useless sysfont.o. firmware/firmware.make [diff]
Jens Arnold
2009-01-02 11:21r19641: Small binsize optimization and likely a tiny speedup too firmware/export/audiohw.h [diff]
firmware/sound.c [diff]
Nils Wallménius
2009-01-02 07:15r19640: fix FS #9743: plugins using rb->do_menu() were dropped 8 pixels..
please oh please let this be the last fix :p
apps/gui/list.c [diff]
Jonathan Gordon
2009-01-02 04:35r19639: Add the sim build for the Philips HDD1630. uisimulator/sdl/UI-hdd1630.bmp [new]
uisimulator/sdl/button.c [diff]
uisimulator/sdl/uisdl.h [diff]
Mark Arigo
2009-01-02 03:30r19638: FS #9742 - hopefully the last of these
apps/plugins/credits.c [diff]
Jonathan Gordon
2009-01-02 03:16r19637: Add very rough battery life estimateion for iPod minis. Also, update Sansav1 estimation while I'm at it. firmware/export/config-c200.h [diff]
firmware/export/config-e200.h [diff]
firmware/export/config-ipodmini.h [diff]
firmware/export/config-ipodmini2g.h [diff]
Michael Giacomelli
2009-01-02 01:43r19636: woops... fix the header and bump the plugin API
apps/gui/gwps.c [diff]
apps/plugin.c [diff]
apps/plugin.h [diff]
Jonathan Gordon
2009-01-02 01:29r19635: More SYS_FOURHERTZ handling fixes.. (FS #9740 FS #9741)
apps/action.c [diff]
apps/gui/gwps.c [diff]
apps/gui/list.c [diff]
apps/gui/viewport.c [diff]
apps/gui/viewport.h [diff]
apps/screens.c [diff]
Jonathan Gordon
2009-01-01 19:54r19634: Fix (USB) serial logf()
firmware/logf.c [diff]
Maurus Cuelenaere
2009-01-01 13:17r19633: Fix building invadrog with DEBUG defined, patch by Yoshihisa Uchida, FS #9737 apps/plugins/invadrox.c [diff]
Nils Wallménius
2009-01-01 13:12r19632: bah, the filetree does the same spindown handling as the WPS so fix it there also
apps/tree.c [diff]
Jonathan Gordon
2009-01-01 05:12r19631: try again... BUTTON_NONE is not a sys event :p
apps/gui/gwps.c [diff]
Jonathan Gordon
2009-01-01 05:04r19630: fis FS #9739 - yesterdays statusbar commits broke the WPS disk spindown handling
apps/gui/gwps.c [diff]
Jonathan Gordon
2008-12-31 21:02r19629: Updated Fuze button code. FS #9645 by Thomas Martitz. apps/keymaps/keymap-fuze.c [diff]
firmware/target/arm/as3525/clock-target.h [diff]
firmware/target/arm/as3525/sansa-fuze/button-fuze.c [diff]
firmware/target/arm/as3525/sansa-fuze/button-target.h [diff]
Björn Stenberg
2008-12-31 18:15r19628: Ingenic Jz4740:
* Fix compiling
* More USB work
firmware/export/jz4740.h [diff]
firmware/target/mips/ingenic_jz47xx/usb-jz4740.c [diff]
Maurus Cuelenaere
2008-12-31 17:36r19627: correct wrong logf
firmware/usbstack/usb_storage.c [diff]
Frank Gevaerts
2008-12-31 17:14r19626: Fix off-by-one
firmware/logf.c [diff]
Maurus Cuelenaere
2008-12-31 17:01r19625: Commit FS #9733 (multiline logf) by Yoshihisa Uchida
apps/logfdisp.c [diff]
firmware/export/logf.h [diff]
firmware/logf.c [diff]
Maurus Cuelenaere
2008-12-31 10:02r19624: fix the yesno screen which I accidently broke with the last commites apps/gui/yesno.c [diff]
Jonathan Gordon
2008-12-31 06:11r19623: fix red
apps/gui/bitmap/list.c [diff]
Jonathan Gordon
2008-12-31 05:59r19622: Decouple the statusbar drawing from the rest of the screen drawing. it is not drawn roughly 4x per second automatically.
viewport_Set_defaults() will setup the given viewport with the correct "full screen" dimensions (so start at 0,0 if statusbars are disabled or 0,8 if they are enabled.)
All screens should keep the statusbar enabled, but if you really want to ignore the user setting you can disbaled it with viewportmanager_set_statusbar(false).

This commit also includes some menu/list viewport cleanups from kugel in FS #9603
apps/alarm_menu.c [diff]
apps/appevents.h [diff]
apps/bookmark.c [diff]
apps/debug_menu.c [diff]
apps/enc_config.c [diff]
apps/gui/bitmap/list.c [diff]
apps/gui/charcell/list.c [diff]
apps/gui/gwps-common.c [diff]
apps/gui/list.c [diff]
apps/gui/list.h [diff]
apps/gui/option_select.c [diff]
apps/gui/pitchscreen.c [diff]
apps/gui/quickscreen.c [diff]
apps/gui/statusbar.c [diff]
apps/gui/statusbar.h [diff]
apps/gui/viewport.c [diff]
apps/gui/viewport.h [diff]
apps/gui/yesno.c [diff]
apps/main.c [diff]
apps/menu.c [diff]
apps/menus/main_menu.c [diff]
apps/menus/recording_menu.c [diff]
apps/menus/time_menu.c [diff]
apps/misc.c [diff]
apps/onplay.c [diff]
apps/playlist_catalog.c [diff]
apps/playlist_viewer.c [diff]
apps/plugin.c [diff]
apps/plugin.h [diff]
apps/plugins/calendar.c [diff]
...and 16 more files.
Jonathan Gordon
2008-12-31 01:57r19621: Ingenic Jz4740:
* Clean up header file a bit
* Add information about the IPU
* Add original license
* Add Ingenic Media Extension Instruction Set header file
firmware/export/jz4740.h [diff]
firmware/export/jz_mxu.h [new]
Maurus Cuelenaere
2008-12-31 01:54r19620: Hehe. Broke it already in last-second sanitation. Put some bits back. firmware/target/arm/imx31/gigabeat-s/pcm-imx31.c [diff]
Mike Sevakis
2008-12-31 01:38r19619: Gigabeat S: Allow recording from FM. Give FM the same volume range as playback. NOTE: This bumps the si4700 output volume to -0dB so other players with that may need a minor adjustment. apps/keymaps/keymap-gigabeat-s.c [diff]
apps/recorder/recording.c [diff]
firmware/drivers/audio/wm8978.c [diff]
firmware/drivers/tuner/si4700.c [diff]
firmware/export/config-gigabeat-s.h [diff]
firmware/export/imx31l.h [diff]
firmware/export/wm8978.h [diff]
firmware/sound.c [diff]
firmware/target/arm/imx31/gigabeat-s/audio-gigabeat-s.c [diff]
firmware/target/arm/imx31/gigabeat-s/pcm-imx31.c [diff]
Mike Sevakis
2008-12-31 01:11r19618: Ingenic players:
* Further implement USB driver
* Add preliminary clock setup
* Fix USB VID/PID
firmware/export/config-ondavx747.h [diff]
firmware/export/jz4740.h [diff]
firmware/target/mips/ingenic_jz47xx/onda_vx747/lcd-onda_vx747.c [diff]
firmware/target/mips/ingenic_jz47xx/system-jz4740.c [diff]
firmware/target/mips/ingenic_jz47xx/usb-jz4740.c [diff]
Maurus Cuelenaere
2008-12-30 23:53r19617: Implemented system_reboot(). firmware/export/as3525.h [diff]
firmware/target/arm/as3525/system-as3525.c [diff]
Björn Stenberg
2008-12-30 21:56r19616: Fixed m200v4 red build. firmware/target/arm/as3525/usb-as3525.c [diff]
Björn Stenberg
2008-12-30 21:17r19615: Cleaner usb detection. firmware/target/arm/as3525/usb-as3525.c [diff]
Björn Stenberg
2008-12-29 23:32r19614: Added usb_detect() for Clip, Fuze, E200v2 and C200v2. firmware/target/arm/as3525/usb-as3525.c [diff]
Björn Stenberg
2008-12-29 23:31r19613: Added dualboot usb detection for Clip, so OF boots on usb insert. rbutil/mkamsboot/dualboot.S [diff]
Björn Stenberg
2008-12-29 19:49r19612: Make local functions static in codecs, where possible.
apps/codecs/a52.c [diff]
apps/codecs/ape.c [diff]
apps/codecs/demac/libdemac/crc.c [diff]
apps/codecs/flac.c [diff]
apps/codecs/libfaad/pns.c [diff]
apps/codecs/libm4a/demux.c [diff]
apps/codecs/libwavpack/words.c [diff]
apps/codecs/mod.c [diff]
apps/codecs/mp3_enc.c [diff]
apps/codecs/mpa.c [diff]
apps/codecs/mpc.c [diff]
apps/codecs/nsf.c [diff]
Bertrik Sikken
2008-12-29 17:09r19611: Reduce the pictureflow empty slide bitmaps to 8-bit palette images,
as they are already greyscale.
apps/plugins/bitmaps/native/pictureflow_emptyslide.100x100x16.bmp [diff]
apps/plugins/bitmaps/native/pictureflow_emptyslide.50x50x16.bmp [diff]
Andrew Mahone
2008-12-28 22:26r19610: Make sure pictureflow always uses the user font, both on colour and greyscale targets. apps/plugins/pictureflow.c [diff]
Jens Arnold
2008-12-28 21:58r19609: Use the same poweroff count for clip as for other AMS targets firmware/target/arm/as3525/sansa-clip/button-target.h [diff]
Björn Stenberg
2008-12-28 21:34r19608: Updated italian translation. apps/lang/italiano.lang [diff]
Alessio Lenzi
2008-12-28 20:12r19607: Make the greylib text output functions handle unicode. Fixes non-working umlauts etc in greyscale pictureflow. apps/plugins/lib/grey_draw.c [diff]
Jens Arnold
2008-12-28 17:34r19606: Remove register indentation in si4700 debug screen. apps/debug_menu.c [diff]
Mike Sevakis
2008-12-28 12:37r19605: Move enabling of USB charging from sound_settings_apply to settings_apply apps/settings.c [diff]
Nils Wallménius
2008-12-28 10:16r19604: Unbreak the changelog and don't say that releases include fonts, they don't ;) manual/appendix/changelog.tex [diff]
manual/getting_started/installation.tex [diff]
Nils Wallménius
2008-12-28 03:35r19603: more pictureflow work:

remove create_bmp entirely, storing scaled covers as-is in cache

extend accuracy of fade_color and use it for reflection fading

fix rendering issues while working on renderer, it is slower now but
outside edge of cover no longer cuts off top of next cover if it would
be exposed

fix fsin to have real -1.0 - 1.0 range, and have correct zeroes

adjust center margin option range again, now 0-80, since negative
causes rendering glitches
apps/plugins/pictureflow.c [diff]
Andrew Mahone
2008-12-27 22:56r19602: Gigabeat S, use saner input volume on the line in used for fm to have fm volume at similar volume as playback. Add a few comments. firmware/drivers/audio/wm8978.c [diff]
Nils Wallménius
2008-12-27 20:56r19601: Fix for FS #9444. Scales balance between current and mute. Mutes channel at 100% balance when volume is muted.
firmware/sound.c [diff]
Steve Gotthardt
2008-12-27 19:18r19600: Make si4700 tuner driver more sane with bit and field defines and entirely hide strange i2c interface from code with write/set/clear/masked functionality. On Gigabeat S use by-the-book busmode selection and GPIO lines. Implement some primitive station detection, debug registers in screen, and misc. changes to tie things together. apps/debug_menu.c [diff]
firmware/drivers/tuner/si4700.c [diff]
firmware/export/imx31l.h [diff]
firmware/export/power.h [diff]
firmware/export/si4700.h [diff]
firmware/target/arm/as3525/power-as3525.c [diff]
firmware/target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c [diff]
firmware/target/arm/imx31/gigabeat-s/power-imx31.c [diff]
firmware/tuner.c [diff]
Mike Sevakis
2008-12-27 03:08r19599: FS #8335, with some changes discussed on IRC:

Resize can be turned off (on by default). This will not look good if
covers are larger than the desired size.

Album title config: show at top or bottom, or hide.

Center margin is actual distance, in pixels, between center slide and
adjacent slides. Defaults are now set to show three slides to each side.
apps/plugins/pictureflow.c [diff]
Andrew Mahone
2008-12-27 00:26r19598: Add support for scaled bitmap loads, and for greylib display, to
pictureflow, as well as several small fixes in the areas modified.
apps/plugins/SOURCES [diff]
apps/plugins/bitmaps/native/SOURCES [diff]
apps/plugins/pictureflow.c [diff]
tools/buildzip.pl [diff]
Andrew Mahone
2008-12-26 19:31r19597: i7: set low-battery values and enable shutdown on low-battery
firmware/export/config-iaudio7.h [diff]
firmware/target/arm/tcc77x/iaudio7/powermgmt-iaudio7.c [diff]
Vitja Makarov
2008-12-26 16:06r19596: imx31: Fix a couple small problems with the i2c driver that went unnoticed until FM. Reset addr_count always and stop resetting module before STOP is actually generated. Simplify a tiny bit and remove inactive preprocessor block. firmware/target/arm/imx31/gigabeat-s/i2c-imx31.c [diff]
Mike Sevakis
2008-12-26 10:25r19595: Add missing greylib scaled bitmap test plugin.
apps/plugins/test_greylib_bitmap_scale.c [new]
Andrew Mahone
2008-12-26 10:14r19594: Fix wrong button for exiting calendar manual/plugins/calendar.tex [diff]
Nils Wallménius
2008-12-26 07:05r19593: Make scaler output truly pluggable, add an 8-bit greyscale output to
pluginlib for use with greylib, and add source for a test scaled bmp
viewer using greylib.
apps/buffering.c [diff]
apps/gui/backdrop.c [diff]
apps/gui/icon.c [diff]
apps/gui/wps_parser.c [diff]
apps/plugin.h [diff]
apps/plugins/CATEGORIES [diff]
apps/plugins/lib/grey.h [diff]
apps/plugins/lib/grey_draw.c [diff]
apps/plugins/pictureflow.c [diff]
apps/plugins/rockpaint.c [diff]
apps/plugins/sliding_puzzle.c [diff]
apps/plugins/test_resize.c [diff]
apps/plugins/viewers.config [diff]
apps/recorder/bmp.c [diff]
apps/recorder/bmp.h [diff]
apps/recorder/resize.c [diff]
apps/recorder/resize.h [diff]
Andrew Mahone
2008-12-26 07:03r19592: Latest work on the bmp on-load scaler:

Macros for calculating size needed for bitmap load and scaling, so that
these can be compile-time constant when their inputs are.

Reduce size of bayer dither by chopping all but first row of dither
matrix, and replacing 2D lookup with 1D lookup and small calculation.

Move some functions not related to actual bmp file loading out of bmp.c.

A smaller brightness() for mono targets, and a higher-quality one for
greyscale targets, both replacing the division by 10 with a shift.

Port of the linear and area scalers to greyscale targets, this costs
some binsize but produces better output even when dithered to 2bpp.

Move duplicated row output code from inside vertical scalers to a
separate row output function.

Move some multiplies out of the line scaler, for a small speedup and
code size reduction, as well as a small improvement in accuracy for the
upscaling case.
apps/plugin.h [diff]
apps/plugins/sliding_puzzle.c [diff]
apps/recorder/bmp.c [diff]
apps/recorder/bmp.h [diff]
apps/recorder/resize.c [diff]
apps/recorder/resize.h [diff]
firmware/export/lcd-remote.h [diff]
firmware/export/lcd.h [diff]
Andrew Mahone
2008-12-25 12:15r19591: Add Ryan Press, Craig Elliot and Kenderes Tamas to the credits file for FS #8624
docs/CREDITS [diff]
Mustapha Senhaji
2008-12-25 11:48r19590: Remove a last junk that was unintentionaly added to english file.
apps/lang/english.lang [diff]
Mustapha Senhaji
2008-12-25 04:24r19589: Update the API version too. apps/plugin.h [diff]
Michael Giacomelli
2008-12-25 03:35r19588: Fix more firmware/drivers/serial.c [diff]
Michael Giacomelli
2008-12-25 03:32r19587: Fix junk added to language file. apps/lang/english.lang [diff]
Michael Giacomelli
2008-12-25 03:23r19586: Hopefully fix read. apps/menus/settings_menu.c [diff]
firmware/drivers/serial.c [diff]
firmware/target/arm/imx31/gigabeat-s/serial-imx31.h [diff]
Michael Giacomelli
2008-12-25 01:46r19585: Commit FS #8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tamas. Adds preliminary support for numerous accessories that use the ipod serial port on the dock connector. See IpodAccessories for a list of tested devices. apps/SOURCES [diff]
apps/debug_menu.c [diff]
apps/features.txt [diff]
apps/iap.c [new]
apps/keymaps/keymap-ipod.c [diff]
apps/lang/english.lang [diff]
apps/main.c [diff]
apps/menus/settings_menu.c [