aboutsummaryrefslogtreecommitdiff
path: root/Kodi.xcodeproj
AgeCommit message (Collapse)Author
2016-12-18[Xcode] Remove deprecated project fileh.udo
2016-12-17Merge pull request #11182 from AlwinEsch/addon-remove-templateAlwin Esch
[addons] remove the use of template's from add-on interface
2016-12-17Merge pull request #11115 from ksooo/refactor-watched-unwatched-resumeKai 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.cppAlwin 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 CAddonDllAlwin Esch
2016-12-17[addons] remove the use of IAddonInterface classAlwin 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-14Merge pull request #11177 from ksooo/followup-contextmenu-eject-fix-xcodeKai 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 sourceAlwin Esch
2016-12-14[retroplayer] rework to new code style without shared libAlwin Esch
2016-12-13[peripheral] change libKODI_peripheral.h to style of the othersAlwin 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 windowGarrett Brown
2016-12-01[retroplayer] RetroPlayer coreGarrett 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-onsGarrett 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 tagsGarrett 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 playersGarrett Brown
2016-12-01[retroplayer] Game settingsGarrett Brown
2016-11-12[controller dialog] Fix skipping buttons due to acceleratomers, buggy ↵Garrett Brown
triggers, etc.
2016-11-09Merge pull request #10897 from fetzerch/cmake_platform_overrideChristian Fetzer
[cmake] Fix issue with PLATFORM_OVERRIDE (on linux)
2016-11-08Merge pull request #10882 from garbear/new-controllersGarrett Brown
Ask user to configure new controllers (once)
2016-11-08Show controller dialog if the user connects an unmapped controllerGarrett Brown
2016-11-08[VideoPlayer/Process] Make PLATFORM_OVERRIDE define uniqueChristian 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-29AE: Drop AEBufferfritsch
2016-10-16[ios/osx] - sync xcode projectMemphiz
2016-09-22[macos][ios] fix xcode project after #10491.Kai Sommerfeld
2016-09-14Added 2 view modes with zoom that depends on ARNick 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-06Revert "[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 folderAlwin Esch
2016-09-03[xcode] - added new override classes for ProcessInfo to xcode projectMemphiz
2016-08-30[peripheral API] v1.1.0 - Batch-save button maps after wizard endsGarrett Brown
2016-08-24Add deadzone settings to joysticksGarrett Brown
2016-08-23[ios] - fixed xcode project after adding platform classesMemphiz
2016-08-17Merge pull request #10108 from Memphiz/darwin_sslcertMemphiz
[darwin] - fix ssl access from python addons
2016-08-16[xcode] - synced Xcode projectMemphiz
2016-08-13[controller dialog] Group features into categoriesGarrett 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" settingGarrett Brown
2016-08-06[peripheral API] v1.0.18 - Add rumble capabilityGarrett Brown
2016-08-01Merge pull request #10164 from FernetMenta/atempoRainer Hochecker
AE: add atempo filter
2016-07-31Merge pull request #10156 from tamland/addon_eventstamland
[addons] fix event handling
2016-07-30AE: add ffmpeg atempo filterRainer Hochecker
2016-07-30[xcode] Xcode project update.Kai Sommerfeld
2016-07-29[addons] fix event handlingThomas Amland
2016-07-06[json-rpc] Add types.json and version.txt to Xcode project.Kai Sommerfeld
2016-06-20update XCode for 3dlutRainer Hochecker