Commit Graph

341 Commits

Author SHA1 Message Date
Björn Stenberg
ad8d6031c1 Added support for configurable rockbox directory. FS#9567 by Alex Bennee.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19208 a1c6a512-1295-4272-9138-f99709370657
2008-11-24 22:16:07 +00:00
Jens Arnold
f2c7a69403 Font cleanup step 3 - The Big Shuffle: Renamed all fonts to a consistent naming scheme that allows easy selection of alternatives based on size, as discussed on IRC. Adjusted themes in SVN and Makefile for the sysfont. ** Attention **: Clean up your /.rockbox/fonts folder before installing the new release, and then install a new font pack as well. Adjust font names in your custom .cfg files. A reference table can be found in fonts/README.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18388 a1c6a512-1295-4272-9138-f99709370657
2008-09-02 22:31:11 +00:00
Peter D'Hoye
5109882adb This file is no longer needed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18336 a1c6a512-1295-4272-9138-f99709370657
2008-08-22 22:40:18 +00:00
Peter D'Hoye
90b49aef7f Accept FS #9276: Updated RWPS for iriver h1x0/h3x0 remotes (128x64x1) by Marianne Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18335 a1c6a512-1295-4272-9138-f99709370657
2008-08-22 22:23:58 +00:00
Jonathan Gordon
322bfd2f0a remove the overlapping viewports in cabbie so there is no bitmpa flickering when the WPS is redrawn... hopefully I havnt stuffed any of them up...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17865 a1c6a512-1295-4272-9138-f99709370657
2008-06-29 05:54:02 +00:00
Jonathan Gordon
fa366af4b8 fix FS#9131 - line alingment was wong in the 160x128x16 cabbie wps for the progress line
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17863 a1c6a512-1295-4272-9138-f99709370657
2008-06-29 02:30:51 +00:00
Jonathan Gordon
3a765f68e8 accidently replaced this wps during the %m stuff last week
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17830 a1c6a512-1295-4272-9138-f99709370657
2008-06-28 15:06:52 +00:00
Jonathan Gordon
c1b8df05e1 forgot 2 lcd sizes, and fix the progress viewport in 160x128x2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17762 a1c6a512-1295-4272-9138-f99709370657
2008-06-23 07:51:26 +00:00
Jonathan Gordon
ef9c9d6354 replace %m from all svn WPS with use conditional viewports.
One thing I forgot to mention in the cond vp commit... if any viewports are defined in a WPS, it wont let you display text in the default viewport (the one which has everything up untill the first %V..) You should only use that viewport for image placement



git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17761 a1c6a512-1295-4272-9138-f99709370657
2008-06-23 07:32:27 +00:00
Jonathan Gordon
5a169bb717 commit FS#9027 - conditional viewports
** BREAKS CURRENT WPS's  **
* %P has been removed, merged with the new %pb
* %pb is now %pb or %pb|bitmap|x|y|width|height| (any of those params can be - to use sane defaults... check wiki/task for more explaination)

