Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-19 | [adsp] Add adsp addon callback helper library | AlwinEsch | |
2015-07-16 | Fix indentation that I broke | Pär Björklund | |
2015-07-15 | Clean up ApplicationMessenger | Pär Björklund | |
ApplicationMessenger had become a place to stick all kinds of convenience methods and depending on just about everything. This PR cleans this up and returns it back to a messaging class. Removed the bool parameters and used naming from Win32 API with SendMsg for blocking and PostMsg for non-blocking messaging. | |||
2015-07-15 | Merge pull request #6809 from Paxxi/startup | Pär Björklund | |
[xbmc] Reworked initialization for win32 | |||
2015-07-15 | Reworked initialization for win32 | Pär Björklund | |
Moved error reporting to a separate class with implementations for win32 and posix currently Reworked exception handling, no longer ignores 9 exceptions, just logs and rethrows. | |||
2015-07-14 | [Makefile.in] integrate python/legacy archives into the general list | montellese | |
2015-07-14 | [Makefile.in] only build xbmc/interfaces/legacy/wsgi/legacy-wsgi.a if ↵ | montellese | |
webserver is enabled | |||
2015-07-08 | [cleanup] remove slingbox | Stefan Saraev | |
2015-07-08 | Drop internal HDHomeRun support | hudokkow | |
2015-07-06 | [airtunes] - add support for remote controlling the client via DACP | Memphiz | |
2015-06-01 | Merge pull request #7192 from wsnipex/linux-addon-libpath | Wolfgang Schupp | |
[binary addons] linux: use the same install paths as kodi core | |||
2015-05-31 | [cmake] removed multi-arch again, its not needed anymore | wsnipex | |
2015-05-26 | WinSystemX11: make XRandR mandatory | Max Kellermann | |
On https://github.com/xbmc/xbmc/pull/7058 we discussed that XRandR should be mandatory. | |||
2015-05-24 | Fixed makefile ARCH install bug | the-hydra | |
2015-05-10 | [fft/viz] - replaced our buggy fft implementation with rfft | Memphiz | |
2015-04-29 | [linux] install UseMultiArch.cmake file | wsnipex | |
needed for binary addons | |||
2015-04-18 | Merge pull request #6557 from tamland/uisound_addons | tamland | |
UI sounds addons | |||
2015-04-01 | [replaytv] remove replaytv support | Stefan Saraev | |
2015-04-01 | [daap] remove daap support | Stefan Saraev | |
2015-03-28 | dont install sounds directory | Thomas Amland | |
2015-03-19 | paplayer: drop remaining codecs, only use ffmpeg | Rainer Hochecker | |
2015-03-13 | [htsp] remove internal htsp support. | ksooo | |
2015-03-12 | [mythtv] remove internal mythtv support | Matthias Kortstiege | |
2015-03-06 | no need to install the language directory anymore | montellese | |
2015-03-04 | split addon gui for skin and binary addons | Rainer Hochecker | |
2015-03-02 | fix installing arch dependent files into share | Rainer Hochecker | |
2015-03-02 | drop in-tree building of pvr addons | Rainer Hochecker | |
2015-03-01 | webserver: add CHTTPPythonInvoker and CHTTPPythonWsgiInvoker to run python ↵ | montellese | |
scripts from webinterfaces using WSGI | |||
2015-03-01 | python: add basic WSGI implementation | montellese | |
2015-02-16 | video library: add CVideoLibraryQueue and CVideoLibraryJob | montellese | |
2015-02-13 | [gtest/c++11/darwin] - add -DGTEST_USE_OWN_TR1_TUPLE=1 to testsuite for ↵ | Memphiz | |
satisfying apple clang | |||
2015-02-01 | Remove FEH | Tobias Arrskog | |
2015-02-01 | Merge pull request #5570 from rbalint/mips | Wolfgang Schupp | |
Mips port | |||
2015-01-24 | webserver: add unit tests | montellese | |
2015-01-08 | [configure] adjust to texturepacker and squish in depends | wsnipex | |
2014-12-16 | Revert "change xbmc/ path to src/ in all files" | Rainer Hochecker | |
This reverts commit 4949be256667f3e500e52b7084476ae1f2b00d92. | |||
2014-12-15 | change xbmc/ path to src/ in all files | Fneufneu | |
2014-12-09 | [linux] fix building libxbmc.so | wsnipex | |
2014-12-07 | [rebrand] new linux icons | Thomas Amland | |
2014-10-31 | videorefclock: refactoring | Rainer Hochecker | |
2014-10-26 | Merge pull request #5567 from wsnipex/legacy | Tobias Arrskog | |
[buildsystem] posix: add legacy xbmc links for libdir, includedir and da... | |||
2014-10-25 | Merge pull request #5553 from uNiversaI/patch-1 | Martijn Kaijser | |
[rebrand] fix minor @echo @APP_NAME@ intead of kodi/xbmc | |||
2014-10-24 | [buildsystem] posix: add legacy xbmc links for libdir, includedir and ↵ | wsnipex | |
datarootdir fixes legacy xbmc binary addons, e.g. pvr | |||
2014-10-23 | mips: add guards | theuni | |
Updated for Helix by Balint Reczey | |||
2014-10-22 | CHG: [droid] refactor packaging to allow obb google extension apk | Chris \"Koying\" Browet | |
2014-10-22 | [rebrand] minor @echo @APP_NAME@ instead of kodi/xbmc | uNiversaI | |
2014-10-19 | [rebrand][build sys] use dynamic application name | wsnipex | |
2014-10-19 | [rebrand] - add symlink xbmc -> kodi for backward compatibility and some ↵ | wsnipex | |
more renaming | |||
2014-10-19 | [rebrand] - Fixed missed XBMC Binary -> Kodi Binary | Tobias Arrskog | |
2014-09-18 | Merge pull request #5314 from ronie/re-focus | Martijn Kaijser | |
replace skin.touched with skin.re-touched |