aboutsummaryrefslogtreecommitdiff
path: root/tools/EventClients
AgeCommit message (Collapse)Author
2018-09-05[XBMCHelper/osx] - bumped HIDRemote to V1.7 - fixes uncommanded short press ↵Memphiz
of up/down buttons since macos 10.13.6
2018-08-21kodi-send: restore -a support broken by #13804MilhouseVH
2018-08-20[OSX]XBMCHelper: Silence compiler warningGarrett Brown
Warning was: XBMCHelper.m:219:10: warning: 8 enumeration values not handled in switch
2018-06-12[tools] nuke whitespaceh.udo
2018-06-12[EventClients] Nuke include guardsh.udo
2018-06-12[EventClients] pragma once positionh.udo
2018-06-07kodi-send: Add option to wait for a given time in macrosDániel Zoltán Tolnai
2018-06-07kodi-send: Use IP address as client tokenDániel Zoltán Tolnai
Sending the packets with uid=0 makes the server register the client using its IP as client token. This prevents registering consecutive runs as different clients and filling the server side buffer.
2018-06-07kodi-send: Allow multiple key presses mixed with actionsDániel Zoltán Tolnai
2018-06-07kodi-send: Add option to send a key press eventDániel Zoltán Tolnai
2018-05-30[eventclients] Remove spaces from Kodi Send pathh.udo
2018-05-30[eventclients] Remove spaces from Xbox360 Controller pathh.udo
2018-05-30[eventclients] Remove spaces from PS3 Sixaxis Controller pathh.udo
2018-05-30[eventclients] Remove spaces from PS3 BD Remote pathh.udo
2018-05-29Port xbmcclient.py to Python 3, retaining Python 2 compatibilityChris Billington
Bump minor version to 0.1 and remove blanket exception catching in favour of raising unexpected exceptions.
2018-01-24A mass change from xbmc.org to kodi.tv.Stig-Ørjan Smelror
I used the command grep --include={\*.cpp,\*.h} -rnl './' -e "http://xbmc.org" | xargs -i@ sed -i 's/http\:\/\/xbmc\.org/http\:\/\/kodi\.tv/g' @ to change every http://xbmc.org to http://kodi.tv in *.cpp and *.h files
2018-01-24convert CRLF to LF line endingsRechi
2017-11-23[EventClients][python] except syntax changeRechi
2017-11-23[EventClients][python] replace print statement with print functionRechi
2017-09-28[XBMCHelper] - fixed up and down buttons on ir remotes with macOS High SierraMemphiz
2017-06-23[tools/EventClients] Fix 'libpng warning: iCCP: known incorrect sRGB ↵h.udo
profile' warnings
2017-06-22Revert "[fix] Nuke 'libpng warning: iCCP: known incorrect sRGB profile' ↵h.udo
warnings" This reverts commit 7aace3e83f79198ec9bea45c4b06444102d07196.
2017-05-30[fix] Nuke 'libpng warning: iCCP: known incorrect sRGB profile' warningsh.udo
2017-04-11[cmake][OSXRemote] Cosmetics: keep it alphabetizedh.udo
2017-01-03spelling: methodsJosh Soref
2017-01-03spelling: commentsJosh Soref
2017-01-03spelling: local variablesJosh Soref
2017-01-03spelling: stringsJosh Soref
2017-01-03spelling: outputJosh Soref
2016-12-21[cmake] Move to root folder: Update pathsh.udo
2016-12-15remove autotools buildsystemnotspiff
2016-08-13[XBMCHelper] - bumped to version 0.8Memphiz
2016-08-13[XBMCHelper] - ensure only one instance is startedMemphiz
2016-08-13[XBMCHelper] - log configMemphiz
2016-08-13[XBMCHelper] - cosmetics/codestyleMemphiz
2016-08-13[XBMCHelper] - updated HIDRemote class to version 1.4Memphiz
2016-07-27[cmake] Group sources and targets into foldersChristian Fetzer
2016-07-20[cmake] Build kodi-wiiremoteh.udo
2016-07-01[eventclients] Nuke J2MEh.udo
2016-05-04[EventServer]: - changed CustomController map prefix from CS to CCMemphiz
2016-05-04[XBMCHelper] - send custom controller events to Kodi (to use new ↵Memphiz
customcontroller maps)
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-02-12[cmake] Add CMake files to tools/dependsChristian Fetzer
Add CMakeLists.txt and find modules for dependencies. - OSXRemote - JsonSchemaBuilder - TexturePacker - libsquish - crossguid - ffmpeg
2015-12-20Prefer empty() over size() == 0h.udo
2015-08-10Revert "[osx/XBMCHelper] - compile XBMCHelper as 64bit"Memphiz
2015-07-22[osx/XBMCHelper] - compile XBMCHelper as 64bitMemphiz
2015-05-25Make kodi-send.py cwd-independent.Marcus Wanner
2014-12-16[rebrand][ps3_remote.py] xbmc -> kodih.udo
2014-11-12[XBMCHelper] - change to only build i386 and adapt output dir to match the ↵Memphiz
one where the binary was in our tree before...