Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-15 | [controller dialog] Improve keyboard handling during mapping | Garrett 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 layouts | 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 | |
2016-06-18 | [ios] - added moved files to ios target in xcode project | Memphiz | |
2016-06-18 | [adsp] Update XCode after move of entire source code | Alwin Esch | |
2016-06-11 | changed: remove internal librtmp support | Arne Morten Kvarving | |
moved to an inputstream add-on | |||
2016-06-10 | changed: get rid of FileReaderFile | Arne 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-05 | Remove the use of obsoleted random_shuffle and move to the new shuffle and ↵ | Pär Björklund | |
random framework | |||
2016-05-23 | remove multiselect control | ronie | |
2016-05-23 | remove selectbutton control | ronie | |
2016-05-23 | remove checkmark control | ronie | |
2016-05-23 | Merge pull request #9843 from AlwinEsch/revert-api2 | Alwin 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-20 | Revert "[addon] add API level 2 on kodi side - Part 1" | Alwin Esch | |
This reverts commit b1b512583f85b0349f4da91d073b6ff80d01dd8b. | |||
2016-05-20 | Revert "[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 1 | Alwin Esch | |
2016-05-18 | [addon] add API level 2 on kodi side - Part 1 | Alwin Esch | |
2016-05-18 | [osx,ios] Xcode project file cleanup. | Kai Sommerfeld | |
2016-05-17 | Xcode project sync. | Kai Sommerfeld | |
2016-05-02 | Merge pull request #9718 from arnova/membufcache_bye_bye | arnova | |
removed: Unused MemBufferCache class | |||
2016-05-02 | VideoPlayer: move FrameBufferOject to VideoPlayer, its the only client | Rainer Hochecker | |
2016-05-01 | iOS: adapt iOS keyboard to changes in ProcessRenderLoop | Rainer Hochecker | |