aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-10[docs] Group xbmcdrm with the other python modulesenen92
2018-10-10[settings] store default centermixlevelRechi
2018-10-10Merge pull request #14576 from enen92/aveventsRazzeee
[docs] onAVStarted and onAVChanged were missing from v18 changelog
2018-10-10Merge pull request #14551 from MartijnKaijser/readme_github_issuesRazzeee
[docs] Update readme to link to Github issues instead of Trac
2018-10-10Merge pull request #14572 from peak3d/refreshrateMarkus Pfau
[Android] Provide refreshrate always to XBMCApp
2018-10-10Merge pull request #14577 from MartijnKaijser/issue_template_fallbackMartijn Kaijser
[docs] Add a fall back issue template
2018-10-10[docs] Add a fall back issue template because Github on mobile doesn't ↵Martijn Kaijser
recognize the multiple template option
2018-10-10Merge pull request #14563 from pkerling/cmake-require-depspkerling
[cmake] Show error when required platform deps are explicitly disabled
2018-10-10[docs] onAVStarted and onAVChanged were missing from v18 added functions for ↵enen92
Python API
2018-10-10[addons] Cleanup includes.ace20022
2018-10-10Merge pull request #14565 from tiendq/fix-configure-build-optionMemphiz
Remove redundant -std=c++11 build option
2018-10-10Merge pull request #14555 from peak3d/clockMarkus Pfau
[VideoPlayer] Initialize maxspeedadjust / remove roundings in Updateframerate
2018-10-10[Android] Provide refreshrate always to XBMCApppeak3d
2018-10-10Windowing: GBM - make sure connector is connected before doing a modesetWolfgang Haupt
On Intel hardware we lose audio as soon as we do a modeset when the connector is disconnected.
2018-10-10Windowing: GBM - add missing namespaceWolfgang Haupt
2018-10-10[cmake] Show error when required platform deps are explicitly disabledPhilipp Kerling
2018-10-10[configure] Remove redundant -std=c++11 optionTien Do
2018-10-10Merge pull request #14545 from peak3d/videovalidMarkus Pfau
[VideoPlayer] Check only open video stream for codec-extra-data
2018-10-09[tools] windows: check errorlevel after vswhere.batTyler Szabo
2018-10-10[Feature][skin.estuary] add support for artist-slideshow add-onda-anda
2018-10-09Merge pull request #14499 from peak3d/codecMarkus Pfau
Add fourcc, colorspace and colorrange to inputstream API
2018-10-09[VideoPlayer] Check for codec-extra-data on open video stream onlypeak3d
2018-10-09Merge pull request #14552 from VelocityRa/fix-trac-linksMartijn Kaijser
[addons] [lang] Link to GitHub issues instead of Trac
2018-10-09[VideoPlayer] Initialize maxspeedadjust / remove roundings in Updateframeratepeak3d
2018-10-09[addons] [lang] Link to GitHub issues instead of TracVelocityRa
2018-10-09Merge pull request #14550 from MartijnKaijser/fix_issue_issuetemplateMartijn Kaijser
[docs] Fix roadmap template markup
2018-10-09[docs] Update readme to link to Github issues instead of TracMartijn Kaijser
2018-10-09[docs] Fix roadmap template markupMartijn Kaijser
2018-10-09Merge pull request #14547 from lrusak/settingscomponent-fixLukas Rusak
libinput: check CSettingsComponent for nullptr
2018-10-09fix CVE-2017-5982wsnipex
thanks to Rechi for the windows part
2018-10-09Merge pull request #14541 from ace20022/cleanup_includesAndreas Zelend
Cleanup some includes.
2018-10-09Cleanup some includes.ace20022
2018-10-09Merge pull request #14538 from ksooo/settings-component-profilesmanagerKai Sommerfeld
Settings component: Add profile manager
2018-10-09Merge pull request #14544 from fritsch/fixupRechi
Minor Coverity fixes
2018-10-08libinput: check CSettingsComponent for nullptrLukas Rusak
2018-10-08Merge pull request #14546 from kib/gggggggiggetyMartijn Kaijser
[docs] typo
2018-10-08[docs] typoKib
2018-10-08Merge pull request #14529 from MartijnKaijser/templatesMartijn Kaijser
[docs] Create issue templates for the Kodi repo to be used by github
2018-10-08Merge pull request #14543 from MartijnKaijser/reverse_changelog_orderMartijn Kaijser
[docs] Reverse order of revisions for Python and Skinning
2018-10-08Rename ProfilesManager -> ProfileManager (source files, class name, variable ↵Kai Sommerfeld
names)
2018-10-08Merge pull request #14537 from fritsch/libinputLukas Rusak
LibInputHandler: Don't block shutdown forever
2018-10-08Merge pull request #14514 from lrusak/egl-choose-configLukas Rusak
EGLUtils: rework the way we choose the egl config
2018-10-08GUIControlsGUIInfo: Add missing breakfritsch
2018-10-08ActiveAESink: Remove useless callfritsch
2018-10-08[docs] Reverse order of revisions for Python and Skinning to have pages with ↵Martijn Kaijser
latest changes first
2018-10-08[docs] Create issue templates for the Kodi repo to be used by githubMartijn Kaijser
2018-10-08Eliminate CServiceBroker::GetProfileManager(); use ↵Kai Sommerfeld
CServiceBroker::GetSettingsComponent()->GetProfilesManager() instead.
2018-10-08Cleanup and document CSettingsComponent.Kai Sommerfeld
2018-10-08New settings component subcomponent: profiles manager.Kai Sommerfeld
2018-10-08Merge pull request #14540 from ksooo/pvr-fix-dialog-focus-handlingKai Sommerfeld
[pvr] Fix focus handling for channels OSD and guide guide dialogs.