Commit graph

562 commits

Author SHA1 Message Date
Stefan Persson
3800071f98 Corrected spelling mistake 2011-02-25 10:05:41 +00:00
Stefan Persson
72575f5474 Note about best practise when DeviceEvent/RawDeviceEvent is executing other controlling events 2011-02-23 14:26:31 +00:00
Stefan Persson
b5534d309e Callback example (with timer), for python 2011-02-23 13:08:01 +00:00
Micke Prag
3990d9ca66 Converted using function TellStick::convertSToT() instead. 2011-02-21 11:04:43 +00:00
Micke Prag
9d290f632a Added non-working function TellStick::convertSToT() 2011-02-21 11:02:33 +00:00
Stefan Persson
5d413b9b99 Documentation updated 2010-11-19 16:37:55 +00:00
Stefan Persson
e72a3b285a Added tdClose-method, to be called after use of static methods. 2010-11-04 16:07:39 +00:00
Stefan Persson
e254bf98ca Code cleanup 2010-11-04 15:54:40 +00:00
Stefan Persson
ca6fe30276 .Net-Wrapper for 2.1-line added 2010-11-04 15:42:08 +00:00
Stefan Persson
e025173862 Version info changed 2010-10-29 14:28:30 +00:00
Stefan Persson
c019caa013 Splash updated 2010-10-29 13:39:06 +00:00
Stefan Persson
9fafbc0634 Get protocol and get name now supports the new kind of string from telldus-core. 2010-10-29 13:27:36 +00:00
Stefan Persson
95a5b60337 Better error handling and tellduscenter can now be opened from scheduler, even on windows 7 with different registry layout. 2010-10-29 13:25:24 +00:00
Stefan Persson
e0330e6bb7 Better error handling/messages 2010-10-29 13:21:18 +00:00
Micke Prag
a049d60090 Added protocol SilvanChip. Right now it only work with a TellStick Duo. 2010-09-29 12:46:10 +00:00
Micke Prag
6ace9fb071 Switched to a transaction for TelldusCoreEvents as well. This since Windows seems to behave strange otherwise. 2010-09-01 14:07:58 +00:00
Micke Prag
9f7928076e Match Everflourish parameters to allow receiving from TellStick Duo. 2010-09-01 10:48:42 +00:00
Micke Prag
f4e248edef Added protocol Fuhaote 2010-08-30 12:34:55 +00:00
Micke Prag
bbadbf6279 Typo 2010-08-30 11:18:44 +00:00
Micke Prag
791a6757e5 Skip a lot of logging. 2010-08-30 08:54:19 +00:00
Micke Prag
5a10864ce0 Reading overlapped (with timeout) doesn't work so good if there is no data. Reading with an infinite timeout seems to work better. 2010-08-30 08:40:51 +00:00
Micke Prag
153677db2a Forgot to initialize the mutexes. 2010-08-27 12:47:48 +00:00
Micke Prag
f2bb67980b Updated the exports definition file. 2010-08-27 12:35:05 +00:00
Micke Prag
a907b99a7f Compile fix for Visual Studio 2010-08-27 11:41:40 +00:00
Micke Prag
96b581d96c Remove some Qt-dependencies 2010-08-27 10:14:12 +00:00
Micke Prag
5303970913 Link against a thread-library 2010-08-27 10:13:32 +00:00
Micke Prag
6a974ffd81 Some compilations-fixes for Unix 2010-08-27 10:13:05 +00:00
Micke Prag
b8dec57e1c Merged -r568 from branches/2.0 into trunk 2010-08-27 08:17:03 +00:00
Micke Prag
c394732326 Merged-r565 fron branches/2.0 into trunk 2010-08-27 07:41:02 +00:00
Micke Prag
305ff9c188 Merged-r563 fron branches/2.0 into trunk 2010-08-27 07:27:15 +00:00
Micke Prag
3b80f5f2a5 Removed two constants since they will not be available until 2.1.0 2010-08-23 08:33:17 +00:00
Micke Prag
c6e73fad70 Added the rest of the functions exported by telldus-core to our php-wrapper 2010-08-23 08:29:39 +00:00
Micke Prag
d1bb107b64 Added parameter controllerId to RawEvents. This allows you to track which controller sent the raw event.
Note! This breaks binary and source compability with 2.0.101!
2010-08-17 13:55:23 +00:00
Micke Prag
48e74f03f8 Added receiving of the X10 protocol. 2010-08-16 21:01:41 +00:00
Micke Prag
eaf0b3b1a2 Fixed bug where raw events got corrupted. 2010-08-16 10:20:06 +00:00
Micke Prag
ea865ff6f4 Added receiving of Sartano devices with a TellStick Duo 2010-08-13 14:08:36 +00:00
Micke Prag
b3f3ef00f8 Moved check for the length to Manager::parseMessage() instead of in each Device. 2010-08-13 13:52:42 +00:00
Micke Prag
aa8a4f8885 Removed obsolete implementation of Socket::read() 2010-08-13 13:51:35 +00:00
Micke Prag
f967f1a501 Disconnect socket if the client disconnects. 2010-08-13 13:28:55 +00:00
Micke Prag
b4c400b59d Disconnect pipes and sockets more nicely. 2010-08-13 12:46:20 +00:00
Micke Prag
bafde56028 Fixed bug for receiving events. 2010-08-12 10:07:06 +00:00
Micke Prag
09067f5bd7 Bumped version 2010-08-12 09:06:11 +00:00
Micke Prag
82698d44e8 Don't link TelldusCore against Qt! 2010-08-12 08:58:52 +00:00
Micke Prag
79dbe2bf2b Removed some more of the Qt dependency. 2010-08-12 08:57:41 +00:00
Micke Prag
494f7e44c8 Added function Socket::readWriteOverlapped() to do both sending and receiving in one function. 2010-08-12 08:49:23 +00:00
Micke Prag
17d38995f5 Do not try to moc Socket.h, it is not Qt-based anymore 2010-08-12 08:35:16 +00:00
Micke Prag
28e8bb9ac9 Removed some more Qt-dependencies from TelldusCore client library 2010-08-11 11:50:45 +00:00
Micke Prag
00e61e514f Renamed the class TelldusService to TelldusWinService to not collide with the namespace with the same name. 2010-08-11 10:38:28 +00:00
Micke Prag
f28fd99736 Renamed class SocketPrivate to PrivateData 2010-08-11 10:00:01 +00:00
Micke Prag
1d439081d5 Added includefile for debug messages under Unix 2010-06-30 15:28:04 +00:00