Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[adsp] remove usage of list item entries on skins #9708

Merged
merged 3 commits into from May 1, 2016

Conversation

AlwinEsch
Copy link
Member

This remove the set of list entries on skin itself and do this on code side.

Further becomes with this way only the Mode type shown who is present.

Here screenshots about the changes
screenshot

screenshot1

screenshot2

@AlwinEsch
Copy link
Member Author

@phil65 @roni @AchimTuran can check them.

@ronie
Copy link
Member

ronie commented Apr 29, 2016

nice, skin changes are ok.

@AlwinEsch AlwinEsch added Type: Improvement non-breaking change which improves existing functionality Component: ADSP v17 Krypton Component: Skin labels Apr 29, 2016
@AlwinEsch AlwinEsch added this to the Krypton 17.0-alpha2 milestone Apr 29, 2016
@phil65
Copy link
Contributor

phil65 commented Apr 29, 2016

Nice, thx for goin after my request that fast. :)

CFileItemPtr item(new CFileItem());
item->SetLabel(g_localizeStrings.Get(dsp_mode_types[i].iName));
item->SetLabel2(g_localizeStrings.Get(dsp_mode_types[i].iDescription));
item->SetProperty("currentMode", dsp_mode_types[i].sModeType);

This comment was marked as spam.

@AchimTuran
Copy link
Member

I guess something similiar like [estuary] remove no more needed adsp manager items would also be needed for the skin confluence, because now the current mode property is set at the C/C++ side and not in the skin right?

@AlwinEsch
Copy link
Member Author

Already a pull request on confluence: xbmc/skin.confluence#9 :D

If I'm not wrong, works it also if the set is still is still in xml and the values from Kodi becomes overwritten.

@AlwinEsch
Copy link
Member Author

jenkins build this please

@AlwinEsch AlwinEsch merged commit 5267a69 into xbmc:master May 1, 2016
@AlwinEsch AlwinEsch deleted the improve-adsp-part branch May 1, 2016 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: ADSP Component: Skin Type: Improvement non-breaking change which improves existing functionality v17 Krypton
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants