aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-09Merge pull request #9492 from rbalint/porting-fixesWolfgang Schupp
Porting fixes
2016-04-09Merge pull request #9587 from FernetMenta/overlayRainer Hochecker
VideoPlayer: init memeber m_textureId of CDVDOverlay
2016-04-09Move the CRegion::SetGlobalLocale description to the header and change it to ↵phate89
doxygen format
2016-04-09Format numbers with localized separatorsphate89
2016-04-09VideoPlayer: init memeber m_textureId of CDVDOverlayRainer Hochecker
2016-04-09Merge pull request #9581 from tamland/cleanupleftoverstamland
clean up leftovers
2016-04-09Merge pull request #9579 from tamland/fix_add_sourcetamland
fix 'add source' button after ae4fcd0
2016-04-09[pvr] add virtual and override to shared CPVRClients functionsAlwin Esch
2016-04-09[pvr] reduce compare amount on PVRManager to detect windowAlwin Esch
2016-04-08[win32] VS2015 fix for libdvdVoyager1
2016-04-08[cmake] binary addons: log the specific addons to be bootstrappedmontellese
2016-04-08[cmake] binary addons: no need to pass CMAKE_BUILD_TYPE to the bootstrap projectmontellese
2016-04-08[cmake] binary addons: pass ADDONS_TO_BUILD as a whitespace (instead of ↵montellese
semicolon) separated string
2016-04-08[cmake] binary addons: trim ADDONS_TO_BUILD parameter to avoid empty entries ↵montellese
in the list
2016-04-08[addons] cleanup specifiersThomas Amland
2016-04-08[addons] remove viz library leftoversThomas Amland
2016-04-08[addons] remove CanInstall. unusedThomas Amland
2016-04-08remove LoadSettings from IAddon. unusedThomas Amland
2016-04-08remove old xbmc.gui v5.1.0 compatibility codeThomas Amland
2016-04-08Merge pull request #9573 from Montellese/mime_cleanupjenkins4kodi
2016-04-08make heading in add/edit source dialog properly translatableThomas Amland
2016-04-08fix 'add source' vfs button after ae4fcd0Thomas Amland
2016-04-08Merge pull request #9578 from FernetMenta/overlayRainer Hochecker
VideoPlayer: fix mem leak in subtitle processing
2016-04-08VideoPlayer: fix mem leak in subtitle processingRainer Hochecker
2016-04-07proper rounding of temperature values - fixes trac #16671ronie
2016-04-07Merge pull request #9574 from stefansaraev/refreshrateStefan Saraev
FIX: [droid] cap refresh rates when probing, too
2016-04-07[tests] call CServiceManager::Init2() after having set the temporary path in ↵montellese
CSpecialProtocol
2016-04-07[win32] fix DelayLoadDLLs VS property for the "Debug Testsuite" configurationmontellese
2016-04-07FIX: [droid] cap refresh rates when probing, tooChris \"Koying\" Browet
2016-04-07[utils] CMime: make parseMimeType() privatemontellese
2016-04-07Merge pull request #9570 from phil65/python-set-imdbnumberPhilipp Temminghoff
[python-api] allow setting imdbnumber / set / setid for listitems
2016-04-07Merge pull request #9572 from ace20022/cid2Andreas Zelend
[fix] CID 1358356, 1358357, 1358358: Out-of-bounds write (OVERRUN).
2016-04-07Merge pull request #9571 from ace20022/dvdinput_cleanAndreas Zelend
[dvd] Remove duplicated members.
2016-04-07[fix] CID 1358356, 1358357, 1358358: Out-of-bounds write (OVERRUN).ace20022
2016-04-07[dvd] Remove duplicated members.ace20022
2016-04-06[python-api] allow setting imdbnumber / set / setid for listitemsphil65
2016-04-06Merge pull request #9561 from fetzerch/cmake_exportfilesChristian Fetzer
[cmake] Speed up export-files target
2016-04-06Merge pull request #9566 from taxigps/supAndreas Zelend
fix for PR #9559
2016-04-06fixed: wrong parametertaxigps
2016-04-06Merge pull request #9559 from taxigps/supAndreas Zelend
add support for external PGS/.sup subtitles
2016-04-06Merge pull request #9564 from ace20022/vs_mpeg2Andreas Zelend
[win32] Cleanup project files after libmpeg2 removal.
2016-04-06Merge pull request #9546 from tamland/fix_21_upgradetamland
[addons] change db version 21 update to set system addons to disable
2016-04-06[win32] Cleanup project files after libmpeg2 removal.ace20022
2016-04-06Merge pull request #9563 from fetzerch/cmake_ffmpegChristian Fetzer
[cmake] Fix passing CMAKE_BUILD_TYPE in FindFFMPEG
2016-04-06[cmake] Fix passing CMAKE_BUILD_TYPE in FindFFMPEGChristian Fetzer
2016-04-06[cmake] Speed up export-files targetChristian Fetzer
The export-files target mirrors files from the source tree to the build tree (such as system/ userdata/ addons/) by doing a byte wise diff which is slow. Instead generate a CMake script that uses file(COPY) which only copies if the source is newer. Measurements on Linux machine (real time, cmake + make export-files): - first run (with cleaned page caches): 19+27s vs. 19+6s - consecutive run (with cleaned page caches): 12+35s vs. 12+3s - consecutive run: 6+18s vs. 6+0.3s Measurements on Windows machine (real time, cmake + make export-files): - first run: 43+65s vs. 52+8s - consecutive run: 19+62s vs. 29+1.5s
2016-04-06Merge pull request #9562 from ronie/estouchy7ronie
[Estouchy] change include syntax
2016-04-06[Estouchy] change include syntaxronie
2016-04-05Merge pull request #9512 from ace20022/win_covAndreas Zelend
[coverity] Some cleanup/fixes
2016-04-05CID 77514: Out-of-bounds read (OVERRUN).ace20022