summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-17Fix some missing/bad referencesMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11245 a1c6a512-1295-4272-9138-f99709370657
2006-10-17Adopt pitch screen table to Action codes.Martin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11244 a1c6a512-1295-4272-9138-f99709370657
2006-10-17Add Action codes for the virtual keyboard. This makes the vt kb table be ↵Martin Arver
included in the h10 manuals. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11243 a1c6a512-1295-4272-9138-f99709370657
2006-10-17Clean up, remove tab charactersMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11242 a1c6a512-1295-4272-9138-f99709370657
2006-10-17now only make bz2 archives, and rely on it being a GNU tar since we use theDaniel Stenberg
-j option for it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11241 a1c6a512-1295-4272-9138-f99709370657
2006-10-16Make sure that the H10 manual has the correct button mappings for A-B repeat.Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11240 a1c6a512-1295-4272-9138-f99709370657
2006-10-16Added necessary bits & pieces for building an ipod 3rd gen simulator.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11239 a1c6a512-1295-4272-9138-f99709370657
2006-10-16Add keymap for A-B repeat on H10 and enable support for it.Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11238 a1c6a512-1295-4272-9138-f99709370657
2006-10-16Big Sansa update: Go back to using the common crt0-pp.S. Add LCD driver. ↵Daniel Ankers
Add ADC driver (may not be needed). Fix a bug in the button driver. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11237 a1c6a512-1295-4272-9138-f99709370657
2006-10-16make mapzip creates a dedicated zip file with all the .map files from a buildDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11236 a1c6a512-1295-4272-9138-f99709370657
2006-10-16Cygwin-built simulator can produce garbled debugging output without our snprintfSteve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11235 a1c6a512-1295-4272-9138-f99709370657
2006-10-16Don't corrupt the original firmware when updating bootloader.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11234 a1c6a512-1295-4272-9138-f99709370657
2006-10-16Disables hard dither mode on the x5 for routine drawing. Display driver ↵Michael Sevakis
automatically enables it when needed. Full screen frame rate up to 48 at normal CPU frequency from about 45 putting it about where it was when everything including the framebuffer was in IRAM due to the shorter and simpler lcd_write_data. Please advise if this works differently on any x5 as this might be considered a hack since nothing in the datasheet specifies using the chip this way. It is perfectly functional on mine. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11233 a1c6a512-1295-4272-9138-f99709370657
2006-10-16FlipIt: * Changed button assignments for X5 to a working layout. * Added ↵Jens Arnold
missing help screens. * Some cleanup, fix yellow builds. * Disabled for iFP for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11232 a1c6a512-1295-4272-9138-f99709370657
2006-10-16FlipIt: Ported to archos Player :-)Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11231 a1c6a512-1295-4272-9138-f99709370657
2006-10-16Fix a stupid bug (thanks to Frieder Ferlemann.) Get rid of MS-DOS line endings.Daniel Ankers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11230 a1c6a512-1295-4272-9138-f99709370657
2006-10-15re-enable the picthscreen in the v1 and v2 recordersJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11229 a1c6a512-1295-4272-9138-f99709370657
2006-10-15FlipIt graphics rework: * Adjusted token sizes to make them fit better on ↵Jens Arnold
the various LCDs (4 different sizes, a 5th size is planned). Correct aspect ratio for archos bitmap LCD. Graphics work by Marianne Arnold.* Major code cleanup, use bitmap build system for all sizes. Info panel is now always displayed below. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11228 a1c6a512-1295-4272-9138-f99709370657
2006-10-15More color adjustments. Better translation to and from native colors with ↵Michael Sevakis
even distribution of levels. Macros for extracting native depth components and packing them. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11227 a1c6a512-1295-4272-9138-f99709370657
2006-10-15Removed ugly boosting solutions from playback code and let schedulerMiika Pekkarinen
handle unboosting instead. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11226 a1c6a512-1295-4272-9138-f99709370657
2006-10-15Ondios: Slightly more verbose MMC info.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11225 a1c6a512-1295-4272-9138-f99709370657
2006-10-15Don't unboost CPU in an ISRSteve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11224 a1c6a512-1295-4272-9138-f99709370657
2006-10-15(1) New syntax to support conditional formatting.Miika Pekkarinen
(2) Reduced tagnavi memory consumption. (3) There was a bug that splash screen counter was counting down when inserting tracks next. But in fact that might be preferred, so always count down after successful tagcache query. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11223 a1c6a512-1295-4272-9138-f99709370657
2006-10-14First draft of a complete description of the Graphical EQ menu. Still needs ↵Michael DiFebbo
button mappings for iAudio and possibly H10. Address FS#5540. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11222 a1c6a512-1295-4272-9138-f99709370657
2006-10-14Changed a few instances of the word 'tagcache' to 'Tag Cache' to be ↵Michael DiFebbo
consistent with the rest of the manual. Addresses FS#6149. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11221 a1c6a512-1295-4272-9138-f99709370657
2006-10-14Untested first attempt at a Sansa button driver. Based on work by MrHDaniel Ankers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11220 a1c6a512-1295-4272-9138-f99709370657
2006-10-14Untested first attempt at a Sansa button driver. Based on work by MrHDaniel Ankers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11219 a1c6a512-1295-4272-9138-f99709370657
2006-10-14Added a small interface to screens to translate colors into remote gray ↵Michael Sevakis
levels on the x5. Splash screens paint properly with light gray. Should be adapted to a more general approach in the future. A few trailing whitespace trimmings got into a couple files but that is fine. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11218 a1c6a512-1295-4272-9138-f99709370657
2006-10-13Just take out some out-of-date TODOs from playback.c and put a big FIXME in ↵Brandon Low
pcmbuf.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11217 a1c6a512-1295-4272-9138-f99709370657
2006-10-13Adjust Pacbox for H10 5GB screen (128x128).Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11216 a1c6a512-1295-4272-9138-f99709370657
2006-10-13Added instructions on how to save a playlist in the new working with ↵Nils Wallménius
playlists section and made some minor cleanup (removed trailing spaces and tabs, broke long lines etc.) fixed a reference in the quickstart. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11215 a1c6a512-1295-4272-9138-f99709370657
2006-10-13Fix race condition when playback stopped - see FS#6174. Thanks to Jared StaffordSteve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11214 a1c6a512-1295-4272-9138-f99709370657
2006-10-13More visual annoyance fixes. Backdrops no longer show though on centered ↵Michael Sevakis
splash screens. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11213 a1c6a512-1295-4272-9138-f99709370657
2006-10-13Minor simplification #3; use macros for ring buffer arithmetic. Also fixed ↵Steve Bavin
unlikely problem where file close was missed on an error path. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11212 a1c6a512-1295-4272-9138-f99709370657
2006-10-13One little thing needed changing in gui_bitmap_scrollbar_draw.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11211 a1c6a512-1295-4272-9138-f99709370657
2006-10-13Added inner fill option to normal scrollbar and foreground only option. ↵Michael Sevakis
Added a left-pointing cursor for using pointer. Updated color picker and now sliders look very good on color, grayscale and mono screens when using bar selector. Some misc. changes for appearance. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11210 a1c6a512-1295-4272-9138-f99709370657
2006-10-12Add some presets for the equalizer. Includes a Default preset that resets ↵Dan Everton
everything. From FS#6113, thanks to David Quesada. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11209 a1c6a512-1295-4272-9138-f99709370657
2006-10-12Revert change to screen_access.c (adding the native-bitmap drawing function) ↵Dave Chapman
that caused warnings on the H3x0. We now draw the USB logo using the normal lcd_bitmap() and lcd_remote_bitmap() functions instead of the screens API, which doesn't handle the differing bitmaps types well. Remove apps/gui/logo.[ch] as they are now longer used. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11208 a1c6a512-1295-4272-9138-f99709370657
2006-10-12Logf output on the serial port for h100 targetsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11207 a1c6a512-1295-4272-9138-f99709370657
2006-10-12Do not use our simple snprintf in simulator, becauseTomasz Malesinski
ALSA library requires a more advanced one. Fixes the problem with ALSA on Linux. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11206 a1c6a512-1295-4272-9138-f99709370657
2006-10-12Make sure to set deemphasis correctly when starting the radio.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11205 a1c6a512-1295-4272-9138-f99709370657
2006-10-12$Id was not getting updated in keymap-x5.c (Was '$Id $')Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11204 a1c6a512-1295-4272-9138-f99709370657
2006-10-12Made EQ and color chooser buttons work with remote. Fixed the date/time ↵Michael Sevakis
screen mappings on main unit (no date/time settings are possible from remote yet). Rearranged mappings and switch statements into alphabetical order for easier reference. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11203 a1c6a512-1295-4272-9138-f99709370657
2006-10-12Add calibrated battery readings for H10.Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11202 a1c6a512-1295-4272-9138-f99709370657
2006-10-12Minor simplification #2; replace unneeded variable filebufused with a macroSteve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11201 a1c6a512-1295-4272-9138-f99709370657
2006-10-12Minor simplification; replace unneeded variable cur_ti with a macroSteve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11200 a1c6a512-1295-4272-9138-f99709370657
2006-10-12Fix tuning into weird frequencies at unpause after changing region settingDominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11199 a1c6a512-1295-4272-9138-f99709370657
2006-10-12-/+ keys were backwards in the settings lists (aparently)Jonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11198 a1c6a512-1295-4272-9138-f99709370657
2006-10-12Corrected the calculation to determine to display three sliders or one in ↵Michael Sevakis
the colorpicker. Same wonderment as before... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11197 a1c6a512-1295-4272-9138-f99709370657
2006-10-12Left some crud in bmp.c that should've been removed before committing. Don't ↵Michael Sevakis
know what's with me today git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11196 a1c6a512-1295-4272-9138-f99709370657