summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-23Chinese update by Wenbin Leo.Jonas Häggqvist
Danish update by me. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10706 a1c6a512-1295-4272-9138-f99709370657
2006-08-23Proper voice strings for AGC settings.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10705 a1c6a512-1295-4272-9138-f99709370657
2006-08-23Add help string for Gigabeat. Fixes a warning.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10704 a1c6a512-1295-4272-9138-f99709370657
2006-08-22Gigabeat also needs ADC_UNREG_POWER defined to avoid compile errors.Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10703 a1c6a512-1295-4272-9138-f99709370657
2006-08-22Fix build error for Gigabeat introduced in last commit. Target tree devicesBarry Wardell
now need adc-target.h so I added it for the Gigabeat. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10702 a1c6a512-1295-4272-9138-f99709370657
2006-08-22Move X5 ADC code to target tree. Fix power button detection on H10. New ADCBarry Wardell
driver for H10. Thanks to Laurent Baum for all his help with this code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10701 a1c6a512-1295-4272-9138-f99709370657
2006-08-22Oops. Accidentially wrote Left instead of RightMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10700 a1c6a512-1295-4272-9138-f99709370657
2006-08-22Add vector drawings of the ipodnano/mini/video from Frederik VestreMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10699 a1c6a512-1295-4272-9138-f99709370657
2006-08-22New vector drawings of the player/recorder/recorderv2fm/h1xx from Marianne ↵Martin Arver
Arnold git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10698 a1c6a512-1295-4272-9138-f99709370657
2006-08-22Lets call the Off button OffMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10697 a1c6a512-1295-4272-9138-f99709370657
2006-08-22H300 remote Keyboard: No point in having Combis with directions, they dont ↵Martin Scarratt
work and all combis with NAVI not ON key. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10696 a1c6a512-1295-4272-9138-f99709370657
2006-08-22prevent linebreaks between "description" and number in the reference macro.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10695 a1c6a512-1295-4272-9138-f99709370657
2006-08-22Button action code for the Virtual keyboard. Extra buttons for H1xx remote: ↵Martin Scarratt
Vol-+ Cursor Left/Right. H3xx remote:-10/+10 Cursor Left/Right. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10694 a1c6a512-1295-4272-9138-f99709370657
2006-08-22First commit of vector versions of the keypress reference images for the ↵Martin Arver
manuals. This commit includes the Archos player drawn by Marianne Arnold. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10693 a1c6a512-1295-4272-9138-f99709370657
2006-08-22Changed the First Keypress Enables Backlight default setting to OFFLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10692 a1c6a512-1295-4272-9138-f99709370657
2006-08-22woops, more infinite loops removedJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10691 a1c6a512-1295-4272-9138-f99709370657
2006-08-22Prevent infinite loop in the X5 keymap, and optimize the yesno contextLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10690 a1c6a512-1295-4272-9138-f99709370657
2006-08-22initial (re)support for F3Jonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10689 a1c6a512-1295-4272-9138-f99709370657
2006-08-22Fix a few warningsDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10688 a1c6a512-1295-4272-9138-f99709370657
2006-08-22directory navigation in wps works as before (short then long next/prev)Jonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10687 a1c6a512-1295-4272-9138-f99709370657
2006-08-22Minor bugfixes for ipod keymap fileJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10686 a1c6a512-1295-4272-9138-f99709370657
2006-08-22X5: Assembler optimised remote LCD update. Speedup: 3 times @11MHz, 3.3 ↵Jens Arnold
times @45MHz, +75% @124MHz. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10685 a1c6a512-1295-4272-9138-f99709370657
2006-08-22Irivers: Faster remote LCD update. Maximum speedup (without ticking ↵Jens Arnold
reduction): +32% @11MHz, 2.5 times @45MHz, +45% @124MHz. The speedup is data dependent, the worst case (every pixel having the opposite value from the previous one, in LCD data order) would see no speedup (except @45MHz), but it's a highly unlikely case. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10684 a1c6a512-1295-4272-9138-f99709370657
2006-08-21pcm_recording.c hasn't been used since November 2005...Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10683 a1c6a512-1295-4272-9138-f99709370657
2006-08-21Oops - fix warnings for PlayerDaniel Ankers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10682 a1c6a512-1295-4272-9138-f99709370657
2006-08-21Threading changes in preparation for multiple core supportDaniel Ankers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10681 a1c6a512-1295-4272-9138-f99709370657
2006-08-21Updated .svg logo from Frederik VestreMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10680 a1c6a512-1295-4272-9138-f99709370657
2006-08-21Make sure mkmi4.sh has the right output filename when building for 5GB H10.Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10679 a1c6a512-1295-4272-9138-f99709370657
2006-08-21use h10.c for H10 GB as wellDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10678 a1c6a512-1295-4272-9138-f99709370657
2006-08-21fix the H10 5GB mi4 creationDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10677 a1c6a512-1295-4272-9138-f99709370657
2006-08-21add driver for Semtech SC606 LED driver (for backlight and button LEDs)Marcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10676 a1c6a512-1295-4272-9138-f99709370657
2006-08-21fix the gigabeat keymap file for the chaining commit 90min agoJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10675 a1c6a512-1295-4272-9138-f99709370657
2006-08-21fix gigabeat simulator buildMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10674 a1c6a512-1295-4272-9138-f99709370657
2006-08-21Add keymaps for the gigabeatMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10673 a1c6a512-1295-4272-9138-f99709370657
2006-08-21sorryJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10672 a1c6a512-1295-4272-9138-f99709370657
2006-08-21Action lists no longer automatically "chain" to the CONTEXT_STD unless ↵Jonathan Gordon
explicitly told to git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10671 a1c6a512-1295-4272-9138-f99709370657
2006-08-21fixed the settings action context, time/eq/colour chooser/dbug screensJonathan Gordon
should all work correctly again git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10670 a1c6a512-1295-4272-9138-f99709370657
2006-08-20Move FPS display out of video_out_rockbox.c and into mpegplayer.c. Also add ↵Dave Chapman
frame-rate limiting and frame-skipping (skipping display only, not decoding) to try and achieve real-time playback. Frame-rate limiting and frame skipping (and FPS display) are enabled via options in a new menu and are currently all off by default. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10669 a1c6a512-1295-4272-9138-f99709370657
2006-08-20Fix errors when building H10 Normal build.Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10668 a1c6a512-1295-4272-9138-f99709370657
2006-08-20Just some comment editingMartin Scarratt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10667 a1c6a512-1295-4272-9138-f99709370657
2006-08-20Button action code for recording screen. Shouldnt make any noticable ↵Martin Scarratt
difference in recording screen button operation except for H300 I-River remote, which should now work as expected, -10 button = LCD off git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10666 a1c6a512-1295-4272-9138-f99709370657
2006-08-20fix buttons in bookmark autoload query screenMartin Scarratt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10665 a1c6a512-1295-4272-9138-f99709370657
2006-08-20fix H1xx remote in filebrowser and some H3xx oddities, also TREE_OFF works nowMartin Scarratt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10664 a1c6a512-1295-4272-9138-f99709370657
2006-08-20Functional, but minimal LCD driver for H10.Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10663 a1c6a512-1295-4272-9138-f99709370657
2006-08-20Add keymaps for pitchscreen and graphical equalizer on H10Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10662 a1c6a512-1295-4272-9138-f99709370657
2006-08-19Add new build target for iriver H10 5/6Gb.Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10661 a1c6a512-1295-4272-9138-f99709370657
2006-08-19Added button actions for iriver iFP7xx.Tomasz Malesinski
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10660 a1c6a512-1295-4272-9138-f99709370657
2006-08-19Iriver iFP7xx battery support (1xAA).Tomasz Malesinski
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10659 a1c6a512-1295-4272-9138-f99709370657
2006-08-19Added help text in minesweeper for iriver H10Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10658 a1c6a512-1295-4272-9138-f99709370657
2006-08-19added description of Show Path setting, reordered file view options to the ↵Nils Wallménius
same order as the menu, use more macros. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10657 a1c6a512-1295-4272-9138-f99709370657