aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-24Merge pull request #9668 from janbar/fix_crash_GetEPGKai Sommerfeld
[PVR] fix crash returning wrong type for CEpgPtr
2016-04-24[IMX/RefClock] refactor refclock IMX core engine. create global provider, ↵Matus Kral
adapt vsyncIMX
2016-04-24Merge pull request #9669 from FernetMenta/observerRainer Hochecker
fix observers
2016-04-23Merge pull request #9655 from ksooo/pvr-gettimers-error-handlingKai Sommerfeld
[PVR] CPVRClients::GetTimers: Improve error handling.
2016-04-23[PVR] fix crash returning wrong type for CEpgPtrjanbar
0x00007fd0b2db6558 in vtable for __cxxabiv1::__si_class_type_info () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 0x0000000000f98c21 in PVR::CPVRChannel::GetEPG (this=0x7fd004076530) at PVRChannel.cpp:175
2016-04-23m_bNeedsPolling broken for busses where it is set outside constructorMatus Kral
2016-04-23[peripherals] dont hold internal locks when triggering device scan. fixes ↵Thomas Amland
deadlock
2016-04-23[peripherals] fix unsafe concurrent accessThomas Amland
2016-04-23[peripherals] use const to make it clear which members are safe to access ↵Thomas Amland
concurrently
2016-04-23Merge pull request #9654 from FernetMenta/vizcrashRainer Hochecker
ADDON: revert announcement interface, not thread safe
2016-04-23Merge pull request #9670 from stefansaraev/pvrapiRainer Hochecker
[pvr] update xbmc.pvr gor api 5.2.0
2016-04-23[pvr] update xbmc.pvr gor api 5.2.0Stefan Saraev
2016-04-23[Keyboard] - when logging key codes also log possible obc code (which is ↵Memphiz
255-keycode) to allow users to find it in universalremote.xml maps
2016-04-23[osx] - re-add appleremote and harmony keymaps (using universalremote ↵Memphiz
mapping syntax now)
2016-04-23[XBMCHelper] - switch over to use universalremote.*.xml (obc mapping) as map ↵Memphiz
because joystick maps are not supported via eventclient anymore
2016-04-23[XBMCHelper] - bump deployment target to 10.7 (needed for c++11) and enable ↵Memphiz
c++11 standard
2016-04-23[peripherals] fix locking wrong critical sectionThomas Amland
2016-04-23Merge pull request #9667 from FernetMenta/pvrfixRainer Hochecker
[pvr] - fix deadlock in epg
2016-04-23Merge pull request #9662 from janbar/alternative_pvr_announceRainer Hochecker
[PVR] Alternative pvr announce
2016-04-23fix observersRainer Hochecker
2016-04-23[pvr] - fix deadlock in epgRainer Hochecker
2016-04-22Implements pvr announcements for power management eventjanbar
- OnSystemSleep The system will suspend immediatly. There's still short time to close gracefully any pending connection, or freed resource. - OnSystemWake The system is waking up. Connection or resource can be instanciated as required. - OnPowerSavingActivated The GUI is no longer active and power saving mode has been activated. Some activities can be suspended to save power. - OnPowerSavingDeactivated The GUI became active and power saving mode has been deactivated. Normal activities can be resumed.
2016-04-22Merge pull request #9650 from Memphiz/ios_fix_controlcenter_metadataMemphiz
[ios] - fix missing song metadata in control center when music is scanned into the db
2016-04-22Merge pull request #9665 from phil65/estuary_updatePhilipp Temminghoff
[estuary] - skin sync
2016-04-22[estuary] - skin syncphil65
2016-04-22PVR API 5.2.0janbar
2016-04-21Merge pull request #9346 from garbear/covertyGarrett Brown
Fix covery issues from Controller Input PR
2016-04-21Merge pull request #9649 from ronie/defaultrolesronie
add default icon for roles node
2016-04-21codegenerator.mk: use $(@D) and $(@F)Max Kellermann
2016-04-21tools/depends/target/xbmc/Makefile: drop "echo"Max Kellermann
Was mistakenly introduced by commit 614e945b
2016-04-21Makefile.in: merge several "install" callsMax Kellermann
2016-04-21Makefile.in: create libdir in "install-datas"Max Kellermann
2016-04-21configure.ac: quote ${CC} and ${CXX}Max Kellermann
Allow them to have spaces.
2016-04-21pvr/PVRChannelGroups: include cleanupMax Kellermann
2016-04-21pvr/PVRChannelGroup: include cleanupMax Kellermann
2016-04-21pvr/PVRChannel: include cleanupMax Kellermann
2016-04-21pvr/GUIWindowPVRBase: include cleanupMax Kellermann
2016-04-21pvr/GUIWindowPVRTimers: include cleanupMax Kellermann
2016-04-21pvr/GUIDialogPVRTimerSettings: include cleanupMax Kellermann
2016-04-21pvr/GUIWindowPVRTimerRules: include cleanupMax Kellermann
2016-04-21pvr/PVRRadioRDSInfoTag: include cleanupMax Kellermann
2016-04-21pvr/PVRRadioRDSInfoTag: emplace/move string into std::dequeMax Kellermann
2016-04-21Merge pull request #9652 from CodeDocs/codedocs-for-doxygenMartijn Kaijser
Use CodeDocs for Doxygen documentation
2016-04-20Use CodeDocs for Doxygen documentationPaul Novotny
Adds a configuration file (.codedocs) for building the Doxygen documentation using CodeDocs.xyz. Also, adds a badge to the README.md to link to the documentation.
2016-04-20[PVR] CPVRClients::GetTimers: Improve error handling.Kai Sommerfeld
2016-04-20FFmpegImage: Fix memory leakfritsch
2016-04-20Merge pull request #9653 from AlwinEsch/fix-doxygenAlwin Esch
Fix kodi's global doxygen with add of missing macros
2016-04-20Merge pull request #9639 from arnova/path_starts_witharnova
fixed: Wrong parent path comparisons + cleanup
2016-04-20Merge pull request #9651 from Kwiboo/ffmpeg-memleakRainer Hochecker
[RFC] [ffmpeg] Fix memleaks
2016-04-20[addon] add doxygen documentation for skin controlsAlwin Esch