Changes to the skinning engine for Kodi Isengard
#16
2015-01-30 DialogPVRChannelManager.xml - remove some buttons

these buttons can be removed from DialogPVRChannelManager.xml:
  • 31 (Edit channel)
  • 32 (Delete channel)
  • 33 (New channel)


git commit: https://github.com/xbmc/xbmc/commit/62f8...22e2a4e99a
pull request: 6093 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#17
2015-01-31 VisualisationPresetList.xml - ID changes

please add id="2" to the header label and use <label>-</label>
(or if you were previously using id="3", change it to id="2")
kodi will fill in the label for you now.

please change the id of the list from id="2" to id="5" (and update all references to the list)

git commit: https://github.com/xbmc/xbmc/commit/7936...81d2a9afd3
pull request: 6244 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#18
2015-02-03 DialogVideoInfo.xml - cast changes

in the container with id="50" (the cast list), the name of the actor and role (s)he's playing have been split to two separate labels:
- ListItem.Label (actor name)
- ListItem.Label2 (actor role)


git commit: https://github.com/xbmc/xbmc/commit/1fd7...a373a31bad
pull request: 5953 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#19
2015-02-10 DialogSeekBar.xml - SeekStepSize infolabel

we recently added additive seek support to kodi.
to display the seek step size you can use a new infolabel: Player.SeekStepSize

git commit: https://github.com/xbmc/xbmc/commit/a8de...b0cc5f68a5
pull request: 6387 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#20
2015-02-15 MyPVRRecordings.xml - new button / icon

you can now show deleted recordings in Kodi.
this requires a new radiobutton (id="7" label = 19184) in the side menu of MyPVRRecordings.xml
also, you need to add a new default icon: DefaultVideoDeleted.png

git commit: https://github.com/xbmc/xbmc/commit/92eb...f368c5dcd8
git commit: https://github.com/xbmc/xbmc/commit/7b19...a283d36944
pull request: 6367 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#21
2015-02-15 DialogPVRChannelManager.xml - new channel button

add a new button in DialogPVRChannelManager.xml (id="31" label = 19204) to allow the creation of new channels.

note: we recently removed this button and are now re-adding it, with a different id!

git commit: https://github.com/xbmc/xbmc/commit/f0c0...c44bd10fed
pull request: 6367 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#22
2015-02-15 xbmc.gui version bump

skins should bump their xbmc.gui version to 5.8.0

git commit: https://github.com/xbmc/xbmc/commit/6e3f...74a7895cd0
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#23
2015-02-18 Control.GetLabel() - index() support

this change allows skinner to retrieve label2 of a control.
currently only edit controls are supported though.

ex.: Control.GetLabel(999).index(1)
(index(0) = label / index(1) = label2)

git commit: https://github.com/xbmc/xbmc/commit/deeb...41e2c8272d
pull request: 6327 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#24
2015-03-02 new icon - DefaultAddonContextItem.png

support for context-menu addons was added to Kodi.
this requires a new default icon: DefaultAddonContextItem.png

git commit: https://github.com/xbmc/xbmc/commit/b30c...8b042302ce
pull request: 6316 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#25
2015-03-03 new icon - DefaultAddonAudioDecoder.png

support for audio decoder addons was added to Kodi.
this requires a new default icon: DefaultAddonAudioDecoder.png

git commit: https://github.com/xbmc/xbmc/commit/b2db...3ec8d64d78
pull request: 6463 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#26
2015-03-07 new icon - DefaultAddonLanguage.png

support for language addons was added to Kodi.
this requires a new default icon: DefaultAddonLanguage.png

git commit: https://github.com/xbmc/xbmc/commit/d96e...6b9052d1bd
pull request: 5561 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#27
2015-03-10 AddonBrowser.xml - new button

add a new button in AddonBrowser.xml (id="9" label = 24034) to check for repo updates.
(this used to be on the context menu, but has been removed there)

git commit: https://github.com/xbmc/xbmc/commit/2f44...3c333652df
pull request: 6602 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#28
2015-03-10 Fonts - ability to capitalize the first letter of each word

skins can now use the [CAPITALIZE] tag to uppercase the first characters of every word in a string.

or use it in Font.xml as:
Code:
<font>
    <style>capitalize</style>
</font>

forum thread: 220249 (thread)
git commit: https://github.com/xbmc/xbmc/commit/4e54...46357ea601
pull request: 6599 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#29
2015-03-21 option to use params in includes

here's a simple example on how to use this new functionality...

include definition (put this in Includes.xml for instance):
Code:
<include name="test">
    <control type="button">
        <left>$PARAM[foo]</left>
        <top>$PARAM[bar]</top>
        <width>20</width>
        <height>20</height>
        <texturefocus>close-button-fo.png</texturefocus>
        <texturenofocus>close-button-nf.png</texturenofocus>
    </control>
</include>

now you can include the button in your window / dialog like this:
Code:
<include name="test">
    <param name="foo" value="100" />
    <param name="bar" value="250" />
</include>

forum thread: http://forum.kodi.tv/showthread.php?tid=190135
git commit: https://github.com/xbmc/xbmc/commit/6f66...0becf90f11
pull request: 4876 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#30
2015-03-27 Label and Label2 to separate bookmark/chapter name and time

we separated the bookmark/chapter name and time into ListItem.Label and ListItem.Label2 for VideoOSDBookmarks.xml

git commit: https://github.com/xbmc/xbmc/commit/20f2...2d89b698f0
pull request: 6812 (PR)
Reply

Logout Mark Read Team Forum Stats Members Help
Changes to the skinning engine for Kodi Isengard2