summaryrefslogtreecommitdiff
path: root/utils/skinupdater (follow)
Commit message (Collapse)AuthorAge
* SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last ↵Jonathan Gordon2010-06-09
| | | | | | | | | | param instead of the first. skin updater, skins and manual all updated. NEW PARSER: add an 'N' param type which will accept any number of strings, will cause very big problems if this isnt the last param for a tag. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26727 a1c6a512-1295-4272-9138-f99709370657
* fix %Vp updating... Jonathan Gordon2010-06-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26722 a1c6a512-1295-4272-9138-f99709370657
* The real reason to change the %C was to remove a very nasty hack!Jonathan Gordon2010-06-08
| | | | | | | | | %CL - load the AA %C - check if AA is avilable %Cd - display the AA git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26696 a1c6a512-1295-4272-9138-f99709370657
* fix %Vi againJonathan Gordon2010-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26695 a1c6a512-1295-4272-9138-f99709370657
* change to %Cd to display albumart (instead of %C to make it more consistant ↵Jonathan Gordon2010-06-08
| | | | | | | | | with %Vd/%Vl and %xd/%xl) Also assume ; in skins are for sublines.. this means if you want ; in text you need to manually escape it (%;) far less false positives then git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26693 a1c6a512-1295-4272-9138-f99709370657
* fix FS#11384, skinupdater barfed on %Xd and %ViJonathan Gordon2010-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26691 a1c6a512-1295-4272-9138-f99709370657
* change the %Cl tag to be cleaner. it it now %Cl(x, y, width, height [, ↵Jonathan Gordon2010-06-02
| | | | | | | | | | | xalign][, yalign]) d,i,s modifiers are no longer supported (were there for origional compatability) and +,- modifiers are not supported anymore either. Legal values for xalign are: l,c,r (left, center, right) Legal values for xalign are: t,c,b (top, center, bottom) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26475 a1c6a512-1295-4272-9138-f99709370657
* we need to escape more chars now, so fix that. test skins with this update ↵Jonathan Gordon2010-06-02
| | | | | | parse correctly with the themeditor :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26468 a1c6a512-1295-4272-9138-f99709370657
* add support for the possible viewport colour tags (%Vf and %Vb). use -c to ↵Jonathan Gordon2010-05-30
| | | | | | disable them git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26408 a1c6a512-1295-4272-9138-f99709370657
* and woopsJonathan Gordon2010-05-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26404 a1c6a512-1295-4272-9138-f99709370657
* zip up the output after doing all the skinsJonathan Gordon2010-05-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26403 a1c6a512-1295-4272-9138-f99709370657
* make the script zip the outputJonathan Gordon2010-05-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26373 a1c6a512-1295-4272-9138-f99709370657
* be smarter about %xd so it only eats 2 letters if that image has subimagesJonathan Gordon2010-05-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26371 a1c6a512-1295-4272-9138-f99709370657
* fix error when a comment is on the last line of the fileJonathan Gordon2010-05-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26370 a1c6a512-1295-4272-9138-f99709370657
* Add the beggingings of a perl script to run the update over a whole theme ↵Jonathan Gordon2010-05-28
| | | | | | zip file... someoene who knows perl please finish this :D git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26351 a1c6a512-1295-4272-9138-f99709370657
* dead simple MakefileJonathan Gordon2010-05-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26348 a1c6a512-1295-4272-9138-f99709370657
* fix %Xl tag... this shuold be useable nowJonathan Gordon2010-05-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26347 a1c6a512-1295-4272-9138-f99709370657
* %aX should have been %ax..Jonathan Gordon2010-05-28
| | | | | | | | setup the skinupdater to allow options (currently only -m to set mono display because the viewport definition is different on mono). still not completly working git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26346 a1c6a512-1295-4272-9138-f99709370657
* handle # comments and fix some printfs which should be fprintfJonathan Gordon2010-05-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26334 a1c6a512-1295-4272-9138-f99709370657
* make it slightyl more useful.. read in a up to 10Kb file, dump to stdout or ↵Jonathan Gordon2010-05-27
| | | | | | outfile git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26333 a1c6a512-1295-4272-9138-f99709370657
* first go at a general skin updater program. not very useful yetJonathan Gordon2010-05-27
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26332 a1c6a512-1295-4272-9138-f99709370657