Commit graph

191 commits

Author SHA1 Message Date
Stefan Persson
feaed3565b Fixed bug, include added 2010-12-07 10:22:12 +00:00
Micke Prag
abe1c0c0a5 Added protocol Yidong to the Telldus (default) branding 2010-11-09 13:37:34 +00:00
Micke Prag
4e833f811a Unitcode should be 1-4, not 0-3 2010-11-09 13:34:17 +00:00
Micke Prag
d2cac874ef Added protocol Yidong. Untested though. 2010-11-09 13:01:26 +00:00
Micke Prag
e97fa49a85 Separate public headers and non public headers 2010-08-30 18:54:29 +00:00
Micke Prag
ef5b4f7002 Fixed some errors in a merge from trunk 2010-08-30 14:01:13 +00:00
Micke Prag
f6260bec82 Merged -r579 from trunk into branches/2.0 2010-08-30 12:38:34 +00:00
Micke Prag
126ad5ac63 Only build against Qt if needed 2010-08-27 08:10:26 +00:00
Micke Prag
b7caf26c07 Fixed a missing include-file 2010-08-27 07:40:22 +00:00
Micke Prag
e1d0b69e6b Fixed bug where the unit-code for UPM-devices couldn't be saved. 2010-08-27 07:23:35 +00:00
Micke Prag
e82cd232fc Added branding-options to TelldusCore 2.0. 2010-06-17 09:10:33 +00:00
Micke Prag
3ad6bcd901 Minor compile-fixes 2010-05-25 15:48:36 +00:00
Micke Prag
417a9a534e Merged -r509 from trunk 2010-05-24 07:30:04 +00:00
Micke Prag
c07b5521ab Merged -r471 from trunk 2010-05-24 07:14:41 +00:00
Micke Prag
0e3ee2eef4 Merged -r462 from trunk 2010-02-17 13:35:23 +00:00
Micke Prag
4ed9ca75ba Merged -r459 from trunk 2010-02-15 08:16:08 +00:00
Micke Prag
f777ccd232 Added string.h in common.h 2010-02-12 11:24:05 +00:00
Micke Prag
07fa293f7c Typo in code 2010-02-12 08:37:20 +00:00
Micke Prag
072e5eb430 Reverted DeviceEverflourish to the non controller-interface in the 2.0 branch 2010-02-07 15:19:46 +00:00
Micke Prag
76cc75dfca Merged -r448 into branches/2.0 2010-02-01 13:59:04 +00:00
Micke Prag
0aec8f7553 Removed TellStick.cpp from CMakeLists.txt since it is only used by 2.1 2009-11-10 21:06:56 +00:00
Micke Prag
b2a9d42453 Added finding of TellStick and TellStick Duo on Linux 2009-11-02 13:33:45 +00:00
Micke Prag
c688af38c4 Started refactoring Device into Controllers 2009-11-01 19:19:58 +00:00
Micke Prag
72cc92b5af Fixed a minor compilator warning 2009-11-01 14:50:05 +00:00
Micke Prag
bf9685478b Added function tdReleaseString(), closes #66 2009-10-27 08:43:12 +00:00
Micke Prag
35a7320c38 Added error-code TELLSTICK_ERROR_COMMUNICATION, closes #69 2009-10-27 08:14:32 +00:00
Micke Prag
7cc05630e4 Bit 0 en ad bit 1 in the unit-code was switched 2009-10-26 13:56:25 +00:00
Micke Prag
5104084e54 Fixed some memory-leaks. 2009-10-09 15:37:54 +00:00
Micke Prag
aae246f4ff Fixed a memory-leak 2009-09-28 19:15:37 +00:00
Micke Prag
59b321ea83 Fixes #54 where telldus-core hangs if no response is received from TellStick (Windows and Mac OS X). 2009-09-09 17:37:21 +00:00
Micke Prag
1a59a41a5f Implemented Device::getFullModel() so tdGetModel() returns everything, including what's after the ':', see #51 2009-09-09 10:03:42 +00:00
Micke Prag
f2d496f39a If model if appended with ':anything' this is stripped and ignored, see #51 2009-09-08 13:04:30 +00:00
Micke Prag
9086211f13 If no response from TellStick is received within 5 seconds, considered it timed out and return TELLSTICK_ERROR_NOT_FOUND. See #54 2009-09-08 08:17:10 +00:00
Micke Prag
4118122bf6 Added /var/state/telldus-core.conf and the udev rule to cmake, this closes #52 for now 2009-09-03 11:26:28 +00:00
Micke Prag
cc1f85909d Change the default device to a codeswitch 2009-09-03 10:02:01 +00:00
Micke Prag
081f7b2311 Fixed bug where all Waveman devices was shown as Arctech, closes #50 2009-09-03 08:26:39 +00:00
Micke Prag
1916436003 Only build TellUsbD101 is you want it on Windows. 2009-09-02 08:56:49 +00:00
Micke Prag
f694cddd11 Exported tdLastSendValue() in the .def file on Windows. 2009-09-02 08:47:57 +00:00
Micke Prag
3623f00808 Some fixes for making tdLearn() work on Windows, see #37 2009-09-01 21:58:13 +00:00
Micke Prag
997efc37fc Added CMakeLists.txt to bindings directory 2009-09-01 21:41:15 +00:00
Micke Prag
ee3cdc4a61 Documented function tdLearn(), this closes #37 2009-09-01 21:00:34 +00:00
Micke Prag
27c2bb4afe Added method tdLearn() 2009-09-01 20:51:37 +00:00
Micke Prag
08cea42f2c Made telldus-core wait for a response from TellStick before returning 2009-09-01 20:47:48 +00:00
Micke Prag
6e566c8bcf Added bindings to Python and Java by using Swig 2009-08-31 14:02:09 +00:00
Micke Prag
c04c7a034f Added windows-specific headers to common.h 2009-08-26 19:58:08 +00:00
Micke Prag
018a293b14 No INSTALL target on Windows. 2009-08-26 19:57:25 +00:00
Micke Prag
b68ef974fe Made it possible to supply a custom library dir, useful for building on amd64 2009-08-21 09:03:58 +00:00
Micke Prag
6ea5ba37b6 Only send 5 times for ArcTech selflearning 2009-08-20 22:30:11 +00:00
Micke Prag
a772c813fa Moved the inline function wrapStdString() into common.h 2009-08-20 17:10:03 +00:00
Micke Prag
367e32440a Added some fixes for installing telldus-core on OS X with cmake 2009-08-20 14:55:20 +00:00