summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2006-07-03Add the rockbox-full.zip file to the "make clean" rule (rockbox.zip is ↵Dave Chapman1-1/+1
already there). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10180 a1c6a512-1295-4272-9138-f99709370657
2006-06-28Forgot to remove test code for utf8Hardeep Sidhu1-1/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10151 a1c6a512-1295-4272-9138-f99709370657
2006-06-28Re-adding songdb.pl with support for tagcache. Works with mp3 and has ↵Hardeep Sidhu3-0/+3364
partial support for ogg. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10150 a1c6a512-1295-4272-9138-f99709370657
2006-06-05Split the ondio manual two separate fm/sp manuals (as suggested in B#5499).Martin Arver1-3/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10062 a1c6a512-1295-4272-9138-f99709370657
2006-05-30Use the correct compression when extracting gccLinus Nielsen Feltzing1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10018 a1c6a512-1295-4272-9138-f99709370657
2006-05-30Added an "all" option that builds all cross-compiler in one go. Expect it toDaniel Stenberg1-28/+81
take a while... ;-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10017 a1c6a512-1295-4272-9138-f99709370657
2006-05-29Check the download and prefix dirs somewhat before proceeding, output theDaniel Stenberg1-26/+45
info in a slightly nicer way. Mention that the download and prefix paths can be changed by editing the (top of the) script itself. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10015 a1c6a512-1295-4272-9138-f99709370657
2006-05-27verify that the download dir exists and is writable, or create it if it isDaniel Stenberg1-0/+17
missing git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10001 a1c6a512-1295-4272-9138-f99709370657
2006-05-27Added rockboxdev.shDaniel Stenberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10000 a1c6a512-1295-4272-9138-f99709370657
2006-05-25for sh, get and apply the proper rockbox patch as wellDaniel Stenberg1-0/+17
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9992 a1c6a512-1295-4272-9138-f99709370657
2006-05-20Use "make fullzip" when performing a simulator installDave Chapman1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9964 a1c6a512-1295-4272-9138-f99709370657
2006-05-15handy script that downloads, builds and installs a cross-compiler setup for youDaniel Stenberg1-0/+137
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9940 a1c6a512-1295-4272-9138-f99709370657
2006-05-11Adding the rockbox file for all packages except the font-only packages mightDaniel Stenberg1-1/+1
be considered a cool idea. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9904 a1c6a512-1295-4272-9138-f99709370657
2006-05-10'make zip' no longer includes the fonts. 'make fontzip' makes a font packageDaniel Stenberg2-40/+67
only. 'make fullzip' makes a full zip including fonts. http://www.rockbox.org/mail/archive/rockbox-dev-archive-2006-05/0049.shtml git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9902 a1c6a512-1295-4272-9138-f99709370657
2006-05-01now use -Os with patched gccDaniel Stenberg1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9856 a1c6a512-1295-4272-9138-f99709370657
2006-05-01Alert the user for gcc compiler version used for SH if not gcc4 with rockbox ↵Daniel Stenberg1-0/+21
patch git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9855 a1c6a512-1295-4272-9138-f99709370657
2006-04-27Fixed a bug where it didn't warn on lack of quotes as it was supposed to.Daniel Stenberg1-7/+11
Now this treats a string given without quotes as "" (but still warns about it). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9824 a1c6a512-1295-4272-9138-f99709370657
2006-04-20use 'ar' and 'ranlib' and not the variables that may be set to theDaniel Stenberg1-3/+4
cross-compiled versions! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9742 a1c6a512-1295-4272-9138-f99709370657
2006-04-20removed langv1 remaindersDaniel Stenberg1-2/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9741 a1c6a512-1295-4272-9138-f99709370657
2006-04-19use tag cacheDaniel Stenberg2-2855/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9734 a1c6a512-1295-4272-9138-f99709370657
2006-04-19More usable playlist generation, added "<All tracks>" entry to tagMiika Pekkarinen1-5/+5
browser. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9729 a1c6a512-1295-4272-9138-f99709370657
2006-04-18Fix bug with fonts containing missing glyphs before default glyph. Also, ↵Frank Dischner1-37/+33
allow fonts with trailing space on BITMAP line. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9719 a1c6a512-1295-4272-9138-f99709370657
2006-04-06* added more safety checks for failed open()sDaniel Stenberg1-6/+24
* allow 'deprecated' as a keyword for strings marked as ... deprecated! * warns on stderr if a given string is given without quotes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9533 a1c6a512-1295-4272-9138-f99709370657
2006-04-05CP1251 is cyrillic, and not only russian codepageHristo Kovachev1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9518 a1c6a512-1295-4272-9138-f99709370657
2006-04-05ranlib the .a file after creationDaniel Stenberg1-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9513 a1c6a512-1295-4272-9138-f99709370657
2006-04-04Initial support for the advanced conditional fully configurable tagcacheMiika Pekkarinen1-0/+2
browser. Browsing not supported by numeric tags yet, and some features work currently only when tagcache is loaded in ram. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9501 a1c6a512-1295-4272-9138-f99709370657
2006-04-04In fact there's a named constant for this value, use that instead.Jonas Häggqvist1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9491 a1c6a512-1295-4272-9138-f99709370657
2006-04-04Grayscale iPods: Bit-flipped the 2bit LCD driver to use the same format as ↵Jens Arnold1-1/+1
apple. No more mirrored display when loading retailos, after a bootloader update. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9478 a1c6a512-1295-4272-9138-f99709370657
2006-04-03Fixed the 7zip and tar targets for langv2 supportDaniel Stenberg1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9473 a1c6a512-1295-4272-9138-f99709370657
2006-04-03we're on langversion 3!Daniel Stenberg1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9472 a1c6a512-1295-4272-9138-f99709370657
2006-04-03langv2Daniel Stenberg6-932/+554
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9470 a1c6a512-1295-4272-9138-f99709370657
2006-04-03Patch #5013 by Jonas Häggqvist - Fix spurious fwpatcher patching attemptsLinus Nielsen Feltzing1-2/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9469 a1c6a512-1295-4272-9138-f99709370657
2006-04-02first take at -o for producing a friendly output for the voice-generatingDaniel Stenberg1-38/+86
scripts git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9420 a1c6a512-1295-4272-9138-f99709370657
2006-04-01The ipod mini 2g gets the same manual as the ipod mini.Dave Chapman1-0/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9408 a1c6a512-1295-4272-9138-f99709370657
2006-04-01Thorough .lang rework: Removed all deprecated strings, combined string which ↵Jens Arnold1-2/+2
were only split because long ago we had no splash(), sorted strings into logical groups to ease the transition to langv2. Bunped binary .lng version. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9398 a1c6a512-1295-4272-9138-f99709370657
2006-04-01Add apps/plugins/SUBDIRS file for specifying when to build each of the ↵Dave Chapman1-0/+14
multi-file plugins instead of specifying it directly in the Makefile git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9397 a1c6a512-1295-4272-9138-f99709370657
2006-03-30Initial support for iPod mini 2G: Rockbox boots, LCD driver is working. No ↵Jens Arnold2-2/+24
sound, no buttons, and hangs at the boot screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9363 a1c6a512-1295-4272-9138-f99709370657
2006-03-29Don't allow completely empty strings. This fixed the total mess I noticedDaniel Stenberg1-0/+5
previous this fix. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9350 a1c6a512-1295-4272-9138-f99709370657
2006-03-28Now including a fairly good uplang replacement as well, as well as supportingDaniel Stenberg1-47/+84
NONE for phrases. Getting closer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9307 a1c6a512-1295-4272-9138-f99709370657
2006-03-27Support iAudio X5V in the scramblerLinus Nielsen Feltzing1-6/+12
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9278 a1c6a512-1295-4272-9138-f99709370657
2006-03-27iaudio is not usedDaniel Stenberg2-111/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9277 a1c6a512-1295-4272-9138-f99709370657
2006-03-25only ship the licences as the other plain text doc files are waaaay outDaniel Stenberg1-6/+2
of date git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9255 a1c6a512-1295-4272-9138-f99709370657
2006-03-25settingling on options and even uplang support starts to functionDaniel Stenberg1-69/+296
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9254 a1c6a512-1295-4272-9138-f99709370657
2006-03-23Remove commented codeBrandon Low1-6/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9211 a1c6a512-1295-4272-9138-f99709370657
2006-03-22Proper scrambling options for the X5Linus Nielsen Feltzing1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9187 a1c6a512-1295-4272-9138-f99709370657
2006-03-21Add X5 support to scrambleLinus Nielsen Feltzing1-1/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9168 a1c6a512-1295-4272-9138-f99709370657
2006-03-21seems to generate correct .c and .h files from v2 filesDaniel Stenberg1-7/+33
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9163 a1c6a512-1295-4272-9138-f99709370657
2006-03-21initial take at upgrade script from v1 to v2 file formatDaniel Stenberg1-0/+54
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9162 a1c6a512-1295-4272-9138-f99709370657
2006-03-19introducing make gzip, make bzip2 and make helpDaniel Stenberg1-1/+24
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9111 a1c6a512-1295-4272-9138-f99709370657
2006-03-18exclude more bitmap and swcodec things from the player zipsDaniel Stenberg1-17/+18
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9103 a1c6a512-1295-4272-9138-f99709370657