Commit graph

22 commits

Author SHA1 Message Date
Micke Prag
05f5db163c Add IKEA non dimmer. This closes #251 2013-02-13 17:29:25 +01:00
Stefan Persson
3d05f2d510 Added missing space after comma, according to Google style guidelines "whitespace/comma" 2012-12-05 13:02:11 +01:00
Stefan Persson
05197abf6e Fixed regression errors for windows 2012-12-04 15:14:40 +01:00
Micke Prag
58bf51a6e8 Convert strcpy to snprintf. This is better according to Google style guidelines "runtime/printf" 2012-06-19 16:18:44 +02:00
Micke Prag
c26efc1305 Convert strtok() to strtok_r() for improved thread safety. 2012-06-19 14:13:18 +02:00
Micke Prag
d2332cb605 Convert non utf-8 characters in ProtocolIkea 2012-06-19 14:02:38 +02:00
Micke Prag
e7bb22cf34 We need spaces surrounding operators according to Google style guidelines "whitespace/operators" 2012-06-19 12:30:51 +02:00
Micke Prag
dc357ddeca Remove extra blank lines according to Google style guidelines "whitespace/blank_line" 2012-06-19 12:30:51 +02:00
Micke Prag
3a0cee353a Fix include header order according to Google style guidelines "build/include_order" 2012-06-19 12:30:50 +02:00
Micke Prag
75f21588e5 Should have a space between // and comment "whitespace/comments" 2012-06-19 12:30:50 +02:00
Micke Prag
8d0228ced2 Add copyright message according to Google style guidelines "legal/copyright" 2012-06-19 12:30:50 +02:00
Micke Prag
5b5be387cd Include the directory when naming .h files. According to Google style guideline "build/include". 2012-06-19 12:30:49 +02:00
Micke Prag
9500c4c898 Convert dos endings to unix in telldus-core, see #160 2012-02-27 17:37:52 +01:00
Micke Prag
670e5f1c72 Fixed mismatching allocation and deallocation 2012-02-10 15:37:34 +01:00
Stefan Persson
070534ad37 Changed methods for IKEA protocol from learn to dim 2010-12-03 10:46:28 +00:00
Micke Prag
216c35685f Use our real conversion from wstring to string 2010-10-25 14:51:33 +00:00
Micke Prag
f4360df8d6 Converted uses of Protocol::comparei to use the strings library instead. 2010-10-21 13:59:48 +00:00
Stefan Persson
13253a0aa5 New wstring to string conversion method. Untested and only used in SendRawCommand so far (with todo's on other places where it should be used). 2010-10-18 08:42:49 +00:00
Micke Prag
ce52f09092 Made Protocol::methods() abstract. 2010-10-15 14:53:47 +00:00
Micke Prag
3a1215b329 Added missing includes 2010-10-15 12:48:11 +00:00
Micke Prag
39ae8ba0e7 Dim support added. Some refactoring was needed. 2010-10-14 13:35:23 +00:00
Micke Prag
7454344180 Added protocol Ikea, dimming not working yet though. 2010-10-14 13:04:01 +00:00