Commit graph

2229 commits

Author SHA1 Message Date
Micke Prag
b52c80f988 Add firmware 10 for TellStick Duo 2013-05-29 12:04:05 +02:00
Micke Prag
27e5b82ee1 Update icon for Controllers plugin 2013-05-29 12:03:32 +02:00
Micke Prag
8449c3a0a8 Add icon for upgrading TellStick 2013-05-29 12:03:10 +02:00
Stefan Persson
033cf79617 Bumped version to 2.1.2 Beta1 2013-05-23 11:41:04 +02:00
Stefan Persson
940d93556b Updated translations 2013-05-23 11:39:27 +02:00
Stefan Persson
a231b56d57 Removed redundunt test suite registration command from Hasta unit test 2013-05-17 11:49:38 +02:00
Stefan Persson
b00cbdb37c Added unit test for Hasta protocol 2013-05-17 11:41:58 +02:00
Micke Prag
b56823a6e7 Some compilers seems to optimize away our tests. Compiling them
statically and force initiating them seems to do the trick.
2013-05-17 11:26:30 +02:00
Stefan Persson
a78773a8ed Changed casting, according to Google style guidelines "readability/casting" 2013-05-16 16:29:57 +02:00
Stefan Persson
107d7669e7 Moved "else" to same line as previous closing braces, according to Google style guidelines "whitespace/newline" 2013-05-16 16:24:47 +02:00
Stefan Persson
14399b2d7f Added missing space after braces, according to Google style guidelines "whitespace/braces" 2013-05-16 16:21:37 +02:00
Stefan Persson
ae841861b2 Added missing space in comment, according to Google style guidelines "whitespace/comments" 2013-05-16 16:16:53 +02:00
Stefan Persson
d37ff4ff0b Added missing space after comma, according to Google style guidelines "whitespace/comma" 2013-05-16 16:14:36 +02:00
Stefan Persson
10ced92ec6 Made sure Hasta send works for TellStick too 2013-05-16 15:32:43 +02:00
Stefan Persson
dc61911e7e Fixed syntax error (a typical C++-is-not-python-error) 2013-05-08 14:10:12 +02:00
Stefan Persson
b0d3d2af30 Added hasta version 2 2013-05-08 13:44:25 +02:00
Stefan Persson
a912ee2872 Added compability for EventUpdateManager-fix on Windows too 2013-04-17 12:39:46 +02:00
Stefan Persson
c3bf46124d Fixed crash in EventUpdateManager on receive on some platforms. 2013-04-15 11:16:50 +02:00
Micke Prag
ccd7fcb2f3 Add unit test for Oregon EA4C data. See #261 2013-03-07 15:01:39 +01:00
Micke Prag
59e3ab8c16 Handle Oregon EA4C temperatures over 100 degrees. This closes #261 2013-03-07 15:01:39 +01:00
Micke Prag
2effb362a0 We should of course skip it on OS X and run it on all other platforms. See #245 2013-02-20 15:46:11 +01:00
Micke Prag
f49e83f0e7 Do not query for controllers on OS X. This seems to make the trackpad freeze sometimes. We listen for usb-events anyway. Closes #245 2013-02-20 15:28:43 +01:00
Micke Prag
7372963c6d Add swedish translation for plugin Sensors, closes #163 2013-02-14 16:02:31 +01:00
Micke Prag
6a944bffcf Use QtQuick 1.0 instead of Qt 4.7 for sensors module 2013-02-14 15:59:43 +01:00
Micke Prag
3b193bfaad Make the sensors module translatable, see #163 2013-02-14 15:58:42 +01:00
Micke Prag
30920ea816 Allow .qml files to be translated. See #163 2013-02-14 15:57:30 +01:00
Micke Prag
b6b78ad157 Convert spaces to tabs. 2013-02-13 17:54:43 +01:00
Micke Prag
d5d22aceb5 Do not log SIGPIPE. This is a normal signal when a client disconnects.
Closes #280
2013-02-13 17:29:26 +01:00
Micke Prag
05f5db163c Add IKEA non dimmer. This closes #251 2013-02-13 17:29:25 +01:00
Micke Prag
9a28b1444b Sort the devices in TelldusCenter by its name.
If anyone thinks to breaks their preferred order, please read
http://xkcd.com/1172/
This closes #112.
2013-02-13 17:27:56 +01:00
Stefan Persson
475fdb9d59 Code cleanup, removed debug messages 2012-12-06 16:12:42 +01:00
Micke Prag
6796129cb5 Use C++ casting instead of C casting according to Google style guidelines
"readability/casting"
2012-12-05 14:28:29 +01:00
Micke Prag
641598a359 We need this on one line so the style guidelines check will detect it is a struct 2012-12-05 14:07:18 +01:00
Micke Prag
630db4f483 Cast the long to int. Since the value is never greater than 2 bytes this is safe. 2012-12-05 13:59:31 +01:00
Micke Prag
5933cf104e Use Windows type LONG instead of long to follow the API better 2012-12-05 13:58:06 +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
fcb798d466 Removed blank lines at start/end of code blocks according to Google style guidelines "whitespace/blank_line" 2012-12-05 13:02:06 +01:00
Stefan Persson
68a041edb4 An else should appear on the same line as the preceding }, according to Google style guidelines "whitespace/newline" 2012-12-05 13:01:57 +01:00
Stefan Persson
58d58a8640 Use tabs for indentation according to Google style guidelines "whitespace/usr_tab_for_indentation" 2012-12-05 13:01:52 +01:00
Stefan Persson
8d90a4e14a Added whitespaces to comments according to Google style guidelines "whitespace/comments" 2012-12-05 13:01:46 +01:00
Micke Prag
ce24cabff9 Streams are highly discouraged except for logging according to
Google style guidelines "readability/streams"
2012-12-05 12:58:17 +01:00
Micke Prag
52faa7a36d Use safe version of date functions according to google style guidelines (runtime/threadsafe_fn) 2012-12-05 12:46:01 +01:00
Micke Prag
7000632f6c Fix #ifndef header guard style, according to Google style guidelines
"build/header_guard"
2012-12-05 12:05:11 +01:00
Micke Prag
e36b2287e8 Uncommented text after #endif is non-standard. Use a comment. [build/endif_comment] 2012-12-05 12:01:12 +01:00
Stefan Persson
fb79664508 Removed whitespace after line end, accoring to Google style guidelines "whitespace/end_of_line" 2012-12-05 11:43:31 +01:00
Stefan Persson
e38eb0f72d Ordered header files correctly according to Google style guidelines "build/include_order" 2012-12-05 11:39:48 +01:00
Stefan Persson
69c67e3c09 Fixed placement of curly braces according to Google style guidelines "whitespace/braces" 2012-12-05 11:36:03 +01:00
Micke Prag
bca00ef148 F_SETFD must be supplied to fcntl() to set options 2012-12-05 11:21:13 +01:00
Micke Prag
174c31f4ca Use fcntl() to set FD_CLOEXEC on OS X since the SOCK_CLOEXEC flag for socket() isn't supported. 2012-12-05 11:18:07 +01:00
Micke Prag
38e624af66 stdlib.h is needed for malloc 2012-12-04 17:28:49 +01:00