summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* minor oopsJörg Hohensohn2004-09-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5056 a1c6a512-1295-4272-9138-f99709370657
* adjustment for the Ondio: button driver has an Odio part, for now it has a ↵Jörg Hohensohn2004-09-10
| | | | | | Player layout. Some fixes in the app code were necessary to remove dependencies of LCD, keypad, this wasn't independent everywhere. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5055 a1c6a512-1295-4272-9138-f99709370657
* adjustment for the Ondio: I2C clock is on a different pinJörg Hohensohn2004-09-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5054 a1c6a512-1295-4272-9138-f99709370657
* the very first adjustment for the Ondio: fix the screen orientationJörg Hohensohn2004-09-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5053 a1c6a512-1295-4272-9138-f99709370657
* build system updated to include Ondio optionJörg Hohensohn2004-09-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5052 a1c6a512-1295-4272-9138-f99709370657
* scrambling extended for the Ondio SP/FMJörg Hohensohn2004-09-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5051 a1c6a512-1295-4272-9138-f99709370657
* Show counter option is now saved to diskZakk Roberts2004-09-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5050 a1c6a512-1295-4272-9138-f99709370657
* Since open() does now handle O_TRUNC correctly, the previous fix is no ↵Jens Arnold2004-09-06
| | | | | | longer needed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5049 a1c6a512-1295-4272-9138-f99709370657
* Bug fix: open() now handles O_TRUNC correctly (this was the real cause for ↵Jens Arnold2004-09-06
| | | | | | the .playlist_control corruption) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5048 a1c6a512-1295-4272-9138-f99709370657
* check the size of the .bin file, not the .ucl fileDaniel Stenberg2004-09-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5047 a1c6a512-1295-4272-9138-f99709370657
* when rom file is too big, mention how many bytesDaniel Stenberg2004-09-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5046 a1c6a512-1295-4272-9138-f99709370657
* removed the hard-coded size limit from the Makefile with some preprocessorDaniel Stenberg2004-09-06
| | | | | | | magic and a modified perl script git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5045 a1c6a512-1295-4272-9138-f99709370657
* added romsizetest.pl to the release archiveDaniel Stenberg2004-09-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5044 a1c6a512-1295-4272-9138-f99709370657
* rombox support: building and zipDaniel Stenberg2004-09-06
| | | | | | | general makefile: less output git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5043 a1c6a512-1295-4272-9138-f99709370657
* Synced.Mats Lidell2004-09-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5042 a1c6a512-1295-4272-9138-f99709370657
* Synced.Jens Arnold2004-09-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5041 a1c6a512-1295-4272-9138-f99709370657
* Voicing the .rockbox warning is unnecessary because (1) It's not used by ↵Jens Arnold2004-09-05
| | | | | | current code, (2) If the .rockbox directory is missing, chances are that there is no .voice file anyway... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5040 a1c6a512-1295-4272-9138-f99709370657
* Warning if .rockbox is missingHenrik Backe2004-09-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5039 a1c6a512-1295-4272-9138-f99709370657
* Made set_file() case insensitive.Henrik Backe2004-09-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5038 a1c6a512-1295-4272-9138-f99709370657
* Faster & smaller screen_dump() function, saving almost 1.8 KB of ramJens Arnold2004-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5037 a1c6a512-1295-4272-9138-f99709370657
* fixed rom start indexDaniel Stenberg2004-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5036 a1c6a512-1295-4272-9138-f99709370657
* define the ROM start in the config-*.h file instead and avoid the ifdefDaniel Stenberg2004-09-03
| | | | | | | in the rom.lds file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5035 a1c6a512-1295-4272-9138-f99709370657
* lds file for rombox buildsDaniel Stenberg2004-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5034 a1c6a512-1295-4272-9138-f99709370657
* Bug fix: Longish .playlist_control files got corrupted when doing ON->resume ↵Jens Arnold2004-09-01
| | | | | | after stop without rebooting first git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5033 a1c6a512-1295-4272-9138-f99709370657
* Made queue_clear() atomic, and made the argument non-constLinus Nielsen Feltzing2004-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5032 a1c6a512-1295-4272-9138-f99709370657
* button_clear_queue() now works as expectedLinus Nielsen Feltzing2004-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5031 a1c6a512-1295-4272-9138-f99709370657
* Made queue_clear() atomic, and made the argument non-constLinus Nielsen Feltzing2004-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5030 a1c6a512-1295-4272-9138-f99709370657
* New kernel function: queue_clear()Linus Nielsen Feltzing2004-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5029 a1c6a512-1295-4272-9138-f99709370657
* Reverted an erroneous const, and fixed & optimized relative path handling. ↵Jens Arnold2004-08-31
| | | | | | The bug didn't show up because FAT is inherently able to handle relative paths itself. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5028 a1c6a512-1295-4272-9138-f99709370657
* loading a setting (and internally calling talk_init) caused the playback to stopJörg Hohensohn2004-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5027 a1c6a512-1295-4272-9138-f99709370657
* New debug feature: Use the SH1 user break controller to catch illegal memory ↵Jens Arnold2004-08-30
| | | | | | accesses git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5026 a1c6a512-1295-4272-9138-f99709370657
* Fixed USB handling, and brought back the special modeJens Arnold2004-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5025 a1c6a512-1295-4272-9138-f99709370657
* The mute status display function now uses splash() tooJens Arnold2004-08-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5024 a1c6a512-1295-4272-9138-f99709370657
* .rockbox browse fixes, based on patch #861278 by Brian King: (1) Leaving the ↵Jens Arnold2004-08-28
| | | | | | sub-browser with ON is disabled to prevent possibly endless recursion, (2) For browsing plugins and fonts, the browser doesn't quit automatically after selecting a file, for more convenient use of plugins and trying out different fonts. Additionally, the button bar display is fixed to properly reflect the unavailability of F1 in a sub-browser git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5023 a1c6a512-1295-4272-9138-f99709370657
* Fixes: (1) metronome didn't yield() at all, (2) possible race condition, (3) ↵Jens Arnold2004-08-28
| | | | | | complete cleanup when detecting USB connection, (4) removed TAB chars git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5022 a1c6a512-1295-4272-9138-f99709370657
* Bug fix: The splash displayed when trying to soft power off with the charger ↵Jens Arnold2004-08-28
| | | | | | connected didn't disappear again git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5021 a1c6a512-1295-4272-9138-f99709370657
* font format documentation updated, obsolete definitions removedJörg Hohensohn2004-08-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5020 a1c6a512-1295-4272-9138-f99709370657
* By reducing the font buffer to 4000 bytes from 9000, we get 5000 fresh bytesDaniel Stenberg2004-08-27
| | | | | | | | to buffer mp3 with! Only 3 out of 44 fonts that fit within 9000 are bigger than 4000, leaving us with 41 fonts that fit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5019 a1c6a512-1295-4272-9138-f99709370657
* Fixed new font format: necessity of offset table generation, output of fonts ↵Jens Arnold2004-08-27
| | | | | | without one git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5018 a1c6a512-1295-4272-9138-f99709370657
* removed the now broken out-of-sequence check for rotated operationJörg Hohensohn2004-08-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5017 a1c6a512-1295-4272-9138-f99709370657
* Fixed pointer types & struct fontJens Arnold2004-08-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5016 a1c6a512-1295-4272-9138-f99709370657
* New font format (already rotated) saves code, space and time. On the ↵Jörg Hohensohn2004-08-26
| | | | | | downside this new format is incompatible, so get the new fonts, too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5015 a1c6a512-1295-4272-9138-f99709370657
* Made local constant arrays static, saving a few bytesJens Arnold2004-08-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5014 a1c6a512-1295-4272-9138-f99709370657
* Make the buildzip script able to build zips even when not run in a dirDaniel Stenberg2004-08-24
| | | | | | | one level "down" from the rockbox source root. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5013 a1c6a512-1295-4272-9138-f99709370657
* oops, forgot to remove my debug printsDaniel Stenberg2004-08-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5012 a1c6a512-1295-4272-9138-f99709370657
* exclude fonts from the zip file that are larger than the maximum size we canDaniel Stenberg2004-08-24
| | | | | | | load with this firmware git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5011 a1c6a512-1295-4272-9138-f99709370657
* remove zip on cleanDaniel Stenberg2004-08-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5010 a1c6a512-1295-4272-9138-f99709370657
* Bug fix: recording does no longer hang after 30 bytes (especially when ↵Jens Arnold2004-08-23
| | | | | | running from ROM) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5009 a1c6a512-1295-4272-9138-f99709370657
* Bug fix: renaming a directory could cause a name clash. New feature: ↵Linus Nielsen Feltzing2004-08-22
| | | | | | rename() can now move files/directories as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5008 a1c6a512-1295-4272-9138-f99709370657
* Made the VU meter work in the simulator againLinus Nielsen Feltzing2004-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5007 a1c6a512-1295-4272-9138-f99709370657