Commit graph

726 commits

Author SHA1 Message Date
Micke Prag
05d48d1685 Reset ping timer on all sent messages 2011-12-29 17:38:55 +01:00
Micke Prag
06bf1a867d Add function LiveMessageTokenScriptWrapper::getString() 2011-12-29 17:38:55 +01:00
Micke Prag
d86e12f1d3 LiveMessageTokenScriptWrapper::getInt() should be declared const since it only returnes values 2011-12-29 17:38:55 +01:00
Micke Prag
4517db2048 Reset pong timer on all received data (with valid signature). Not only pong messages 2011-12-29 17:38:55 +01:00
Micke Prag
b8955deed8 Add overloaded constructor to LiveMessageToken to accept an int 2011-12-29 17:38:55 +01:00
Stefan Persson
6f2ea98c5c Optimization for #101. 2011-12-22 12:31:17 +01:00
Stefan Persson
319e505509 Now possible to activate Telldus Live! from Settings. Closes #101. 2011-12-22 12:20:51 +01:00
Micke Prag
084930a74e Remove OS X specific finding of QtUiTools. The variable QT_USE_QTUITOOLS seems to work by itself instead 2011-12-20 16:51:31 +01:00
Micke Prag
808385705f Increase timeout time 2011-12-19 17:07:26 +01:00
Stefan Persson
2d17564de3 Added better filtration when scanning remotes, only update the affected protocols. Closes #88 2011-12-19 15:51:25 +01:00
Stefan Persson
8e377a12bc Possibility to add/remove sensors from list, and change their names. Not yet persistent. 2011-12-01 13:49:45 +01:00
Micke Prag
2feeb81f37 Implemented listening for pongs, this refs #117 and closes #133 2011-11-28 21:39:04 +01:00
Micke Prag
af929e5311 Changed reconnect time and ping timer. 2011-11-28 17:46:48 +01:00
Micke Prag
b68b4435c7 Retry fetching server list later if we fail the first time. This closes #117 2011-11-24 16:21:34 +01:00
Micke Prag
4b37109f27 Use FIND_PACKAGE() to find QtUiTools instead of just hardcode the path 2011-11-04 10:58:03 +01:00
Stefan Persson
ef9a201f90 Possibility to add/remove sensors from list, and change their names. Not yet persistent. 2011-11-01 14:14:14 +01:00
Micke Prag
e7ec37aa60 Add includepath to telldus-core for plugin Sensors 2011-10-28 10:31:07 +02:00
Micke Prag
cb6b3099d5 Add Sensors plugins as default 2011-10-28 09:50:17 +02:00
Micke Prag
ebfc9666eb Show protocol and id as name for now. Editing of sensors is currently not implemented. 2011-10-28 09:49:34 +02:00
Micke Prag
1bebaefff9 Added graphics for sensors. A first version without support for edit or remove sensors 2011-10-27 16:33:54 +02:00
Micke Prag
194579cd2b Updated icon for plugin Sensors 2011-10-27 16:20:13 +02:00
Micke Prag
12fdaf2d77 Send sensor events as QDateTime instead of just an int 2011-10-27 16:06:35 +02:00
Micke Prag
c41a84b582 Move the sensor values to a own class SensorValue 2011-10-27 16:00:21 +02:00
Micke Prag
61331e7da3 Give the qml-widget transparent background 2011-10-27 11:47:09 +02:00
Micke Prag
51e87ffa88 Add initial version of Sensors plugin, see #96 2011-10-26 16:02:33 +02:00
Micke Prag
7738dc69d0 Add sensor constants to script 2011-10-26 15:55:29 +02:00
Micke Prag
b9fbd3a909 Add function com.telldus.core.sensorValue() to script as wrapper for tdSensorValue(). See #96 2011-10-26 15:55:03 +02:00
Micke Prag
486753d411 Add function com.telldus.core.sensor() to script as wrapper for tdSensor(). See #96 2011-10-26 15:48:29 +02:00
Micke Prag
f834adcb30 Sign files after build on Windows 2011-09-19 09:33:07 +00:00
Stefan Persson
fa131eed2e Fixed copying of translation files for windows 2011-09-09 13:39:53 +00:00
Micke Prag
23d870061a Add empty qt.conf on Mac OS X to make sure correct Qt-libs are loaded 2011-09-09 13:11:52 +00:00
Micke Prag
20d568cb44 Fix install_name for TelldusGui 2011-09-09 10:37:37 +00:00
Micke Prag
e2537733cb Install qt_menu.nib as part of our install target 2011-09-09 10:37:34 +00:00
Stefan Persson
b373e9e454 Updated language files 2011-09-09 09:23:56 +00:00
Micke Prag
a7c2e85015 We should rewrite the path to TelldusGui also. Only TelldusCore should be left untouched 2011-09-07 14:35:12 +00:00
Micke Prag
27cc14dcd0 Use correct path to the bundle 2011-09-07 13:52:52 +00:00
Micke Prag
5c595414fa Add INSTALL_NAME_DIR property to target TelldusGui 2011-09-07 13:35:07 +00:00
Micke Prag
9e1bcc5edd Convert several SET_PROPERTY(TARGET) to one SET_TARGET_PROPERTIES() 2011-09-07 13:35:05 +00:00
Micke Prag
0e0e688817 Fix the plugins with install_tool_name using BundleUtilities 2011-09-07 13:35:03 +00:00
Micke Prag
bc7466cbc2 Use BundleUtilities to fix and copy frameworks to our bundle 2011-09-07 13:35:01 +00:00
Micke Prag
ad60a819de Fix mismatching IF-block 2011-09-07 13:34:59 +00:00
Micke Prag
891d8dfdb6 Build TelldusCenter before any of the plugins 2011-09-06 15:25:58 +00:00
Micke Prag
ae8aea7856 Install the translation files for TelldusCenter as part of the install target. The target directory might not be setup earlier 2011-09-06 15:25:56 +00:00
Micke Prag
74d8b813ae Add FRAMEWORK DESTINATION to TelldusGui 2011-09-06 15:25:54 +00:00
Micke Prag
83245b16e1 Add BUNDLE DESTINATION to TelldusCenter 2011-09-06 15:25:53 +00:00
Micke Prag
ce3e9fabe5 Don't install files already included in the bundle on Mac OS X 2011-09-06 15:25:49 +00:00
Micke Prag
5f0d1b3c72 Find the telldus-core.h header in the output directory on Windows. 2011-09-06 13:03:20 +00:00
Micke Prag
d210476e13 Add the possibility to supply the variable TELLDUSCORE_INCLUDE_PATH for custom location of telldus-core.h 2011-09-06 11:59:04 +00:00
Stefan Persson
3f98c6ea87 Updated copyright year 2011-09-05 10:50:15 +00:00
Micke Prag
74022f1f9a Add 'UK only' for Home Easy devices 2011-09-02 12:09:50 +00:00