summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Display correct exception information on ColdFire targets.Michael Sevakis2006-11-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11416 a1c6a512-1295-4272-9138-f99709370657
* A better fix for the crossfade setting crash (with no global variables added)Steve Bavin2006-11-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11415 a1c6a512-1295-4272-9138-f99709370657
* Remove unwanted logfSteve Bavin2006-11-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11414 a1c6a512-1295-4272-9138-f99709370657
* Fix up non-voice build and stop crashes if crossfade settings changed during ↵Steve Bavin2006-11-01
| | | | | | playback git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11413 a1c6a512-1295-4272-9138-f99709370657
* fixes fs# 5938 - scrollbar with title enabled shows one less than it shouldJonathan Gordon2006-11-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11412 a1c6a512-1295-4272-9138-f99709370657
* Restore CPU default frequency when boosting cancelled in debug menuSteve Bavin2006-11-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11411 a1c6a512-1295-4272-9138-f99709370657
* X5 can flip the display.Jens Arnold2006-10-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11410 a1c6a512-1295-4272-9138-f99709370657
* Removed remnants of deprecated lcd_roll().Jens Arnold2006-10-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11409 a1c6a512-1295-4272-9138-f99709370657
* Made the description of foreground colour a little more descriptive ;-) ↵Nils Wallménius2006-10-31
| | | | | | fixed a reference and made some opts more generic git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11408 a1c6a512-1295-4272-9138-f99709370657
* player doesnt have lcd_update()... grr!Jonathan Gordon2006-10-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11407 a1c6a512-1295-4272-9138-f99709370657
* put the parameter name in the function prototypeJonathan Gordon2006-10-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11406 a1c6a512-1295-4272-9138-f99709370657
* * give tsr plugins the choice to quit or notJonathan Gordon2006-10-31
| | | | | | | * bumps plugin api version git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11405 a1c6a512-1295-4272-9138-f99709370657
* Cardback design for Archos (even more natural...)Marianne Arnold2006-10-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11404 a1c6a512-1295-4272-9138-f99709370657
* Greek language update by Ioannis Koutoulakis - needs an increase of the ↵Marianne Arnold2006-10-30
| | | | | | language buffer once again (21kB) to fit in memory git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11403 a1c6a512-1295-4272-9138-f99709370657
* Improve accuracy a little when seeking and resuming MP3 files. Mainly ↵Magnus Holmgren2006-10-30
| | | | | | noticable for low-bitrate files with large ID3V2 tags, and no effect if no ID3V2 tag. Should be ported to hwcodec targets. :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11402 a1c6a512-1295-4272-9138-f99709370657
* Update several codec Makefiles so that the codec libs build again on ↵Magnus Holmgren2006-10-30
| | | | | | Coldfire targets, after the recent move of system-related things to the target tree. (Note to admins: make errors aren't detected on the CVS build page. :)) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11401 a1c6a512-1295-4272-9138-f99709370657
* Little tidy-up - track_changed is now only updated on the audio threadSteve Bavin2006-10-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11400 a1c6a512-1295-4272-9138-f99709370657
* Moved coldfire code in system.c and system.h into target tree.Michael Sevakis2006-10-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11399 a1c6a512-1295-4272-9138-f99709370657
* CR/LF removalLinus Nielsen Feltzing2006-10-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11398 a1c6a512-1295-4272-9138-f99709370657
* Fix the sim errors in battery_read_info.Michael Sevakis2006-10-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11397 a1c6a512-1295-4272-9138-f99709370657
* General: changed local adc to voltage conversions in several places to use ↵Michael Sevakis2006-10-30
| | | | | | battery_voltage. Added battery_read_info function for unfiltered battery information. x5: removed adc_read as a distinct function. Removed adc tick task. adc_init is empty inline. Adjusted battery scale, voltage to level array and read 10 bits from the ADC for battery since 255 levels is not enough for true centivolt resolution. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11396 a1c6a512-1295-4272-9138-f99709370657
* move coldfire ata defines to a shared ata-target.hMarcoen Hirschberg2006-10-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11395 a1c6a512-1295-4272-9138-f99709370657
* woops, removed a bit too muchJonathan Gordon2006-10-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11394 a1c6a512-1295-4272-9138-f99709370657
* remove some uneeded #ifdefsJonathan Gordon2006-10-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11393 a1c6a512-1295-4272-9138-f99709370657
* move the iriver h1x0/h3x0 targets to the target treeJonathan Gordon2006-10-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11392 a1c6a512-1295-4272-9138-f99709370657
* Rearrange and comment variable declarations; no functional changeSteve Bavin2006-10-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11391 a1c6a512-1295-4272-9138-f99709370657
* Adapted more Makefiles to the more efficient info printing.Jens Arnold2006-10-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11390 a1c6a512-1295-4272-9138-f99709370657
* Colorised demystify. Based on patch #5856 by Travis Hyyppa, adapted to ↵Jens Arnold2006-10-30
| | | | | | properly work with the multi-screen API. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11389 a1c6a512-1295-4272-9138-f99709370657
* Remove format_align from the format_lines array, as it's unnecessary. Saves ↵Jens Arnold2006-10-30
| | | | | | code & memory. Patch by Mark Arigo. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11388 a1c6a512-1295-4272-9138-f99709370657
* Moved the Ogg zero-length check to a better place. Also fixed so that really ↵Magnus Holmgren2006-10-29
| | | | | | short files (< 1s) doesn't trigger the same problem. Applied the fixes on most other susceptible formats. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11387 a1c6a512-1295-4272-9138-f99709370657
* Fixed division by zero in ogg metadata parser and crash when buildingMiika Pekkarinen2006-10-29
| | | | | | | tagcache (FS#6099). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11386 a1c6a512-1295-4272-9138-f99709370657
* Removed unnecessary #include s.Jens Arnold2006-10-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11385 a1c6a512-1295-4272-9138-f99709370657
* H300: Slight simplification of adc_scan(), ported from X5.Jens Arnold2006-10-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11384 a1c6a512-1295-4272-9138-f99709370657
* H300: Don't read the button ADC as long as no button is pressed, utilising ↵Jens Arnold2006-10-29
| | | | | | the PCF50606 accessory detect feature. Ported from X5. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11383 a1c6a512-1295-4272-9138-f99709370657
* Synced.Magnus Holmgren2006-10-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11382 a1c6a512-1295-4272-9138-f99709370657
* oops, two files didnt get commitedJonathan Gordon2006-10-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11381 a1c6a512-1295-4272-9138-f99709370657
* move the iriver h1x0/h3x0 button driver to target treeJonathan Gordon2006-10-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11380 a1c6a512-1295-4272-9138-f99709370657
* Output the 'old make version' warning without prefix in order to not confuse ↵Jens Arnold2006-10-29
| | | | | | the build colouring script. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11379 a1c6a512-1295-4272-9138-f99709370657
* the showlog scriptBjörn Stenberg2006-10-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11378 a1c6a512-1295-4272-9138-f99709370657
* Cleanup of new button reading code. Moved functions for enabling of scanning ↵Michael Sevakis2006-10-28
| | | | | | and the decision to scan or not to button_read_device. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11377 a1c6a512-1295-4272-9138-f99709370657
* Make the build process informative again for 'make' 3.80 and earlier. Those ↵Jens Arnold2006-10-28
| | | | | | 'make' versions are back to lower build speed (same as before my Makefile tuning). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11376 a1c6a512-1295-4272-9138-f99709370657
* Update jewels screenshots for greyscale targets.Dominik Riebeling2006-10-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11375 a1c6a512-1295-4272-9138-f99709370657
* remove the 1 bit jewels for greyscale targets.Dominik Riebeling2006-10-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11374 a1c6a512-1295-4272-9138-f99709370657
* Add greyscale jewels for h100 series and Ipod mini.Dominik Riebeling2006-10-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11373 a1c6a512-1295-4272-9138-f99709370657
* more <source> fixesDaniel Stenberg2006-10-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11372 a1c6a512-1295-4272-9138-f99709370657
* prevent the incorrect warnings displayed when -u was used, added additionalDaniel Stenberg2006-10-28
| | | | | | | info to the warning output and moved a comment to the accurate place git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11371 a1c6a512-1295-4272-9138-f99709370657
* Since this file is both the master for the language system, as well as theDaniel Stenberg2006-10-28
| | | | | | | | | | | source for generating english strings, make sure that all <source> strings are *identical* to the <dest> strings within the english.lang file. The <source> strings are the ones that'll be exposed and used by other languages when doing updates etc, while the <dest> ones are used when this file is used to simply get the full set of english strings for a particular target. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11370 a1c6a512-1295-4272-9138-f99709370657
* Next step of Makefile tuning: * Use 'make' internal commands for printing ↵Jens Arnold2006-10-27
| | | | | | messages. Saves build time especially on cygwin. * SILENT variable used in more places. * Bitmap build system uses one Makefille less. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11369 a1c6a512-1295-4272-9138-f99709370657
* Re-enable the currently unused and broken dithering and noise shaping code ↵Thom Johansen2006-10-27
| | | | | | already in Rockbox, and make it a user option instead of a codec-controlled option. The majority of people probably will not even hear any difference with this enabled, but feedback is welcome. Save your settings! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11368 a1c6a512-1295-4272-9138-f99709370657
* Main menu images for the h10 and ipod4g without the fm-radio entry.Martin Arver2006-10-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11367 a1c6a512-1295-4272-9138-f99709370657