rockbox/wps
Thomas Martitz 9c0b2479f7 Rockbox as an application: add get_user_file_path().
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-08-01 16:15:27 +00:00
..
boxes 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 2008-05-22 21:37:23 +00:00
cabbiev2 Cabbiev2 port for the mpio HD20's 128x128 greyscale screen - mixing the same 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. 2010-04-27 22:59:32 +00:00
classic_statusbar 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. 2009-11-28 16:37:33 +00:00
DancePuffDuo DancePuffDuo version for 176x220x1 2009-01-23 18:46:51 +00:00
engineeer2 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 2008-05-22 21:37:23 +00:00
iAmp DancePuffDuo and iAmp 128x64x1 versions. Use a dedicated bitmap for the 128 pixel wide display instead of reusing the 160 pixel wide one (add bitmaps and reference them in the .wps files accordingly. Fixes these WPSs for targets with 128x64x1 main display. 2009-01-23 01:25:11 +00:00
iCatcher Commit the one file that was missing in the previous commit due to a typo again. 2008-05-22 21:44:53 +00:00
ipodVOL 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. 2008-04-03 20:31:47 +00:00
Rockboxed A tiny bit of cleanup afterwards... save a few bytes by storing the 'Rockboxed' greyscale bitmaps as 4-bit. 2008-04-11 21:08:56 +00:00
UniCatcher 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 2008-05-22 21:37:23 +00:00
zezayer Re-adding these bitmaps as binary files 2005-11-17 22:51:52 +00:00
AUTHORS Move to only CC-BY-SA 3.0 for future changes. 2009-10-12 16:43:27 +00:00
boxes.112x64x1.wps Fix yellow and all the shipped themes that show AA 2010-06-08 15:17:39 +00:00
boxes.128x64x1.wps the updater uncondiotnally changed ; to %; which meant alternating lines stopped working.. hopefully this fixes them 2010-06-07 07:00:10 +00:00
boxes.160x128x1.wps the updater uncondiotnally changed ; to %; which meant alternating lines stopped working.. hopefully this fixes them 2010-06-07 07:00:10 +00:00
boxes.176x132x16.wps the updater uncondiotnally changed ; to %; which meant alternating lines stopped working.. hopefully this fixes them 2010-06-07 07:00:10 +00:00
boxes.220x176x16.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
boxes.320x240x16.wps Changeover to the new skin format. SkinBreakingChange in the wiki has the runown of the changes. 2010-06-07 03:44:11 +00:00
cabbiev2.112x64x1.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
cabbiev2.128x64x1.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
cabbiev2.128x96x2.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
cabbiev2.128x128x2.wps FS#11490 - Viewportify most of the shipped cabbiev2 wps' By Hayden Pearce. Spot a mistake? mention in the tracker page 2010-07-26 12:07:48 +00:00
cabbiev2.128x128x16.wps FS#11490 - Viewportify most of the shipped cabbiev2 wps' By Hayden Pearce. Spot a mistake? mention in the tracker page 2010-07-26 12:07:48 +00:00
cabbiev2.132x80x16.wps Fix broken cabbiev2 for the c200 screen (in r27574) as pointed out by Sascha Wilde in IRC. 2010-07-28 12:58:15 +00:00
cabbiev2.138x110x2.wps FS#11490 - Viewportify most of the shipped cabbiev2 wps' By Hayden Pearce. Spot a mistake? mention in the tracker page 2010-07-26 12:07:48 +00:00
cabbiev2.160x128x1.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
cabbiev2.160x128x2.wps FS#11490 - Viewportify most of the shipped cabbiev2 wps' By Hayden Pearce. Spot a mistake? mention in the tracker page 2010-07-26 12:07:48 +00:00
cabbiev2.160x128x16.wps FS#11490 - Viewportify most of the shipped cabbiev2 wps' By Hayden Pearce. Spot a mistake? mention in the tracker page 2010-07-26 12:07:48 +00:00
cabbiev2.176x132x16.wps FS#11490 - Viewportify most of the shipped cabbiev2 wps' By Hayden Pearce. Spot a mistake? mention in the tracker page 2010-07-26 12:07:48 +00:00
cabbiev2.176x220x16.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
cabbiev2.220x176x16.wps Fix cabbiev2.220x176x16.wps 2010-07-26 15:20:22 +00:00
cabbiev2.240x320x16.mini2440.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
cabbiev2.240x320x16.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
cabbiev2.240x400x16.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
cabbiev2.320x240x16.mrobe500.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
cabbiev2.320x240x16.wps FS#11490 by Hayden Pearce 2010-07-26 16:57:38 +00:00
classic_statusbar.112x64x1.sbs update classic_statusbar to the new syntax 2010-06-13 13:16:41 +00:00
classic_statusbar.grey.sbs update classic_statusbar to the new syntax 2010-06-13 13:16:41 +00:00
classic_statusbar.mono.sbs update classic_statusbar to the new syntax 2010-06-13 13:16:41 +00:00
classic_statusbar.sbs update classic_statusbar to the new syntax 2010-06-13 13:16:41 +00:00
COPYING Clear up theme licensing: 2009-10-12 15:40:18 +00:00
DancePuffDuo.128x64x1.wps the updater uncondiotnally changed ; to %; which meant alternating lines stopped working.. hopefully this fixes them 2010-06-07 07:00:10 +00:00
DancePuffDuo.160x128x1.wps the updater uncondiotnally changed ; to %; which meant alternating lines stopped working.. hopefully this fixes them 2010-06-07 07:00:10 +00:00
DancePuffDuo.176x220x1.wps the updater uncondiotnally changed ; to %; which meant alternating lines stopped working.. hopefully this fixes them 2010-06-07 07:00:10 +00:00
DancePuffDuo.220x176x1.wps the updater uncondiotnally changed ; to %; which meant alternating lines stopped working.. hopefully this fixes them 2010-06-07 07:00:10 +00:00
engineeer2.128x64x1.wps the updater uncondiotnally changed ; to %; which meant alternating lines stopped working.. hopefully this fixes them 2010-06-07 07:00:10 +00:00
engineeer2.160x128x1.wps the updater uncondiotnally changed ; to %; which meant alternating lines stopped working.. hopefully this fixes them 2010-06-07 07:00:10 +00:00
iAmp.128x64x1.wps the updater uncondiotnally changed ; to %; which meant alternating lines stopped working.. hopefully this fixes them 2010-06-07 07:00:10 +00:00
iAmp.160x128x1.wps the updater uncondiotnally changed ; to %; which meant alternating lines stopped working.. hopefully this fixes them 2010-06-07 07:00:10 +00:00
iCatcher.112x64x1.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
iCatcher.128x64x1.160x128x2.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
iCatcher.128x64x1.220x176x16.wps the updater uncondiotnally changed ; to %; which meant alternating lines stopped working.. hopefully this fixes them 2010-06-07 07:00:10 +00:00
iCatcher.128x96x1.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
iCatcher.128x128x16.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
iCatcher.132x80x16.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
iCatcher.138x110x2.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
iCatcher.160x128x2.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
iCatcher.160x128x16.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
iCatcher.176x132x16.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
iCatcher.176x220x16.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
iCatcher.220x176x16.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
iCatcher.240x320x16.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
iCatcher.320x240x16.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
ipodVOL.160x128x1.wps Changeover to the new skin format. SkinBreakingChange in the wiki has the runown of the changes. 2010-06-07 03:44:11 +00:00
progressive.11x2x1.wps Changeover to the new skin format. SkinBreakingChange in the wiki has the runown of the changes. 2010-06-07 03:44:11 +00:00
rockbox_default.txt.wps 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. 2006-05-11 14:27:12 +00:00
Rockboxed.112x64x1.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
Rockboxed.128x128x16.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
Rockboxed.132x80x16.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
Rockboxed.138x110x2.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
Rockboxed.160x128x2.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
Rockboxed.160x128x16.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
Rockboxed.176x132x16.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
Rockboxed.176x220x16.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
Rockboxed.220x176x16.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
Rockboxed.240x320x16.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
Rockboxed.320x240x16.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
UniCatcher.128x64x1.wps the updater uncondiotnally changed ; to %; which meant alternating lines stopped working.. hopefully this fixes them 2010-06-07 07:00:10 +00:00
UniCatcher.128x96x1.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
UniCatcher.160x128x2.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
UniCatcher.160x128x16.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
UniCatcher.176x132x16.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
UniCatcher.176x220x16.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
UniCatcher.220x176x16.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
UniCatcher.240x320x16.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
UniCatcher.320x240x16.wps SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
wpsbuild.pl Rockbox as an application: add get_user_file_path(). 2010-08-01 16:15:27 +00:00
WPSLIST Rockbox as an application: add get_user_file_path(). 2010-08-01 16:15:27 +00:00
zezayer.128x64x1.wps the updater uncondiotnally changed ; to %; which meant alternating lines stopped working.. hopefully this fixes them 2010-06-07 07:00:10 +00:00
zezayer.160x128x1.wps the updater uncondiotnally changed ; to %; which meant alternating lines stopped working.. hopefully this fixes them 2010-06-07 07:00:10 +00:00