Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-18 | Decoderfilter implementation | peak3d | |
2018-10-08 | Eliminate CServiceBroker::GetProfileManager(); use ↵ | Kai Sommerfeld | |
CServiceBroker::GetSettingsComponent()->GetProfilesManager() instead. | |||
2018-10-08 | New settings component subcomponent: profiles manager. | Kai Sommerfeld | |
2018-10-07 | Eliminate CServiceBroker::GetSettings(); use ↵ | Kai Sommerfeld | |
CServiceBroker::GetSettingsComponent()->GetSettings() instead. | |||
2018-10-07 | New settings component subcomponent: settings. | Kai Sommerfeld | |
2018-10-07 | Introduce ServiceBroker::SettingsComponent and make advanced settings a ↵ | Kai Sommerfeld | |
subcomponent of it. | |||
2018-09-08 | CServiceBroker: return a pointer for CSettings | Lukas Rusak | |
2018-08-17 | Remove CAnnouncementManager::GetInstance() | Garrett Brown | |
2018-07-27 | [xbmc] Update copyright year span | h.udo | |
2018-07-27 | [xbmc] Team XBMC -> Team Kodi | h.udo | |
2018-07-27 | [xbmc] GPL-2.0-or-later SPDX license identifier | h.udo | |
2018-04-23 | Merge pull request #13785 from afedchin/network-global | Arne Morten Kvarving | |
kill CNetworkServices global | |||
2018-04-21 | add application inbound port as a service | Rainer Hochecker | |
2018-04-19 | changed: rename CNetwork to CNetworkBase | notspiff | |
and add typedefs to CNetwork for specific platforms. in preparation for rtti'ing the service | |||
2018-04-10 | register AE as pointer to ServiceBroker | Rainer Hochecker | |
2018-04-08 | have ServiceBroker return a pointer for WinSystem | Rechi | |
2018-04-05 | drop more dsp leftovers | Rechi | |
2018-04-01 | kill global g_windowManager, co-author Rechi' | Rainer Hochecker | |
2018-02-02 | Kill CProfilesManager singleton | Garrett Brown | |
2018-02-02 | Kill CEventLog "singleton" (really singletons) | Garrett Brown | |
2018-02-02 | Kill CDatabaseManager singleton | Garrett Brown | |
2018-02-02 | Kill CPlayerCoreFactory singleton | Garrett Brown | |
2018-01-24 | A mass change from xbmc.org to kodi.tv. | Stig-Ørjan Smelror | |
I used the command grep --include={\*.cpp,\*.h} -rnl './' -e "http://xbmc.org" | xargs -i@ sed -i 's/http\:\/\/xbmc\.org/http\:\/\/kodi\.tv/g' @ to change every http://xbmc.org to http://kodi.tv in *.cpp and *.h files | |||
2018-01-06 | [servicebroker] add method to check if service manager is up | xhaggi | |
2017-12-21 | [weather][refactor] kill g_weatherManager global | xhaggi | |
2017-12-16 | ServiceBroker: add CPowerManager | Lukas Rusak | |
2017-11-24 | kill g_Windowing, another nasty global | Rainer Hochecker | |
2017-11-21 | changed: put the network class in the service manager | notspiff | |
and expose through the service broker. allows removing some Application.h includes | |||
2017-09-29 | [utils] add file extension provider to enclose extension handling (AS + ↵ | xhaggi | |
binary addons) | |||
2017-09-28 | RetroPlayer: Add renderer for Windows, OpenGL and OpenGLES | Garrett Brown | |
2017-07-06 | Service Manager: Fix order of init/deinit | Garrett Brown | |
2017-07-05 | [addons] fix deinitialization order of RepositoryUpdater | Thomas Amland | |
2017-07-04 | Move CInputManager into service manager | Garrett Brown | |
2017-06-27 | service addons: replace synchronous add-on hooks with event handlers | Thomas Amland | |
2017-06-27 | [vfs] change addon interface to new C++ style | Alwin Esch | |
Next addon system change, where VFS becomes changed to C++ style. | |||
2017-06-17 | [addons] make binary addon management independent | Alwin Esch | |
This changes add a new binary addon manager who handle the addons on request. This way allow the use of several instances on the same addon. Currently only used on Visualization and Screensaver, but other binary addon types becomes on next steps changed to use them here. Further becomes on next changes everything related to binary addons moved to the new folder "./xbmc/addons/binary-addons". The old system is not changed! | |||
2017-06-08 | Move games code to KODI namespace | Garrett Brown | |
2017-04-16 | refactor favourites directory to a service to avoid reloading from disk on ↵ | Thomas Amland | |
every check | |||
2017-03-31 | [service] remove AudioDSP from ServiceBroker and ServiceManager | AchimTuran | |
2017-03-31 | AE: only expose interface to the public | Rainer Hochecker | |
2017-03-31 | [AE] Replace CAEFactory with CServiceBroker | AchimTuran | |
2017-03-23 | [Peripherals] Move g_peripherals to ServiceManager | Garrett Brown | |
2017-01-31 | [controllers] Cache controller layouts | Garrett Brown | |
2017-01-09 | hack: keep a init level in service manager | notspiff | |
VFS can be hit very early (InitDirectoriesXXX()) and with vfs add-ons (and audio decoders) providing VFS entries, we get in a squeeze. this is not meant for inclusion as-is just highlights the issue. | |||
2016-12-02 | [settings] integrate CSettings into CServiceManager/CServiceBroker | montellese | |
2016-10-15 | app: move first access of CPlaylistPlayer after init | Rainer Hochecker | |
2016-08-29 | [contextmenu] refactor manager initialization and addon loading | Thomas Amland | |
2016-06-25 | remove DataCacheCore from systemGlobals | Rainer Hochecker | |
2016-05-20 | Revert "[addon] add API level 2 on kodi side - Part 1" | Alwin Esch | |
This reverts commit b1b512583f85b0349f4da91d073b6ff80d01dd8b. | |||
2016-05-18 | [addon] add API level 2 on kodi side - Part 1 | Alwin Esch | |