summaryrefslogtreecommitdiffstats
path: root/wps
AgeCommit message (Collapse)AuthorFilesLines
2011-02-25Touchscreen WPS changes:Alex Parker4-6/+6
* Change play/pause button so that it shows the click action and not the current state. During ffwd/rew the ffwd/rew status is still shown. * Make ffwd/rew buttons always be shown on 480x800 and 320x480 targets. 240x400 needs further clean up first. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29398 a1c6a512-1295-4272-9138-f99709370657
2011-02-08Add cabbie theme for 800x480Thomas Jarosch11-0/+107
Theme was quickly ported by kugel from 480x800 theme. Still has viewport bugs: Brings up the context menu every time one touches the rew/ff buttons. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29253 a1c6a512-1295-4272-9138-f99709370657
2011-01-10Add progress bar graphic for CabbieV2 for 128x160x16 LCDs.Robert Menes1-0/+0
Part of FS#10937 by Michael Carr and Stephen Carroll. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29019 a1c6a512-1295-4272-9138-f99709370657
2011-01-09Commit part of FS#10937: CabbieV2 port for the Philips GoGearRobert Menes3-1/+73
SA9200 (128x160x16 LCD). Ported by Michael Carr with cleanup by Stephen Carroll. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29018 a1c6a512-1295-4272-9138-f99709370657
2010-12-20fix FS#11784 - classic_statusbar.sbs needed alignemtn fixing to show the ↵Jonathan Gordon1-1/+1
whole time git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28863 a1c6a512-1295-4272-9138-f99709370657
2010-11-14Small improvements for the on screen popup on 320x480 cabbiev2 wps.Thomas Martitz2-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28599 a1c6a512-1295-4272-9138-f99709370657
2010-11-14Add a few cabbiev2 source images in the biggest scale I've found. I've used ↵Thomas Martitz5-0/+0
them for the 320x480 and 480x800 ports. Hopefully makes porting cabbiev2 easier. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28598 a1c6a512-1295-4272-9138-f99709370657
2010-11-14Make the grey background of the images brighter to better match existing ↵Thomas Martitz4-0/+0
cabbiev2 WPSes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28596 a1c6a512-1295-4272-9138-f99709370657
2010-11-14Better quality images for the 320x480x16 cabbiev2.Thomas Martitz7-4/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28595 a1c6a512-1295-4272-9138-f99709370657
2010-10-12FS#11669 - extra > in the skinJonathan Gordon1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28246 a1c6a512-1295-4272-9138-f99709370657
2010-10-10cabbie 320x480 WIP sbs:Jonathan Gordon1-2/+17
Add a playlist viewer, AA and a resumeplayback touch region. (resumeplayback is the bottom right corner, even when AA isnt present or no music is playing) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28225 a1c6a512-1295-4272-9138-f99709370657
2010-09-14Another major skin backend update/hopefully bugfix:Jonathan Gordon1-17/+0
Skins are now more self contained in the skin manager which in the future might allow on demand skin loading (i.e smaller skin buffers) Skin backdrops are also managed more intelegently (fixes a bug where you can get a crazy backdrop loaded if a .sbs fails to load) the rockbox_default rescue theme is now called rockbox_failsafe to better express what it actually is. This commit hopefully/maybe fixes the heavily reported data aborts, so please check if you are getting them git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28073 a1c6a512-1295-4272-9138-f99709370657
2010-09-063rd time luckyJonathan Gordon1-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28008 a1c6a512-1295-4272-9138-f99709370657
2010-09-06woops, wrong dimensionsJonathan Gordon1-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28007 a1c6a512-1295-4272-9138-f99709370657
2010-09-06Add a work-in-progress 320x400 touch enabled sbs.Jonathan Gordon1-0/+15
Very basic, please help! top left corner is menu, top right is context menu, otherwise use the UI viewport to move around. bottom area is eventually going to be a touch panel region (and track display if music is playing). 99% sure you cant do a popup region above the UI viewport which is why I've stolen the bottom region git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28006 a1c6a512-1295-4272-9138-f99709370657
2010-09-02Small cabbie update by Hayden Pearce for cabbiev2.176x220x16Jonathan Gordon1-7/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27984 a1c6a512-1295-4272-9138-f99709370657
2010-08-21Further upgrades of Cabbiev2 wps files to viewports - FS#11490 by HAyden ↵Michael Chicoine5-114/+266
Pearce and me git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27856 a1c6a512-1295-4272-9138-f99709370657
2010-08-14The 128x96x2 cabbiev2.wps (Iaudio remote and M3) used more than one viewport ↵Marianne Arnold1-8/+13
but drew the progressbar in the default one where it wouldn't be updated with the new parser anymore. Put it into a viewport too and rearrange the rest of the code to the same order as displayed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27806 a1c6a512-1295-4272-9138-f99709370657
2010-08-12Cabbiev2 480x800 port, very similar to the 320x480 one.Thomas Martitz11-0/+108
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27794 a1c6a512-1295-4272-9138-f99709370657
2010-08-06Fix conditiona viewports logicThomas Martitz1-8/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27732 a1c6a512-1295-4272-9138-f99709370657
2010-08-05Cabbiev2 320x480 touchscreen support.Thomas Martitz5-39/+49
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27731 a1c6a512-1295-4272-9138-f99709370657
2010-08-05Revert accidental change to cabbiev2.176x220x16.wps and apply it to ↵Thomas Martitz2-119/+63
cabbiev2.320x480x16.wps as intended. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27725 a1c6a512-1295-4272-9138-f99709370657
2010-08-05Cabbiev2 for 320x480.Thomas Martitz9-82/+151
TODO: Touch regions, battery and hold button icons git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27722 a1c6a512-1295-4272-9138-f99709370657
2010-08-05Fix leading slash regex in wpsbuild.plThomas Martitz1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27721 a1c6a512-1295-4272-9138-f99709370657
2010-08-05New feature for the %xd() (display a preloaded image) skin tag.Jonathan Gordon1-3/+3
It can now automatically load the correct subimage from a strip (assuming the strip is in the correct order) by giving a tag for the 2nd param. example: %xd(F, %mp) which is equivilant to %?mp<%xd(Fa)|%xd(Fb)|%xd(Fc)|%xd(Fd)|%xd(Fe)> You can also set the subimage offset.. i.e %xd(E, %mm, -1) which means "show nothing for the first value of %mm and use the bitmap strip for the remaining values" if a tag+offset is <0 or greater than the number of subimages in a strip he image is cleared (I'm open to changing this if someone has a better idea) cabbiev2.176x220x16.wps is an example of how to use this git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27717 a1c6a512-1295-4272-9138-f99709370657
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz3-0/+84
General state is: Rockbox is usable (plays music, saves configuration, touchscreen works too). Problems: - Playing music in the background (i.e. when switching to another app) doesn't work reliably, but I'm working on that now. - no cabbiev2 (only some preliminary files for it), no other default theme. - screen flickers sometimes if the updates are too frequent - no multi screen apk/package - strange behavior when a phone call comes in The java files (and the eclipse project) resides in android/, which is also supposed to be the build folder. I've put a small README in there for instructions. There are some steps needed after the make part, which are described there, and which eclipse mostly handles. But there ought to be some script/makefile rules which do that instead in the future. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27668 a1c6a512-1295-4272-9138-f99709370657
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz2-52/+61
For RaaA it evaluates user paths at runtime. For everything but codecs/plugins it will give the path under $HOME/.config/rockbox.org if write access is needed or if the file/folder in question exists there (otherwise it gives /usr/local/share/rockbox). This allows for installing themes under $HOME as well as having config.cfg and other important files there while installing the application (and default themes) under /usr/local. On the DAPs it's a no-op, returing /.rockbox directly. Not converted to use get_user_file_path() are plugins themselves, because RaaA doesn't build plugins yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27656 a1c6a512-1295-4272-9138-f99709370657
2010-07-28Fix broken cabbiev2 for the c200 screen (in r27574) as pointed out by Sascha ↵Marianne Arnold1-1/+1
Wilde in IRC. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27592 a1c6a512-1295-4272-9138-f99709370657
2010-07-26FS#11490 by Hayden PearceThomas Martitz1-1/+1
Fix cabbiev2.320x240x16.wps Hold git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27577 a1c6a512-1295-4272-9138-f99709370657
2010-07-26Fix cabbiev2.220x176x16.wpsbootloader_amsv1_v2_amsv2_v3Thomas Martitz1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27576 a1c6a512-1295-4272-9138-f99709370657
2010-07-26FS#11490 - Viewportify most of the shipped cabbiev2 wps' By Hayden Pearce. ↵Jonathan Gordon9-195/+495
Spot a mistake? mention in the tracker page git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27574 a1c6a512-1295-4272-9138-f99709370657
2010-06-13update classic_statusbar to the new syntaxJonathan Gordon4-171/+171
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26826 a1c6a512-1295-4272-9138-f99709370657
2010-06-09SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last ↵Jonathan Gordon51-51/+51
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
2010-06-08Fix yellow and all the shipped themes that show AAJonathan Gordon15-15/+15
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26697 a1c6a512-1295-4272-9138-f99709370657
2010-06-07the updater uncondiotnally changed ; to %; which meant alternating lines ↵Jonathan Gordon48-107/+107
stopped working.. hopefully this fixes them git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26648 a1c6a512-1295-4272-9138-f99709370657
2010-06-07undo accidental commit from the big oneJonathan Gordon1-46/+37
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26645 a1c6a512-1295-4272-9138-f99709370657
2010-06-07Changeover to the new skin format. SkinBreakingChange in the wiki has the ↵Jonathan Gordon72-1471/+1480
runown of the changes. Major changes are paramerterised tags now use %tag(param,param), colours are removed from the %V() tag, %Vi gets a required (but can be -) label as its first param). utils/skinupdater/ has a program to update individual skins, and a perl script to update a whole zip. Themesite will be unusable for the time being (you should be able to upload new themes once it updates checkwps though). I obviously havnt tested every updated wps in this change so let me know if one doesnt load git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26641 a1c6a512-1295-4272-9138-f99709370657
2010-06-05cabbiev2 128x64x1 (r)wps:Rafaël Carré2-49/+16
integrate back modifications made by bertrik for clipv1 into iriver remote wps don't show decibel value when changing volume (too complex for me) delete 'sansaclip' specific version so the wps is used on all clips git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26586 a1c6a512-1295-4272-9138-f99709370657
2010-06-03cabbiev2 128x64x1 wps (iriver remote wps): add more info to the screenRafaël Carré1-2/+3
With the change to 8 pixels font we can add "Next song" info (%It/%Fn) Also move the tag info 2 pixels down git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26508 a1c6a512-1295-4272-9138-f99709370657
2010-06-03Use a different remote font than the main LCD fontRafaël Carré2-3/+24
Works for both wps config and settings Only change targets with LCD_REMOTE_HEIGHT <= 64 (irivers) to use 08-Rockfont git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26505 a1c6a512-1295-4272-9138-f99709370657
2010-04-27Cabbiev2: make the playlist position and playing time info actually show up ↵Marianne Arnold1-3/+3
as planned in the 128x128 colour port. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25745 a1c6a512-1295-4272-9138-f99709370657
2010-04-27Cabbiev2 port for the mpio HD20's 128x128 greyscale screen - mixing the same ↵Marianne Arnold3-0/+44
size colour version with the same width greyscale version (code could be cleaned up though). Add the necessary changes to let it be included automatically and used as default WPS. Menu backdrop and dedicated icons are missing but the inbuilt ones are still there - same as on the M3. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25744 a1c6a512-1295-4272-9138-f99709370657
2010-02-21Fix wpsbuild to properly generate "-" for theme related settings (to get the ↵Thomas Martitz2-25/+53
default values/no file for filename settings). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24813 a1c6a512-1295-4272-9138-f99709370657
2010-01-19basic touchscreen support in the mini2440's cabbie file. ↵Jonathan Gordon1-0/+46
play/repmode/shuffle buttons do their thing, battery goes to the menu git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24282 a1c6a512-1295-4272-9138-f99709370657
2010-01-07WPS: Revert some of r24193 as decided in FS#10882.Tomer Shalev8-14/+14
This commit reverts having the track progress bar mirrored horizontally. This is done because the code that makes the progress bar sensitive to language direction conflicts with direction of buttons used to control playback, i.e. progress bar fills to the left, but pressing long left makes it move to the right, towards the beginning of the track. The code that swap the progress bar direction was not (and will not be) committed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24196 a1c6a512-1295-4272-9138-f99709370657
2010-01-07RTL language enhancements by Tomers Shalev and I.Jonathan Gordon8-31/+31
3 new tokens: %ax - the next token should follow the language direction (what that means is defined by the individual tokens) %aL - align left on LTR language (same as %al), right on RTL languages %aR - align right on LTR language (same as %ar), left on RTL languages This commit adds %ax support to the %V and %Cl tokens. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24193 a1c6a512-1295-4272-9138-f99709370657
2010-01-05Fix wpsbuild.pl so that rockbox_default wps is builtMichael Chicoine1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24187 a1c6a512-1295-4272-9138-f99709370657
2009-12-28FS#10879 - Cabbie: Fix usage of spaces to position stringsTomer Shalev6-13/+12
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24120 a1c6a512-1295-4272-9138-f99709370657
2009-12-27Rename wps/cabbiev2.128x64x1.clip.wps to wps/cabbiev2.128x64x1.sansaclip.wps ↵Bertrik Sikken1-0/+0
to match recent target renames. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24118 a1c6a512-1295-4272-9138-f99709370657
2009-12-26Cabbie 320x240: Fix usage of spaces to position stringsTomer Shalev1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24117 a1c6a512-1295-4272-9138-f99709370657