aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-26changed: modified cpluff to externally describe plugins as addonsalcoheca
added: mandatory summary field to cp_plugin_t changed: make version a required property git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28835 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-26copied cpluff-0.1.3 from vendor branchalcoheca
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28834 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-26fixed: when scaling method is set to auto, only select lanczos3 fast when ↵bobo1on1
scaling up git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28830 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-26fixed: Crash if only 1 image is used as a slideshowjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28829 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-26fixed: Clear any cached textures when thumbs are changedjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28825 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-26added: Initial TextureDatabase to handle caching of texturesjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28824 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-26added: CancelJobs routine to CJobQueuejmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28823 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-26On select failure in jsonrpc tcp server sleep and reinitialize, thx bobo1on1topfs2
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28822 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-26Automatically install config.guess and config.sub from configure script if notceros7
in the source tree already git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28821 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-26Fixes to get xbmc working again with older FFmpeg libraries.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28819 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-26Remove config.guess and config.sub from source tree.ceros7
They will be installed by autoreconf. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28818 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-26Fix compilation problem on 64-bit machines.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28817 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-26fixed: readding subtitles would not enable them properlyelupus
changed: have AddSubtitle return the index of the added subtitle as it doesn't always have to be the last index git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28816 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-25fixed: Ticket #8951 - VobSub problem (thanks murion)vdrfan
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28815 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-25added: ctrl-s keybinding to make screenshots, printscreen doesn't work when ↵bobo1on1
windowed git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28814 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-25changed: don't reduce stream analysis for live streamselupus
This fixes #9010. This may cause a longer startup duration / channel switch for live tv sources. We should try and figure out why the analysis can take so lone (in bytes) for some sources instead. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28813 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-25[WIN32] removed StSoundLibrary.dll and build it via the XBMC main projectwiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28812 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-25[WIN32] restore some 0 byte files and make it compile with vs2008wiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28811 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-25revert r28807 as requested by WiSobobo1on1
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28810 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-25[WIN32] changed: copy dlls to the destination directorywiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28809 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-25[WIN32] fixed: don't proceed copying if the build failswiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28808 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-25[WIN32] deleted liba52.dll and libdts.dll as they aren't in use anymore ↵wiso
(USE_LIBDTS_DECODER and USE_LIBA52_DECODER aren't defined) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28807 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-25[WIN32] fixed broken buildwiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28806 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-25cosmeticbobo1on1
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28805 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-25added: lirc mapping for 'twinhan' remotes. thanks to sb1066spiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28804 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-25fixed: libmicrohttpd punishes us with abort() when trying to send an empty filebobo1on1
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28803 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-25fixed: broken buildalcoheca
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28802 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-25changed: moved CAddonStatusHandler to separate filesalcoheca
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28801 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-25fixed: Cosmeticsarnova
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28800 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-25fixed: Memory leak in JobQueue if a job already existsjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28799 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-25added: Initial support for Windows 7 touch.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28798 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-25fixed: compile warningjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28792 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-25changed: attempt to make upnp system to get network address more generic ↵elupus
(hopefully fixnig 64bit versions) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28791 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-24fixed: calling xbmc.runscript was brokenalcoheca
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28790 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-24fixed: don't try reading a directory from webserver or libmicrohttp will ↵bobo1on1
punish us with abort() git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28789 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-24fixed: no, we're never going to execute this Makefile.in eitherspiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28788 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-24fixed: Ticket #8842 - In File Manager pressing "back" to go back to parent ↵arnova
directory goes to root instead git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28785 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-24fixed: linux buildvdrfan
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28784 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-23changed: switch to a weighted MSE for DXT compression evaluation which gives ↵jmarshallnz
5 times the weight to "single" colour blocks which perceptually suffer more from quantisation. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28782 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-23fixed: silly brain fartelupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28780 568bbfeb-2a22-0410-94d2-cc84cf5bfa90