summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* original copied from http://www.dv.co.yu/mpgscript/mpeghdr.htmDaniel Stenberg2002-08-19
| | | | | | | The document explicitly allows redistribution in its unaltered form. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1804 a1c6a512-1295-4272-9138-f99709370657
* When shuffle is ENABLED. And you press PLAY in a dir, the selected songDaniel Stenberg2002-08-19
| | | | | | | | | | | | | | | | | is now the first song to get played. To do this, we first remember which song that was selected, shuffle the list and then find the selected song in the shuffled list and play that. This will have some interesting side effects if the song ends up for example last in the shuffled list when we consider not always doing repeat-all as then it'll reach the end of the playlist after one song. We could optionally put the selected song first in the playlist and then shuffle all the rest, as that would possibly be closer to what people will assume it will do. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1803 a1c6a512-1295-4272-9138-f99709370657
* Pause now works again (I broke it with my mpeg_is_playing() fix...)Björn Stenberg2002-08-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1802 a1c6a512-1295-4272-9138-f99709370657
* Fall back to fixed font if loadable font is not presentBjörn Stenberg2002-08-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1801 a1c6a512-1295-4272-9138-f99709370657
* fixed missing APPSVERSION definitionFelix Arends2002-08-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1800 a1c6a512-1295-4272-9138-f99709370657
* some FAQ battery questionsDaniel Stenberg2002-08-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1799 a1c6a512-1295-4272-9138-f99709370657
* Merged Hardeep's resume fix. Also mpeg_is_playing() now returns true even ↵Björn Stenberg2002-08-19
| | | | | | when paused (broke some other code). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1798 a1c6a512-1295-4272-9138-f99709370657
* Expanded resume options: off/ask/onBjörn Stenberg2002-08-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1797 a1c6a512-1295-4272-9138-f99709370657
* Added Smart(tm) ID3 displaying to the new 1 Line ID3. If no ID3 is ↵Justin Heiner2002-08-19
| | | | | | available, it will display the filename instead git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1796 a1c6a512-1295-4272-9138-f99709370657
* made it output valid C code even if given a filename that starts with aDaniel Stenberg2002-08-19
| | | | | | | | dot, also made the width and height get written as proper #defines in the output C source. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1795 a1c6a512-1295-4272-9138-f99709370657
* More of the new 1 Line ID3 for the playerJustin Heiner2002-08-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1794 a1c6a512-1295-4272-9138-f99709370657
* Added a 1 Line ID3 display for player that displays the PlaylistPos: Artist ↵Justin Heiner2002-08-19
| | | | | | - Title on the first line and time on the 2nd line. NOTE: WPS Display saved settings will be loaded incorrectly on the player the first time. Rearranged the WPS Settings menu git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1793 a1c6a512-1295-4272-9138-f99709370657
* Minor change in display of previous volume display patchJustin Heiner2002-08-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1792 a1c6a512-1295-4272-9138-f99709370657
* WPS in player now displays volume level while changing itJustin Heiner2002-08-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1791 a1c6a512-1295-4272-9138-f99709370657
* Fixed ID3 Scrolling problem (player) when FF/RW in ID3 display modeJustin Heiner2002-08-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1790 a1c6a512-1295-4272-9138-f99709370657
* Fixed bad resume_index in dirs with both folders and filesBjörn Stenberg2002-08-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1789 a1c6a512-1295-4272-9138-f99709370657
* Fixed double-height problem and broken fwd/rew.Björn Stenberg2002-08-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1788 a1c6a512-1295-4272-9138-f99709370657
* Added resume. Works in dirs and playlists, shuffled or not. Resumes ↵Björn Stenberg2002-08-16
| | | | | | mid-song, but press pause on players before you shutdown so they get a chance to store the position on disk. Recorders use RTC ram. Todo: Time display is wrong after mid-track resume and ffd/rew is not handled. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1787 a1c6a512-1295-4272-9138-f99709370657
* reverted Felix Arends' mistakeDaniel Stenberg2002-08-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1786 a1c6a512-1295-4272-9138-f99709370657
* win32 makefileFelix Arends2002-08-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1785 a1c6a512-1295-4272-9138-f99709370657
* windows makefile for firmwareFelix Arends2002-08-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1784 a1c6a512-1295-4272-9138-f99709370657
* (while I remember this) The width padding is 4-byte aligned, nothing else...Daniel Stenberg2002-08-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1783 a1c6a512-1295-4272-9138-f99709370657
* Added bmp2rb.Mats Lidell2002-08-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1782 a1c6a512-1295-4272-9138-f99709370657
* Created.Mats Lidell2002-08-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1781 a1c6a512-1295-4272-9138-f99709370657
* less stack means more mem for fun and games ;-)Daniel Stenberg2002-08-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1780 a1c6a512-1295-4272-9138-f99709370657
* basic slash treatment and URL-linking addedDaniel Stenberg2002-08-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1779 a1c6a512-1295-4272-9138-f99709370657
* C++ comments should remain ;-)Daniel Stenberg2002-08-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1778 a1c6a512-1295-4272-9138-f99709370657
* fixed a line wrap probRobert Hak2002-08-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1777 a1c6a512-1295-4272-9138-f99709370657
* use this script to convert a plain ASCII text into something that looksDaniel Stenberg2002-08-16
| | | | | | | fine in HTML git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1776 a1c6a512-1295-4272-9138-f99709370657
* generate a more HTMLish faq pageDaniel Stenberg2002-08-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1775 a1c6a512-1295-4272-9138-f99709370657
* No DAC3550A in the recorderLinus Nielsen Feltzing2002-08-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1774 a1c6a512-1295-4272-9138-f99709370657
* removed code within #ifdef STANDALONE since it doesn't work and isn't everDaniel Stenberg2002-08-16
| | | | | | | used. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1773 a1c6a512-1295-4272-9138-f99709370657
* menu+left/right was broken for volume change. Patch submitted byMats Lidell2002-08-16
| | | | | | | Magnus Holmgren. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1772 a1c6a512-1295-4272-9138-f99709370657
* VBR ID3 info works again. (I mistakenly left out a line from Hardeep's patch.)Björn Stenberg2002-08-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1771 a1c6a512-1295-4272-9138-f99709370657
* Button release filter was a little too effectiveBjörn Stenberg2002-08-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1770 a1c6a512-1295-4272-9138-f99709370657
* Correction for fast-forward/rewindBjörn Stenberg2002-08-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1769 a1c6a512-1295-4272-9138-f99709370657
* F3 now toggles global_settings.statusbarMarkus Braun2002-08-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1768 a1c6a512-1295-4272-9138-f99709370657
* removed entry for status barMarkus Braun2002-08-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1767 a1c6a512-1295-4272-9138-f99709370657
* New backlight settings with always-offLinus Nielsen Feltzing2002-08-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1766 a1c6a512-1295-4272-9138-f99709370657
* Removed 'saving seetings' message, since writing is delayedBjörn Stenberg2002-08-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1765 a1c6a512-1295-4272-9138-f99709370657
* Save volume changesBjörn Stenberg2002-08-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1764 a1c6a512-1295-4272-9138-f99709370657
* Removed warningBjörn Stenberg2002-08-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1763 a1c6a512-1295-4272-9138-f99709370657
* Added delayed write for settings. Doesn't write until someone else accesses ↵Björn Stenberg2002-08-15
| | | | | | the disk. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1762 a1c6a512-1295-4272-9138-f99709370657
* Now we can have up to 400 files in a directoryLinus Nielsen Feltzing2002-08-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1761 a1c6a512-1295-4272-9138-f99709370657
* Added helpful reminder about copying font fileBjörn Stenberg2002-08-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1760 a1c6a512-1295-4272-9138-f99709370657
* Fixed font target for loadable fontsBjörn Stenberg2002-08-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1759 a1c6a512-1295-4272-9138-f99709370657
* avoid flickering of battery level during the first minute of uptime by ↵Heikki Hannikainen2002-08-15
| | | | | | taking a voltage sample at power_init git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1758 a1c6a512-1295-4272-9138-f99709370657
* Now doesn't truncate the lenght when comparing path componentsLinus Nielsen Feltzing2002-08-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1757 a1c6a512-1295-4272-9138-f99709370657
* very basic desc of loadable fontsRobert Hak2002-08-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1756 a1c6a512-1295-4272-9138-f99709370657
* added tags target for the generated simulator makefile as wellDaniel Stenberg2002-08-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1755 a1c6a512-1295-4272-9138-f99709370657