Jean-Philippe Bernardy
3984b5f41d
Emacs hint
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5854 a1c6a512-1295-4272-9138-f99709370657
2005-02-08 15:13:27 +00:00
Jens Arnold
43cc13bd30
Fixed updating of old translations which don't contain voice: entries.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5842 a1c6a512-1295-4272-9138-f99709370657
2005-02-07 22:33:32 +00:00
Linus Nielsen Feltzing
9ae46dca9c
Strict alignment for the coldfire
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5809 a1c6a512-1295-4272-9138-f99709370657
2005-02-06 03:11:26 +00:00
Daniel Stenberg
b3272f4c32
enable plugins in the iRiver builds
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5786 a1c6a512-1295-4272-9138-f99709370657
2005-02-04 12:52:15 +00:00
Jens Arnold
2ae6009448
Keep comments other than the special ### comments.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5735 a1c6a512-1295-4272-9138-f99709370657
2005-02-01 19:00:37 +00:00
Jens Arnold
9bfcc71faa
Bug fixes & enhancements: (1) Don't change voice: strings back to english just because they are different. They are supposed to be that way. (2) Instead, put a comment and set voice: back to english if one of the following conditions are met: (2a) It's a voice only id, and the description changed (2b) It's a standard id, the eng: string changed, and the english and/or translated voice: string is not empty. (3) Append new ids in the same order as they appear in english.lang, for better maintenance.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5731 a1c6a512-1295-4272-9138-f99709370657
2005-02-01 01:35:17 +00:00
Jens Arnold
abfd29ab2c
Bug fix: The trailing null byte wasn't added when there was whitespace after the closing quote in the .lang file, leading to garbled strings when doing non-english builds. Thanks to quelsaruk for tracking this down.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5730 a1c6a512-1295-4272-9138-f99709370657
2005-02-01 01:23:58 +00:00
Daniel Stenberg
6af4a6c627
support iriver version
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5728 a1c6a512-1295-4272-9138-f99709370657
2005-01-31 19:33:39 +00:00
Jens Arnold
19afad88f8
Fix: Deprecated voice-only entries were treated as (deprecated) standard LANG_ entries. Now they are detected by the id matching VOICE_*.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5720 a1c6a512-1295-4272-9138-f99709370657
2005-01-31 00:34:32 +00:00
Daniel Stenberg
9aac529208
add bootloader option (only usable for iRiver)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5706 a1c6a512-1295-4272-9138-f99709370657
2005-01-29 00:00:47 +00:00
Linus Nielsen Feltzing
abf3ea672a
New tool to insert the rockbox boot loader into the original firmware (iRiver)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5690 a1c6a512-1295-4272-9138-f99709370657
2005-01-28 12:28:35 +00:00
Linus Nielsen Feltzing
35c27b82c3
Changed scrambling type for iriver
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5689 a1c6a512-1295-4272-9138-f99709370657
2005-01-28 12:27:39 +00:00
Linus Nielsen Feltzing
8d5c168f7f
Adjusted the max/min sizes for the iriver scrambler
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5688 a1c6a512-1295-4272-9138-f99709370657
2005-01-28 12:21:52 +00:00
Linus Nielsen Feltzing
599b0ff0b1
Made the -add option use char instead of short, prevents endianness problems
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5687 a1c6a512-1295-4272-9138-f99709370657
2005-01-28 12:20:20 +00:00
Linus Nielsen Feltzing
ddd1551d3e
The checksum is not a CRC
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5686 a1c6a512-1295-4272-9138-f99709370657
2005-01-28 10:28:34 +00:00
Daniel Stenberg
14dd055a86
store the 'add' checksum big-endian
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5658 a1c6a512-1295-4272-9138-f99709370657
2005-01-24 23:14:47 +00:00
Daniel Stenberg
8db2730f3d
remove duplicated code
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5651 a1c6a512-1295-4272-9138-f99709370657
2005-01-24 13:17:03 +00:00
Daniel Stenberg
bf355b70b9
Added the "--add=[model]" option for upcoming iRiver work. Rockbox for iRiver
...
will not be scrambled, only have a 8 bytes header for checksum and model name.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5650 a1c6a512-1295-4272-9138-f99709370657
2005-01-24 13:14:14 +00:00
Daniel Stenberg
adaae249ef
iRiver scramble and descramble code from Dave Cooper
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5649 a1c6a512-1295-4272-9138-f99709370657
2005-01-24 09:01:48 +00:00
Jens Arnold
edd5f05243
Correctly disable plugins for gmini.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5636 a1c6a512-1295-4272-9138-f99709370657
2005-01-23 00:31:30 +00:00
Jens Arnold
0f04029293
New way of handling the builtin language strings. Now the string pointers are no longer stored as initialised data, but calculated by walking one long string containing all language strings separated by \0. While this doesn't need more RAM, it fixes the problem that loading incomplete .lng files after complete ones did not reset the missing strings to the default, and it also decreases the binary size by >1700 bytes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5608 a1c6a512-1295-4272-9138-f99709370657
2005-01-19 21:43:15 +00:00
Jens Arnold
3c2fefdb99
Bugfix: Due to the wrong position of the LANG_LAST_INDEX_IN_ARRAY marker, lang_load() was potentially unsafe. Loading a newer .lng file with an older rockbox build would have caused an out-of-bound access of language_strings[].
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5607 a1c6a512-1295-4272-9138-f99709370657
2005-01-19 21:12:38 +00:00
Björn Stenberg
f59a223266
Strip trailing directory slash
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5604 a1c6a512-1295-4272-9138-f99709370657
2005-01-19 11:55:33 +00:00
Björn Stenberg
a58941d03a
Windows requires setting files to binary mode
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5603 a1c6a512-1295-4272-9138-f99709370657
2005-01-19 10:22:55 +00:00
Björn Stenberg
7ae56e30fe
Removed 'strict'
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5585 a1c6a512-1295-4272-9138-f99709370657
2005-01-17 16:15:54 +00:00
Daniel Stenberg
e24a528499
re-indented to look normal ;-)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5582 a1c6a512-1295-4272-9138-f99709370657
2005-01-17 14:26:36 +00:00
Björn Stenberg
7396d99027
Don't die on opendir() failure. Index .mp2 files too.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5581 a1c6a512-1295-4272-9138-f99709370657
2005-01-17 13:50:08 +00:00
Björn Stenberg
445d5d5a6e
Don't print to STDERR.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5580 a1c6a512-1295-4272-9138-f99709370657
2005-01-17 13:32:06 +00:00
Björn Stenberg
225116e276
Added MP3::Info.pm inside script to make it standalone.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5579 a1c6a512-1295-4272-9138-f99709370657
2005-01-17 13:23:23 +00:00
Björn Stenberg
025f5c0084
Added progress display and summary. Implemented --strip.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5573 a1c6a512-1295-4272-9138-f99709370657
2005-01-17 11:18:44 +00:00
Daniel Stenberg
11f6988e56
Jean-Philippe Bernardy: removed -m1 from calmrisc gcc options
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5540 a1c6a512-1295-4272-9138-f99709370657
2005-01-09 23:02:39 +00:00
Daniel Stenberg
72fdf373e0
prepare for gmini 120 port
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5531 a1c6a512-1295-4272-9138-f99709370657
2005-01-04 15:00:06 +00:00
Daniel Stenberg
463e329d08
Fixed to allow conversions of 160x128 pictures too.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5498 a1c6a512-1295-4272-9138-f99709370657
2004-12-20 09:09:49 +00:00
Daniel Stenberg
e745dc8b7f
specify mode in mkdir
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5475 a1c6a512-1295-4272-9138-f99709370657
2004-12-01 09:56:36 +00:00
Jens Arnold
8e43f77ef1
Fixed register table
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5469 a1c6a512-1295-4272-9138-f99709370657
2004-11-27 10:27:59 +00:00
Daniel Stenberg
c9d41b4b94
Make the simulator builds acknowledge the plugins variable set in the configure
...
script.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5464 a1c6a512-1295-4272-9138-f99709370657
2004-11-24 16:45:08 +00:00
Linus Nielsen Feltzing
8737b37ce7
No ROMBox for FM Recorder
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5460 a1c6a512-1295-4272-9138-f99709370657
2004-11-23 07:47:35 +00:00
Jens Arnold
bdba1d00c0
Include .ucl files for players
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5448 a1c6a512-1295-4272-9138-f99709370657
2004-11-20 10:45:27 +00:00
Jens Arnold
4820177214
Enable building flashed rockbox and rombox for players
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5446 a1c6a512-1295-4272-9138-f99709370657
2004-11-20 00:55:25 +00:00
Linus Nielsen Feltzing
bb4872ecce
We use the apps/recorder dir for the iriver build as well
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5434 a1c6a512-1295-4272-9138-f99709370657
2004-11-19 00:44:07 +00:00
Björn Stenberg
4f3b9edd62
Add dummy text if some tags are missing
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5360 a1c6a512-1295-4272-9138-f99709370657
2004-10-26 14:26:37 +00:00
Björn Stenberg
5883b4ed0b
Sort songarray on track number if available
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5330 a1c6a512-1295-4272-9138-f99709370657
2004-10-23 14:15:00 +00:00
Björn Stenberg
3a931c113f
Minor adjustments
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5320 a1c6a512-1295-4272-9138-f99709370657
2004-10-21 22:49:49 +00:00
Björn Stenberg
d92ee70088
Now fully v1 spec compliant
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5319 a1c6a512-1295-4272-9138-f99709370657
2004-10-21 21:58:15 +00:00
Daniel Stenberg
a24bf1caef
updates, still not there
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5316 a1c6a512-1295-4272-9138-f99709370657
2004-10-21 13:54:30 +00:00
Daniel Stenberg
8c58eee1e6
Closing in on the TagDatabase 1.7 spec
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5314 a1c6a512-1295-4272-9138-f99709370657
2004-10-20 21:40:04 +00:00
Daniel Stenberg
d24766675d
present table to the user, easily converted to binary form once we settle
...
on a format
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5303 a1c6a512-1295-4272-9138-f99709370657
2004-10-18 08:08:21 +00:00
Daniel Stenberg
dd4ce34e00
song db generation tool embryo
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5269 a1c6a512-1295-4272-9138-f99709370657
2004-10-13 13:39:15 +00:00
Daniel Stenberg
cbb62ab966
Don't bail out and die if SOURCES is empty.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5222 a1c6a512-1295-4272-9138-f99709370657
2004-10-08 09:20:21 +00:00
Linus Nielsen Feltzing
eb37ca792a
Escaped the comma in the iriver GCCOPTS
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5221 a1c6a512-1295-4272-9138-f99709370657
2004-10-08 08:41:02 +00:00