aboutsummaryrefslogtreecommitdiff
path: root/tools/EventClients
AgeCommit message (Collapse)Author
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...
2014-11-03Merge pull request #5597 from Memphiz/rebrand2Tobias Arrskog
Change APP_HOME -> KODI_HOME and other APP_* -> KODI_*
2014-10-28Change APP_HOME -> KODI_HOME and other APP_* -> KODI_*Karlson2k
2014-10-25Remove 'XBMC.' from built-insronie
2014-10-19[rebrand/linux] rename event clients and manpageswsnipex
2014-10-19[rebrand][darwin] adjust to new env var APP_HOME instead of XBMC_HOMEwsnipex
2014-10-19[osx/rebrand] - adapt pathes in XBMCHelper to reflect changed configMemphiz
folder
2014-04-08[eventclient] Fix Wiimote battery problemMaxwellito
[eventclient] Fix Wiimote battery problem Remove commented code
2014-01-04[Cosmetics] more name fixesronie
2013-12-19Typos fix try 2uNiversaI
Only typos that are not part of 3rd party https://github.com/xbmc/xbmc/pull/3862 went pearshaped this is best attempt.
2013-08-11[cosmetic] update copyright headersMartijn Kaijser
2013-07-25[cosmetics] update copyright headersM. Kaijser
2013-04-01Merge pull request #2055 from skyblaster/patch-1Arne Morten Kvarving
Add subtitle control to PS3 BD Remote keymap
2013-02-09[cosmetics] update date in GPL headerMartijn Kaijser
2013-01-08Add subtitle control to PS3 BD Remote keymapskyblaster
2012-12-07WiiRemote: include unistd.h needed to build with gcc-4.7Stephan Raue
2012-05-10Consolidate unimplemented messages in case statement.Andres Mejia
2012-05-10Fix warning about unhandle enumerations.Andres Mejia
2012-05-10Fix build failure using gcc-4.7.Andres Mejia
2012-05-10[osx] changes to build XBMCHelperamet
2012-05-01[osx] bump OSXRemote xcode project min version to xcode 3.1, disable ↵S. Davilla
distributed build to shutup a warning that it can not distcc the build, change the c-lang to compiler-default to match the main xcode project
2012-01-08changed: allow sixwatch to recover after suspend or some exceptionJoakim Plate
2012-01-08changed: avoid crashing just cause we fail to set MTUJoakim Plate
It is usually not needed. Also added a readme file for ubuntu about what packages are needed
2011-10-27ps3d: made commandline sixpair usableelupus
2011-10-27ps3d.py: automatically pair sixaxis with bluetooth dongle when connected ↵elupus
over usb
2011-10-24Move all of the sixaxis code into the sixaxis "lib"elupus
2011-07-24Fix build failure with GCC-4.6.Andres Mejia
Erro fixed was error: taking address of temporary [-fpermissive].
2011-07-10[osx] replace depreciated functionsdavilla
2011-04-19fixed: make sure analog buttons are considered when deciding idle time for ↵elupus
sixaxis
2011-01-19fixed: apparently cwiid doesn't pull the bluetooth library properly onspiff
all distros (ubuntu 11.04 in this case). thus link to it explicitly. part of ticket #11083 - thanks to sitzm
2011-01-16changed: not going to execute thesespiff
2011-01-06fixed: rewind issue on apple remotes, XBMChelper was mapping button 11 to ↵amet
rewind and joystick.AppleRemote.xml had it as <button id="9">
2011-01-04fixed: mismatching new[]/free usage. part of ticket #10929spiff
2011-01-04fixed: wrong buffer size and mismatching new[]/free usage. part of ticket #10929spiff
2011-01-04Fix CRLFCory Fields
2010-10-03Changed: updated the instructions for making the WiiRemote event client. I ↵dteirney
always forget what library needs to be installed for it to work... git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34388 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-02Added #9763 - Fix 64-bit WiiRemote connection issues - Thanks eye.zaktopfs2
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34364 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-02Applied #10273 - Add crosscompiling support to WiiRemote and wiiuse - Thanks ↵topfs2
openelec.tv git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34363 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-09-21[WIN32] fixed sample C# EventClient lib. Typo + button up not generatedCrystalPT
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34025 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-20Applied #9475 - Thanks David Byerstopfs2
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32014 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-20Applied #7012 - Thanks David Byerstopfs2
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32013 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-16fixed: installation of xbmc-ps3d eventclientanssih
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31864 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-11fixed: obey CXX, CXXFLAGS, LDFLAGS when building WiiRemote event clientanssih
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31031 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-08fixed: do not hardcode python site-packages directoryanssih
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30975 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-17Fixed ticket #9233 so WiiRemote connects successfully to WiiUse event ↵dteirney
client. Thanks the internet! git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30251 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-15Insert comment and encoding tag for files intentionally left blank.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30196 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-15Insert utf-8 encoding tags for python sources.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30195 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-15Add missing copyright headers for sources in tools/EventClients/lib.ceros7
These files were implemented and modified by the XBMC team. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30194 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-15Add missing copyright headers for Xbox 360 Controller Client source files.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30176 568bbfeb-2a22-0410-94d2-cc84cf5bfa90