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