summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* doesnt really need to use the sysfont for the pitch screenJonathan Gordon2006-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10866 a1c6a512-1295-4272-9138-f99709370657
* make the pitch screen use the remote screen also, and fix non-lcd iriver ↵Jonathan Gordon2006-09-03
| | | | | | remote for the screen (again) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10865 a1c6a512-1295-4272-9138-f99709370657
* fix pitch and quick screen keymaps for h100 lcd remoteJonathan Gordon2006-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10864 a1c6a512-1295-4272-9138-f99709370657
* make the F1 key work a bit more reliably in the wpsJonathan Gordon2006-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10863 a1c6a512-1295-4272-9138-f99709370657
* Some more tweaking so that it now looks really good on small screensAntoine Cellerier2006-09-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10862 a1c6a512-1295-4272-9138-f99709370657
* Fix solitaire card colorsAntoine Cellerier2006-09-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10861 a1c6a512-1295-4272-9138-f99709370657
* more make magic to heal the broken buildsDaniel Stenberg2006-09-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10860 a1c6a512-1295-4272-9138-f99709370657
* Hopefully fix solitaire invisible card bug ... and add some more.Antoine Cellerier2006-09-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10859 a1c6a512-1295-4272-9138-f99709370657
* settings.h includs button.h that includes target-button.h so we need to makeDaniel Stenberg2006-09-02
| | | | | | | | sure all these knows how to find that include file as otherwise does the depfile generation break down git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10858 a1c6a512-1295-4272-9138-f99709370657
* #include button.h in settings.h - HAVE_BUTTON_HOLD (defined in button.h) is ↵Dave Chapman2006-09-02
| | | | | | used in the definition of the settings structure - meaning different settings structures were being used depending on whether the .c file included button.h before settings.h or not. Thanks to David Rothenberger for spotting. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10857 a1c6a512-1295-4272-9138-f99709370657
* Display bitrate (Q value for Archos), samplerate, channels and recording ↵Martin Scarratt2006-09-02
| | | | | | format (M = MP3) in the statusbar in the recording screen. This is all new info for archos targets and I-river targets now have this info on the remote as well as the main screen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10856 a1c6a512-1295-4272-9138-f99709370657
* Updated images of the player, recorder, recorderv2fm and h1xx from Marianne ↵Martin Arver2006-09-02
| | | | | | Arnold. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10855 a1c6a512-1295-4272-9138-f99709370657
* Fixed the errors.Miika Pekkarinen2006-09-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10854 a1c6a512-1295-4272-9138-f99709370657
* Cleanup threads.c by moving declarations inside structs.Miika Pekkarinen2006-09-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10853 a1c6a512-1295-4272-9138-f99709370657
* Oops! Missed a couple #defines to enable the features for iRiver.Michael Sevakis2006-09-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10852 a1c6a512-1295-4272-9138-f99709370657
* Enabled channel selection for UDA1380 and limited frquency select to 44.1KHz ↵Michael Sevakis2006-09-02
| | | | | | for the time being on SWCODEC git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10851 a1c6a512-1295-4272-9138-f99709370657
* Fixed metadata parser to allow playback of self-extracting WavPack files andDave Bryant2006-09-01
| | | | | | | also prevent playback of WavPack files with floating-point audio data. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10850 a1c6a512-1295-4272-9138-f99709370657
* Make backlight fading work again on PP targets. The PP timer cannot handle a ↵Jens Arnold2006-09-01
| | | | | | (real) cycle count of 1, the minimum is 2. This is now checked in timer_register() and timer_set_period(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10849 a1c6a512-1295-4272-9138-f99709370657
* Add backlight support for H10Barry Wardell2006-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10848 a1c6a512-1295-4272-9138-f99709370657
* Hopefully this tweak to the Coldfire assembly in mp3_enc.c will fix the ↵Michael Sevakis2006-09-01
| | | | | | compiling problem for cygwin users git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10847 a1c6a512-1295-4272-9138-f99709370657
* Enabled FM Radio recording source menu item for sim.Michael Sevakis2006-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10846 a1c6a512-1295-4272-9138-f99709370657
* some minor changes and add support for greekMarcoen Hirschberg2006-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10845 a1c6a512-1295-4272-9138-f99709370657
* Put Musepack output data array back in IRAM for faster DSP processing. Patch ↵Thom Johansen2006-09-01
| | | | | | by Andrew Cupper. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10844 a1c6a512-1295-4272-9138-f99709370657
* Support for Musepack SV4-6 stream files. Patch by Andrew Cupper.Thom Johansen2006-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10843 a1c6a512-1295-4272-9138-f99709370657
* Remove unneeded code from firmware/crt0.SDaniel Ankers2006-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10842 a1c6a512-1295-4272-9138-f99709370657
* Fix a display issue for targets with AGC where filetype info was overwriting ↵Martin Scarratt2006-09-01
| | | | | | the samplerate. Also filetype always displayed directly below samplerate in all modes for all targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10841 a1c6a512-1295-4272-9138-f99709370657
* fix key mappings for H1xx remote in quickscreen Spotted by David RothenbergerMartin Scarratt2006-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10840 a1c6a512-1295-4272-9138-f99709370657
* fix the other typo in the H1xx remote keymaps, Spotted by David RothenbergerMartin Scarratt2006-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10839 a1c6a512-1295-4272-9138-f99709370657
* Rearrangement of playback.c to group routines by threadSteve Bavin2006-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10838 a1c6a512-1295-4272-9138-f99709370657
* Fixed an off-by-one error in the portalplayer timer handling.Jens Arnold2006-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10837 a1c6a512-1295-4272-9138-f99709370657
* fix text editor for actions system, stopgap approach untill actions is ↵Jonathan Gordon2006-09-01
| | | | | | modified properly for plugins git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10836 a1c6a512-1295-4272-9138-f99709370657
* removed an unneeded variableJonathan Gordon2006-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10835 a1c6a512-1295-4272-9138-f99709370657
* There is a 6GB as wellMartin Arver2006-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10834 a1c6a512-1295-4272-9138-f99709370657
* make target_id for tpj1022 unique, 23 was already in useDaniel Stenberg2006-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10833 a1c6a512-1295-4272-9138-f99709370657
* Typo for H3xx remote button config, spotted by David RothenbergerMartin Scarratt2006-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10832 a1c6a512-1295-4272-9138-f99709370657
* Save a few bytes on non-Portalplayer buildsDaniel Ankers2006-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10831 a1c6a512-1295-4272-9138-f99709370657
* Clean up crt0.S and move it to the target treeDaniel Ankers2006-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10830 a1c6a512-1295-4272-9138-f99709370657
* When booting into the recording screen on SWcodec targets, the codecs ↵Martin Scarratt2006-08-31
| | | | | | attempt to load before the player is fully initialized causing a hang. Fix it with a quick nap. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10829 a1c6a512-1295-4272-9138-f99709370657
* Initial commit of work for port to the Tatung Elio TPJ-1022 - yet another ↵Dave Chapman2006-08-31
| | | | | | PortalPlayer PP5020 target. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10828 a1c6a512-1295-4272-9138-f99709370657
* FS patch #5172 by Andrew Cupper. Musepack seeking support. Decoder should ↵Thom Johansen2006-08-31
| | | | | | also be faster. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10827 a1c6a512-1295-4272-9138-f99709370657
* Document the new boottool and bootoutput variablesDave Chapman2006-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10826 a1c6a512-1295-4272-9138-f99709370657
* Add x5 image to the manual. Updated ondiosp,ondiofm and h300 images. All ↵Martin Arver2006-08-31
| | | | | | from Marianne Arnold. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10825 a1c6a512-1295-4272-9138-f99709370657
* Return 0 at the end of ipod_encode() - hopefully fix the build table errorsDave Chapman2006-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10824 a1c6a512-1295-4272-9138-f99709370657
* Add logging for all playback queueing, for the simulator at leastSteve Bavin2006-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10823 a1c6a512-1295-4272-9138-f99709370657
* H10 changes: power_off() now actually powers off. Fix wrong bitwise ↵Barry Wardell2006-08-31
| | | | | | operation when disabling sound. Fix filenames when building a bootloader. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10822 a1c6a512-1295-4272-9138-f99709370657
* fix w and W glyphs and add quotation glypsMarcoen Hirschberg2006-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10821 a1c6a512-1295-4272-9138-f99709370657
* Add boottool and bootoutput variables to allow different a scrambling tool ↵Dave Chapman2006-08-31
| | | | | | and output filename when building a bootloader. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10820 a1c6a512-1295-4272-9138-f99709370657
* Fix a small display issue in the FM recording modeMartin Scarratt2006-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10819 a1c6a512-1295-4272-9138-f99709370657
* Make LCD writing functions inline for ~33% performance increase. Add ↵Barry Wardell2006-08-31
| | | | | | lcd_yuv_blit implementation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10818 a1c6a512-1295-4272-9138-f99709370657
* add Gigabeat support to the scramble toolsMarcoen Hirschberg2006-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10817 a1c6a512-1295-4272-9138-f99709370657