Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-22 | [cmake][modules] FindCWiid update to target usage | fuzzard | |
2024-05-18 | [cmake][modules] FindBluetooth cleanup and use core_target_link_libraries | fuzzard | |
2023-09-24 | [Eventclient] WiiRemote use Bluetooth::Bluetooth target | fuzzard | |
2023-08-07 | [cmake][macOS] Allow building without xbmchelper - default for arm64 | Miguel Borges de Freitas | |
2023-07-19 | [clang-tidy] modernize-use-default-member-init | Rechi | |
2022-03-21 | fix warning about class/struct inconsistency | Andrey Filipenkov | |
2021-11-17 | Fix various typos in docs, user-facing code, and source comments | luz 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 warning | fuzzard | |
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-20 | Merge pull request #20294 from lrusak/split-glu | Lukas Rusak | |
[cmake] split glu dependency into it's own module | |||
2021-10-18 | [cmake] split glu dependency into it's own module | Lukas Rusak | |
2021-10-13 | kodi-send.py: add the ability to send mouse position | Lukas Rusak | |
2021-10-13 | kodi-send.py: add the ability to send notifications | Lukas Rusak | |
2021-10-13 | kodi-send.py: add the ability to send log messages | Lukas Rusak | |
2021-10-13 | xbmcclient.py: adjust log levels to match ilog.h | Lukas Rusak | |
2021-10-13 | kodi-send.py: rename XBMC to Kodi | Lukas Rusak | |
2020-11-16 | [EventClients] Fix examples and libs | Vasyl Gello | |
* Provide correct icon paths and types depending on file existence * Fix C++ and Java EventClient examples | |||
2020-11-16 | Port zeroconf.py to Python 3 | Vasyl Gello | |
2020-11-15 | [Python] Replace shebang with 'env python3' invocation | Vasyl Gello | |
This is conformant to POSIX and should work on Windows and OSX too. Also this fixes Lintian 'unusual-interpreter' warnings. | |||
2020-08-16 | Merge pull request #18103 from basilgello/eventclients-ps3-fix | fuzzard | |
[LINUX] Fix kodi-ps3remote exceptions | |||
2020-08-11 | Fix "SyntaxWarning" error | satmandu | |
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 exceptions | Vasyl 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-25 | Fix spelling errors identified by Lintian | Vasyl 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 INFO | phunkyfish | |
2020-01-24 | [tools/EventClients] Bring back EXIF data of bluetooth.png and add Copyright tag | Balint Reczey | |
Fixes #17252 | |||
2019-11-11 | kodi-send: python3 fix | DaVukovic | |
2019-10-02 | [modernize] use-override | Rechi | |
2019-09-26 | [modernize] use-equals-default | Rechi | |
2019-08-08 | [osx] convert objc code to ARC but leave UPnP's wrapper of autorelease pool ↵ | Andrey Filipenkov | |
as is | |||
2019-03-11 | xbmcclient.py doesn't allow non ascii characters | Luca 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-21 | kodi-send: restore -a support broken by #13804 | MilhouseVH | |
2018-08-20 | [OSX]XBMCHelper: Silence compiler warning | Garrett Brown | |
Warning was: XBMCHelper.m:219:10: warning: 8 enumeration values not handled in switch | |||
2018-06-12 | [tools] nuke whitespace | h.udo | |
2018-06-12 | [EventClients] Nuke include guards | h.udo | |
2018-06-12 | [EventClients] pragma once position | h.udo | |
2018-06-07 | kodi-send: Add option to wait for a given time in macros | Dániel Zoltán Tolnai | |
2018-06-07 | kodi-send: Use IP address as client token | Dá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-07 | kodi-send: Allow multiple key presses mixed with actions | Dániel Zoltán Tolnai | |
2018-06-07 | kodi-send: Add option to send a key press event | Dániel Zoltán Tolnai | |
2018-05-30 | [eventclients] Remove spaces from Kodi Send path | h.udo | |
2018-05-30 | [eventclients] Remove spaces from Xbox360 Controller path | h.udo | |
2018-05-30 | [eventclients] Remove spaces from PS3 Sixaxis Controller path | h.udo | |
2018-05-30 | [eventclients] Remove spaces from PS3 BD Remote path | h.udo | |
2018-05-29 | Port xbmcclient.py to Python 3, retaining Python 2 compatibility | Chris Billington | |
Bump minor version to 0.1 and remove blanket exception catching in favour of raising unexpected exceptions. | |||
2018-01-24 | A 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-24 | convert CRLF to LF line endings | Rechi | |
2017-11-23 | [EventClients][python] except syntax change | Rechi | |
2017-11-23 | [EventClients][python] replace print statement with print function | Rechi | |
2017-09-28 | [XBMCHelper] - fixed up and down buttons on ir remotes with macOS High Sierra | Memphiz | |
2017-06-23 | [tools/EventClients] Fix 'libpng warning: iCCP: known incorrect sRGB ↵ | h.udo | |
profile' warnings |