Commit graph

2222 commits

Author SHA1 Message Date
Stefan Persson
5fa802ecf9 Updated included firmware to TellStick Duo v12 and TellStick Net v17. 2014-02-04 12:41:50 +01:00
Micke Prag
1ea1cc5add Merge branch 'callbackdispatcher-rewrite' 2014-02-04 11:10:03 +01:00
Micke Prag
94dfe84e1d There is no need for Event::signal(EventData *) to be virtual. It is not subclassed anywhere 2014-02-04 11:08:13 +01:00
Stefan Persson
c9567f3698 Added support for Oregon Scientific C844 (pool thermometer) 2014-01-13 14:39:15 +01:00
Micke Prag
4b181e30e3 Use signals to allow us to exit the application and do proper cleanup 2014-01-08 14:59:17 +01:00
Micke Prag
6842c24818 Made the loop a bit smaller 2014-01-08 14:12:47 +01:00
Micke Prag
4d366f483e Remove debug code 2014-01-08 14:12:29 +01:00
Micke Prag
25542e7f90 Remove old code 2014-01-08 14:09:15 +01:00
Micke Prag
f7336b34f9 Rewrite our callback dispatcher. Instead of dynamically create new
threads for each callback they are now precreated when they are
registered. Each callback will now be called using the same thread each
time.
2014-01-08 13:55:02 +01:00
Micke Prag
fbaa8ccbbd Add convenience function to supply a EventDataRef to Event::signal() 2014-01-08 12:27:29 +01:00
Stefan Persson
89b4253d54 Code cleanup for callback hangings in Linux 2014-01-08 12:23:30 +01:00
Stefan Persson
0f7937711f Fixes for callback hangings in Linux 2014-01-08 12:01:37 +01:00
Stefan Persson
46e3d8f61f Bumped version to 2.1.2 Beta10 2013-11-22 12:06:56 +01:00
Stefan Persson
813c9696fc Only show "Send to live" when live is activated 2013-11-22 11:07:05 +01:00
Stefan Persson
bd8388364d Added missing translation 2013-11-21 10:22:39 +01:00
Stefan Persson
22fbc6b9df Bumped version to 2.1.2 Beta9 2013-11-21 09:39:07 +01:00
Stefan Persson
22fe154ee3 Updated sensor value icons 2013-11-18 16:53:34 +01:00
Micke Prag
0886564e94 Add codesigning on OS X 2013-10-10 16:11:24 +02:00
Micke Prag
ce86c90c8b This is not relevant in OS X 2013-10-10 16:10:33 +02:00
Micke Prag
80ef685e7e Add new CA certificates 2013-10-10 16:09:53 +02:00
Stefan Persson
405f2f7f70 Bumped version to 2.1.2 Beta8 2013-09-20 14:22:28 +02:00
Stefan Persson
9bd208992d Fix build error for QtDesktop in Linux 2013-09-20 14:14:17 +02:00
Stefan Persson
6880ca5555 Bumped version to 2.1.2 Beta7 2013-09-17 12:42:21 +02:00
Stefan Persson
17a269e7c1 The ugly temporary fix for segfault in TelldusCenter did not suffice. Trying this instead. 2013-09-16 13:51:41 +02:00
Stefan Persson
d3b0a279b8 Fix for Debian-build (missing uinstd.h) 2013-09-13 17:15:24 +02:00
Stefan Persson
702aef6eab Updated 3rd party module qtsingleapplication to latest version 2013-09-13 16:46:36 +02:00
Stefan Persson
c77c84886a Ugly temporary fix for segfault in TelldusCenter 2013-09-13 14:11:13 +02:00
Stefan Persson
fd5ffa3ad4 Added missing space before braces, according to Google style guidelines "whitespace/braces" 2013-09-13 14:08:11 +02:00
Stefan Persson
87845ca31e Moved "else" to same line as previous closing braces, according to Google style guidelines "whitespace/newline" 2013-09-13 14:06:42 +02:00
Stefan Persson
b9f28d6e6e Added whitespaces to comments according to Google style guidelines "whitespace/comments" 2013-09-13 14:04:41 +02:00
Stefan Persson
f812ec4307 Removed blank lines at start/end of code blocks according to Google style guidelines whitespace/blank_line 2013-09-13 13:56:21 +02:00
Stefan Persson
194ca57295 Fixed telldus-core segfault because of config file path not set in correct order 2013-09-12 11:54:16 +02:00
Stefan Persson
c92ede9524 Fixed whitespace error, according to Google style guidelines 2013-09-11 14:44:45 +02:00
Stefan Persson
7c84ee3921 Changed image to make it more generic 2013-09-11 14:33:31 +02:00
Stefan Persson
b73eae288f Possiblity to add sensors from TelldusCenter to be visible in Telldus Live! This closes #186. 2013-09-11 14:32:33 +02:00
Stefan Persson
103eaf05e0 Inital commit, support for rain and wind sensors. 2013-09-11 14:29:46 +02:00
Stefan Persson
d1e33dff0c Fix for sensor plugin in TelldusCenter in Linux. This closes #181 kind of. 2013-09-11 14:05:56 +02:00
Stefan Persson
979bee6174 Added device type RollerTrol, this closes #310 2013-09-09 14:20:46 +02:00
Stefan Persson
35028b1c82 Added support for rain and wind sensors (Oregon Scientific) in telldus-core 2013-09-02 16:28:39 +02:00
Stefan Persson
668dd99ac2 unistd.h must be explicitly included on some platforms to have access to for example environ. This closes #313 2013-06-13 12:18:10 +02:00
Stefan Persson
64ed7d4afa Inital Oregon Scientific v3 support (F824) 2013-06-03 12:08:30 +02:00
Micke Prag
1009a430c8 Enable the Controllers plugin as default. This closes #86 2013-05-29 12:24:08 +02:00
Micke Prag
b45ee3aba3 Merge branch 'controller-upgrade' 2013-05-29 12:23:50 +02:00
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