v20 Changes to the skinning engine for Kodi Nexus (v20) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12) +--- Thread: v20 Changes to the skinning engine for Kodi Nexus (v20) (/showthread.php?tid=363553) |
RE: Changes to the skinning engine for Kodi Nexus - enen92 - 2022-10-02 2022-10-2 Improvements to skin timers
PR: https://github.com/xbmc/xbmc/pull/21924 RE: Changes to the skinning engine for Kodi Nexus - scott967 - 2022-11-18 2022-10-12 New window: FavouritesBrowser A new media window is available for favourites. Window name: favouritesbrowser Window ID: 60 Associated skin source xml file: MyFavourites.xml Built-in controls: B2/Select viewtype B3/Select sort method TB4/Select sortmode RB19/Filter This window is a media window hence container views etc are available. The existing favourites dialog remains available in Kodi v20. InfoBool Container.Content(favourites) will return "true" for this window's media container. InfoLabel Container.Content will return "favourites" for this window's media container. 22001 (PR) RE: Changes to the skinning engine for Kodi Nexus - Hitcher - 2023-01-17 Friendly reminder guys to please update the first post with your changes in future. RE: Changes to the skinning engine for Kodi Nexus - garbear - 2023-01-19 New game dialogs added: * In-game port setup dialog (20505 (PR)) * In-game and out-of-game savestate dialog (20913 (PR)) RE: Changes to the skinning engine for Kodi Nexus - Hitcher - 2023-01-20 2022-01-10 Improvements to screen calibration window Update screen calibration and add a reset button (ID=12) [actually a mover]. NOTE: The subtitle image must have 40px of transparency above and below the actual bar. PR: https://github.com/xbmc/xbmc/pull/20509 RE: Changes to the skinning engine for Kodi Nexus - Chillbo - 2023-01-22 (2023-01-20, 02:14)Hitcher Wrote: 2022-01-10 Improvements to screen calibration window ID=13 or ID=12? The commit and XBMC skins show ID=12... RE: Changes to the skinning engine for Kodi Nexus - Hitcher - 2023-01-22 Fixed, thanks. |