Commit graph

108 commits

Author SHA1 Message Date
Jonas Häggqvist
d8e6b4389f Include some more stuff in the tarballs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14606 a1c6a512-1295-4272-9138-f99709370657
2007-09-04 21:53:33 +00:00
Dave Chapman
af4cd0a84c iCatcher updates: 1) Add APE icon for Monkey's Audio files; 2) Use a backdrop on greyscale targets to free some image tags (thanks to Marianne Arnold for the suggestion). However, there are still five codecs without icons (SID, ADX, NSF, Speex and SPC), and only two free image slots left...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13572 a1c6a512-1295-4272-9138-f99709370657
2007-06-06 17:53:33 +00:00
Nicolas Pennequin
23d0a76187 Fix a small conditional bug.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13559 a1c6a512-1295-4272-9138-f99709370657
2007-06-05 10:11:50 +00:00
Nicolas Pennequin
967d172419 Accept FS#5098 by Dominik Riebeling: RWPS for the zezayer theme.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13458 a1c6a512-1295-4272-9138-f99709370657
2007-05-21 18:46:11 +00:00
Marianne Arnold
3fb7c5cb41 DancePuffDuo.wps and marquee.wps can use the nimbus-13 font now. Fixed the alignment issues that were there since the chicago-'12' font had been removed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13326 a1c6a512-1295-4272-9138-f99709370657
2007-05-05 10:05:14 +00:00
Nicolas Pennequin
f097e13759 Make the engineer2 WPS work again. Not sure the code does exactly what it should though...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13313 a1c6a512-1295-4272-9138-f99709370657
2007-05-03 18:11:52 +00:00
Marianne Arnold
482a2032e2 Fixes for the boxes.wps. Add missing closing of conditionals that made the Archos (and iriver remotes/iFP) version fail completely and fix the defintion of the progress bar coordinate in the 220x176x16 version.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13289 a1c6a512-1295-4272-9138-f99709370657
2007-04-29 23:49:54 +00:00
Marianne Arnold
91a86daa92 Rockboxed-wps: solved the mystery of the one vanishing battery symbol on Archos screens... this bmp file was rle-compressed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13266 a1c6a512-1295-4272-9138-f99709370657
2007-04-26 01:46:21 +00:00
Nicolas Pennequin
2ea39db310 FS#7020. Make the behaviour of '#' more consistent. It now requires escaping by a '%' to be displayed. If it is not escaped, the following text will be interpreted as a comment (including the newline character).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13140 a1c6a512-1295-4272-9138-f99709370657
2007-04-13 11:43:10 +00:00
Nicolas Pennequin
536c5d9e74 RTC tags for the WPS: Accept FS#6998 and FS#7001 by Alexander Levin with changes by me. CUSTOM WPS FILES NEED TO BE UPDATED !
The RTC tags are now atomic, i.e. instead of using one tag with the format (e.g. %cd m yc), we use several separate tags, one for each value (e.g. %cd %cm %cy).
Also, %cP produces an uppercase AM/PM indicator and %cp a lowercase one, which is the opposite from what they did before.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13093 a1c6a512-1295-4272-9138-f99709370657
2007-04-10 13:37:08 +00:00
Nicolas Pennequin
bcec79c3c1 Fix the alignment of a subline in Rockboxed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13046 a1c6a512-1295-4272-9138-f99709370657
2007-04-06 14:43:31 +00:00
Jens Arnold
abd103c315 Enable building WPSs and themes for charcell targets, and add an example WPS using special charcell progress and text alignment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13015 a1c6a512-1295-4272-9138-f99709370657
2007-04-04 06:26:53 +00:00
Daniel Stenberg
6f2bb422c0 fix warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12737 a1c6a512-1295-4272-9138-f99709370657
2007-03-12 12:57:31 +00:00
Marianne Arnold
2974688ffa Fix quirks in the Rockboxed theme... (1) There were two typos in each .wps that caused one volume and one battery level icon to not show up correctly - in the Archos version the graphic was missing completely. The code could be written much simpler. (2) Remove the additional spaces in front and at the end of the artist/abum/title lines in the Archos version which were unnecessary and made the lines scroll earlier. (With the permission of the creator - see forum thread). Maybe this change would be good in the greyscale versions too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12699 a1c6a512-1295-4272-9138-f99709370657
2007-03-09 19:19:29 +00:00
Marcoen Hirschberg
03d298297e don't show an empty battery at 100%
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12493 a1c6a512-1295-4272-9138-f99709370657
2007-02-26 10:11:03 +00:00
Marcoen Hirschberg
f0cd8ad2cb correct coordinates of the battery indicator bitmaps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12460 a1c6a512-1295-4272-9138-f99709370657
2007-02-23 15:48:54 +00:00
Nicolas Pennequin
283bfb16f1 Accept FS #6677 by Roan Horning : improvements to the 'Rockboxed' WPS.
* Make file information be displayed if there is no metadata.
* Add a new progressbar bitmap for the H300 and iPod 4G color.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12418 a1c6a512-1295-4272-9138-f99709370657
2007-02-20 18:40:38 +00:00
Nicolas Pennequin
e423c0b85a Slight improvement of the 'Rockboxed' WPS for the H300 by better placing the progressbar.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12405 a1c6a512-1295-4272-9138-f99709370657
2007-02-19 23:45:40 +00:00
Nicolas Pennequin
7ba8aec5af * Add support for an optional y coordinate to the progressbar (from FS #4783).
* Modify the 'Rockboxed' WPS to make use of this new coordinate. It improves the display of 
cuesheet/A-B markers a lot and cleans the bitmaps up a bit.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12321 a1c6a512-1295-4272-9138-f99709370657
2007-02-15 22:17:01 +00:00
Nicolas Pennequin
9d5f73cd85 Add foreground and background color information to iCatcher and UniCatcher.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12308 a1c6a512-1295-4272-9138-f99709370657
2007-02-14 19:15:14 +00:00
Marcoen Hirschberg
0403c2a572 the position of the progress bar background was off by 1 pixel
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12303 a1c6a512-1295-4272-9138-f99709370657
2007-02-14 10:55:45 +00:00
Marcoen Hirschberg
dec4132b9b remove some unintended white pixels
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12292 a1c6a512-1295-4272-9138-f99709370657
2007-02-12 22:34:40 +00:00
Barry Wardell
c63a733d6f Fix Rockboxed theme for 160x128x16.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12288 a1c6a512-1295-4272-9138-f99709370657
2007-02-12 18:00:21 +00:00
Marcoen Hirschberg
34c799a6f1 fix fonts in Rockboxed theme
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12277 a1c6a512-1295-4272-9138-f99709370657
2007-02-12 00:00:10 +00:00
Marcoen Hirschberg
69e3ffd825 add the 'Rockboxed' theme by Roan Horning, moddified to work with the wpsbuild script
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12273 a1c6a512-1295-4272-9138-f99709370657
2007-02-11 20:55:50 +00:00
Marcoen Hirschberg
08bc43f0fd add support for foreground and background colors
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12272 a1c6a512-1295-4272-9138-f99709370657
2007-02-11 20:49:48 +00:00
Marcoen Hirschberg
f3fb97c32b removed since there's no UniCatcher for H10 5GB
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12194 a1c6a512-1295-4272-9138-f99709370657
2007-02-04 13:16:27 +00:00
Marcoen Hirschberg
e14594edf4 WPS updates by Ioannis Koutoulakis
iCatcher/UniCatcher:
- Better drawn bitmaps for iPod5G/Gigabeat
- Better drawn shuffle icon for other colour targets, as well
- Wavpack codec icon now shows "WV" instead of "WVPC"
iCatcher:
- iPod5G/Gigabeat versions now use nimbus-19 font. It's better now and more consistent to other versions that use nimbus font as well


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12191 a1c6a512-1295-4272-9138-f99709370657
2007-02-04 12:31:03 +00:00
Marcoen Hirschberg
c1deda573a use the nimbus-12 font for the WPSs which used chicago12 now that it has been removed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12155 a1c6a512-1295-4272-9138-f99709370657
2007-01-30 11:11:38 +00:00
Linus Nielsen Feltzing
786d125088 Restored broken bitmaps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11975 a1c6a512-1295-4272-9138-f99709370657
2007-01-10 09:13:49 +00:00
Linus Nielsen Feltzing
e2022a26d0 Removed executable flag
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11967 a1c6a512-1295-4272-9138-f99709370657
2007-01-09 23:29:07 +00:00
Marianne Arnold
4ccbcc8071 Last part of iCatcher and UniCatcher updates... add Sansa versions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11694 a1c6a512-1295-4272-9138-f99709370657
2006-12-08 17:55:56 +00:00
Marianne Arnold
ed7cebd044 iCatcher/UniCatcher: fix small glitches in the wps's that had playlist position and total number of playlist entries at the right side
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11693 a1c6a512-1295-4272-9138-f99709370657
2006-12-08 17:03:18 +00:00
Marianne Arnold
e52674d87f UniCatcher: (1) add dedicated greyscale bitmaps(2) 'rename' the respective wps file as it didn't follow the convention ('...x1.wps' instead of '...x2.wps') (3) remove the formerly used animation and volume bitmaps that were real greyscale because they are now superceeded by the new ones which only contain the four greys and are named consistently - should be safe now if one decides to tweak greyscale some more - by Ioannis Koutoulakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11692 a1c6a512-1295-4272-9138-f99709370657
2006-12-08 16:54:01 +00:00
Marianne Arnold
5842731fdb forgot to commit those removed bmps, too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11691 a1c6a512-1295-4272-9138-f99709370657
2006-12-08 16:34:20 +00:00
Marianne Arnold
da67b90959 iCatcher: (1) add dedicated greyscale bitmaps for H1x0 and Mini (2) 'rename' the respective wps files as they didn't follow the convention ('...x1.wps' instead of '...x2.wps') and adapt this in WPSLIST (3) remove the formerly used animation and volume bitmaps that were real greyscale because they are now superceeded by the new ones which only contain the four greys and are named consistently - should be safe now if one decides to tweak greyscale some more - by Ioannis Koutoulakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11690 a1c6a512-1295-4272-9138-f99709370657
2006-12-08 16:26:09 +00:00
Michael Sevakis
d57fc0c581 Oops. Bungled the order on iCatcher.128x128x16.wps.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11476 a1c6a512-1295-4272-9138-f99709370657
2006-11-09 03:49:59 +00:00
Michael Sevakis
88278794d5 Had to update some WPS files to make them compatible with the changed audio format order.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11475 a1c6a512-1295-4272-9138-f99709370657
2006-11-09 03:32:19 +00:00
Daniel Stenberg
9e62b1afe4 hush the "skips due to size restraints" text as you normally don't care
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11352 a1c6a512-1295-4272-9138-f99709370657
2006-10-26 14:20:31 +00:00
Hardeep Sidhu
9fe9cdff35 iCatcher/UniCatcher WPS updates by Ioannis Koutoulakis: code update to the new volume/battery enum system and new versions for H10 5GB, Gigabeat and X5 remote
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10995 a1c6a512-1295-4272-9138-f99709370657
2006-09-18 19:20:22 +00:00
Jens Arnold
55156d9969 Archos: Show bitrate and filetype when next song info is unavailable. Patch by Marianne Arnold.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10212 a1c6a512-1295-4272-9138-f99709370657
2006-07-14 23:53:54 +00:00
Jens Arnold
ba0f3bf156 Archos: Don't show the 'lightning' icon since the numeric battery value is no longer there.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10133 a1c6a512-1295-4272-9138-f99709370657
2006-06-17 13:09:58 +00:00
Hardeep Sidhu
560205dc51 Updated iCatcher/UniCatcher from Marianne Arnold and Ioannis Koutoulakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10131 a1c6a512-1295-4272-9138-f99709370657
2006-06-17 10:09:22 +00:00
Hardeep Sidhu
2525b4d981 Added support for multiple rwps for same theme for different devices. Updated iCatcher theme with different rwps for H1x0 and H3x0.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10126 a1c6a512-1295-4272-9138-f99709370657
2006-06-15 20:17:47 +00:00
Hardeep Sidhu
055d521835 Updated iCatcher/UniCatcher themes to the preferred white version
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10123 a1c6a512-1295-4272-9138-f99709370657
2006-06-15 01:47:41 +00:00
Hardeep Sidhu
5db5e6589b Updated iCatcher/UniCatcher to correct version
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10121 a1c6a512-1295-4272-9138-f99709370657
2006-06-14 23:10:59 +00:00
Hardeep Sidhu
ca0302ac94 Added iCatcher and UniCatcher themes by Ioannis Koutoulakis. Also updated wpsbuild to support different fonts for same theme depending on target screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10120 a1c6a512-1295-4272-9138-f99709370657
2006-06-14 22:06:11 +00:00
Christi Scarborough
d6af987b4b New improved boxes wps for H3xx. Virtual LED and locks untested as I don't own a H3xx to test on.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9948 a1c6a512-1295-4272-9138-f99709370657
2006-05-16 01:38:00 +00:00
Martin Arver
3fcd68dd06 Remove obsolete comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9941 a1c6a512-1295-4272-9138-f99709370657
2006-05-15 17:48:17 +00:00
Linus Nielsen Feltzing
3b52485eb3 Look for dedicated bitmaps for the LCD dimensions when building the WPS (in a subdir, for example iCatcher/160x128x16/)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9938 a1c6a512-1295-4272-9138-f99709370657
2006-05-15 07:47:29 +00:00