|
Rockbox mail archiveSubject: Misc changesMisc changes
From: Magnus Holmgren <lear_at_algonet.se>
Date: Wed, 15 Jun 2005 21:29:12 +0200 Hi, I noticed that the buildzip.pl script copies too many rocks to ./rockbox/rocks, at least when run on Cygwin. The start of the line that copies non-codec rocks should be changed from: `find apps -name "*.rock" -o -name "*.ovl" ! -empty ... to: `find apps "(" -name "*.rock" -o -name "*.ovl" ")" ! -empty ... so that the script does what it is supposed to (i.e., not copy ~750 kB of codecs, nor empty rocks, to .rockbox/rocks). Also, when using large fonts (8 pixels tall or more), and having text below the progress bar, the placement of the progress bar isn't perfect, IMHO. The following y-coordinate looks better (wps-display.c:923): i*h + offset + (h > 7 ? (h - 6) / 2 : 1) Btw, regarding fonts, does anyone know of a decent way to edit .bdf-files on Windows? I tried bdfedit using ActiveState's Tcl, but that didn't work. (I'd like to add some chars to the chicago font... :) Magnus _______________________________________________ http://cool.haxx.se/mailman/listinfo/rockbox Received on 2005-06-15 Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy |