aboutsummaryrefslogtreecommitdiff
path: root/guilib
AgeCommit message (Collapse)Author
2010-04-16merged: r29324 and r29325 from pvr-testing2vdrfan
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29328 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-07cleanup: interface for allocating custom skin windows and removed a ↵jmarshallnz
potential memory leak git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29125 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-07cleanup: Removed depreciated control types.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29101 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-04-07added: Translation from control type <> control name using a lookup table.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29099 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-07cleanup: Move TranslateWindowString() to TranslateWindow() and use a lookup ↵jmarshallnz
table for translation in both directions. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29098 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-02added: lirc.send builtinbobo1on1
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28982 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-29fixed: Cosmeticsarnova
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28920 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-26fixed: On change of thumbnail images wouldn't necessarily update, depending ↵jmarshallnz
on the skin git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28828 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-26added: Allow immediate deletion of resources via ↵jmarshallnz
CGUIControl::FreeResources(true); git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28827 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-26added: Better debug logging of DXT compression MSE.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28826 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-25added: initial gesture support to guilib.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28797 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-25changed: Make On/SendMouseEvent() return an enum rather than true/false.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28796 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-25refactor: Split the cursor finding logic out of SelectItemFromPoint. jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28795 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-25changed: made CGUIBaseContainer::InsideLayout constjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28794 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-25removed: useless debug info.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28793 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-24fixed: ensure m_scrollOffset is validated in *Container::ValidateOffset()jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28783 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-23fixed: ensure invalid DDS images are not allocated.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28781 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-21changed: build libsquish together with xbmc on windowselupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28735 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-21added: Log the MSE error of created DDS messages while we work out suitable ↵jmarshallnz
cutoff values git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28717 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-21removed: useless debug loggingjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28716 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-21fixed: Ensure that visibility is updated prior to performing label ↵jmarshallnz
overlapping checks. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28715 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-21cleanup: Move decompression of DXT images to CTexture so that loading of ↵jmarshallnz
.dds images on systems that don't support DXT is possible git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28712 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-21added: Support for DXT3 in CDDSImagejmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28711 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-21added: Decompress of DXT images to CDDSImagejmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28710 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-21added: support for DDS compression of texturesjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28708 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-18cosmetic/tidyup move all addon classes to /xbmc/addons/alcoheca
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28658 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-11cleanup: get rid of dupe'd code.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28549 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-11added: GetProportion() helper to CGUISliderControl, and send the slider ↵jmarshallnz
position with click messages. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28548 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-10fixed: incorrect docs for CSkinInfo::Load()jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28504 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-09added: GetDouble to XMLUtilsjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28499 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-03-08added: sftp client to windows versionelupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28474 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-08Reverted r28461gyunaev
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28462 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-08Karaoke player can now optionally show the next song which will be played ↵gyunaev
after the current one. The song will pop up when set in advancedsettings. Disabled by default. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28461 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-07fixed: we can only validate the shader after binding the texturesbobo1on1
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28452 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-05fixed: compile warningjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28384 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-05changed: all addons should be store below either special://home/addons oralcoheca
special://xbmc/addons. folder name should be derived from the addon's id, but is not validated git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28382 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-03changed: renamed UUID to ID. we now accept any string as an identifier,alcoheca
choose wisely.. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28348 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-02added: Ticket #8926, different levels to KaiToast and different images for ↵alwinus
the levels added: Notification for non present teletext during selection changed: Reworked all notifications to use the new levels git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28310 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-02merged: addons-fw branchelupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28277 568bbfeb-2a22-0410-94d2-cc84cf5bfa90