Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-24 | Merge pull request #9668 from janbar/fix_crash_GetEPG | Kai 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-24 | Merge pull request #9669 from FernetMenta/observer | Rainer Hochecker | |
fix observers | |||
2016-04-23 | Merge pull request #9655 from ksooo/pvr-gettimers-error-handling | Kai Sommerfeld | |
[PVR] CPVRClients::GetTimers: Improve error handling. | |||
2016-04-23 | [PVR] fix crash returning wrong type for CEpgPtr | janbar | |
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-23 | m_bNeedsPolling broken for busses where it is set outside constructor | Matus Kral | |
2016-04-23 | [peripherals] dont hold internal locks when triggering device scan. fixes ↵ | Thomas Amland | |
deadlock | |||
2016-04-23 | [peripherals] fix unsafe concurrent access | Thomas Amland | |
2016-04-23 | [peripherals] use const to make it clear which members are safe to access ↵ | Thomas Amland | |
concurrently | |||
2016-04-23 | Merge pull request #9654 from FernetMenta/vizcrash | Rainer Hochecker | |
ADDON: revert announcement interface, not thread safe | |||
2016-04-23 | Merge pull request #9670 from stefansaraev/pvrapi | Rainer Hochecker | |
[pvr] update xbmc.pvr gor api 5.2.0 | |||
2016-04-23 | [pvr] update xbmc.pvr gor api 5.2.0 | Stefan 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 section | Thomas Amland | |
2016-04-23 | Merge pull request #9667 from FernetMenta/pvrfix | Rainer Hochecker | |
[pvr] - fix deadlock in epg | |||
2016-04-23 | Merge pull request #9662 from janbar/alternative_pvr_announce | Rainer Hochecker | |
[PVR] Alternative pvr announce | |||
2016-04-23 | fix observers | Rainer Hochecker | |
2016-04-23 | [pvr] - fix deadlock in epg | Rainer Hochecker | |
2016-04-22 | Implements pvr announcements for power management event | janbar | |
- 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-22 | Merge pull request #9650 from Memphiz/ios_fix_controlcenter_metadata | Memphiz | |
[ios] - fix missing song metadata in control center when music is scanned into the db | |||
2016-04-22 | Merge pull request #9665 from phil65/estuary_update | Philipp Temminghoff | |
[estuary] - skin sync | |||
2016-04-22 | [estuary] - skin sync | phil65 | |
2016-04-22 | PVR API 5.2.0 | janbar | |
2016-04-21 | Merge pull request #9346 from garbear/coverty | Garrett Brown | |
Fix covery issues from Controller Input PR | |||
2016-04-21 | Merge pull request #9649 from ronie/defaultroles | ronie | |
add default icon for roles node | |||
2016-04-21 | codegenerator.mk: use $(@D) and $(@F) | Max Kellermann | |
2016-04-21 | tools/depends/target/xbmc/Makefile: drop "echo" | Max Kellermann | |
Was mistakenly introduced by commit 614e945b | |||
2016-04-21 | Makefile.in: merge several "install" calls | Max Kellermann | |
2016-04-21 | Makefile.in: create libdir in "install-datas" | Max Kellermann | |
2016-04-21 | configure.ac: quote ${CC} and ${CXX} | Max Kellermann | |
Allow them to have spaces. | |||
2016-04-21 | pvr/PVRChannelGroups: include cleanup | Max Kellermann | |
2016-04-21 | pvr/PVRChannelGroup: include cleanup | Max Kellermann | |
2016-04-21 | pvr/PVRChannel: include cleanup | Max Kellermann | |
2016-04-21 | pvr/GUIWindowPVRBase: include cleanup | Max Kellermann | |
2016-04-21 | pvr/GUIWindowPVRTimers: include cleanup | Max Kellermann | |
2016-04-21 | pvr/GUIDialogPVRTimerSettings: include cleanup | Max Kellermann | |
2016-04-21 | pvr/GUIWindowPVRTimerRules: include cleanup | Max Kellermann | |
2016-04-21 | pvr/PVRRadioRDSInfoTag: include cleanup | Max Kellermann | |
2016-04-21 | pvr/PVRRadioRDSInfoTag: emplace/move string into std::deque | Max Kellermann | |
2016-04-21 | Merge pull request #9652 from CodeDocs/codedocs-for-doxygen | Martijn Kaijser | |
Use CodeDocs for Doxygen documentation | |||
2016-04-20 | Use CodeDocs for Doxygen documentation | Paul 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-20 | FFmpegImage: Fix memory leak | fritsch | |
2016-04-20 | Merge pull request #9653 from AlwinEsch/fix-doxygen | Alwin Esch | |
Fix kodi's global doxygen with add of missing macros | |||
2016-04-20 | Merge pull request #9639 from arnova/path_starts_with | arnova | |
fixed: Wrong parent path comparisons + cleanup | |||
2016-04-20 | Merge pull request #9651 from Kwiboo/ffmpeg-memleak | Rainer Hochecker | |
[RFC] [ffmpeg] Fix memleaks | |||
2016-04-20 | [addon] add doxygen documentation for skin controls | Alwin Esch | |