aboutsummaryrefslogtreecommitdiff
path: root/tools/EventClients
AgeCommit message (Collapse)Author
2024-06-22[cmake][modules] FindCWiid update to target usagefuzzard
2024-05-18[cmake][modules] FindBluetooth cleanup and use core_target_link_librariesfuzzard
2023-09-24[Eventclient] WiiRemote use Bluetooth::Bluetooth targetfuzzard
2023-08-07[cmake][macOS] Allow building without xbmchelper - default for arm64Miguel Borges de Freitas
2023-07-19[clang-tidy] modernize-use-default-member-initRechi
2022-03-21fix warning about class/struct inconsistencyAndrey Filipenkov
2021-11-17Fix various typos in docs, user-facing code, and source commentsluz paz
Found via `codespell -q 3 -S *.po,./lib/libUPnP/Neptune -L bloaded,busses,inout,lod,medias,parm`
2021-11-06[tools/EventClients][OSXRemote] fix clang-analyze warningfuzzard
Fix the following warning from clang-analyze /tools/EventClients/Clients/OSXRemote/xbmcclientwrapper.mm:417:2: warning: Instance variable used while 'self' is not set to the result of '[(super or self) init...]' mp_impl = new XBMCClientWrapperImpl(f_mode, [fp_server UTF8String], f_port, f_verbose); ^~~~~~~ 1 warning generated.
2021-10-20Merge pull request #20294 from lrusak/split-gluLukas Rusak
[cmake] split glu dependency into it's own module
2021-10-18[cmake] split glu dependency into it's own moduleLukas Rusak
2021-10-13kodi-send.py: add the ability to send mouse positionLukas Rusak
2021-10-13kodi-send.py: add the ability to send notificationsLukas Rusak
2021-10-13kodi-send.py: add the ability to send log messagesLukas Rusak
2021-10-13xbmcclient.py: adjust log levels to match ilog.hLukas Rusak
2021-10-13kodi-send.py: rename XBMC to KodiLukas Rusak
2020-11-16[EventClients] Fix examples and libsVasyl Gello
* Provide correct icon paths and types depending on file existence * Fix C++ and Java EventClient examples
2020-11-16Port zeroconf.py to Python 3Vasyl Gello
2020-11-15[Python] Replace shebang with 'env python3' invocationVasyl Gello
This is conformant to POSIX and should work on Windows and OSX too. Also this fixes Lintian 'unusual-interpreter' warnings.
2020-08-16Merge pull request #18103 from basilgello/eventclients-ps3-fixfuzzard
[LINUX] Fix kodi-ps3remote exceptions
2020-08-11Fix "SyntaxWarning" errorsatmandu
Running ```kodi-send --host=localhost --port=9777 --action="ToggleDebug()"``` gives this: ```/usr/bin/kodi-send:87: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(actions) is 0: Sending: {'type': 'action', 'content': 'ToggleDebug()'} ``` This fixes the error message.
2020-06-28[LINUX] Fix kodi-ps3remote exceptionsVasyl Gello
Reported in Debian: * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=962929 * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=962930 Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
2020-06-25Fix spelling errors identified by LintianVasyl Gello
* Processed output of lintian on repacked Kodi tarball with the following script: while read _1 _2 _3 _4 WORD REPL do FILENAMES=$(git grep -l "$WORD") sed -i "s/$WORD/$REPL/g" $FILENAMES done < /tmp/lint Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
2020-04-22[logging] convert NOTICE level to INFOphunkyfish
2020-01-24[tools/EventClients] Bring back EXIF data of bluetooth.png and add Copyright tagBalint Reczey
Fixes #17252
2019-11-11kodi-send: python3 fixDaVukovic
2019-10-02[modernize] use-overrideRechi
2019-09-26[modernize] use-equals-defaultRechi
2019-08-08[osx] convert objc code to ARC but leave UPnP's wrapper of autorelease pool ↵Andrey Filipenkov
as is
2019-03-11xbmcclient.py doesn't allow non ascii charactersLuca Olivetti
I want to show messages from an external program using xbmcclient.py, but as it is it doesn't allow me to send non ascii characters. With this modification I can do that. Tested with python 2 and python 3.
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