Commit graph

673 commits

Author SHA1 Message Date
Micke Prag
deebf2045e Add quit key shortcut (ctrl+q) 2012-04-16 12:03:47 +02:00
Micke Prag
4760aa8a32 Add possible constant for detecting mountain lion 2012-03-01 15:32:27 +01:00
Micke Prag
5e8a3c965a Add the version number if we cannot detect the platform on Windows 2012-03-01 15:30:40 +01:00
Micke Prag
c2be82e5d6 Copy the plugin to the destination folder after build instead of the combination using LIBRARY_OUTPUT_DIRECTORY and PREFIX. This allows us to build the plugins as universal binaries. Closes #121 2012-02-28 14:28:55 +01:00
Micke Prag
aff9b973a8 Convert dos endings to unix in telldus-gui, closes #160 2012-02-27 17:44:58 +01:00
Micke Prag
c0fe38e0eb Implement the controller callback 2012-02-27 15:35:59 +01:00
Micke Prag
6196793ff6 Make the firmware setable from C++ 2012-02-27 15:34:32 +01:00
Micke Prag
a0e9fd963b Add qmldir for plugin Controllers 2012-02-23 15:27:20 +01:00
Micke Prag
d5166d26f8 Add function com.telldus.core.controller() to the script engine to iterate over controllers 2012-02-23 12:38:56 +01:00
Micke Prag
5238978d32 Allow for controller removal in TelldusCenter 2012-02-23 12:37:58 +01:00
Micke Prag
3de0a98f89 Add new 'Controllers' plugin to admin controllers, see #108 2012-02-23 12:14:33 +01:00
Micke Prag
210b41b262 Add function QMLView::sizeRootObjectToView() 2012-02-23 12:14:32 +01:00
Micke Prag
f8226be943 Add overloaded function ConfigurationDialog::addPage() to load a QWidget directly 2012-02-23 10:07:17 +01:00
Micke Prag
24f7755358 Workaround for dependencies in plugins not resolved correctly 2012-02-02 17:22:11 +01:00
Micke Prag
91cf55816c Rewrite dependencies for QtComponents desktop on install 2012-01-31 11:34:39 +01:00
Micke Prag
9a8c76513f Bump version from 2.1.1_beta1 to 2.1.1 2012-01-30 13:21:16 +01:00
Micke Prag
924fe1cf20 Set a minimum width for the sensor view, closes #165 2012-01-30 12:56:59 +01:00
Micke Prag
03f00a0fff Changed graphics on deletebutton, see #165 2012-01-30 12:53:07 +01:00
Micke Prag
e7a2e9dc76 Copy the framworks the plugins depends on, not only rewrite the path 2012-01-27 11:35:54 +01:00
Stefan Persson
4ccb9b3563 Fix crash when removing sensor with name textfield selected 2012-01-26 17:01:50 +01:00
Stefan Persson
e69f7abba8 Sensor view now starts up in view mode if no sensors are set to be visible. Closes #168 2012-01-25 17:01:44 +01:00
Stefan Persson
44b60a20ec Merge branch 'ticket96' 2012-01-17 15:32:56 +01:00
Stefan Persson
645ef2098e Sensor save and load from storage, and deletion. Closes #96 2012-01-17 15:18:03 +01:00
Micke Prag
5ce0b81e39 Add function QMLArray::removeLater() 2012-01-17 13:31:01 +01:00
Micke Prag
5b3b669997 Remove Stefans debug code 2012-01-17 13:20:19 +01:00
Stefan Persson
a182ba2111 Delete sensors from model and storage 2012-01-17 13:16:10 +01:00
Micke Prag
48daf2ca2f Bump version to 2.1.1_beta1 2012-01-17 12:20:05 +01:00
Micke Prag
9afb2cbbac Fix for building qt-components on Mac OS X. Master branch. 2012-01-16 16:54:32 +01:00
Micke Prag
bdb766e7cf Merge branch 'master' into ticket96
Conflicts:
	telldus-gui/Plugins/Sensors/main.qml
	telldus-gui/Plugins/Sensors/sensor.cpp
2012-01-16 16:30:41 +01:00
Micke Prag
1e650c7142 Fix compiling issues for qt-components-desktop on Windows 2012-01-13 18:22:31 +01:00
Micke Prag
99c2b0e158 Convert the textbox to qt-components as well 2012-01-13 16:47:20 +01:00
Micke Prag
64e2b354af Convert our checkbox to a qt-component checkbox 2012-01-13 16:12:13 +01:00
Micke Prag
c90a4c1f12 Change the flickable area to a ScrollArea. Better for the desktop 2012-01-13 15:50:21 +01:00
Micke Prag
69b16f0baf Plugin extra files should be a custom command and not built after linking. This fixes the issue that the plugin needed to be relinked for new files to be copied to destination 2012-01-13 15:29:55 +01:00
Stefan Persson
cc0b37e179 Fix for building if cmake doesn't understand -1 length in STRING(SUBSTRING) 2012-01-13 15:05:22 +01:00
Micke Prag
aadc4554fc Convert the edit button to a qt-component button 2012-01-13 14:37:07 +01:00
Micke Prag
5531d6b313 Add QtComponents to the QML plugin 2012-01-13 14:36:38 +01:00
Micke Prag
ab436a212f Add cmake build file for QtComponents 2012-01-13 14:34:53 +01:00
Micke Prag
5db7658a47 Add Qt Components for desktop as submodule 2012-01-13 12:05:22 +01:00
Micke Prag
1dfacddf1a Make the list flickable 2012-01-12 17:39:11 +01:00
Micke Prag
3942702881 Move SensorList to its own file 2012-01-12 17:33:08 +01:00
Micke Prag
332bf966f5 Change plugin name to have capital first letter 2012-01-12 17:32:41 +01:00
Micke Prag
df5e08ff9c Move SensorView to its own file 2012-01-12 17:30:23 +01:00
Micke Prag
d3227ebdf8 Implement UP/DOWN/STOP in TelldusCenter Live! plugin. This closes #147. 2011-12-30 16:43:49 +01:00
Micke Prag
ed1dc8b2d3 Mask methods to lowest common denominator 2011-12-30 16:43:49 +01:00
Micke Prag
5bb60a60c9 Implement our new type of command messages and also handle the ACK. This
requires us to bump the protocol version. Closes #151
2011-12-29 17:38:55 +01:00
Micke Prag
c56fa6c6f8 Clear the error and status message when we are dicsonnected 2011-12-29 17:38:55 +01:00
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