* New %Vl and %Vd tags which are used to setup and display conditionaly displayed viewports (%Vl|<id>|<usual %V params>| to set up, then %Vd<id> to enable the viewport
* bumps the max allowed viewport count to 24
* you can setup 3 different progressbars in a WPS... max of one per viewport though

http://www.rockbox.org/tracker/task/9027?getfile=16785 is a simple perl script to convert old %P/%pb to the new %pb syntax

I'll commit changes to the cabbie wps soon which shows how to use %Vl/%Vd properly...

Reminder: %m will be removed soonish also so when fixing your WPS's remember to use conditional viewports to replace %m


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17759 a1c6a512-1295-4272-9138-f99709370657
2008-06-23 06:04:17 +00:00
Marianne Arnold
33a8c11c0b Commit the one file that was missing in the previous commit due to a typo again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17611 a1c6a512-1295-4272-9138-f99709370657
2008-05-22 21:44:53 +00:00
Marianne Arnold
3d13d72c01 Add a 'mod' codec icon to all included WPSs that use bitmaps for it (changed the bmp and the .wps files accordingly). While at it, reduce the few black-and-white graphics in the 'boxes' directory that were not yet 1-bit to mono bitmaps to make them show correctly on the 160x128 colour screens.iCatcher/codec.bmp
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17610 a1c6a512-1295-4272-9138-f99709370657
2008-05-22 21:37:23 +00:00
Nicolas Pennequin
7b1e24771c Fix properties on WPS files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17419 a1c6a512-1295-4272-9138-f99709370657
2008-05-08 17:11:04 +00:00
Frank Gevaerts
b2ad20c2cb cabbiev2 gigabeat f fixes by Johannes Voggenthaler
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17319 a1c6a512-1295-4272-9138-f99709370657
2008-05-03 14:26:19 +00:00
Marianne Arnold
2841b8dc41 A tiny bit of cleanup afterwards... save a few bytes by storing the 'Rockboxed' greyscale bitmaps as 4-bit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17076 a1c6a512-1295-4272-9138-f99709370657
2008-04-11 21:08:56 +00:00
Marianne Arnold
606d7af4a5 Finish bitmap strips work - convert the rest of the 'Rockboxed' WPS (bigger colour displays). Similar changes as in the previous Rockboxed commits: integrate statically loaded bitmaps into the background and delete the now unused bitmaps, remove the unnecessary coordinates in the backdrop tag, add missing codec names, volume and battery icons now with one graphic (part of a strip) per status which simplifies the code, rename sl-* to shuffle-* and hd-* to lock*- bmps. Correct mime-type for all image files. * Don't forget to clean up the 'Rockboxed' directory...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17075 a1c6a512-1295-4272-9138-f99709370657
2008-04-11 20:24:48 +00:00
Marianne Arnold
eb020fabae 'Rockboxed' theme: while working on the bitmap strips for the bigger colour displays I noticed that they had an image for 'unknown' or broken battery state. Even though it's probably seldom displayed at all, I thought other ports could have it too. Only the small colour ones for now because I had no idea how to 'translate' this style into a mono or greyscale icon.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17074 a1c6a512-1295-4272-9138-f99709370657
2008-04-11 18:46:07 +00:00
Marianne Arnold
6e32c6e56c In preparation of the last part of the 'Rockboxed' overhaul - get rid of orphaned files that only clutter the SVN directory. These graphics weren't used anywhere anymore hence not included in the builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17073 a1c6a512-1295-4272-9138-f99709370657
2008-04-11 18:26:57 +00:00
Marianne Arnold
9074a282a5 Next chapter of 'Bitmap strips for Rockboxed': the greyscale versions and the ports which use 'small colour' icons (c200 and small H10). To get rid of some more bitmaps I put statically loaded bitmaps into the already existing backdrop, but one of these files can't be deleted yet because it's used in other colour version (will be done once this is ready). Also remove the unnecessary coordinates in the backdrop tag and add the missing codecs in the codec conditional. The volume and battery icons are now made of one graphic (part of a strip) for each step of the conditional, the combining of small images made a really confusing wps code and isn't helpfull anymore (I think it was done to reduce the amount of files in the svn directory...). Also rename the sl-* bmps to shuffle-* and the hd-* to lock-* bmps. - Don't forget to clean up your 'Rockboxed' directory.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17067 a1c6a512-1295-4272-9138-f99709370657
2008-04-10 23:18:27 +00:00
Marianne Arnold
f8f1f3e811 First part of converting the 'Rockboxed' theme to using bitmap strips - the *-mono-small bitmaps which are used in the Archos port. While at it enable the already existing but so far unused locked-icon and combine small statically loaded bitmaps into one (only named bg-mono-small because it's not a full screen background picture as in other versions). Three bitmaps are now placed 1 or two pixels to the right to make it look a little more balanced. Also drop some possibilities in the codec conditional which made no sense at all even if things would change a _lot_, but it could also be cleaned up further. * Delete the 'Rockboxed' directory on the player before updating...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17058 a1c6a512-1295-4272-9138-f99709370657
2008-04-09 22:26:55 +00:00
Marianne Arnold
1d4d41d16e This one bmp that's now part of a bitmap strip hid a mong those x. y. z.bmps. It's not needed in the iAmp directory anymore so delete...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17008 a1c6a512-1295-4272-9138-f99709370657
2008-04-07 00:38:43 +00:00
Marianne Arnold
01eb385f57 Bitmap strips for the iAmp theme with the necessary chanes to the .wps files. Add the missing codec icons and one small repeat icon, give 2 bitmaps an a little bit saner name ('l.bmp' > 'line.bmp' and 'i.bmp' > 'iAmp.bmp') and a little bit of code rearrangement for better readability. Proper mime-type for all and hopefully on first try this time. * Delete the iAmp directory on your player if you want to get rid of unused files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17005 a1c6a512-1295-4272-9138-f99709370657
2008-04-06 23:46:33 +00:00
Marianne Arnold
034832b010 DancePuffDuo strips. The next theme to use bitmap strips including some cleanup (e.g. deleted reference to codec bitmaps in the 128x64 wps which were unused (and outside the screen anyways). Added missing codec icons and accurate mime-type for all. *Delete the DancePuffDuo directory if you want to keep the build clean.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16985 a1c6a512-1295-4272-9138-f99709370657
2008-04-06 13:46:10 +00:00
Marianne Arnold
fcd57603a5 The next included WPS using bitmap strips: 'boxes', including some cleanup, small improvements and adding missing icons. (1) All colour ports now use a backdrop to free space in the image buffer (was really near the limit on e.g. the 320x240 screen). I tried to use the same colours as the already existing 220x176 backdrop. (2) The H300 now uses a viewport instead of the frame bitmap (gets rid of the bmp and better when lines need to scroll). For simplicity it's only one viewport so that the peakmeters are now only at viewport width and the time/date info is a bit off the screen's border though. (3) Complete codec icons (I could reuse the engineer2 ones), the repeat icons and added coloured rating bitmaps. (4) Small tweeks in the virtual led, progressbar and Archos background bitmaps. (5) Correct mime-type for all.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16970 a1c6a512-1295-4272-9138-f99709370657
2008-04-04 21:41:15 +00:00
Marianne Arnold
23f90373a1 Cleanup the next WPS bitmap directory by using bitmap strips for the 'ipodVOL' theme which is only made for targets with a 160x128 screen... This also adds a missing repeat icon, integrates the statically displayed vol.bmp into the already full screen sized background picture so it's not needed anymore, deletes an unnecessary bitmap (blank.bmp) and simplifies the code a little bit. * Again: delete the 'ipodVOL' directory before updating the build keeps it clean.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16953 a1c6a512-1295-4272-9138-f99709370657
2008-04-03 20:31:47 +00:00
Marianne Arnold
81efd6c36d More WPS bitmap strips work to cleanup the directory: engineer2 with the needed changes in the WPSs files (only a 160x128 and a 128x64 version exist). Completed the codec and the repeat mode icon sets. - Remember to remove the 'engineer2' directory on the player before unzipping a new build if you want to keep it clean.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16949 a1c6a512-1295-4272-9138-f99709370657
2008-04-03 17:49:08 +00:00
Marianne Arnold
eb015961e0 Convert UniCatcher to using bitmap strips (the actual graphics could be reused from iCatcher, including the addition of the missing codec icons). To tidy up some more, the 160x128 greyscale version also uses a backdrop graphic instead of two seperate bitmaps now. Delete some unused bitmaps which either were a copy of the iCatcher directory and accidentally kept or were there in preparation for a port to smaller screens. In case of the latter and someone picks this task up again - those can easily be pulled from an earlier revision and added again. * Reminder: don't forget to delete the 'UniCatcher' directory in '.rockbox/wps' before installing a new build if you want to keep your installation clean.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16933 a1c6a512-1295-4272-9138-f99709370657
2008-04-02 19:03:00 +00:00
Marianne Arnold
ad1d1b58fa Last part of bitmap strips for iCatcher: the 'big coloured' icon set for the 320x240x16 and the 240x320x16 displays, including the necessary changes in the .wps files and again adding the missing codec icons.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16924 a1c6a512-1295-4272-9138-f99709370657
2008-04-01 20:56:38 +00:00
Marianne Arnold
74fec27968 'Small colour icons' bitmap strips for iCatcher including the necessary changes to the WPS files (the 132x80x16 and the 128x128x16 ones). The c200 version also uses the hold icon with the 'M' in it (and would be prepared for remote (holds); the Ipod WPSs also use it this way and I thought thereis no need for special-casing. Also added the missing codec icons which are used on the small H10.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16915 a1c6a512-1295-4272-9138-f99709370657
2008-04-01 17:51:22 +00:00
Marianne Arnold
2e6b28027f Revert the other remnant of the renaming experiment... (I only do this to get the commit count up).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16913 a1c6a512-1295-4272-9138-f99709370657
2008-04-01 13:01:10 +00:00
Marianne Arnold
1c3fbab5ab D'oh, revert accidental commit of a renaming experiment which I thought I had reverted in my tree before (but it seems it was only reverted halfway)...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16912 a1c6a512-1295-4272-9138-f99709370657
2008-04-01 12:54:29 +00:00
Marianne Arnold
8891d2327e Next set of iCatcher bitmap strips - this time the 'greyscale' icons for the 160x128x2 and 138x110x2 display. Again completing the codec icons and minor corrections while at it (a few dots and corrected the light grey value in some places). * Reminder: Since the used bitmaps now have a different name the old ones won't get overwritten by unzipping a new build. To tidy up remove the 'iCatcher' directory in the '.rockbox/wps' dir before updating. This applies to all converted WPSs (now and future).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16911 a1c6a512-1295-4272-9138-f99709370657
2008-04-01 12:47:11 +00:00
Marianne Arnold
5e0435b0d9 Next set of bitmap strips for the iCatcher theme, this time it's the 'small monochrome' icons for the Archos and all the remote screens. There's a little exception to the rule here - there already was a 'hold-s.bmp' which now becane 'hold1-s.bmp' because it's a single icon, only used on the Archos screens and named the bitmap strip hold-s.bmp to make it consistent with the other versions. Also simplified the code for displaying the static background images.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16905 a1c6a512-1295-4272-9138-f99709370657
2008-04-01 01:03:57 +00:00
Marianne Arnold
3e2ab247d9 First set of iCatcher bitmap strips - for all screens that use the 'normal sized colour icons' including the necessary changes in the .wps files. The amount of bitmaps is nicely reduced and it was possible to add the missing codec icons in the strip. I tried to stay as close to the original as possible by copy and pasting from other codec icons but I had to invent a 'D' and an 'X'. There should be no visual difference except the added icons.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16901 a1c6a512-1295-4272-9138-f99709370657
2008-03-31 18:38:23 +00:00
Marianne Arnold
1af0e50484 Clean up the Iaudio remote's WPS background image because it had some wrong dots in it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16892 a1c6a512-1295-4272-9138-f99709370657
2008-03-30 17:08:27 +00:00
Marianne Arnold
198224d78b Cabbiev2 for the small H10: the lock image wasn't renamed yet. Fixes issue when making zip as reported in IRC.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16852 a1c6a512-1295-4272-9138-f99709370657
2008-03-27 22:30:15 +00:00
Daniel Stenberg
08cabe9169 kill the release script and build tarball from *everything* in SVN...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16818 a1c6a512-1295-4272-9138-f99709370657
2008-03-26 13:12:07 +00:00
Jens Arnold
ffa304865e Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 24 bit BMP instead of unnecessary 32 bit. (and only that this time).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16806 a1c6a512-1295-4272-9138-f99709370657
2008-03-25 20:02:02 +00:00
Jens Arnold
1f4bcc86da Revert accidental tree commit. /me needs a smaller enter key...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16805 a1c6a512-1295-4272-9138-f99709370657
2008-03-25 19:57:23 +00:00
Jens Arnold
9a7978aeab Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 24 bit BMP instead of unnecessary 32 bit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16802 a1c6a512-1295-4272-9138-f99709370657
2008-03-25 19:43:08 +00:00
Marianne Arnold
222994f180 (Hopefully) The last cabbiev2 tweaks for now. Remove a now unused %xd tag in the Iriver remote WPS; taking the oportunity to use unix style line endings and to clean up its background and progressbar image (includes fixing another naming inconsistency by renaming it to 'pb-128x64x1.bmp'). Also fix a minor glitch in the greyscale playmode image.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16797 a1c6a512-1295-4272-9138-f99709370657
2008-03-25 14:57:20 +00:00
Marianne Arnold
c5c40d1651 Finally convert the two monochrome cabbiev2 WPSs to using bitmap strips. Changed the background image of the Archos version a bit for it and used a blank space for the 'mute' volume bitmap part for consistency.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16796 a1c6a512-1295-4272-9138-f99709370657
2008-03-25 13:50:52 +00:00
Marianne Arnold
bc2f8fd8f3 Sorry for the copy and paste mistake, didn't mean to delete the info at the top of the .wps file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16790 a1c6a512-1295-4272-9138-f99709370657
2008-03-25 01:22:26 +00:00
Marianne Arnold
1fcfebebb3 New cabbiev2 for the Iaudio remote. This is a 'full' WPS now with icons (same as on the other greyscale screens) and more info because it's used as main WPS on the Iaudio M3. First use of viewports in SVN to position the text a little bit higher so that the status icons have a bit more breathing room.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16789 a1c6a512-1295-4272-9138-f99709370657
2008-03-25 01:15:36 +00:00
Marianne Arnold
a0e4549717 Cabbiev2 greyscale versions (138x110 and 160x128): new icons which are a bit more like the colour ones (size-wise and looking 3D) and already using the new bitmap strip feature. Also convert the line endings of the two .wps files to unix style.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16786 a1c6a512-1295-4272-9138-f99709370657
2008-03-25 00:17:34 +00:00
Dave Chapman
9dfb597a61 Oops, fix a typo which broke this wps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16785 a1c6a512-1295-4272-9138-f99709370657
2008-03-24 23:17:53 +00:00
Dave Chapman
10e1acc7ad Use bitmap strips for the remaining five colour versions of Cabbiev2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16783 a1c6a512-1295-4272-9138-f99709370657
2008-03-24 15:36:05 +00:00
Dave Chapman
196899ebfd Fix some typos - the volume indicator was wrong. Thanks to Marianne for spotting.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16781 a1c6a512-1295-4272-9138-f99709370657
2008-03-24 14:00:45 +00:00
Dave Chapman
1644404fdd Convert Cabbiev2.160x128x16 to bitmap strips
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16773 a1c6a512-1295-4272-9138-f99709370657
2008-03-23 23:09:47 +00:00
Dave Chapman
20d32264fe Clean up some wps files that had a mixture of CRLF and LF line-endings in the same file - no other changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16772 a1c6a512-1295-4272-9138-f99709370657
2008-03-23 22:42:15 +00:00
Dave Chapman
22fbe5f83f Start using bitmap strips in cabbiev2 - this commits converts 220x176x16 and 320x240x16, reducing the number of bitmaps to 8 for each WPS. If you want to keep your installation tidy, remove the .rockbox/wps/cabbiev2/ directory before updating to ensure unused bitmaps are deleted.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16770 a1c6a512-1295-4272-9138-f99709370657
2008-03-23 22:20:36 +00:00
Dave Chapman
7c5722ad78 Remove a trailing space that prevented the font being copied for the 138x110x2 cabbiev2 theme
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16766 a1c6a512-1295-4272-9138-f99709370657
2008-03-23 22:08:06 +00:00
Marianne Arnold
eae6641bdb Oops, vhanged one thing too many - the m:robe100's monochrome version doesn't use the wps backdrop tag (%X) at all, so revert this change.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16745 a1c6a512-1295-4272-9138-f99709370657
2008-03-22 14:30:06 +00:00
Marianne Arnold
48f7d7d057 Cabbiev2 cleanup and a few corrections: (1) Get rid of two completely unused bitmaps. (2) Combine the two bitmaps used as background on the Iriver remote into one, name it consistently and change the .wps file accordingly. (3) Add the missing '0dB' volume image to the greyscale versions, including .wps file changes. Rename those greyscale volume images while at it, so that they are consistent with the rest - the 'vol08' one is now 'vol-9', because it is used for above line level. (4) Use the %X tag correctly, currently there were coordinates specified with it in most .wps files. (5) Set the bitmap's mime-type correctly for conformity.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16742 a1c6a512-1295-4272-9138-f99709370657
2008-03-22 14:17:28 +00:00
Robert Kukla
bc0f0cfb3b ignore carriage returns in WPS files to avoid problems with cygwin/tortoisesvn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16610 a1c6a512-1295-4272-9138-f99709370657
2008-03-10 17:47:58 +00:00
Marianne Arnold
29d9ee40f3 Cabbiev2 for the m:robe 100. It seems that just adding the WPS already makes it show as default and no other chaanges were needed (worked in the sim). The default font was already set correctly to helvR10 because this is what all 160x128 screens use.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16554 a1c6a512-1295-4272-9138-f99709370657
2008-03-08 12:49:04 +00:00
Nicolas Pennequin
064f702a80 Improvements to cabbie v2 for the Gigabeat. The font is now helvR12, which looks better than helvR14 and is consistent with other targets. Also corrected kB/s to kbit/s.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16537 a1c6a512-1295-4272-9138-f99709370657
2008-03-06 13:55:36 +00:00
Dan Everton
8232e1a7c8 Shift volume left a bit iAmp WPS so it displays correctly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16526 a1c6a512-1295-4272-9138-f99709370657
2008-03-05 09:15:45 +00:00
Jens Arnold
d11c4dd655 Forgot to adjust one WPS.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16403 a1c6a512-1295-4272-9138-f99709370657
2008-02-24 09:33:37 +00:00
Jens Arnold
f928c8f0f8 Turned out that setting the viewer iconset to empty properly chooses the default iconset, and the problem with the default viewer iconset on greyscale targets was that there was a file too much in icons/. The defaults are copied from elsewhere, and differ between grey/mono and colour targets. The extraneous file overwrote the default when building the .zip.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16399 a1c6a512-1295-4272-9138-f99709370657
2008-02-23 22:54:33 +00:00
Marianne Arnold
620da596fb Third time's the charme - even if it's just in comments, no mention of the weather etc. necessary.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16391 a1c6a512-1295-4272-9138-f99709370657
2008-02-23 13:25:43 +00:00
Marianne Arnold
a12eefb36c Copy and paste mishap in the DancePuffDuo section: statusbar was already defined but the selector type setting was missing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16390 a1c6a512-1295-4272-9138-f99709370657
2008-02-23 13:12:08 +00:00
Marianne Arnold
01bf4d35ac Themes need to specify backdrop, colours, icon sets and selector type bar if they differ from the new default cabbiev2. Add the necessary strings to WPSLIST so that all shipped themes include them in their cfg files to prevent black text on the dark cabbiev2 background. Define black on 'rockboxblue' for themes with colour screen versions but no colours defined before; set the selector type to 'bar (inverse)' for most of them and use the text only RWPS for Rockboxed - it would have used the cabbiev2.rwps before which would look on a H3x0 with remote due to a different font size and the graphics.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16388 a1c6a512-1295-4272-9138-f99709370657
2008-02-23 13:04:41 +00:00
Dave Chapman
e7e3172b52 "viewers iconset:" must not be empty, so revert that change to wpsbuild.pl and make iCatcher specify /.rockbox/icons/viewers.bmp. Thanks to Jens for pointing this out.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16386 a1c6a512-1295-4272-9138-f99709370657
2008-02-23 10:48:30 +00:00
Dave Chapman
3716179a24 Add empty strings for "backdrop:", "iconset:" and "viewers iconset:" for iCatcher, and adapt wpsbuild.pl to accept empty strings. Also change wpslist to allow any number of spaces (including 0) between the : and the value. NOTE: The other bundled themes (and third-party themes) should be changed to specify values for everything set by CabbieV2.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16385 a1c6a512-1295-4272-9138-f99709370657
2008-02-23 10:22:06 +00:00
Dave Chapman
a32de4f25f TAB/whitespace policing - no functional changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16383 a1c6a512-1295-4272-9138-f99709370657
2008-02-23 10:03:51 +00:00
Dave Chapman
b68a762aef Fix a bug introduced r16373 - the .cfg files for the bundled themes no longer included the fg/bg colours for any target.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16382 a1c6a512-1295-4272-9138-f99709370657
2008-02-23 09:18:09 +00:00
Michael Giacomelli
875937a26d The sims look funny for me unless I set a default line selector type. Since no one else has complained this probably doesn't matter on the actual device.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16376 a1c6a512-1295-4272-9138-f99709370657
2008-02-23 03:39:46 +00:00
Michael Giacomelli
66cfed16b0 Make the build script ignore color-only options on grayscale targets. Also, change how backdrop files are entered in preperation for setting a default theme.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16373 a1c6a512-1295-4272-9138-f99709370657
2008-02-22 22:32:22 +00:00
Marianne Arnold
43141cbfdb Small fix for the Mini's cabbiev2.wps: don't refer to a non-existent 10th volume bitmap. This version uses the same graphics as the 160x128x2 one whose author confirmed that there should only be 9 bitmaps.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16342 a1c6a512-1295-4272-9138-f99709370657
2008-02-18 00:57:51 +00:00
Marianne Arnold
d08af61394 Several fixes for the cabbiev2 theme. (1) Rename the files used for the rwps and change the WPSLIST so that it is done the same way as for iCatcher and .rwps files are actually included in the zip. (2) Replace the Iaudio rwps background which was taken fron the unicode version before with the correct one. (3) Fix the e200 wps to look like the author intended and with the progressbar at the right spot. (4) Make the 160x128 greyscale version use the helvR10 font as the colour version does. This also fixes a potential issue with the Iaudio rwps. (5) Clean up the WPSLIST a bit and drop (hopefully) unnecessary definitions. I guess it could be even simplified some more, someone with a bit perl foo should look into this. -- (3) and (4) taken from the last entries in FS#8443 by Apoo Maha.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16196 a1c6a512-1295-4272-9138-f99709370657
2008-02-02 01:10:43 +00:00
Jonas Häggqvist
a8917033d0 Add backdrops/, icons/ and utils/ as well as some missing rwpses to the tarballs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16152 a1c6a512-1295-4272-9138-f99709370657
2008-01-23 23:31:04 +00:00
Michael Giacomelli
cba886d9b7 Set different icons for each resolution in the build script.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16131 a1c6a512-1295-4272-9138-f99709370657
2008-01-21 06:19:22 +00:00
Michael Giacomelli
b58071a1d2 Fix Cabbie on non-color targets by not including the gradient selection bar. Also, update the build script so that different targets can have different selection bars.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16130 a1c6a512-1295-4272-9138-f99709370657
2008-01-21 02:37:25 +00:00
Michael Giacomelli
c5f640644d Make the build script also install any needed icons.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16129 a1c6a512-1295-4272-9138-f99709370657
2008-01-21 01:48:38 +00:00
Michael Giacomelli
97cbdaa98b Tell the build system about the new theme.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16127 a1c6a512-1295-4272-9138-f99709370657
2008-01-21 00:38:24 +00:00
Michael Giacomelli
8b01677c52 Commit new theme: Cabbie 2.0\! Thanks to everyone in the forums who made this possible. If you see any problems
please report them in FS#8443.  Once we are satisfied that Cabbie 2.0 is workable, it will hopefully become the new default rockbox theme\!

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16126 a1c6a512-1295-4272-9138-f99709370657
2008-01-21 00:26:53 +00:00
Michael Giacomelli
c05fef3d71 Change build script to copy any fonts needed for build in themes in preperation for commiting a default theme. Maybe not the best use of space, but theres only 2 built in themes with fonts so it makes little difference.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16125 a1c6a512-1295-4272-9138-f99709370657
2008-01-21 00:21:40 +00:00
Michael Giacomelli
483e4188b5 Update the WPS build script so that included builds can have various additional features. This version allows me to compile the new proposed default WPS into new builds. See FS#8443 for more info.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16099 a1c6a512-1295-4272-9138-f99709370657
2008-01-18 04:00:12 +00:00
Dominik Riebeling
18318d200e Add greyscales to Rockboxed theme and mimic the color variant a bit more.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14906 a1c6a512-1295-4272-9138-f99709370657
2007-09-29 19:05:30 +00:00
Marianne Arnold
d648c0d192 One more... Rockboxed for the Sansa c200s by Roan Horning (FS #7855).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14890 a1c6a512-1295-4272-9138-f99709370657
2007-09-28 19:29:10 +00:00
Marianne Arnold
1c1ab63d2b Icatcher for the Sansa c200s by Ioannis Koutoulakis.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14889 a1c6a512-1295-4272-9138-f99709370657
2007-09-28 18:57:55 +00:00
Jonas Häggqvist
9305893e05 More FILES updating.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14611 a1c6a512-1295-4272-9138-f99709370657
2007-09-04 22:19:40 +00:00
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
Christi Scarborough
d965cef5d2 I blame Microsoft. Everyone else does.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9910 a1c6a512-1295-4272-9138-f99709370657
2006-05-11 14:40:02 +00:00
Christi Scarborough
50795512e2 And where exactly did they come from? *dones 'I messed up' hat in shame*
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9909 a1c6a512-1295-4272-9138-f99709370657
2006-05-11 14:38:04 +00:00
Christi Scarborough
c3f144ceab Missed a couple of files for removal. Also note that all files relating to a particular WPS are now stored in the same directory to avoid having the same file in CVS six zillion times. For this reason where multiple background bmps exist, they've been renamed appropriately. The script also parses the .wps file to know which .bmp files to copy, so case is now important, since having files in the .wps file with the wrong capitalisation will break the script.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9908 a1c6a512-1295-4272-9138-f99709370657
2006-05-11 14:32:31 +00:00
Christi Scarborough
cc9292fda3 Fixes sundry problems with the WPS bundling script. For best results, delete your .rocbox/wps and ./rockbox/themes dirs before upgrading. Note that within CVS, no distinction is made any more between a .wps and .rwps, that's all fixed up at make zip stage. wpses are now all named with a .<width>x<height>x<depth> suffix and the appropriate ones for the platform are installed. Text wpses have a .txt suffix.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9907 a1c6a512-1295-4272-9138-f99709370657
2006-05-11 14:27:12 +00:00
Zakk Roberts
2220d398d0 Whoops...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9830 a1c6a512-1295-4272-9138-f99709370657
2006-04-29 08:40:29 +00:00
Zakk Roberts
c9d2d453a9 Boxes WPS for 320x240 LCDs (iPod 5G).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9829 a1c6a512-1295-4272-9138-f99709370657
2006-04-29 08:38:40 +00:00
Dave Chapman
ceafaba27a A version of DancePuffDuo for 220x176 LCDs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9301 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 08:34:56 +00:00
Dave Chapman
6382e883e3 Add bitmaps for SHN, AIFF, AAC and ALAC
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9299 a1c6a512-1295-4272-9138-f99709370657
2006-03-27 21:37:51 +00:00
Daniel Stenberg
2624b558ce only use the LCD size for bitmap LCDs so that we don't get the WPSes
for recorder included for the player builds


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9102 a1c6a512-1295-4272-9138-f99709370657
2006-03-18 21:17:05 +00:00
Martin Arver
740b7041a0 Adapted ipodVOL wps to use nimbus-12 instead of chicago12.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8958 a1c6a512-1295-4272-9138-f99709370657
2006-03-08 10:55:17 +00:00
Martin Arver
939efcb492 Fix the iPodVOL wps to have the statusbar visible in the filebrowser
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8957 a1c6a512-1295-4272-9138-f99709370657
2006-03-08 09:53:26 +00:00
Daniel Stenberg
5c1cc2f747 add these files to the source archive as well
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8539 a1c6a512-1295-4272-9138-f99709370657
2006-02-02 21:43:11 +00:00
Christi Scarborough
4e672ce79d Something for our loyal Archos users. The first graphical WPS for the Recorder series.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8521 a1c6a512-1295-4272-9138-f99709370657
2006-02-01 14:17:18 +00:00
Christi Scarborough
146fe6cfb5 boxes for H3xx / iPod 4g, just so they don't feel left out. Purely a quick hack, not a finished product.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8517 a1c6a512-1295-4272-9138-f99709370657
2006-02-01 05:39:27 +00:00
Linus Nielsen Feltzing
d563ac6caa Restored inverted background image in the ipodVOL WPS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8512 a1c6a512-1295-4272-9138-f99709370657
2006-01-31 23:01:03 +00:00
Christi Scarborough
321e480234 Colour boxes WPS for iPod (and H3xx - but it'll look a little odd on that screen. A work in progress / proof of concept.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8507 a1c6a512-1295-4272-9138-f99709370657
2006-01-31 14:55:39 +00:00
Anton Oleynikov
c75425511e minor fixes of alignment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8232 a1c6a512-1295-4272-9138-f99709370657
2005-12-13 20:41:16 +00:00
Daniel Stenberg
fb891fb6dd buildzip prefers file names without space
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8228 a1c6a512-1295-4272-9138-f99709370657
2005-12-13 10:46:49 +00:00
Magnus Holmgren
cc383764bd adjust *wps-files to new loader.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8194 a1c6a512-1295-4272-9138-f99709370657
2005-12-07 20:50:08 +00:00
Anton Oleynikov
fc4a0314bd added "DancePuffDuo" theme
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8159 a1c6a512-1295-4272-9138-f99709370657
2005-12-05 22:05:41 +00:00
Anton Oleynikov
0099061b90 added "marquee" theme
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8157 a1c6a512-1295-4272-9138-f99709370657
2005-12-05 21:51:08 +00:00
Anton Oleynikov
9b413392fb full engineeer2 theme
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8156 a1c6a512-1295-4272-9138-f99709370657
2005-12-05 21:21:10 +00:00
Anton Oleynikov
9fdec58b65 no longer needed by ipodVOL
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8138 a1c6a512-1295-4272-9138-f99709370657
2005-12-04 01:21:03 +00:00
Anton Oleynikov
6abce4f957 fixed battery icon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8137 a1c6a512-1295-4272-9138-f99709370657
2005-12-04 01:12:54 +00:00
Anton Oleynikov
525c58343c update of ipodVOL.wps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8135 a1c6a512-1295-4272-9138-f99709370657
2005-12-04 00:55:52 +00:00
Anton Oleynikov
8c3494f220 update of engineeer2.wps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8134 a1c6a512-1295-4272-9138-f99709370657
2005-12-04 00:38:44 +00:00
Anton Oleynikov
0fe9abbad1 put default rpws for each theme (to prevent broken rwps wehn switching themes) and switching status bar back on since all wps include %wd tag
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8020 a1c6a512-1295-4272-9138-f99709370657
2005-11-21 08:30:21 +00:00
Anton Oleynikov
b403c6e993 fixed alignment (was broken by %wd tag)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8019 a1c6a512-1295-4272-9138-f99709370657
2005-11-21 08:28:20 +00:00
Christi Scarborough
5124844e32 rwps support for boxes theme. Increased image buffer size by a factor of 2.5x. (boxes - for all your WPS stress testing needs.)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8017 a1c6a512-1295-4272-9138-f99709370657
2005-11-21 02:04:47 +00:00
Kevin Ferrare
0d9c7b5bcb Applied Stephan Wezel's patch for the new wps %wd/%we tags (disable/enable statusbar in wps mode independantly from the global setting)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8015 a1c6a512-1295-4272-9138-f99709370657
2005-11-20 22:13:52 +00:00
Anton Oleynikov
76469cf154 fixed position of codec image
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7993 a1c6a512-1295-4272-9138-f99709370657
2005-11-19 12:37:08 +00:00
Linus Nielsen Feltzing
d2779e5f3a Removed double usage of the H image identifier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7968 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 19:45:34 +00:00
Christi Scarborough
32a43e2ee6 When fixing things is it better to do it in a way that causes them to actually work. Some more bugs in wpsbuild.pl squashed. Also, themes moved to the main menu. Resetting to default themes now works properly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7965 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 15:33:05 +00:00
Linus Nielsen Feltzing
eb148c0168 Fixed a bug in the WPS which ate the first non-bitmap line after a bitmap tag
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7959 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 10:43:40 +00:00
Daniel Stenberg
e06c7d3604 Add the 'rwps' field for <wps> sections with a RWPS: field, but not for <rwps> ones.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7958 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 10:12:16 +00:00
Linus Nielsen Feltzing
266272a1b8 Aligned the engineeer2 WPS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7956 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 09:53:23 +00:00
Christi Scarborough
3b5449f303 Initial stab at theme support.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7952 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 08:48:59 +00:00
Anton Oleynikov
ec0a8a749b oops, wrong rwps dimensions in the previous commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7950 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 00:14:25 +00:00
Anton Oleynikov
24c070448f added RWPS for iAmp in the new format
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7949 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 00:09:57 +00:00
Daniel Stenberg
88f359ff26 Added tiny docs, only make .cfg files for <wps> sections and shut up a few
outputs.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7948 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 23:47:23 +00:00
Anton Oleynikov
ce442fdeb5 added copying of RWPS files (if exist)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7945 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 23:07:29 +00:00
Anton Oleynikov
dad0118765 added RWPS for iAmp
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7943 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 22:58:52 +00:00
Christi Scarborough
cf53847178 Re-adding these bitmaps as binary files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7942 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 22:51:52 +00:00
Christi Scarborough
a8ef81523b Removing these files so I can re-commit them as binaries
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7941 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 22:48:02 +00:00
Daniel Stenberg
2bace6a375 .rwps support and support for a rwps: field within the WPSLIST file, which
really is more like a list of themes now...


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7940 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 22:39:26 +00:00
Christi Scarborough
bec94c9e2a Some consistency fixes for the WPS module
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7939 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 22:19:46 +00:00
Christi Scarborough
e6cef6ebf7 zezayer WPS by Jake Owen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7938 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 21:53:23 +00:00
Anton Oleynikov
2bbb9038dc iAmp WPS from Raymond Hoh
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7937 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 21:35:52 +00:00
Christi Scarborough
4c0b83f5e9 Remote WPS support (and some WPS bugfixes) by Stephan Wezel
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7934 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 20:14:59 +00:00
Christi Scarborough
a229dba4c4 Engineer2 WPS by Magnus Westerlund (properly this time)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7924 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 07:39:43 +00:00
Christi Scarborough
bde4996ef6 Engineer2 WPS by Magnus Westerlund
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7923 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 07:37:01 +00:00
Christi Scarborough
a7db52ca89 Adds support for reverting to the Rockbox default WPS. Note that the rockbox_default.wps is a placeholder file and is never actually loaded - selecting it just causes Rockbox to clear its memory of any installed custom WPS. This means that it works cross platform. Also, small fix to boxes.wps (curse vi) and wpsbuild.pl - support for pure text WPS files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7899 a1c6a512-1295-4272-9138-f99709370657
2005-11-16 01:24:52 +00:00
Daniel Stenberg
2691d76073 added a 'default.wps', extracted from apps/wps-display.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7897 a1c6a512-1295-4272-9138-f99709370657
2005-11-15 21:52:55 +00:00
Daniel Stenberg
5e8e2a1097 Burelli Luca found my typo!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7870 a1c6a512-1295-4272-9138-f99709370657
2005-11-14 18:46:38 +00:00
Christi Scarborough
704602faa3 Initial commit - boxes WPS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7866 a1c6a512-1295-4272-9138-f99709370657
2005-11-14 15:35:21 +00:00
Daniel Stenberg
5f9f9bc14d fixed the size check logic
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7865 a1c6a512-1295-4272-9138-f99709370657
2005-11-14 15:10:40 +00:00
Daniel Stenberg
8a91802d80 figure out the size of the target LCD and more fiddling to work properly
when invoked by the buildzip script


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7863 a1c6a512-1295-4272-9138-f99709370657
2005-11-14 15:05:53 +00:00
Daniel Stenberg
792c998e7a we start the WPS collection in this new module
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7858 a1c6a512-1295-4272-9138-f99709370657
2005-11-14 14:24:17 +00:00