aboutsummaryrefslogtreecommitdiff
path: root/guilib/SkinInfo.cpp
AgeCommit message (Collapse)Author
2010-04-26renamed: guilib/SkinInfo.cpp/h to xbmc/addons/Skin.cpp/halcoheca
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29509 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-14fixed: Kill off attempts at loading custom skin files multiple times.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29269 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-07added: <debugging>true</debugging> flag to skin.xml allowing skin debugging ↵jmarshallnz
information on screen. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29100 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-11fixed: slowmo mode in Confluence.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28547 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-10changed: Introduce a virtual window id for the start window to ensure we ↵jmarshallnz
aren't reading from the skin prior to it being loaded. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28510 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-10refactor: Moved common startup window code to CSkinInfojmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28509 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-10removed: unused <zoom> parameter in skin.xmljmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28508 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-10cleanup: Use HasSkinFile() rather than CFile::Exists(GetSkinPath()) all the ↵jmarshallnz
time. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28506 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-10cleanup: the resolution output parameter in GetSkinPath() should be optional.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28503 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-09cleanup: Loading of XML in CSkinInfo to use XMLUtils and change Check() to ↵jmarshallnz
reuse Load() git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28502 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-09removed: Unused <credits> section from skin.xml - it'll be handled by the ↵jmarshallnz
description of the addon once things are moved over. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28498 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-09cleanup: Ensure const'ness applies in CSkinInfo and remove useless bits of ↵jmarshallnz
the interface. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28496 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-19fixed: compile warningsjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27957 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-12-18revert: r22386 locale hack for reading skin versionalthekiller
revert: shader compiler locale hack added: Set LC_NUMERIC="C" for the duration of our instance. fixes: skin ver check, shader compiler quirk, projectm and probably other crap under locales that use , instead of . for floating point separator git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25830 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-07fixed: Skin resolution picking wasn't working. Caused MediaStream to ↵jmarshallnz
startup with weird font sizes when the screen was 720p for instance. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23523 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-09-23changed: DWORD -> unsigned int for frame-based timings, and moved to using ↵jmarshallnz
CTimeUtils::Update/GetFrameTime() for UI timing. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23109 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-09-23step 3/4: Move linuxport to trunk. How'd I get roped into this?AlTheKiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23097 568bbfeb-2a22-0410-94d2-cc84cf5bfa90