aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-12Merge pull request #10457 from wsnipex/cmake-install-headersjenkins4kodi
2016-09-12[win32] Check validity before string conversion in GetHomePath.ace20022
2016-09-12[win32] Fix possible memory leak in GetHomePath.ace20022
2016-09-12[cmake] linux: install missing peripheral and vfs addon headerswsnipex
2016-09-12[win32][Win32Directory] Fix cid 141206: Resource leak (leaked_handle).ace20022
2016-09-12[win32][Socket] Fix cid 138596: Resource leak (leaked_handle).ace20022
2016-09-12[win32][WinRenderer] Fix cid 138598: Negative array index read.ace20022
2016-09-12[WinRenderer] Remove nop.ace20022
2016-09-12[PVR] Guide Window: Fix epg grid container crash on 'Go to end'.Kai Sommerfeld
2016-09-12[Estuary][PVR] Guide window: add vertical scrollbar to channel list.Kai Sommerfeld
2016-09-12[cmake/win32] Fix coverity buildChristian Fetzer
Commit 27ca9e19e9340792251f33b75dd8b5dc0b3c8c40 seems to have changed the order in which upnp related libraries are built on windows. This fails the coverity build with symbol redefinition errors in NptXbmcFile.cpp vs. NptWin32File.cpp. Since we have some modifications in NptXbmcFile.cpp we should prefer this and don't build the one shipped with the upnp lib.
2016-09-11Merge pull request #10453 from FernetMenta/eac3fixRainer Hochecker
win32: fix eac3 for wasapi, 2nd round
2016-09-11Merge pull request #10454 from fetzerch/cmake_win_skinsMartijn Kaijser
[cmake] Fix skin packaging for windows
2016-09-11Merge pull request #10452 from MartijnKaijser/skin_themesMartijn Kaijser
[skin] Don't include the themes folder in final copy as it's packaged…
2016-09-11Revert "[cmake] Don't install/mirror skins and audioencoder plugins twice"Christian Fetzer
This reverts commit fc70dc26dd87977129f990fd20e371fbc208b549.
2016-09-11win32: fix eac3 for wasapi, 2nd roundxbmc
2016-09-11[skin] Don't include the themes folder in final copy as it's packaged into a ↵Martijn Kaijser
xbt file
2016-09-11Merge pull request #10449 from wsnipex/linux-multi-archWolfgang Schupp
[cmake] linux: the kodi wrapper script is arch dependent
2016-09-11Merge pull request #10442 from ronie/estuary-fixesronie
[Estuary] bugfixes
2016-09-11Keyboard - fix autocompletion popupronie
2016-09-11Various windows - Fix non-scrolling plotronie
2016-09-11Custom_1100_AddonLauncher.xml - Fix listing and accesing android appsronie
2016-09-11DialogSlider.xml - Prevent label from being cut offronie
2016-09-11MusicVisualisation.xml - Fix starrating (1-10)ronie
2016-09-11[cmake] linux: the kodi wrapper script is arch dependentwsnipex
2016-09-10Merge pull request #10431 from fritsch/wraparoundprjenkins4kodi
2016-09-10CGUIDialogContentSettings: fix crash when choosing a scraper and no scraper ↵montellese
is set yet
2016-09-10AESinkAudioTrack: Track wraparoundfritsch
v2: Someone said it was resource hungry
2016-09-10Merge pull request #10437 from stefansaraev/cmake-optionalChristian Fetzer
cmake cosmetics
2016-09-10Merge pull request #10424 from hudokkow/cmake_deb_githash_fixjenkins4kodi
2016-09-09[AddonInstaller] - 1 year and 8 month after the last recursion fix from me - ↵Memphiz
lets fix the recursion again
2016-09-09[cmake] do not compile dacp if ENABLE_AIRTUNES=OFFStefan Saraev
2016-09-09[cmake] do not compile cdrip if ENABLE_OPTICAL=OFFStefan Saraev
2016-09-09[cmake/win32] Remove BUILDING_WITH_CMAKE ifdefferyChristian Fetzer
Commit 76757a5e19411592d843c269e198dd4457563f7e introduced a temporary define BUILDING_WITH_CMAKE in order to compile out some parts that are not necessary anymore with CMake. This parts was mostly "#pragma comment(lib)" and other defines that are better kept in the buildsys. Now that the VS project has been dropped, this can be completely removed.
2016-09-09MyPics.xml - Fix missing Options button in the BottomBarronie
2016-09-09DialogAddonSettings.xml - Workaround for navigation issueronie
2016-09-09MyPVRGuide.xml - Fix navigation issueronie
2016-09-09Merge pull request #10438 from ksooo/estuary-pvr-recordings-widgetKai Sommerfeld
2016-09-09MyVideoNav.xml - Hide 'Update Library' button in Addon sectionronie
2016-09-09Home - add 'Stop Scanning' option to SubMenuronie
2016-09-09SmartPlaylistEditor.xml - add missing 'add rule' buttonronie
2016-09-09Merge pull request #10440 from FernetMenta/eac3fixRainer Hochecker
AE: fix eac3 parser, correct parsing of channels
2016-09-09win32: fix wasapi for eac3xbmc
2016-09-09AE: fix eac3 parser, correct parsing of channelsRainer Hochecker
2016-09-09Merge pull request #10406 from AlwinEsch/CVariantPär Björklund
[gui] use CVariant on SetVisualisation(...)
2016-09-09Merge pull request #10398 from fetzerch/cmake_double_installChristian Fetzer
[cmake] Add uninstall target for linux
2016-09-09Merge pull request #10369 from phate89/add_real_numeric_fieldphate89
Add a numeric field type that doesn't need casting
2016-09-09Merge pull request #10392 from BigNoid/no_empty_varsronie
[estuary] Avoid empty variables
2016-09-09Merge pull request #10422 from fetzerch/cmake_noundefinedChristian Fetzer
[cmake] Don't allow undefined symbols in shared libraries
2016-09-08Merge pull request #10436 from FernetMenta/finishdropRainer Hochecker
Gl: drop finishPipeline