aboutsummaryrefslogtreecommitdiff
path: root/Kodi.xcodeproj/project.pbxproj
AgeCommit message (Collapse)Author
2017-02-15[controller dialog] Improve keyboard handling during mappingGarrett Brown
Right now, if Kodi receives a keyboard press while mapping a button, it will unconditionally abort the prompt. Empirically, I've observed users becoming confused when they press a direction but the focus doesn't move. Also, I've seen users press A and become confused as to why a "select" button caused a "cancel" action.
2017-02-02[controllers] Cache controller layoutsGarrett 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
2016-06-18[ios] - added moved files to ios target in xcode projectMemphiz
2016-06-18[adsp] Update XCode after move of entire source codeAlwin Esch
2016-06-11changed: remove internal librtmp supportArne Morten Kvarving
moved to an inputstream add-on
2016-06-10changed: get rid of FileReaderFileArne Morten Kvarving
this was an earlier version of the VFS cache. it was kept around as backwards compatiblity wrapper for the READ_CACHE support as it was used in some audio decoders. the audio decoders have since been moved to add-ons and rewritten to use the cache through the new mechanisms, so there is no longer any legacy to take into consideration.
2016-06-05Remove the use of obsoleted random_shuffle and move to the new shuffle and ↵Pär Björklund
random framework
2016-05-23remove multiselect controlronie
2016-05-23remove selectbutton controlronie
2016-05-23remove checkmark controlronie
2016-05-23Merge pull request #9843 from AlwinEsch/revert-api2Alwin Esch
Revert "[addon] binary add-on library rework for API level system"
2016-05-22[xcode] - we don't commit our personal stuff here :)Memphiz
2016-05-20Revert "[addon] add API level 2 on kodi side - Part 1"Alwin Esch
This reverts commit b1b512583f85b0349f4da91d073b6ff80d01dd8b.
2016-05-20Revert "[addon] add API level 3 on kodi side for future development - Part 1"Alwin Esch
This reverts commit 6bd9862ee4a2b817790957ed9f2da75e18387830.
2016-05-18[addon] add API level 3 on kodi side for future development - Part 1Alwin Esch
2016-05-18[addon] add API level 2 on kodi side - Part 1Alwin Esch
2016-05-18[osx,ios] Xcode project file cleanup.Kai Sommerfeld
2016-05-17Xcode project sync.Kai Sommerfeld
2016-05-02Merge pull request #9718 from arnova/membufcache_bye_byearnova
removed: Unused MemBufferCache class
2016-05-02VideoPlayer: move FrameBufferOject to VideoPlayer, its the only clientRainer Hochecker
2016-05-01iOS: adapt iOS keyboard to changes in ProcessRenderLoopRainer Hochecker