Commit graph

1859 commits

Author SHA1 Message Date
Micke Prag
4ef7de7ac5 Change path to qt-components-desktop submodule to our own mirror since gitorious fails so often 2012-01-30 15:42:08 +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
Micke Prag
c6ecc4a1d4 Use @VAR@ syntax in the file, else cmake complaints 2012-01-26 15:13:22 +01:00
Micke Prag
de745731df Set the environmental variables from the udev rule makeing sure they exists in all distributions. This closes #115 2012-01-26 15:01:23 +01:00
Micke Prag
1ef4610f52 Make sure the substration is made using two doubles. Since value is unsigned negative results might overflow otherwise. This closes #177 2012-01-26 14:46:28 +01:00
Micke Prag
f1e58433c1 Add --debug option for unix as well 2012-01-26 14:46:28 +01:00
Micke Prag
ee8f3b41d0 Print debug message on all platforms activating it, not only Windows 2012-01-26 14:46:28 +01:00
Stefan Persson
afa1e88e62 Changed usage of strol method, so that windows uses _strtoui64 instead. Closes #172, #175 2012-01-26 14:38:42 +01:00
Micke Prag
bf72debefb Output when debug mode is enabled 2012-01-25 17:43:16 +01:00
Micke Prag
5f1d6e7fe5 Listen for suspend/resume signals and disconnect all usb-devices. This closes #171 2012-01-25 17:42:41 +01:00
Micke Prag
c35be687c0 pid=0 and vid=0 means all. This way we can easily disconnect all controllers or initiate a rescan 2012-01-25 17:41:27 +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
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