summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Make sure all mpegplayer files have the correct svn properties.Michael Sevakis2008-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17906 a1c6a512-1295-4272-9138-f99709370657
* Set some wrong or missing svn properties (keywords, eol-style) and remove ↵Marianne Arnold2008-07-01
| | | | | | the executable flag from md5sum.tex. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17905 a1c6a512-1295-4272-9138-f99709370657
* Bring libmpeg2 portions that we use up to date with the latest libmpeg2 CVS. ↵Michael Sevakis2008-07-01
| | | | | | Fix up some file headers and add a revision history to the libmpeg2 files detailing to which CVS file revisions things were synced. This makes it easier to start in the right place by hand in the future. Hopefully no mistakes and everything works. :-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17904 a1c6a512-1295-4272-9138-f99709370657
* Repair broken manuals. (1) browsing_and_playing.tex: For some reason LaTeX ↵Marianne Arnold2008-07-01
| | | | | | doesn't seem to like excluding with a \nopt if that is below the last line which would be included. Turning the logic around and include with \opt seems to work. (2) Fix typos in a few platform files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17903 a1c6a512-1295-4272-9138-f99709370657
* Add missing keywords property.Dominik Riebeling2008-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17902 a1c6a512-1295-4272-9138-f99709370657
* rbutil: improve german translation a bit (mostly file -> datei)Dominik Wenger2008-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17901 a1c6a512-1295-4272-9138-f99709370657
* brazilian portugese update by Adilson Vicente XavierMarcoen Hirschberg2008-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17900 a1c6a512-1295-4272-9138-f99709370657
* polish language update by Maciej AdamczakMarcoen Hirschberg2008-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17899 a1c6a512-1295-4272-9138-f99709370657
* rbutil: update german translation.Dominik Wenger2008-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17898 a1c6a512-1295-4272-9138-f99709370657
* Document rockblox1dFrank Gevaerts2008-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17897 a1c6a512-1295-4272-9138-f99709370657
* fix a stray yellowFrank Gevaerts2008-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17896 a1c6a512-1295-4272-9138-f99709370657
* only build ppmviewer on colour targets (as it doesn't do greylib yet), and ↵Frank Gevaerts2008-06-30
| | | | | | actually document it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17895 a1c6a512-1295-4272-9138-f99709370657
* Add md5sum.tex. Sorry for breaking you, manuals.Marc Guay2008-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17894 a1c6a512-1295-4272-9138-f99709370657
* When scanning for Ipod / Sansa close the disc handle of every tried disc, ↵Dominik Riebeling2008-06-30
| | | | | | not only for successful checks. Fixes "no Sansa found" issues with rbutil on w32 after autodetection was used. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17893 a1c6a512-1295-4272-9138-f99709370657
* fix line endings and propertiesFrank Gevaerts2008-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17892 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#8977. The issue was caused by multiple successive calls to ↵Nicolas Pennequin2008-06-30
| | | | | | audio_load_track() happening before the corresponding calls to audio_finish_load_track(), resulting in disappearing tracks. I added the track_load_started boolean flag as a means to prevent audio_load_track() from doing anything if a call to audio_finish_load_track is pending. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17891 a1c6a512-1295-4272-9138-f99709370657
* rbutil: add a "make dmg" target to build a dmg file on macDominik Wenger2008-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17890 a1c6a512-1295-4272-9138-f99709370657
* Fix the bug where the german language would crash the quickscreen on the nano. Jonathan Gordon2008-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17889 a1c6a512-1295-4272-9138-f99709370657
* Fix up and finish what I started with r17886.Marc Guay2008-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17888 a1c6a512-1295-4272-9138-f99709370657
* Add md5sum plugin to the manual. Closes FS#9108 and ignores the possible ↵Marc Guay2008-06-30
| | | | | | bug I mention; it can be opened as a bug report if anyone else confirms it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17887 a1c6a512-1295-4272-9138-f99709370657
* Fix the description of the quick screen exit buttons by creating ↵Marc Guay2008-06-30
| | | | | | ActionQuickScreenExit and simply referring to it. Also adds the quick screen to the button table for the WPS and the browser with references to the Quick Screen section. Thanks to Costas Calamvokis. FS#7769. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17886 a1c6a512-1295-4272-9138-f99709370657
* update the manual because of smooth seekingMarcoen Hirschberg2008-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17885 a1c6a512-1295-4272-9138-f99709370657
* Add the h10, mrobe100 & 1G-3G ipods emergency reset keymaps.Marc Guay2008-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17884 a1c6a512-1295-4272-9138-f99709370657
* Updated Swedish translation.Magnus Holmgren2008-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17883 a1c6a512-1295-4272-9138-f99709370657
* Make sure the iPods don't have a hanging sentence in my last manual ↵Marc Guay2008-06-29
| | | | | | addition. They don't have a hardware power off so keep the line inside the \opts. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17882 a1c6a512-1295-4272-9138-f99709370657
* Synced Danish translation.Jonas Häggqvist2008-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17881 a1c6a512-1295-4272-9138-f99709370657
* Manual: Add keymaps for all targets to the 'hardware power off' piece in the ↵Marc Guay2008-06-29
| | | | | | Quick Start chapter. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17880 a1c6a512-1295-4272-9138-f99709370657
* Updated italian translation.Alessio Lenzi2008-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17879 a1c6a512-1295-4272-9138-f99709370657
* rename the "seek accel" setting because the old values mean something ↵Marcoen Hirschberg2008-06-29
| | | | | | different now git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17878 a1c6a512-1295-4272-9138-f99709370657
* Don't handle a touchscreen press when backlight is offMaurus Cuelenaere2008-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17877 a1c6a512-1295-4272-9138-f99709370657
* Colour targets: Revert an optimisation from almost 18 months ago that ↵Jens Arnold2008-06-29
| | | | | | actually turned out to slow down things. Speeds up mono bitmap drawing by ~15..60% depending on target and drawmode. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17876 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#9110 and its maybe-dupes.Nicolas Pennequin2008-06-29
| | | | | | | The issue happened when the value of 'filling' was STATE_FINISHED: the low_buffer_callback wouldn't do anything even when there would still be data remaining to be buffered, leading to a shortage of audio data. Only making the callback act even when filling is STATE_FINISHED (the simple fix) isn't right because of cases when the last track in the playlist is fully buffered. Therefore I added a new state to distinguish between when the last track is fully buffered (STATE_FINISHED) and when it isn't (STATE_END_OF_PLAYLIST). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17875 a1c6a512-1295-4272-9138-f99709370657
* Move declaration of button_int and clickwheel_int to the proper header file ↵Bertrik Sikken2008-06-29
| | | | | | instead of declaring it locally in the .c file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17874 a1c6a512-1295-4272-9138-f99709370657
* Add w32 mountpoint resolving based on disc number correctly this time.Dominik Riebeling2008-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17873 a1c6a512-1295-4272-9138-f99709370657
* fix FS#8187 - charging breaks sleep timer. Now if the timer goes off and the ↵Jonathan Gordon2008-06-29
| | | | | | player is charging or connected to USB it will turn off the audio, but stay on git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17872 a1c6a512-1295-4272-9138-f99709370657
* clean up some debugging output.Dominik Riebeling2008-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17871 a1c6a512-1295-4272-9138-f99709370657
* press the targets "stop" button to exit stats after counting if finishedJonathan Gordon2008-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17870 a1c6a512-1295-4272-9138-f99709370657
* Fix FS #9128: invalidate the peakmeter scales when switching between ↵Peter D'Hoye2008-06-29
| | | | | | playback and recording. This causes them to be recalculated so they show up correctly when playback and recording use different viewport sizes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17869 a1c6a512-1295-4272-9138-f99709370657
* Add W32 mountpoint resolving based on the disc number figured by ipodpatcher ↵Dominik Riebeling2008-06-29
| | | | | | / sansapatcher. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17868 a1c6a512-1295-4272-9138-f99709370657
* very minor code police. also fix a possible but unlikely missed cpu_boost(false)Jonathan Gordon2008-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17867 a1c6a512-1295-4272-9138-f99709370657
* Accept FS#9111 - only exit te stats plugin if the exit button is pressedJonathan Gordon2008-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17866 a1c6a512-1295-4272-9138-f99709370657
* remove the overlapping viewports in cabbie so there is no bitmpa flickering ↵Jonathan Gordon2008-06-29
| | | | | | when the WPS is redrawn... hopefully I havnt stuffed any of them up... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17865 a1c6a512-1295-4272-9138-f99709370657
* fix FS#9120 by actually quiting random folder advance config after choosing ↵Jonathan Gordon2008-06-29
| | | | | | "ignore changes and quit" git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17864 a1c6a512-1295-4272-9138-f99709370657
* fix FS#9131 - line alingment was wong in the 160x128x16 cabbie wps for the ↵Jonathan Gordon2008-06-29
| | | | | | progress line git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17863 a1c6a512-1295-4272-9138-f99709370657
* fix FS#9119 (crash if random folder list has no entries)Jonathan Gordon2008-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17862 a1c6a512-1295-4272-9138-f99709370657
* Simplify touchscreen scrollbar handling codeMaurus Cuelenaere2008-06-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17861 a1c6a512-1295-4272-9138-f99709370657
* Minor dutch spelling fixes for rbutilqtBertrik Sikken2008-06-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17860 a1c6a512-1295-4272-9138-f99709370657
* fix redPeter D'Hoye2008-06-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17859 a1c6a512-1295-4272-9138-f99709370657
* FS#9085 - Stopwatch: Retain stopwatch times after exit Robert Kukla2008-06-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17858 a1c6a512-1295-4272-9138-f99709370657
* Remove a viewport ambiguity by changing the screens width/heigth members ↵Peter D'Hoye2008-06-28
| | | | | | into lcdwidth/lcdheight. Normal usercode should always use getwidth()/getheigth() as that returns the viewport width/height. Fixes issues that would have appeared in many places when introducing viewports with sizes != lcd sizes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17857 a1c6a512-1295-4272-9138-f99709370657