summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Clear tracks in more appropriate ways/placesBrandon Low2006-04-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9615 a1c6a512-1295-4272-9138-f99709370657
* Handle rebuffer-and-seek and track skip buffer events smarter. Fill the ↵Brandon Low2006-04-11
| | | | | | buffer all the way around on a 'normal' rebuffer. Rename and invert a strangely named variable for simpler logic. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9614 a1c6a512-1295-4272-9138-f99709370657
* Fix yellowBrandon Low2006-04-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9613 a1c6a512-1295-4272-9138-f99709370657
* Updated korean.lang, and a main_menu.c string size increase to accomodate ↵Brandon Low2006-04-11
| | | | | | larger lang strings git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9612 a1c6a512-1295-4272-9138-f99709370657
* Fix a (very unlikely) bug in bufferingBrandon Low2006-04-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9611 a1c6a512-1295-4272-9138-f99709370657
* Fix some signedness and exit condition stuff. Not sure if this addresses ↵Brandon Low2006-04-11
| | | | | | live bugs, but it was wrong nonetheless git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9610 a1c6a512-1295-4272-9138-f99709370657
* New crossfeed complete with no volume reducing bugs. Feedback on all theThom Johansen2006-04-11
| | | | | | | | new options is appreciated. Thanks to Dan Everton for the settings/GUI code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9609 a1c6a512-1295-4272-9138-f99709370657
* Try to recover from a codec failure by restarting playbackBrandon Low2006-04-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9608 a1c6a512-1295-4272-9138-f99709370657
* Whoops, remove a done TODOBrandon Low2006-04-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9607 a1c6a512-1295-4272-9138-f99709370657
* Fix some commentsBrandon Low2006-04-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9606 a1c6a512-1295-4272-9138-f99709370657
* Ensure that codecs are cleared from the buffer if they will not be needed by ↵Brandon Low2006-04-11
| | | | | | the track about to play and some minor changes for correctness with no functional difference git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9605 a1c6a512-1295-4272-9138-f99709370657
* moved the LCD framebuffer to IRAM for iAudio X5 - gives ~40% speed boostDaniel Stenberg2006-04-11
| | | | | | | I also extended the iram size properly since the 5250 coldfire has 128K git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9604 a1c6a512-1295-4272-9138-f99709370657
* use the power switch on units without off button (like the X5)Daniel Stenberg2006-04-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9603 a1c6a512-1295-4272-9138-f99709370657
* Readjusted quickscreen code so that it now actually scales to larger LCDs. ↵Zakk Roberts2006-04-11
| | | | | | Get rid of 'left_right_text' argument - this also means that 'scroll bar' and 'status bar' look better in some languages. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9602 a1c6a512-1295-4272-9138-f99709370657
* Rework track skipping. Full playback stop is no longer involved in track ↵Brandon Low2006-04-11
| | | | | | skipping. Further simplification of the play related functions can be achieved with this in place, but that's for later. Known skip related bug, high pitched noise sometimes, otherwise stuff is better git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9601 a1c6a512-1295-4272-9138-f99709370657
* Minor fix to metadata fetching, the track-info.filesize is not populated at ↵Brandon Low2006-04-11
| | | | | | this point git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9600 a1c6a512-1295-4272-9138-f99709370657
* Quick bugfix for skip-to-beginning behaviorBrandon Low2006-04-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9599 a1c6a512-1295-4272-9138-f99709370657
* General layout and content fixes to Advanced Topics and Main Menu by Mark ↵Dominik Riebeling2006-04-10
| | | | | | Bright (FS#5086) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9598 a1c6a512-1295-4272-9138-f99709370657
* Coldfire: More appropriate condition for the refresh timings.Jens Arnold2006-04-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9597 a1c6a512-1295-4272-9138-f99709370657
* Make use of button macros once more.Dominik Riebeling2006-04-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9596 a1c6a512-1295-4272-9138-f99709370657
* Mak use of button macros.Dominik Riebeling2006-04-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9595 a1c6a512-1295-4272-9138-f99709370657
* Make Brickmania specials table use the same width as button maps.Dominik Riebeling2006-04-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9594 a1c6a512-1295-4272-9138-f99709370657
* Add recently added pitch tag.Dominik Riebeling2006-04-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9593 a1c6a512-1295-4272-9138-f99709370657
* Major improvement in playlist creation speed with tagcache. Fixed alsoMiika Pekkarinen2006-04-10
| | | | | | | the sorting bug. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9592 a1c6a512-1295-4272-9138-f99709370657
* Get the next track's metadata in a more timely mannerBrandon Low2006-04-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9591 a1c6a512-1295-4272-9138-f99709370657
* Enabled the quickscreen for iAudio X5. Globally, REC enters the menu and ↵Zakk Roberts2006-04-10
| | | | | | holding REC enters the quickscreen. Also moved the quickscreen #define to model config files, which simplifies the checking for it and makes checking more consistent. Cleaned up keymappings in quickscreen.h. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9590 a1c6a512-1295-4272-9138-f99709370657
* Enable AB repeat on ipods with 4g keypad, requires quick fingers or you get ↵Brandon Low2006-04-10
| | | | | | the context menu instead of a marker. Thanks to Mikachu on IRC. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9589 a1c6a512-1295-4272-9138-f99709370657
* Cleanup button tables in Interface chapter.Dominik Riebeling2006-04-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9588 a1c6a512-1295-4272-9138-f99709370657
* Cleanup WPS tags appendix a bit and add macro for wps tag tables.Dominik Riebeling2006-04-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9587 a1c6a512-1295-4272-9138-f99709370657
* Small optimization to use the already opened master lookup index.Miika Pekkarinen2006-04-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9586 a1c6a512-1295-4272-9138-f99709370657
* Now define the _PRE-function correctly.Miika Pekkarinen2006-04-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9585 a1c6a512-1295-4272-9138-f99709370657
* Back out the 'do not stop playback until stop button has been released' ↵Magnus Holmgren2006-04-09
| | | | | | change, because of interaction issues with exiting menus using the same button, causing the wps to exit. (Also, the '_PRE' suffix is for 'preceeding' events (e.g., button presses), not button releases.) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9584 a1c6a512-1295-4272-9138-f99709370657
* Formatting, and logf changesBrandon Low2006-04-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9583 a1c6a512-1295-4272-9138-f99709370657
* Fix another nasty rebuffering bug, and ensure that buffer and unbuffer ↵Brandon Low2006-04-09
| | | | | | events are triggered correctly. Also remove another unused varialbe track_info->filepos git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9582 a1c6a512-1295-4272-9138-f99709370657
* use #ifdef x instead of #if defined(x)Christian Gmeiner2006-04-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9581 a1c6a512-1295-4272-9138-f99709370657
* HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to ↵Christian Gmeiner2006-04-09
| | | | | | check for simulator builds before using cpu_boost() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9580 a1c6a512-1295-4272-9138-f99709370657
* HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to ↵Dave Chapman2006-04-09
| | | | | | check for simulator builds before using cpu_boost() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9579 a1c6a512-1295-4272-9138-f99709370657
* make use of cpu_boost to speed up generation of new sudoku fieldChristian Gmeiner2006-04-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9578 a1c6a512-1295-4272-9138-f99709370657
* fix some more broken urls.Dominik Riebeling2006-04-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9577 a1c6a512-1295-4272-9138-f99709370657
* Fixed tracker url.Dominik Riebeling2006-04-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9576 a1c6a512-1295-4272-9138-f99709370657
* Fix a table, break long lines and add equalizer screenshot for iriver targets.Dominik Riebeling2006-04-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9575 a1c6a512-1295-4272-9138-f99709370657
* H300: Slightly faster lcd update (noticeable with partial updates only).Jens Arnold2006-04-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9574 a1c6a512-1295-4272-9138-f99709370657
* Rework WPS section a bit and move to separate file.Dominik Riebeling2006-04-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9573 a1c6a512-1295-4272-9138-f99709370657
* Patch FS#4952 by Tom Ross, with changes by me: Snake 2 now uses external ↵Zakk Roberts2006-04-09
| | | | | | bitmaps for build, and is fully adapted to larger LCDs. Also some keymapping changes and usability adjustments. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9572 a1c6a512-1295-4272-9138-f99709370657
* Fix bad rebuffering bug, and kill the track_count variableBrandon Low2006-04-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9571 a1c6a512-1295-4272-9138-f99709370657
* Add a simple header and version number to the default.dfg config fileDave Chapman2006-04-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9570 a1c6a512-1295-4272-9138-f99709370657
* Rework Display Options and File View.Dominik Riebeling2006-04-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9569 a1c6a512-1295-4272-9138-f99709370657
* Move hyperref options to hypersetup and add some pdf properties.Dominik Riebeling2006-04-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9568 a1c6a512-1295-4272-9138-f99709370657
* Fix some glitches in "Playback Options".Dominik Riebeling2006-04-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9567 a1c6a512-1295-4272-9138-f99709370657
* Add a missing screenshot for recorder.Dominik Riebeling2006-04-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9566 a1c6a512-1295-4272-9138-f99709370657