Commit graph

1993 commits

Author SHA1 Message Date
Stefan Persson
430871bebf Temperature sign removed from tdtool in windows. Closes #166 2012-01-24 17:40:55 +01:00
Stefan Persson
6289a1138e Fixed listing of sensors in tdtool. Closes #164 2012-01-24 15:21:13 +01:00
Micke Prag
31a0b22da9 Workaround for building targeting Leopard using SnowLeopard SDK. Some symbols in stdlibc is missing 2012-01-24 14:39:31 +01:00
Micke Prag
e384c5b677 When reading the target executable for prerequisites we must include the DESTDIR, else we might read an already installed file 2012-01-23 18:07:49 +01:00
Micke Prag
fec44a8e77 Tried to clarify the fallback mechanism used in tdMethods() 2012-01-23 11:12:46 +01:00
Micke Prag
a26244fa95 Typo 2012-01-23 10:54:39 +01:00
Micke Prag
d2dd460490 Documentation for TellStick Net auto discovery 2012-01-23 10:44:53 +01:00
Micke Prag
000148a6c8 Rename files to allow easier reorder of chapters in doc 2012-01-23 10:44:53 +01:00
Micke Prag
17de443f19 Add missing breaks in select. tdtool showed the list of devices on --version 2012-01-18 12:02:21 +01:00
Micke Prag
4f181a05ce Sign tdtool 2012-01-18 12:01:36 +01:00
Micke Prag
6a9a390eb7 Remove extra empty row 2012-01-18 11:54:37 +01:00
Micke Prag
982c470387 Since tdtool now builds on Windows it can be included by default. This closes #89 2012-01-18 11:47:46 +01:00
Micke Prag
8d9679bf77 The size of the array must be a constant on Windows 2012-01-18 11:46:06 +01:00
Micke Prag
5807bceda8 The function strcasecmp is named _stricmp on Windows 2012-01-18 11:45:25 +01:00
Micke Prag
eac97c3684 Add openbsd-getopt to tdtool on Windows 2012-01-18 11:43:45 +01:00
Micke Prag
3d7f600dd9 Add CMakeLists.txt for building getopt 2012-01-18 11:37:25 +01:00
Micke Prag
49b5292415 Remove debug code 2012-01-18 11:36:49 +01:00
Micke Prag
0427ff6de9 These functions seems to conflict with Windows of some reason. We don't need
them anyway
2012-01-18 11:35:34 +01:00
Micke Prag
b7bc071557 Don't redefine pseudo-ANSI C keywords on Windows 2012-01-18 11:33:02 +01:00
Micke Prag
d78d37a597 Add my support header for letting getopt build on Windows 2012-01-18 11:27:59 +01:00
Micke Prag
848f65803c Add getopt implementation from OpenBSD 2012-01-18 11:21:42 +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
Stefan Persson
d326331538 Returning correct error code on reset success 2012-01-12 15:03:01 +01:00
Stefan Persson
915d47dc1c Changed reset method for in ftd2xx for non-windows platforms. 2012-01-12 14:59:29 +01:00
Micke Prag
46d70ad451 Return TELLSTICK_ERROR_COMMUNICATION_SERVICE if we timeout when communicating with the service instead of returning success. This closes #152 2012-01-12 14:43:58 +01:00
Micke Prag
5190c42f77 Fixed indentation (space to tabs) 2012-01-12 14:40:43 +01:00
Micke Prag
01855cac96 Add qtcreator build directory and CMakeLists.txt.user file to .gitignore 2012-01-12 14:40:43 +01:00
Stefan Persson
e2e9ba4634 Code cleanup 2012-01-12 14:27:15 +01:00
Stefan Persson
3ce58f019f Added sleep time to allow TellStick to finish air sending when ignoring answer from TellStick 2012-01-12 14:21:03 +01:00