summaryrefslogtreecommitdiffstats
path: root/wps/classic_statusbar.sbs
AgeCommit message (Collapse)AuthorFilesLines
2012-12-04fix typoJonathan Gordon1-1/+1
Change-Id: I52270ce86e506df4fe51e8b4cb3b7e066611716e
2012-12-04Update /rockbox/wps/AUTHORS and theme headers to provide correct attributionHayden Pearce1-10/+11
Add a number of missing collaborators to the /rockbox/wps/AUTHORS file and create a new header to share between the .fms, .sbs, and .wps files in the /rockbox/wps/ directory. No functional changes made, purely cosmetic. Change-Id: Id4b22d438e340da4dfc18ec8bf0e40088bdc606e Reviewed-on: http://gerrit.rockbox.org/368 Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
2012-06-26Fix the classic_statusbar sbs' to actually workJonathan Gordon1-2/+2
Change-Id: I8573903b879cd451d7b0d6033dd0eca4cc86bc5a
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-06-13update classic_statusbar to the new syntaxJonathan Gordon1-43/+43
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26826 a1c6a512-1295-4272-9138-f99709370657
2009-11-28Make the classic_statusbar.sbs more classic. Icons, position of numbers, ↵Marianne Arnold1-29/+47
charging animation (only tested on a colour display so far), volume as before but gets a 'clipping' icon on targets that allow more than 0dB, add channels indicator in the rec screen. The only difference on swcodec should be the disk activity indicator on flash targets (for now). On hwcodec there are small differences in the recording screen - quality display is simply using the system font (no wasting another bitmap on a slightly less taller Q), frequency uses icons now (keeping the differences between the sbs files smaller and with the small 'k' it's easier to understand, but debateable). Since the animation makes use of the viewport colour (shades) parameters, a classic_statusbar.grey.sbs was needed - reusing the colour one didn't work correctly anyways. The difference between Recorders (RTC) and Ondios (disk activity) is achieved through the 112x64x1.sbs file itself. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23775 a1c6a512-1295-4272-9138-f99709370657
2009-11-22remove the %Rh token which doesnt exist anymore (was "is target hwcodec" ↵Jonathan Gordon1-1/+1
which we dont need) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23691 a1c6a512-1295-4272-9138-f99709370657
2009-11-09fix the icons so the correct ones are shownJonathan Gordon1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23585 a1c6a512-1295-4272-9138-f99709370657
2009-11-09very initial recording sbs support... also remote sbs using the same skin codeJonathan Gordon1-6/+23
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23584 a1c6a512-1295-4272-9138-f99709370657
2009-11-02more minor classic_statusbar.sbs changes... display the rec/fm mode correctlyJonathan Gordon1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23482 a1c6a512-1295-4272-9138-f99709370657
2009-11-01Revert r23474 "new skin token: %cx - 24 hour time format enabled in the ↵Rafaël Carré1-1/+1
setting.. e.g %?cx<24 hour|12 hour>" Committed accidentally with a svn/git desynch git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23475 a1c6a512-1295-4272-9138-f99709370657
2009-11-01new skin token: %cx - 24 hour time format enabled in the setting.. e.g ↵Rafaël Carré1-1/+1
%?cx<24 hour|12 hour> git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23474 a1c6a512-1295-4272-9138-f99709370657
2009-11-01revert that last checkin... something better is coming Jonathan Gordon1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23473 a1c6a512-1295-4272-9138-f99709370657
2009-11-01new skin token: %cx - 24 hour time format enabled in the setting.. e.g ↵Jonathan Gordon1-1/+1
%?cx<24 hour|12 hour> git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23472 a1c6a512-1295-4272-9138-f99709370657
2009-10-30Revert battery conditional change in r23415, duplicated graphic was for ↵Michael Chicoine1-1/+1
unknown battery level git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23416 a1c6a512-1295-4272-9138-f99709370657
2009-10-30Correct battery conditional and disk access iconMichael Chicoine1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23415 a1c6a512-1295-4272-9138-f99709370657
2009-10-29minor changes... Jonathan Gordon1-8/+38
* demonstrate how to give options using conditional viewports (some people like text battery and volume!?) * specify the UI area viewport git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23396 a1c6a512-1295-4272-9138-f99709370657
2009-10-28Allow the x and y pixel values of viewports to be a negative number..Jonathan Gordon1-1/+1
%V|-50|0|-|..... will position that viewport 50 pixels from the right of the display at the top. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23378 a1c6a512-1295-4272-9138-f99709370657
2009-10-28fix the charging icon so it will actually display correctlyJonathan Gordon1-1/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23377 a1c6a512-1295-4272-9138-f99709370657
2009-10-28First go at converting the inbuilt statusbar into a skin, right now its only ↵Jonathan Gordon1-0/+36
perfect for 176pixel wide displays (and not liked to the build system so you have to copy things yourself if you want it) and needs RTC build. Whats the easiest way to get this going for all displays/targets without doing 28+ .sbs files? git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23376 a1c6a512-1295-4272-9138-f99709370657