summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Remodeled as a test applicationBjörn Stenberg2002-10-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2782 a1c6a512-1295-4272-9138-f99709370657
* Fat driver test scriptBjörn Stenberg2002-10-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2781 a1c6a512-1295-4272-9138-f99709370657
* Fixed red buildMarkus Braun2002-10-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2780 a1c6a512-1295-4272-9138-f99709370657
* New repeat and repeat-one iconsLinus Nielsen Feltzing2002-10-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2779 a1c6a512-1295-4272-9138-f99709370657
* added printf() protoDaniel Stenberg2002-10-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2778 a1c6a512-1295-4272-9138-f99709370657
* made the language loader output all new strings on stdout when loaded inDaniel Stenberg2002-10-29
| | | | | | | | the simulator, as it really helps to detect language-loading related problems git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2777 a1c6a512-1295-4272-9138-f99709370657
* Move the new strings last in the file. It reallly is important that *ALL*Daniel Stenberg2002-10-29
| | | | | | | new strings are added last. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2776 a1c6a512-1295-4272-9138-f99709370657
* Magnus Holmgren's .cfg file parser patchLinus Nielsen Feltzing2002-10-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2775 a1c6a512-1295-4272-9138-f99709370657
* Phil Pertermann's dB peak meter patchLinus Nielsen Feltzing2002-10-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2774 a1c6a512-1295-4272-9138-f99709370657
* usb detection in bounce, and all files use default font (not loaded)Robert Hak2002-10-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2773 a1c6a512-1295-4272-9138-f99709370657
* The lcd_clear_display() didn't work.Kjell Ericson2002-10-29
| | | | | | | Added some debug-stuff. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2772 a1c6a512-1295-4272-9138-f99709370657
* Better handling of large frames in V2 tagsLinus Nielsen Feltzing2002-10-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2771 a1c6a512-1295-4272-9138-f99709370657
* LANG_BACKLIGHT_ON was never a working string in the first place (it wasDaniel Stenberg2002-10-29
| | | | | | | | | added wrongly formatted already from the start) so when it was "corrected" it suddenly appeared as a new string and broke the order for all the translated languages. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2770 a1c6a512-1295-4272-9138-f99709370657
* 1. If the translated file used ID strings not present in the english one,Daniel Stenberg2002-10-29
| | | | | | | | the first string was ruined (it was stored as a blank on number 0!) 2. This script now accepts -v to display verbose debug-friendly output. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2769 a1c6a512-1295-4272-9138-f99709370657
* Now reads the tags frame by frame, to avoid missing frames when there are ↵Linus Nielsen Feltzing2002-10-28
| | | | | | large blobs in the tag. This fixes bug #623510. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2768 a1c6a512-1295-4272-9138-f99709370657
* A try to fix a compilation error for the Win32 recorder simulator. (not tested).Kjell Ericson2002-10-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2767 a1c6a512-1295-4272-9138-f99709370657
* Definitions of "struct coordinate" and "struct rectangle" and definitionsKjell Ericson2002-10-28
| | | | | | | of the drawing functions needed for the simulators. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2766 a1c6a512-1295-4272-9138-f99709370657
* The lcd_ascii-pointer is global for a while in order to be reachable fromKjell Ericson2002-10-28
| | | | | | | the simulator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2765 a1c6a512-1295-4272-9138-f99709370657
* Changed XPoint to "struct coordinate".Kjell Ericson2002-10-28
| | | | | | | New lcd_update for the player simulator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2764 a1c6a512-1295-4272-9138-f99709370657
* New file font-player.c is added.Kjell Ericson2002-10-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2763 a1c6a512-1295-4272-9138-f99709370657
* Using the structures "rectangle" and "points" when drawing (Win32 doesn't ↵Kjell Ericson2002-10-28
| | | | | | | | | have XPoint). Added the funtion drawrectangles() that is used for the player simulation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2762 a1c6a512-1295-4272-9138-f99709370657
* Added command line parameter "--old_lcd" that will simulate the old LCD ofKjell Ericson2002-10-28
| | | | | | | | the player. Made the screen a bit larger too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2761 a1c6a512-1295-4272-9138-f99709370657
* Updated for better player simulator.Kjell Ericson2002-10-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2760 a1c6a512-1295-4272-9138-f99709370657
* New height for teh player simulator. The default is pixels of 4x4 in order toKjell Ericson2002-10-28
| | | | | | | make it more readable and better icons. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2759 a1c6a512-1295-4272-9138-f99709370657
* The player simulator now has it own font_init()-function. We shall therefor ↵Kjell Ericson2002-10-28
| | | | | | call it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2758 a1c6a512-1295-4272-9138-f99709370657
* Moved the volume_type and battery_type settings in RTC, since they ↵Linus Nielsen Feltzing2002-10-28
| | | | | | interfered with the scroll speed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2757 a1c6a512-1295-4272-9138-f99709370657
* Now clears the resume point at end-of-list. This fixes bug #627344.Linus Nielsen Feltzing2002-10-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2756 a1c6a512-1295-4272-9138-f99709370657
* Removed some unnecessary LCD updatesLinus Nielsen Feltzing2002-10-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2755 a1c6a512-1295-4272-9138-f99709370657
* Fast forward near the end of the last song in a playlist didn't activate the ↵Linus Nielsen Feltzing2002-10-28
| | | | | | DMA if the remaining amount to play was below the watermark git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2754 a1c6a512-1295-4272-9138-f99709370657
* The return code from wps_display() wasn't handled correctly. And keylock() ↵Linus Nielsen Feltzing2002-10-27
| | | | | | didn't reset the locked icon when reaching the end of the playlist. This fixes bug #624938. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2753 a1c6a512-1295-4272-9138-f99709370657
* Better skipping of leading garbage. Fixes bug #625868.Linus Nielsen Feltzing2002-10-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2752 a1c6a512-1295-4272-9138-f99709370657
* fixing a yellow buildRobert Hak2002-10-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2751 a1c6a512-1295-4272-9138-f99709370657
* battery/volume status can be displayed numericallyRobert Hak2002-10-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2750 a1c6a512-1295-4272-9138-f99709370657
* fixed the check for the release eventsDaniel Stenberg2002-10-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2749 a1c6a512-1295-4272-9138-f99709370657
* fix on button detectionRobert Hak2002-10-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2748 a1c6a512-1295-4272-9138-f99709370657
* 'fat' is now a ommand-line test toolBjörn Stenberg2002-10-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2747 a1c6a512-1295-4272-9138-f99709370657
* Fixed bug where first sector was skipped on reads.Björn Stenberg2002-10-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2746 a1c6a512-1295-4272-9138-f99709370657
* Simplified USB questionBjörn Stenberg2002-10-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2745 a1c6a512-1295-4272-9138-f99709370657
* Added USB handling. Fixed return value bug.Björn Stenberg2002-10-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2744 a1c6a512-1295-4272-9138-f99709370657
* now supporting the credits.pl script and a language is pre-setFelix Arends2002-10-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2743 a1c6a512-1295-4272-9138-f99709370657
* Fat32 write updates: Nixed some bugs. Basic file creation now works. Todo: ↵Björn Stenberg2002-10-22
| | | | | | Long filenames and extensive test cases. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2742 a1c6a512-1295-4272-9138-f99709370657
* Removed warnings.Kjell Ericson2002-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2741 a1c6a512-1295-4272-9138-f99709370657
* Added Kjell Ericson.Kjell Ericson2002-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2740 a1c6a512-1295-4272-9138-f99709370657
* Removed warnings.Kjell Ericson2002-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2739 a1c6a512-1295-4272-9138-f99709370657
* The font for player-simulator.Kjell Ericson2002-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2738 a1c6a512-1295-4272-9138-f99709370657
* Fonts are only for recorder.Kjell Ericson2002-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2737 a1c6a512-1295-4272-9138-f99709370657
* Dubbled the size of player bitmap. The double height/width will be used toKjell Ericson2002-10-21
| | | | | | | | make the icons in double resolution (and who wants to look at that old tiny simulated player window anyway?) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2736 a1c6a512-1295-4272-9138-f99709370657
* Many functions have been changed.Kjell Ericson2002-10-21
| | | | | | | | | The font will now be drawn in a more hardware-like style. The "select arrow" is now looking bad, but will be fixed by Mats Lidell and me later. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2735 a1c6a512-1295-4272-9138-f99709370657
* Almost totaly rewritten.Kjell Ericson2002-10-21
| | | | | | | Most icons are still missing, but will be redrawn in some days. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2734 a1c6a512-1295-4272-9138-f99709370657
* Added stubs that shall not be in the player simulator.Kjell Ericson2002-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2733 a1c6a512-1295-4272-9138-f99709370657