summaryrefslogtreecommitdiff
path: root/wps/classic_statusbar.sbs (follow)
Commit message (Collapse)AuthorAge
* fix typoJonathan Gordon2012-12-04
| | | | Change-Id: I52270ce86e506df4fe51e8b4cb3b7e066611716e
* Update /rockbox/wps/AUTHORS and theme headers to provide correct attributionHayden Pearce2012-12-04
| | | | | | | | | | 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>
* Fix the classic_statusbar sbs' to actually workJonathan Gordon2012-06-26
| | | | Change-Id: I8573903b879cd451d7b0d6033dd0eca4cc86bc5a
* fix FS#11784 - classic_statusbar.sbs needed alignemtn fixing to show the ↵Jonathan Gordon2010-12-20
| | | | | | whole time git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28863 a1c6a512-1295-4272-9138-f99709370657
* update classic_statusbar to the new syntaxJonathan Gordon2010-06-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26826 a1c6a512-1295-4272-9138-f99709370657
* Make the classic_statusbar.sbs more classic. Icons, position of numbers, ↵Marianne Arnold2009-11-28
| | | | | | 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
* remove the %Rh token which doesnt exist anymore (was "is target hwcodec" ↵Jonathan Gordon2009-11-22
| | | | | | which we dont need) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23691 a1c6a512-1295-4272-9138-f99709370657
* fix the icons so the correct ones are shownJonathan Gordon2009-11-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23585 a1c6a512-1295-4272-9138-f99709370657
* very initial recording sbs support... also remote sbs using the same skin codeJonathan Gordon2009-11-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23584 a1c6a512-1295-4272-9138-f99709370657
* more minor classic_statusbar.sbs changes... display the rec/fm mode correctlyJonathan Gordon2009-11-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23482 a1c6a512-1295-4272-9138-f99709370657
* Revert r23474 "new skin token: %cx - 24 hour time format enabled in the ↵Rafaël Carré2009-11-01
| | | | | | | | 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
* new skin token: %cx - 24 hour time format enabled in the setting.. e.g ↵Rafaël Carré2009-11-01
| | | | | | %?cx<24 hour|12 hour> git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23474 a1c6a512-1295-4272-9138-f99709370657
* revert that last checkin... something better is coming Jonathan Gordon2009-11-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23473 a1c6a512-1295-4272-9138-f99709370657
* new skin token: %cx - 24 hour time format enabled in the setting.. e.g ↵Jonathan Gordon2009-11-01
| | | | | | %?cx<24 hour|12 hour> git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23472 a1c6a512-1295-4272-9138-f99709370657
* Revert battery conditional change in r23415, duplicated graphic was for ↵Michael Chicoine2009-10-30
| | | | | | unknown battery level git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23416 a1c6a512-1295-4272-9138-f99709370657
* Correct battery conditional and disk access iconMichael Chicoine2009-10-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23415 a1c6a512-1295-4272-9138-f99709370657
* minor changes... Jonathan Gordon2009-10-29
| | | | | | | | * 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
* Allow the x and y pixel values of viewports to be a negative number..Jonathan Gordon2009-10-28
| | | | | | | %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
* fix the charging icon so it will actually display correctlyJonathan Gordon2009-10-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23377 a1c6a512-1295-4272-9138-f99709370657
* First go at converting the inbuilt statusbar into a skin, right now its only ↵Jonathan Gordon2009-10-28
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