aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-24Merge pull request #9435 from phil65/python_set_countryPhilipp Temminghoff
[Python-api] allow setting country via setInfo()
2016-03-24Merge pull request #9430 from popcornmix/hotplugthreadpopcornmix
[linux] Move hotplug checking into its own thread
2016-03-24[addons] add first usable doxygen documentationAlwin Esch
2016-03-24CAddonDatabase: move version getters to cpp fileThomas Amland
2016-03-24[addons] remove pvr clients from repository tablesThomas Amland
2016-03-24Merge pull request #9391 from Razzeee/spmc_cherrypicks2jenkins4kodi
2016-03-24Merge pull request #9440 from FernetMenta/proxfixRainer Hochecker
CID 1357156: Integer handling issues (CONSTANT_EXPRESSION_RESULT)
2016-03-24Merge pull request #9439 from FernetMenta/announceRainer Hochecker
AnnouncementManager: make a copy of file item
2016-03-24Merge pull request #9438 from AlwinEsch/fix-typoAlwin Esch
[builtins] remove no more used doc part
2016-03-24AnnouncementManager: make a copy of file itemRainer Hochecker
2016-03-24Merge pull request #9441 from FernetMenta/gtestRainer Hochecker
fix gtest
2016-03-24gtest: fix test environmentxbmc
2016-03-24ServiceManager: unregister python on shutdownxbmc
2016-03-24CID 1357156: Integer handling issues (CONSTANT_EXPRESSION_RESULT)Rainer Hochecker
2016-03-24[builtins] remove no more used doc partAlwin Esch
2016-03-24Merge pull request #9416 from MaxKellermann/guilib1Rainer Hochecker
GUILib code cleanup
2016-03-24Merge pull request #9436 from hudokkow/pvr_cmake_fixRainer Hochecker
Fix cmake build after PR9429
2016-03-23Fix cmake build after PR9429h.udo
2016-03-23dialogs/GUIDialogSmartPlaylistRule: use vector::emplace_back() instead of ↵Max Kellermann
push_back()
2016-03-23view/GUIViewControl: use vector::emplace_back() instead of push_back()Max Kellermann
2016-03-23guilib/GUIControlGroup: use range-based "for"Max Kellermann
2016-03-23guilib/GUIBaseContainer: emplace CGUIListItemLayout into the std::listMax Kellermann
Eliminate a temporary copy.
2016-03-23guilib/GUIBaseContainer: use range-based "for"Max Kellermann
2016-03-23guilib/GUIBaseContainer: use vector::front() instead of vector[0]Max Kellermann
2016-03-23guilib/GUIBaseContainer: use !empty() instead of size()Max Kellermann
Cheaper.
2016-03-23Merge pull request #9407 from phil65/guiincludesPhilipp Temminghoff
[guilib] fix: clear m_expressions in ClearIncludes()
2016-03-23[guilib] fix: clear m_expressions in ClearIncludes()phil65
2016-03-23[Python-api] allow setting country via setInfo()phil65
2016-03-23Merge pull request #9420 from phil65/equalsnocase_tweakPhilipp Temminghoff
[StringUtils] performance tweak for EqualsNoCase(std::string, std::string)
2016-03-23Merge pull request #9429 from FernetMenta/pvrmanagerRainer Hochecker
[pvr] - rework PVRManager, addons are owned by addon system
2016-03-23[StringUtils] performance tweak for EqualsNoCase(std::string, std::string)phil65
2016-03-23Merge pull request #9425 from MaxKellermann/test1Kai Sommerfeld
Fix two unit test build failures
2016-03-23[pvr] - reconnect backend after settings have been changedRainer Hochecker
2016-03-23[pvr] - no need to observe AddonManagerRainer Hochecker
2016-03-23[pvr] - addon, rework overridesRainer Hochecker
2016-03-23[pvr] - drop needless calls to PVRManager.IsStarted in VideoPlayerRainer Hochecker
2016-03-23[pvr] - drop AutoConfigure, we cant hijack the thread of the eventRainer Hochecker
2016-03-23[pvr] do not access AddonDatabase for clientIDRainer Hochecker
2016-03-23[pvr] - rework PVRManager, addons are owned by addon systemRainer Hochecker
2016-03-23[linux] Move hotplug checking into its own threadpopcornmix
Currently checking for new linux input devices is called from the rendering thread. We've been getting reports of skipped frames on raspberry pi. Specifically if eventlirc is active and you have an LIRC capable device connected the hotplug check is slow and you get a frame skip every ten seconds. So move this code into its own thread
2016-03-23Merge pull request #9418 from popcornmix/stereo_monopopcornmix
stereoscopicmanager: Don't treat mono as stereoscopic
2016-03-23Merge pull request #9417 from tamland/fix_addon_dir_cachetamland
never cache addons directories
2016-03-23Merge pull request #9431 from FernetMenta/inputstreamRainer Hochecker
VideoPlayer: InputStream, test for ID, not Name if inputstream proper…
2016-03-23VideoPlayer: InputStream, test for ID, not Name if inputstream property is setRainer Hochecker
2016-03-23test/TestBasicEnvironment: initialize CSettings after CServiceManagerMax Kellermann
Yet another unit test crash fix.
2016-03-23test/TestBasicEnvironment: call CServiceManager::Init[12]()Max Kellermann
Fixes breakage due to commit bf19cc057
2016-03-23test/TestBasicEnvironment: add missing #includeMax Kellermann
Fixes compiler error: bits/unique_ptr.h:74:22: error: invalid application of 'sizeof' to incomplete type 'ANNOUNCEMENT::CAnnouncementManager'
2016-03-22Merge pull request #9428 from AlwinEsch/remove-not-used-partKai Sommerfeld
[pvr] remove not used GUI message
2016-03-22Merge pull request #9415 from MaxKellermann/pvr1Kai Sommerfeld
PVR/EPG code cleanup
2016-03-22Merge pull request #9423 from FernetMenta/inputstreamRainer Hochecker
VideoPlayer: InputStream, skip URL checks if addon is requested expli…