aboutsummaryrefslogtreecommitdiff
path: root/xbmc/Application.cpp
AgeCommit message (Expand)Author
2010-05-22cleanup: unify variable names in InitDirectoriesjmarshallnz
2010-05-22changed: Moved special://home/ to special://xbmc/portable_data/ when running ...jmarshallnz
2010-05-22Changed: Can't log here, logger isn't initialized yet.althekiller
2010-05-21changed: messages initialization moved before rendersystemCrystalPT
2010-05-18[arm] add temp printf to track GUI fps during GUI rendering speedup dev, remo...davilla
2010-05-18[arm] merge arm-camelot into trunk, thanks to mcgeagh for all his hard workin...davilla
2010-05-17[WIN32] added: set real OS env var also to win32.wiso
2010-05-14Merge branch 'fhs'ceros7
2010-05-12changed: rename scriptsdebuginfo textviewer. we can use this for more fun!spiff_
2010-05-11changed: audio output mode from "Digital" to "Optical/Coax"gnif2
2010-05-06added: Deinit to the addons manager to ensure we unload cpluff prior to the d...jmarshallnz
2010-05-06changed: delay CAddonMgr init till after settings are loadedalcoheca
2010-05-06fixed: only check cpluff for certain types right nowalcoheca
2010-05-06changed: bail out immeditaly if CAddonMgr::Init returns falsealcoheca
2010-05-05changed: screensavers are now supported via cpluff schemaalcoheca
2010-05-04changed: screensavers use default addon spinner nowalcoheca
2010-05-03Added a way to send OnWake and OnSuspend events from powersyscallstopfs2
2010-04-30Ticket #9126: Force global destruction order + construction order to avoid cr...elupus
2010-04-28cosmeticalcoheca
2010-04-27[WIN32] reverted r29487 as it might confuse users.wiso
2010-04-27changed: shutdown XBMC when no skins are foundalcoheca
2010-04-27changed: finished moving skins to addon frameworkalcoheca
2010-04-27changed: replace global CSkinInfo with global SkinPtralcoheca
2010-04-27changed: Move profile thumbs to the texture cachejmarshallnz
2010-04-26changed: moved CSkinInfo to namespace ADDONalcoheca
2010-04-26renamed: guilib/SkinInfo.cpp/h to xbmc/addons/Skin.cpp/halcoheca
2010-04-24[WIN32] changed: existing userdata/database directories overrides command lin...wiso
2010-04-24added: addon info dialog. my skinning is a joke as usualspiff_
2010-04-19[WIN32] changed: just cleanup our own yardwiso
2010-04-16merged: r29324 and r29325 from pvr-testing2vdrfan
2010-04-14fixed: Custom windows id's were set incorrectly, meaning skin settings screen...jmarshallnz
2010-04-13changed: move addonbrowser to a mediawindow derivatespiff_
2010-04-07fixed: Ensure <visible> is read in custom windows to allow custom modeless di...jmarshallnz
2010-04-07cleanup: interface for allocating custom skin windows and removed a potential...jmarshallnz
2010-04-07added: <debugging>true</debugging> flag to skin.xml allowing skin debugging i...jmarshallnz
2010-03-27[WIN32] fixed: my mistake (thanks jmarshall)wiso
2010-03-27[WIN32] changed: probably not a problem but better this way wiso
2010-03-27[WIN32] initiates use of the Winsock DLL on startup and move deinitialization...wiso
2010-03-26more spurious SDL_CondWaitTimeout fixesdavilla
2010-03-26added: Initial TextureDatabase to handle caching of texturesjmarshallnz
2010-03-23changed: no need to pass the addon::scraper ptr and/or scansettings all the timevdrfan
2010-03-21fixed: removed some pointless tests for m_pXbmcHttpxbmcapi
2010-03-18fixed: control id's are signedjmarshallnz
2010-03-18cleanup: Get rid of CApplication::DelayLoadSkin/CancelDelayLoadSkinjmarshallnz
2010-03-10changed: Introduce a virtual window id for the start window to ensure we aren...jmarshallnz
2010-03-10refactor: Moved common startup window code to CSkinInfojmarshallnz
2010-03-10cleanup: Use HasSkinFile() rather than CFile::Exists(GetSkinPath()) all the t...jmarshallnz
2010-03-10cleanup: the resolution output parameter in GetSkinPath() should be optional.jmarshallnz
2010-03-09changed: CSkinInfo::Check() is static, so use it that way.jmarshallnz
2010-03-09cleanup: Ensure const'ness applies in CSkinInfo and remove useless bits of th...jmarshallnz