summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* reduce the number of gigabeat warningsMarcoen Hirschberg2006-10-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11316 a1c6a512-1295-4272-9138-f99709370657
* Last fix was wrong, I did the math this time, should fix more buffering edgesBrandon Low2006-10-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11315 a1c6a512-1295-4272-9138-f99709370657
* fix the int settings on the Archos Player (left is now decrease like it ↵Jonathan Gordon2006-10-23
| | | | | | should be) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11314 a1c6a512-1295-4272-9138-f99709370657
* add the correct input file to makeindex callDominik Riebeling2006-10-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11313 a1c6a512-1295-4272-9138-f99709370657
* Add a warning note to stop 2nd gen nano owners to install rockbox. Call the ↵Martin Arver2006-10-22
| | | | | | nano, nano 1st generation on the front page git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11312 a1c6a512-1295-4272-9138-f99709370657
* Fix edge case handling for buffer writing into the playing track; Improve ↵Brandon Low2006-10-22
| | | | | | comments and variable naming git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11311 a1c6a512-1295-4272-9138-f99709370657
* Star: separate graphics for Gigabeat, by Marianne Arnold.Jens Arnold2006-10-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11310 a1c6a512-1295-4272-9138-f99709370657
* Make the SDL simulator a console app on cygwin, and circumvent SDL_main. ↵Jens Arnold2006-10-22
| | | | | | Debug output finally appears on the console again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11309 a1c6a512-1295-4272-9138-f99709370657
* Patch #6218 by Robert Keevil - fix erroneous scrobbler_shutdown() call when ↵Linus Nielsen Feltzing2006-10-22
| | | | | | cancelling the Last.fm setting git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11308 a1c6a512-1295-4272-9138-f99709370657
* Speed up build process in general by using internal functions of make ↵Jens Arnold2006-10-22
| | | | | | instead of spawning sub-shells where possible. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11307 a1c6a512-1295-4272-9138-f99709370657
* Fix build errors in H100 and H300 UI simulator.Barry Wardell2006-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11306 a1c6a512-1295-4272-9138-f99709370657
* Don't trigger the plugin bitmap build twice from the plugin Makefile. For ↵Jens Arnold2006-10-21
| | | | | | some reason, both apps/bitmaps and apps/plugins/bitmaps are still sometimes checked twice though. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11305 a1c6a512-1295-4272-9138-f99709370657
* Simplify the numeric keypad -> device button mapping in the UI simulator for ↵Barry Wardell2006-10-21
| | | | | | all targets. Split the mapping by target keypad type, rather that by what button a target has. Also, add a mapping for the Sansa e200 series. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11304 a1c6a512-1295-4272-9138-f99709370657
* Hopefully now fixed the last 64-bit compiler warning.Miika Pekkarinen2006-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11303 a1c6a512-1295-4272-9138-f99709370657
* Fixed the simulator warnings.Miika Pekkarinen2006-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11302 a1c6a512-1295-4272-9138-f99709370657
* Implement fast_readline as a function and use it for tagtree also.Miika Pekkarinen2006-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11301 a1c6a512-1295-4272-9138-f99709370657
* add support for the Wolfson WM8751Marcoen Hirschberg2006-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11300 a1c6a512-1295-4272-9138-f99709370657
* Disk spindown control during jpeg slideshow: for times below 10s, keep the ↵Peter D'Hoye2006-10-21
| | | | | | disk spinning, for longer times spin down the disk immediately after loading the picture. Inspired by #FS5653 (Paul Jam / Gwen Roelants) and Jens Arnold git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11299 a1c6a512-1295-4272-9138-f99709370657
* Fix for additional space addedMartin Arver2006-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11298 a1c6a512-1295-4272-9138-f99709370657
* Change position in the text, and add a link to the wiki.Martin Arver2006-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11297 a1c6a512-1295-4272-9138-f99709370657
* Initial description of the Last.fm log optionMartin Arver2006-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11296 a1c6a512-1295-4272-9138-f99709370657
* woops, damn vim isnt set to use space instead of tabsJonathan Gordon2006-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11295 a1c6a512-1295-4272-9138-f99709370657
* missed a signalscreenchange()Jonathan Gordon2006-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11294 a1c6a512-1295-4272-9138-f99709370657
* Fix USB screen on Player.Jens Arnold2006-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11293 a1c6a512-1295-4272-9138-f99709370657
* dont display the folder count in the edit list windowJonathan Gordon2006-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11292 a1c6a512-1295-4272-9138-f99709370657
* Fix yelllow Player sim.Jens Arnold2006-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11291 a1c6a512-1295-4272-9138-f99709370657
* Hopefully fix the copyright notice.Barry Wardell2006-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11290 a1c6a512-1295-4272-9138-f99709370657
* Player can't be shut down while connected to the charger.Jens Arnold2006-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11289 a1c6a512-1295-4272-9138-f99709370657
* sorry Bjorn, blame kateJonathan Gordon2006-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11288 a1c6a512-1295-4272-9138-f99709370657
* add signalscreenchange() to vkeyboardJonathan Gordon2006-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11287 a1c6a512-1295-4272-9138-f99709370657
* Recording trigger screen: Fix display for font heights != 8 pixels. Remove ↵Jens Arnold2006-10-21
| | | | | | unnecessary code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11286 a1c6a512-1295-4272-9138-f99709370657
* FlipIt: Set black foreground, otherwise text might be unreadable.....Jens Arnold2006-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11285 a1c6a512-1295-4272-9138-f99709370657
* Ooops.Jens Arnold2006-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11284 a1c6a512-1295-4272-9138-f99709370657
* Star: * Uses bitmap build system for all resolutions. * Working bitmaps for ↵Jens Arnold2006-10-21
| | | | | | H10_5GB and iPod mini, and extra bitmaps for iPod Nano, by Marianne Arnold. * 6x7 pixel bitmaps for archos to utilise the full screen width, have almost correct aspect ratio, and real stars. * Working button definitions for X5, some cleanup for Gigabeat and H10. * Faster transition update, working properly for portrait displays. * Proper vertical alignment and nicer horizontal alignment for the info display. * Better tile animation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11283 a1c6a512-1295-4272-9138-f99709370657
* Bugfix: bidi_l2v() returned a pointer to value on the stack when the ↵Jens Arnold2006-10-21
| | | | | | argument was an empty string. * Don't protect against NULL pointer, that would be a bug in the caller. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11282 a1c6a512-1295-4272-9138-f99709370657
* Get rid of some OR-ing and conditional expressions in lcd driver when ↵Michael Sevakis2006-10-20
| | | | | | register values can just be saved in shorts. Touch-up to comment in asm part. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11281 a1c6a512-1295-4272-9138-f99709370657
* Don't try to show the progress bar on top of the picture on grayscale lib ↵Peter D'Hoye2006-10-20
| | | | | | targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11280 a1c6a512-1295-4272-9138-f99709370657
* Add some iriver h100/h300 specific strings to the lang. Mostly OFF changed ↵Nils Wallménius2006-10-20
| | | | | | to STOP in a few places. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11279 a1c6a512-1295-4272-9138-f99709370657
* this shouldn't have been committedMarcoen Hirschberg2006-10-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11278 a1c6a512-1295-4272-9138-f99709370657
* generalise the wolfson codec code a bitMarcoen Hirschberg2006-10-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11277 a1c6a512-1295-4272-9138-f99709370657
* Make slideshow mode more slideshow: keep showing previous picture until next ↵Peter D'Hoye2006-10-20
| | | | | | one is ready, just show a small progressbar to indicate loading git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11276 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#6107 so ID3 view voices correct numbersSteve Bavin2006-10-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11275 a1c6a512-1295-4272-9138-f99709370657
* When seeking, actually use the MP3 VBR TOC again, if available.Magnus Holmgren2006-10-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11274 a1c6a512-1295-4272-9138-f99709370657
* Patch #6052 - More responsive skip on ArchosLinus Nielsen Feltzing2006-10-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11273 a1c6a512-1295-4272-9138-f99709370657
* Add default keys for ipods to close task #5822Martin Arver2006-10-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11272 a1c6a512-1295-4272-9138-f99709370657
* Minor fix to close task #5815Martin Arver2006-10-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11271 a1c6a512-1295-4272-9138-f99709370657
* Put the CVS revision in the CLIENT string in the scrobbler log fileLinus Nielsen Feltzing2006-10-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11270 a1c6a512-1295-4272-9138-f99709370657
* Patch #5166 by Robert Keevil - Last.fm loggingLinus Nielsen Feltzing2006-10-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11269 a1c6a512-1295-4272-9138-f99709370657
* Remove a spaceMartin Arver2006-10-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11268 a1c6a512-1295-4272-9138-f99709370657
* Oops; sleep != yieldSteve Bavin2006-10-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11267 a1c6a512-1295-4272-9138-f99709370657