Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-18 | [Xcode] Remove deprecated project file | h.udo | |
2016-12-17 | Merge pull request #11182 from AlwinEsch/addon-remove-template | Alwin Esch | |
[addons] remove the use of template's from add-on interface | |||
2016-12-17 | Merge pull request #11115 from ksooo/refactor-watched-unwatched-resume | Kai Sommerfeld | |
[PVR][video] Consolidate implementation of "Play", "Mark watched", "Mark unwatched", "Resume from" context menu items | |||
2016-12-17 | [addons] create from AddonDll.h a new AddonDll.cpp | Alwin Esch | |
Needed to fix linker fault after remove of template usage. Further are a lot of include passed to the place where it is used. | |||
2016-12-17 | [addons] remove TheDll template from CAddonDll | Alwin Esch | |
2016-12-17 | [addons] remove the use of IAddonInterface class | Alwin Esch | |
Was thought to bring in API level system, but was never needed until now and becomes removed for cleanup. | |||
2016-12-16 | [xcode] Fix location of ContextMenus.cpp in virtual project structure, it ↵ | Kai Sommerfeld | |
physically is in xbmc/video, not xbmc/video/windows | |||
2016-12-14 | Merge pull request #11177 from ksooo/followup-contextmenu-eject-fix-xcode | Kai Sommerfeld | |
[xcode] Add some recently introduced files to xcode to fix build. | |||
2016-12-14 | [xcode] Add some recently introduced files to xcode to fix build. | Kai Sommerfeld | |
2016-12-14 | [addons] remove not needed binary and api1 folder from source | Alwin Esch | |
2016-12-14 | [retroplayer] rework to new code style without shared lib | Alwin Esch | |
2016-12-13 | [peripheral] change libKODI_peripheral.h to style of the others | Alwin Esch | |
2016-12-02 | [PVR] refactoring: put all pvr and epg shared_ptr typedefs into one header ↵ | Kai Sommerfeld | |
file instead to typedef again and again in several header files. | |||
2016-12-02 | [PVR] Context menu rewrite, gui actions refactoring: fileitem usage ↵ | Kai Sommerfeld | |
optimizations. | |||
2016-12-02 | [PVR] Context menu rewrite & major refactoring of gui actions. | Kai Sommerfeld | |
2016-12-01 | [retroplayer] MyGames window | Garrett Brown | |
2016-12-01 | [retroplayer] RetroPlayer core | Garrett Brown | |
Thanks to elpendor for RGB565 support, poisson for RAII improvements, ChrisMyhre for catching a compile error, notspiff for CMake fixes, acmiyaguchi for video and audio codec support, and popcornmix for Raspberry Pi support (PR 62). TODO: Is a call to `g_renderManager.IsStarted()` needed? | |||
2016-12-01 | [retroplayer] Game add-ons | Garrett Brown | |
Thanks to Themaister for rewind functionality, fetzerch for mouse support, file length check and cmake modifications, topfs2 for fixing a crash when loading game clients, eibma for fixing linux compilation errors, a1rwulf for catching a missing callback symbol and fixing some rebase errors, and to notspiff for helping with the rebrand and cmake. | |||
2016-12-01 | [retroplayer] Game info tags | Garrett Brown | |
This is mostly a stop-gap implementation until PyRomInfo (https://github.com/garbear/pyrominfo) is included. Thanks to fetzerch for fixing a PVR-related crash. | |||
2016-12-01 | [retroplayer] Keyboard players | Garrett Brown | |
2016-12-01 | [retroplayer] Game settings | Garrett Brown | |
2016-11-12 | [controller dialog] Fix skipping buttons due to acceleratomers, buggy ↵ | Garrett Brown | |
triggers, etc. | |||
2016-11-09 | Merge pull request #10897 from fetzerch/cmake_platform_override | Christian Fetzer | |
[cmake] Fix issue with PLATFORM_OVERRIDE (on linux) | |||
2016-11-08 | Merge pull request #10882 from garbear/new-controllers | Garrett Brown | |
Ask user to configure new controllers (once) | |||
2016-11-08 | Show controller dialog if the user connects an unmapped controller | Garrett Brown | |
2016-11-08 | [VideoPlayer/Process] Make PLATFORM_OVERRIDE define unique | Christian Fetzer | |
The way our CMake build system works, we cannot specify defines on a per file level. Mainly because of the ENABLE_STATIC_LIBS option that is necessary to create nice Xcode/VS projects. This commit changes the PLATFORM_OVERRIDE define in VideoPlayer to a project unique PLATFORM_OVERRIDE_VP_PROCESSINFO. | |||
2016-10-29 | AE: Drop AEBuffer | fritsch | |
2016-10-16 | [ios/osx] - sync xcode project | Memphiz | |
2016-09-22 | [macos][ios] fix xcode project after #10491. | Kai Sommerfeld | |
2016-09-14 | Added 2 view modes with zoom that depends on AR | Nick Little | |
2016-09-08 | [PVR] Recordings home scren widget: Fix widget not updating when new ↵ | Kai Sommerfeld | |
recording appears / a recording gets deleted. | |||
2016-09-06 | Revert "[addons] move ./xbmc/addons/binary/interfaces one down and remove ↵ | Pär Björklund | |
binary folder" | |||
2016-09-06 | [addons] move ./xbmc/addons/binary/interfaces one down and remove binary folder | Alwin Esch | |
2016-09-03 | [xcode] - added new override classes for ProcessInfo to xcode project | Memphiz | |
2016-08-30 | [peripheral API] v1.1.0 - Batch-save button maps after wizard ends | Garrett Brown | |
2016-08-24 | Add deadzone settings to joysticks | Garrett Brown | |
2016-08-23 | [ios] - fixed xcode project after adding platform classes | Memphiz | |
2016-08-17 | Merge pull request #10108 from Memphiz/darwin_sslcert | Memphiz | |
[darwin] - fix ssl access from python addons | |||
2016-08-16 | [xcode] - synced Xcode project | Memphiz | |
2016-08-13 | [controller dialog] Group features into categories | Garrett Brown | |
2016-08-10 | [PVR] CDirectoryProvider: Now supports async PVR startup. Fixes favorite tv ↵ | Kai Sommerfeld | |
and radio channels not appearing on Home screen. | |||
2016-08-06 | [joysticks] Add "Test rumble" setting | Garrett Brown | |
2016-08-06 | [peripheral API] v1.0.18 - Add rumble capability | Garrett Brown | |
2016-08-01 | Merge pull request #10164 from FernetMenta/atempo | Rainer Hochecker | |
AE: add atempo filter | |||
2016-07-31 | Merge pull request #10156 from tamland/addon_events | tamland | |
[addons] fix event handling | |||
2016-07-30 | AE: add ffmpeg atempo filter | Rainer Hochecker | |
2016-07-30 | [xcode] Xcode project update. | Kai Sommerfeld | |
2016-07-29 | [addons] fix event handling | Thomas Amland | |
2016-07-06 | [json-rpc] Add types.json and version.txt to Xcode project. | Kai Sommerfeld | |
2016-06-20 | update XCode for 3dlut | Rainer Hochecker | |