summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)AuthorFilesLines
2005-12-07Code cleanup.Jens Arnold1-6/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8182 a1c6a512-1295-4272-9138-f99709370657
2005-12-07Fixed player vkeyboard to properly work with unicode on target.Jens Arnold1-5/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8181 a1c6a512-1295-4272-9138-f99709370657
2005-12-06add japanese tranlation by Toshihiko ItohMarcoen Hirschberg1-0/+3474
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8172 a1c6a512-1295-4272-9138-f99709370657
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg35-3953/+4073
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8169 a1c6a512-1295-4272-9138-f99709370657
2005-12-06USB support for H300Linus Nielsen Feltzing1-4/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8167 a1c6a512-1295-4272-9138-f99709370657
2005-12-06Fixed red recorder builds.Jens Arnold1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8165 a1c6a512-1295-4272-9138-f99709370657
2005-12-06don't load the language file into the buffer untill we know it is not too ↵Marcoen Hirschberg1-11/+13
big and of the right version (files can now be 3 bytes bigger ;-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8164 a1c6a512-1295-4272-9138-f99709370657
2005-12-05Big Code Police raid. Pretty pretty please, we do no macrofy simpleDaniel Stenberg8-131/+58
assignments and things just to make them appear as function calls. That makes code harder to follow. Did some gcc4 warning fixes as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8163 a1c6a512-1295-4272-9138-f99709370657
2005-12-05kill gcc4 warningsDaniel Stenberg30-246/+275
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8162 a1c6a512-1295-4272-9138-f99709370657
2005-12-05moved crossfeed from the Playback menu to Sound SettingsMarcoen Hirschberg2-13/+20
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8161 a1c6a512-1295-4272-9138-f99709370657
2005-12-05Adjusted the decompressor work to build a compressed image for the ArchosDaniel Stenberg1-2/+16
targets in case it is too big to fit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8158 a1c6a512-1295-4272-9138-f99709370657
2005-12-05Make use of the generated dependency file.Magnus Holmgren1-1/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8155 a1c6a512-1295-4272-9138-f99709370657
2005-12-05Codec makefile cleanup: remove redundant things, don't generate dependency ↵Magnus Holmgren9-67/+39
files when cleaning. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8154 a1c6a512-1295-4272-9138-f99709370657
2005-12-05Playback speed changing support for H300.Thom Johansen3-4/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8153 a1c6a512-1295-4272-9138-f99709370657
2005-12-05Fixed non-working WPS on the player. Removed some TABs.Jens Arnold2-8/+9
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8151 a1c6a512-1295-4272-9138-f99709370657
2005-12-04Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC ↵Dave Chapman18-36/+36
defines from config-*.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8147 a1c6a512-1295-4272-9138-f99709370657
2005-12-04iRiver: new sound option "prevent clipping:adjust volume/adjust bass/adjust ↵Anton Oleynikov4-1/+61
current/off" git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8145 a1c6a512-1295-4272-9138-f99709370657
2005-12-04Split the HAVE_RTC define into HAVE_RTC, HAVE_RTC_RAM and CONFIG_RTC - in ↵Dave Chapman3-5/+7
preparation for targets (H300, iPod) which have a clock (HAVE_RTC) but no general purpose RAM available for settings data (HAVE_RTC_RAM). CONFIG_RTC is used to specify the low-level driver required. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8144 a1c6a512-1295-4272-9138-f99709370657
2005-12-04iRiver: Make logf-enabled builds of the simulator work again.Magnus Holmgren2-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8142 a1c6a512-1295-4272-9138-f99709370657
2005-12-04Fixed the red builds for archos.Miika Pekkarinen1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8141 a1c6a512-1295-4272-9138-f99709370657
2005-12-04Morse code fixed and added a few characters (including non-standardMiika Pekkarinen1-4/+20
code for blank). Cursor can be moved directly with arrows in morse mode. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8140 a1c6a512-1295-4272-9138-f99709370657
2005-12-04Fixed the yellow builds.Miika Pekkarinen1-1/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8139 a1c6a512-1295-4272-9138-f99709370657
2005-12-03Fixed a problem with playback when skipping from last track. No moreMiika Pekkarinen1-2/+14
skipping the first track in a directory when advancing to the next dir. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8133 a1c6a512-1295-4272-9138-f99709370657
2005-12-02iRiver: Added initial support for standard morse code input to virtual keyboard.Miika Pekkarinen1-13/+159
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8129 a1c6a512-1295-4272-9138-f99709370657
2005-12-02old. obsolete. forgotten.Daniel Stenberg1-135/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8128 a1c6a512-1295-4272-9138-f99709370657
2005-12-02fix yellow build by removing a static unused variable from the simulator buildDaniel Stenberg1-0/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8125 a1c6a512-1295-4272-9138-f99709370657
2005-12-02fix gcc4 (un)signed warningsDaniel Stenberg8-20/+20
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8124 a1c6a512-1295-4272-9138-f99709370657
2005-12-02numerous gcc4 (un)signed warnings killedDaniel Stenberg8-45/+47
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8121 a1c6a512-1295-4272-9138-f99709370657
2005-12-02iRiver recording changes:Andy2-8/+25
- Added Peakmeter in recording screen - Fix for stop bug - Fix for playback peakmeter not working after recording git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8120 a1c6a512-1295-4272-9138-f99709370657
2005-12-01iRiver: re-add an end of file check, to see if it helps the reported ↵Magnus Holmgren1-0/+1
problems with gapless MP3 playback. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8119 a1c6a512-1295-4272-9138-f99709370657
2005-12-01Set appropriate codec type for .m4a files (ALAC or AAC) inside ↵Dave Chapman2-19/+17
get_metadata(). probe_file_format() is no longer an exported function. Make get_metadata() return false if it can not read the metadata - on the assumption that the codec will also fail. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8118 a1c6a512-1295-4272-9138-f99709370657
2005-12-01Fixed a playback problem when seeking "too early".Miika Pekkarinen1-5/+11
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8117 a1c6a512-1295-4272-9138-f99709370657
2005-12-01iRiver: Fixed several problems with playback on track skipping & loading:Miika Pekkarinen3-212/+241
* Correctly detecting codec type from metadata. * Skipping incorrect tracks correctly if there are more than one unloadable track. * Fixed internal ram skipping when codec switching is required. * Fixed hang if no files in playlist is playable. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8116 a1c6a512-1295-4272-9138-f99709370657
2005-11-30Playback speed commit broke mono resampling, this fixes it again.Thom Johansen1-3/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8111 a1c6a512-1295-4272-9138-f99709370657
2005-11-29SynchedMats Lidell1-6/+12
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8108 a1c6a512-1295-4272-9138-f99709370657
2005-11-29Ondio FM: * Bugfix: Cancelling 'Auto Scan Presets' left the radio screen. * ↵Jens Arnold3-28/+66
Put radio mode switch in radio menu. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8107 a1c6a512-1295-4272-9138-f99709370657
2005-11-29Use a more proper define. Sorry about that.Thom Johansen1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8106 a1c6a512-1295-4272-9138-f99709370657
2005-11-29Playback speed fix: forgot to commit this file.Thom Johansen1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8105 a1c6a512-1295-4272-9138-f99709370657
2005-11-29Sudoku patch from Jonathan Gordon - Add a "scratchpad" to store potential ↵Dave Chapman1-580/+657
values for each cell, and a new set of numbers for the H300 LCD git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8104 a1c6a512-1295-4272-9138-f99709370657
2005-11-28Color graphics fixAdam Boot1-2/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8102 a1c6a512-1295-4272-9138-f99709370657
2005-11-28Enabled playback speed adjustment support for H1x0. Modified the resampler ↵Thom Johansen6-70/+101
to do both channels in one pass. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8099 a1c6a512-1295-4272-9138-f99709370657
2005-11-28use the uclpack built in the tools dirDaniel Stenberg1-25/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8096 a1c6a512-1295-4272-9138-f99709370657
2005-11-28Build solitaire for colour LCD targets.Jens Arnold1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8094 a1c6a512-1295-4272-9138-f99709370657
2005-11-27H300 support for Sudoku by Jonathan GordonDave Chapman2-3/+973
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8090 a1c6a512-1295-4272-9138-f99709370657
2005-11-27Update for H300 plus minor fixesAdam Boot2-27/+136
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8086 a1c6a512-1295-4272-9138-f99709370657
2005-11-27SynchedMagnus Holmgren1-16/+160
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8084 a1c6a512-1295-4272-9138-f99709370657
2005-11-27iRiver: Removed a playlist_update_resume_info call which was called a way tooMiika Pekkarinen1-2/+3
often reducing performance and increasing disk head moving. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8083 a1c6a512-1295-4272-9138-f99709370657
2005-11-27I2C init for H300Linus Nielsen Feltzing1-3/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8081 a1c6a512-1295-4272-9138-f99709370657
2005-11-26Cleanup of the screendump routine. More similar operation for the various ↵Jens Arnold1-34/+40
LCD depths, and a bit smaller code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8074 a1c6a512-1295-4272-9138-f99709370657
2005-11-26More comments to the dircache functions and a debug menu entry toMiika Pekkarinen1-0/+4
determine how long the disk scanning took. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8072 a1c6a512-1295-4272-9138-f99709370657