summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-27FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.Nicolas Pennequin
Add two new line selector types: solid colour and gradient. Solid colour only uses the primary colour setting. The secondary colour setting is used for the gradient. Text colour for the selected item is also changeable. These new settings are a bit controversial so they may be removed later. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14868 a1c6a512-1295-4272-9138-f99709370657
2007-09-27Fix a warning.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14867 a1c6a512-1295-4272-9138-f99709370657
2007-09-27Fixed Thai language by Pinitnun Shanasabang. Also adds (empty) user: lines ↵Jonas Häggqvist
to all strings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14866 a1c6a512-1295-4272-9138-f99709370657
2007-09-27Add parsing of ajbrec.ajz file header for autodetection. All archos targets ↵Dominik Riebeling
should now be detectable. Fix a stupid bug in file-based detection. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14865 a1c6a512-1295-4272-9138-f99709370657
2007-09-27Add Makefile to FILES and fix comment.Stepan Moskovchenko
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14864 a1c6a512-1295-4272-9138-f99709370657
2007-09-27Some MIDI changes, and add a new musical plugin I'm working on... Not fully ↵Stepan Moskovchenko
done yet, so commented out of SUBDIRS. (If people are against having half-baked plugins in SVN, please let me know and I will remove it). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14863 a1c6a512-1295-4272-9138-f99709370657
2007-09-27Sansa c200: fix system_reboot with some magic from the OF. Reboot to the OF ↵Mark Arigo
when usb is inserted. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14862 a1c6a512-1295-4272-9138-f99709370657
2007-09-26Add Pinitnun Shanasabang to the credits for his Thai translation.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14861 a1c6a512-1295-4272-9138-f99709370657
2007-09-26New translation: Thai, by Pinitnun ShanasabangJonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14860 a1c6a512-1295-4272-9138-f99709370657
2007-09-26Add c200 to the button light timeout string in all languages with a ↵Jonas Häggqvist
translation of that string already. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14859 a1c6a512-1295-4272-9138-f99709370657
2007-09-26Updated Finnish language by Jani Kinnunen.Jonas Häggqvist
Updated Danish language by me. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14858 a1c6a512-1295-4272-9138-f99709370657
2007-09-25Minor syntax fixBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14857 a1c6a512-1295-4272-9138-f99709370657
2007-09-25Enabled button light for Sansa C200Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14856 a1c6a512-1295-4272-9138-f99709370657
2007-09-25Update Dutch language filePeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14855 a1c6a512-1295-4272-9138-f99709370657
2007-09-25m:robe 500i port: Fix tab style (tab -> 4 spaces) in system-mr500.cCatalin Patulea
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14854 a1c6a512-1295-4272-9138-f99709370657
2007-09-25m:robe 500i port: Get interrupts firing and the timer tickingCatalin Patulea
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14853 a1c6a512-1295-4272-9138-f99709370657
2007-09-25Oops. Actually add the IDCT file for ARM. :pMichael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14852 a1c6a512-1295-4272-9138-f99709370657
2007-09-25Dithering option for mpegplayer on gigabeat-f/x and e200. Assembly IDCT for ↵Michael Sevakis
ARm just to make it all work more nicely. Move UI simulator YUV code to its core to adapt it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14851 a1c6a512-1295-4272-9138-f99709370657
2007-09-25shouldnt have been commitedJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14850 a1c6a512-1295-4272-9138-f99709370657
2007-09-25Fix the eq menu so changes are applied after using the "simple eq settings" menuJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14849 a1c6a512-1295-4272-9138-f99709370657
2007-09-25More ATA work (that doesn't work)Karl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14848 a1c6a512-1295-4272-9138-f99709370657
2007-09-24Remove the full url path from links to the wiki and display the wiki name ↵Dominik Riebeling
only instead. Add a note on how to manually access wiki pages. The links itself are still pointing to the wiki. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14847 a1c6a512-1295-4272-9138-f99709370657
2007-09-24Automatically save and load solitaire game. Close FS#7796. (Do we need a ↵Antoine Cellerier
"quit without saving" menu entry?) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14846 a1c6a512-1295-4272-9138-f99709370657
2007-09-24m:robe 500i port: Fix the way GIOs are clearedCatalin Patulea
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14845 a1c6a512-1295-4272-9138-f99709370657
2007-09-24Use uint32_t type for the pitch tableNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14844 a1c6a512-1295-4272-9138-f99709370657
2007-09-24Introduce Rockbox Utility to the manual as automated installation option. ↵Dominik Riebeling
Only rather short description for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14843 a1c6a512-1295-4272-9138-f99709370657
2007-09-24Fix midi playback on 64 bit sims and const a tableNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14842 a1c6a512-1295-4272-9138-f99709370657
2007-09-24Move all of midiplay into its subdir and add a Makefile for it, add header ↵Nils Wallménius
files as necessary. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14841 a1c6a512-1295-4272-9138-f99709370657
2007-09-24Fix wrong file type.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14840 a1c6a512-1295-4272-9138-f99709370657
2007-09-24Add missing keywords.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14839 a1c6a512-1295-4272-9138-f99709370657
2007-09-24The C200 LCD controller is a Samsung S6B33B2. Define appropriate register ↵Jens Arnold
names, and implement display flip. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14838 a1c6a512-1295-4272-9138-f99709370657
2007-09-23H10: use POWER button to abort keyboard (was FF button)Peter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14837 a1c6a512-1295-4272-9138-f99709370657
2007-09-23Working DM320 interrupts, changed the way registers are accessed in spi and ↵Karl Kurbjun
uart drivers. Uart might be broken with interrupts - buttons on remote don't seem to respond when interrupts are enabled. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14836 a1c6a512-1295-4272-9138-f99709370657
2007-09-23Do not display the backdrop in text viewer and editor pluginsNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14835 a1c6a512-1295-4272-9138-f99709370657
2007-09-23Speed up C200 lcd_update() by ~7%.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14834 a1c6a512-1295-4272-9138-f99709370657
2007-09-23Updated italian translation.Alessio Lenzi
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14833 a1c6a512-1295-4272-9138-f99709370657
2007-09-23Oops, missed that when changing the default proxy to system ...Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14832 a1c6a512-1295-4272-9138-f99709370657
2007-09-23Fix a change that shouldn't have been committedKarl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14831 a1c6a512-1295-4272-9138-f99709370657
2007-09-23Give the configuration dialog its old size back and make sure to always ↵Dominik Riebeling
start at the Device tab. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14830 a1c6a512-1295-4272-9138-f99709370657
2007-09-23rbutil: added swift tts engine.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14829 a1c6a512-1295-4272-9138-f99709370657
2007-09-23rbutil: added support for talkfile creation with the rockbox sapi_voice.vbs ↵Dominik Wenger
script. Also let the configure dialog remember options and paths for different tts and encoders. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14828 a1c6a512-1295-4272-9138-f99709370657
2007-09-23w32: implement "system proxy" settings. This uses the IE setting by reading ↵Dominik Riebeling
its values from the registry. Make system proxy the default value if no configuration file is found. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14827 a1c6a512-1295-4272-9138-f99709370657
2007-09-23w32: add USB autodetection based on PID / VID values.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14826 a1c6a512-1295-4272-9138-f99709370657
2007-09-22Fix empty commit: Add grayscale support for ARM in vertical packing format.Tomasz Malesinski
Enable grayscale for Iriver ifp. Fix timer_unregister for PNX0101. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14825 a1c6a512-1295-4272-9138-f99709370657
2007-09-22Add grayscale support for ARM in vertical packing format.Tomasz Malesinski
Enable grayscale for Iriver ifp. Fix timer_unregister for PNX0101. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14824 a1c6a512-1295-4272-9138-f99709370657
2007-09-22More interupt/timer workKarl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14823 a1c6a512-1295-4272-9138-f99709370657
2007-09-22ata_flash.c: write 32 bits to the buffer at a time when reading a sector.Tomasz Malesinski
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14822 a1c6a512-1295-4272-9138-f99709370657
2007-09-22Fix disabling voice.Tomasz Malesinski
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14821 a1c6a512-1295-4272-9138-f99709370657
2007-09-22Update the links to sansapatcher (it has moved on the download server), and ↵Dave Chapman
only display the E200R warning in the E200 manual (not the C200 version). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14820 a1c6a512-1295-4272-9138-f99709370657
2007-09-22Bump version for new release for C200Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14818 a1c6a512-1295-4272-9138-f99709370657