Nope, we bump version whenever new stuff is added (as if you use the new stuff, you rely on it being there).
We bump backcompat if something new causes old skins to not work any longer.
You don't have to do anything unless we do number 2 (or you want to support something new that's added).
Changes to the skinning engine for XBMC Frodo
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2012-03-31 03:48
Post: #11
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() |
| find quote |
Jezz_X
Team-XBMC Skinner Joined: Jun 2006 Reputation: 55 Location: Earth |
2012-03-31 05:29
Post: #12
heh I can see froyo's skin version being 10.8 with all the new stuff that gets added in between it will be going up every week
Skins I have done.... ![]() And others in the past... Want to know what I'm working on currently? Check me out on Google+ |
| find quote |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
2012-05-01 17:02
Post: #13
2012-05-01 New built-in control
a new radiobutton with id="7" has been added to the addon browser (AddonBrowser.xml) this allows the user the filter out any addons which provide language specific content that doesn't match the language selected up by the user. git commit: https://github.com/xbmc/xbmc/commit/8990...8ffdf9affc git pull-request: https://github.com/xbmc/xbmc/issues/877 Always read the XBMC online-manual, FAQ and search the forum before posting. Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2012-05-02 00:21
Post: #14
2012-05-01 Added Library.HasContent(MovieSets)
git commit: https://github.com/xbmc/xbmc/commit/d38a...517283ef4f Note that I'll schedule a xbmc.gui bump for these changes once the May merge window closes (no point doing a whole heap). Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]()
(This post was last modified: 2012-05-02 00:35 by ronie.)
|
| find quote |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
2012-05-04 18:21
Post: #15
2012-05-03 New language file format
XBMC now supports language files in Gettext PO format. git commit: https://github.com/xbmc/xbmc/commit/51af...dfd6b94a88 git pull-request: https://github.com/xbmc/xbmc/pull/917 forum post: http://forum.xbmc.org/showthread.php?tid=126925 forum post: http://forum.xbmc.org/showthread.php?tid=132639 Always read the XBMC online-manual, FAQ and search the forum before posting. Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first.
(This post was last modified: 2012-05-29 02:07 by ronie.)
|
| find quote |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
2012-05-06 17:09
Post: #16
2012-05-05 New Infolabel
ListItem.DateAdded Skins can now display the date a certain item was added to the library. git commit: https://github.com/xbmc/xbmc/commit/cd2e...d23e7778d6 pull-request: https://github.com/xbmc/xbmc/pull/936 trac ticket: http://trac.xbmc.org/ticket/12965 Always read the XBMC online-manual, FAQ and search the forum before posting. Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
Memphiz
Team-XBMC Developer Joined: Feb 2011 Reputation: 91 Location: germany |
2012-05-16 22:50
Post: #17
2012-06-01 Change of system.platform.osx behaviour
This changes the behaviour of the condition system.platform.osx. Before it was true whenever it was one of ios or osx. Now its only true on osx anymore. For getting the old behaviour system.platform.darwin has to be used after this PR. So basically we have: system.platform.darwin - true on ios and osx system.platform.osx - true on osx system.platform.ios - true on ios pull-request: https://github.com/xbmc/xbmc/pull/970 git commit: https://github.com/xbmc/xbmc/commit/cb4a...5549b1b33c AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here HowTo setup NFS for XBMC: Wiki NFS HowTo configure avahi (zeroconf): Wiki Avahi READ THE IOS FAQ!: iOS FAQ
(This post was last modified: 2012-06-01 18:42 by ronie.)
|
| find quote |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
2012-06-01 00:15
Post: #18
2012-06-01 Changed Infolabels
Skin.CurrentTheme Skin.CurrentColourTheme both labels are not localized anymore. git commit: https://github.com/xbmc/xbmc/commit/d895...5e8eeed5fe pull-request: https://github.com/xbmc/xbmc/pull/990 forum post: http://forum.xbmc.org/showthread.php?tid=131363 Always read the XBMC online-manual, FAQ and search the forum before posting. Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first.
(This post was last modified: 2012-06-01 00:15 by ronie.)
|
| find quote |
Jezz_X
Team-XBMC Skinner Joined: Jun 2006 Reputation: 55 Location: Earth |
2012-06-01 00:50
Post: #19
heh ronie is too quick for me I was just about to post this I actually think xbmc.gui is due for a version bump as well so setting your skin to the next version we make it "should" stop older xbmc from running versions that need this (not good for the eden repo obviously)
Also please not this will be case sensitive on everything but windows if you use it in the way the forum posts says so you will need to name your files or folders in uppercase like SKINDEFAULT because thats how it gets stored in guisettings.xml and is used internally PHP Code: <lookandfeel>Skins I have done.... ![]() And others in the past... Want to know what I'm working on currently? Check me out on Google+
(This post was last modified: 2012-06-01 00:55 by Jezz_X.)
|
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2012-06-01 08:20
Post: #20
![]() |
| find quote |

![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)
![[Image: skinsq.png]](http://img854.imageshack.us/img854/931/skinsq.png)
![[Image: sig_zps3af3b48e.jpg]](http://i620.photobucket.com/albums/tt289/Arcanthur/Celestium/sig_zps3af3b48e.jpg)
Search
Help