Jonathan Gordon
f551d14bdd
fix typo
...
Change-Id: I52270ce86e506df4fe51e8b4cb3b7e066611716e
2012-12-04 18:49:29 +11:00
Hayden Pearce
6f709d2333
Update /rockbox/wps/AUTHORS and theme headers to provide correct attribution
...
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-12-04 07:54:26 +01:00
Jonathan Gordon
41fb990720
Fix the classic_statusbar sbs' to actually work
...
Change-Id: I8573903b879cd451d7b0d6033dd0eca4cc86bc5a
2012-06-26 10:17:06 +10:00
Jonathan Gordon
52b17b1553
fix FS#11784 - classic_statusbar.sbs needed alignemtn fixing to show the whole time
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28863 a1c6a512-1295-4272-9138-f99709370657
2010-12-20 10:58:03 +00:00
Jonathan Gordon
c1a42ff44d
update classic_statusbar to the new syntax
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26826 a1c6a512-1295-4272-9138-f99709370657
2010-06-13 13:16:41 +00:00
Marianne Arnold
c074c76211
Make the classic_statusbar.sbs more classic. Icons, position of numbers, 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-28 16:37:33 +00:00
Jonathan Gordon
9b3619c1e6
remove the %Rh token which doesnt exist anymore (was "is target hwcodec" which we dont need)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23691 a1c6a512-1295-4272-9138-f99709370657
2009-11-22 04:24:16 +00:00
Jonathan Gordon
ad72fce1a5
fix the icons so the correct ones are shown
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23585 a1c6a512-1295-4272-9138-f99709370657
2009-11-09 07:57:51 +00:00
Jonathan Gordon
2f3868b87d
very initial recording sbs support... also remote sbs using the same skin code
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23584 a1c6a512-1295-4272-9138-f99709370657
2009-11-09 07:10:39 +00:00
Jonathan Gordon
451f9d58f3
more minor classic_statusbar.sbs changes... display the rec/fm mode correctly
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23482 a1c6a512-1295-4272-9138-f99709370657
2009-11-02 01:14:16 +00:00
Rafaël Carré
6cdb80d7df
Revert r23474 "new skin token: %cx - 24 hour time format enabled in the 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-01 22:51:26 +00:00
Rafaël Carré
9cd15dad9d
new skin token: %cx - 24 hour time format enabled in the setting.. e.g %?cx<24 hour|12 hour>
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23474 a1c6a512-1295-4272-9138-f99709370657
2009-11-01 22:48:46 +00:00
Jonathan Gordon
e702e5dbf8
revert that last checkin... something better is coming
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23473 a1c6a512-1295-4272-9138-f99709370657
2009-11-01 21:45:01 +00:00
Jonathan Gordon
cb8527d073
new skin token: %cx - 24 hour time format enabled in the setting.. e.g %?cx<24 hour|12 hour>
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23472 a1c6a512-1295-4272-9138-f99709370657
2009-11-01 21:35:35 +00:00
Michael Chicoine
a521c5fc67
Revert battery conditional change in r23415, duplicated graphic was for unknown battery level
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23416 a1c6a512-1295-4272-9138-f99709370657
2009-10-30 03:01:33 +00:00
Michael Chicoine
536ae24791
Correct battery conditional and disk access icon
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23415 a1c6a512-1295-4272-9138-f99709370657
2009-10-30 00:47:25 +00:00
Jonathan Gordon
9f0cbb5a36
minor changes...
...
* 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-29 07:33:09 +00:00
Jonathan Gordon
bee5900032
Allow the x and y pixel values of viewports to be a negative number..
...
%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-28 06:44:37 +00:00
Jonathan Gordon
a30f25ddd4
fix the charging icon so it will actually display correctly
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23377 a1c6a512-1295-4272-9138-f99709370657
2009-10-28 05:39:04 +00:00
Jonathan Gordon
f0acf02be7
First go at converting the inbuilt statusbar into a skin, right now its only 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
2009-10-28 05:07:49 +00:00