.. |
osx
|
Updated ftd2xx library and updated the header files
|
2011-02-22 15:01:04 +00:00 |
win
|
Added controller TellStick
|
2010-10-13 09:22:49 +00:00 |
ClientCommunicationHandler.cpp
|
Added TELLSTICK_ERROR_BROKEN_PIPE to distinguate between when communication with TellStick fails due to timeout or actual error.
|
2012-01-12 11:39:04 +01:00 |
ClientCommunicationHandler.h
|
Converted Event pointers to smart pointers instead
|
2010-10-28 08:45:17 +00:00 |
CMakeLists.txt
|
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 |
com.telldus.service.plist
|
Add file com.telldus.service.plist to describe and start our service on Mac OS X
|
2011-09-09 14:19:39 +00:00 |
ConnectionListener.h
|
Converted Event pointers to smart pointers instead
|
2010-10-28 08:45:17 +00:00 |
ConnectionListener_unix.cpp
|
Code cleanup, printouts removed
|
2011-03-03 16:00:49 +00:00 |
ConnectionListener_win.cpp
|
Fixes for stability in Windows Service. Correct handling of ERROR_PIPE_CONNECTED.
|
2012-01-03 15:42:23 +01:00 |
Controller.cpp
|
Missing changes
|
2011-05-12 14:46:54 +00:00 |
Controller.h
|
Resetting USB and retrying send once if TellStick is not found, in Linux
|
2012-01-10 09:55:26 +01:00 |
ControllerListener.h
|
Added class ControllerListener
|
2010-10-29 10:15:33 +00:00 |
ControllerListener_mac.cpp
|
Handle multiple usb devices and added listening for Duo
|
2010-10-29 11:18:02 +00:00 |
ControllerManager.cpp
|
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 |
ControllerManager.h
|
Sending noop to TellStick every 5 minutes, attempting to reconnect if TellStick is missing. In Linux.
|
2012-01-10 16:00:14 +01:00 |
ControllerMessage.cpp
|
Added functions ControllerMessage::msgClass(), ControllerMessage::model(), ControllerMessage::getIntMessage() and ControllerMessage::hasParameter()
|
2011-05-12 14:49:31 +00:00 |
ControllerMessage.h
|
Added functions ControllerMessage::msgClass(), ControllerMessage::model(), ControllerMessage::getIntMessage() and ControllerMessage::hasParameter()
|
2011-05-12 14:49:31 +00:00 |
Device.cpp
|
Reset the parameters in the protocol if they change
|
2011-03-04 11:09:42 +00:00 |
Device.h
|
Basic support for groups in core. Still some locking/unlocking issues to discuss.
|
2010-11-16 09:42:24 +00:00 |
DeviceManager.cpp
|
Added TELLSTICK_ERROR_BROKEN_PIPE to distinguate between when communication with TellStick fails due to timeout or actual error.
|
2012-01-12 11:39:04 +01:00 |
DeviceManager.h
|
Added functions DeviceManager::getSensors() and DeviceManager::getSensorValue()
|
2011-05-13 12:48:45 +00:00 |
Event.cpp
|
By having smartpointers, the function EventHandler::removeEvent() is obsolete
|
2010-10-28 09:17:42 +00:00 |
Event.h
|
tr1 is, of course, placed differently on Windows/Unix...
|
2010-10-28 10:09:02 +00:00 |
Event_unix.cpp
|
Implemented function Event::clearEvent() on Unix
|
2010-10-12 07:24:58 +00:00 |
Event_win.cpp
|
Rewrite of the class Event, now with signal data. This probably breaks Unix big-time...
|
2010-10-11 12:37:08 +00:00 |
EventHandler.h
|
By having smartpointers, the function EventHandler::removeEvent() is obsolete
|
2010-10-28 09:17:42 +00:00 |
EventHandler_unix.cpp
|
By having smartpointers, the function EventHandler::removeEvent() is obsolete
|
2010-10-28 09:17:42 +00:00 |
EventHandler_win.cpp
|
Fixes for stability in Windows Service. Correct handling of ERROR_PIPE_CONNECTED.
|
2012-01-03 15:42:23 +01:00 |
EventUpdateManager.cpp
|
Code cleanup
|
2011-12-28 11:14:59 +01:00 |
EventUpdateManager.h
|
Changed parameter dataType in SensorEvent to be an int instead of string
|
2011-05-12 15:17:24 +00:00 |
ftd2xx.h
|
Added controller TellStick
|
2010-10-13 09:22:49 +00:00 |
Log.cpp
|
Print debug message on all platforms activating it, not only Windows
|
2012-01-26 14:46:28 +01:00 |
Log.h
|
Add command line argument to debug output
|
2011-12-28 15:35:18 +01:00 |
main_mac.cpp
|
Log connect and disconnect from a TellStick. This closes #103
|
2011-12-28 17:28:30 +01:00 |
main_unix.cpp
|
Add --debug option for unix as well
|
2012-01-26 14:46:28 +01:00 |
main_win.cpp
|
Added very basic service implementation. It lacks an event-loop so it shut itself down immediately.
|
2010-10-07 07:42:46 +00:00 |
Messages.mc
|
Implement logging using Windows Event Log, see #103
|
2011-12-28 15:35:15 +01:00 |
Protocol.cpp
|
Implement sensor Mandolyn, this closes #104
|
2011-12-21 15:57:45 +01:00 |
Protocol.h
|
Receiving protocols decode according to new standard
|
2011-05-12 14:09:37 +00:00 |
ProtocolBrateck.cpp
|
ProtocolBrateck should listen to TELLSTICK_UP and TELLSTICK_DOWN. Not on/off
|
2011-02-24 15:25:42 +00:00 |
ProtocolBrateck.h
|
Fixed some 'No newline at end of file' warnings
|
2011-03-11 10:46:35 +00:00 |
ProtocolComen.cpp
|
Added protocol Comen
|
2010-11-09 14:33:40 +00:00 |
ProtocolComen.h
|
Added protocol Comen
|
2010-11-09 14:33:40 +00:00 |
ProtocolEverflourish.cpp
|
Receiving protocols decode according to new standard
|
2011-05-12 14:09:37 +00:00 |
ProtocolEverflourish.h
|
Receiving protocols decode according to new standard
|
2011-05-12 14:09:37 +00:00 |
ProtocolFineoffset.cpp
|
Changed usage of strol method, so that windows uses _strtoui64 instead. Closes #172, #175
|
2012-01-26 14:38:42 +01:00 |
ProtocolFineoffset.h
|
Implemented decoding of Fineoffset new short format. Hopefully this
|
2011-12-20 14:37:40 +01:00 |
ProtocolFuhaote.cpp
|
Missed sending 'S' in protocol Fuhaote
|
2010-10-27 12:09:30 +00:00 |
ProtocolFuhaote.h
|
Fixed some 'No newline at end of file' warnings
|
2011-03-11 10:46:35 +00:00 |
ProtocolGroup.cpp
|
Fixed some 'No newline at end of file' warnings
|
2011-03-11 10:46:35 +00:00 |
ProtocolGroup.h
|
...and the new group protocol too.
|
2010-11-16 09:43:33 +00:00 |
ProtocolHasta.cpp
|
Add protocol Hasta
|
2011-08-18 08:22:50 +00:00 |
ProtocolHasta.h
|
Add protocol Hasta
|
2011-08-18 08:22:50 +00:00 |
ProtocolIkea.cpp
|
Changed methods for IKEA protocol from learn to dim
|
2010-12-03 10:46:28 +00:00 |
ProtocolIkea.h
|
Fixed some 'No newline at end of file' warnings
|
2011-03-11 10:46:35 +00:00 |
ProtocolMandolyn.cpp
|
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 |
ProtocolMandolyn.h
|
Implement sensor Mandolyn, this closes #104
|
2011-12-21 15:57:45 +01:00 |
ProtocolNexa.cpp
|
Windows service, 2.1.0a and new changes for possible new version.
|
2011-11-04 14:32:22 +01:00 |
ProtocolNexa.h
|
Receiving protocols decode according to new standard
|
2011-05-12 14:09:37 +00:00 |
ProtocolOregon.cpp
|
Changed usage of strol method, so that windows uses _strtoui64 instead. Closes #172, #175
|
2012-01-26 14:38:42 +01:00 |
ProtocolOregon.h
|
Implement Oregon short format and sensor 0xEA4C
|
2011-12-21 15:55:59 +01:00 |
ProtocolRisingSun.cpp
|
House and unit should be substracted with on in protocol risingsun codeswitch
|
2010-10-27 12:30:58 +00:00 |
ProtocolRisingSun.h
|
Fixed some 'No newline at end of file' warnings
|
2011-03-11 10:46:35 +00:00 |
ProtocolSartano.cpp
|
The binary notation doesn't work in Visual Studio.
|
2011-05-16 08:36:57 +00:00 |
ProtocolSartano.h
|
Receiving protocols decode according to new standard
|
2011-05-12 14:09:37 +00:00 |
ProtocolScene.cpp
|
Fixed some 'No newline at end of file' warnings
|
2011-03-11 10:46:35 +00:00 |
ProtocolScene.h
|
Basic scene support added to core.
|
2010-11-17 08:53:46 +00:00 |
ProtocolSilvanChip.cpp
|
Added support for ecosavers
|
2011-02-25 13:37:25 +00:00 |
ProtocolSilvanChip.h
|
Refactored ProtocolSilvanChip to easier allow different models (timings)
|
2011-02-24 16:28:29 +00:00 |
ProtocolUpm.cpp
|
Added method 'learn' to UPM devices to avoid confusion. It is only an alias for 'on'
|
2011-02-21 09:48:10 +00:00 |
ProtocolUpm.h
|
Fixed some 'No newline at end of file' warnings
|
2011-03-11 10:46:35 +00:00 |
ProtocolWaveman.cpp
|
Receiving protocols decode according to new standard
|
2011-05-12 14:09:37 +00:00 |
ProtocolWaveman.h
|
Receiving protocols decode according to new standard
|
2011-05-12 14:09:37 +00:00 |
ProtocolX10.cpp
|
Readded x10 as receiving protocol
|
2011-05-12 15:11:30 +00:00 |
ProtocolX10.h
|
Readded x10 as receiving protocol
|
2011-05-12 15:11:30 +00:00 |
ProtocolYidong.cpp
|
Removed debug print
|
2010-11-09 11:15:37 +00:00 |
ProtocolYidong.h
|
Added protocol Yidong
|
2010-11-09 10:54:32 +00:00 |
Sensor.cpp
|
Implemented acctual storing of sensor-values
|
2011-05-13 12:47:15 +00:00 |
Sensor.h
|
Implemented acctual storing of sensor-values
|
2011-05-13 12:47:15 +00:00 |
Settings.cpp
|
Return real error messages in Settings that actually reports what went wrong
|
2011-03-03 15:27:45 +00:00 |
Settings.h
|
Return real error messages in Settings that actually reports what went wrong
|
2011-03-03 15:27:45 +00:00 |
SettingsConfuse.cpp
|
Added setting for 'Not wait for confirmation from TellStick', see ticket 98, in Linux
|
2012-01-11 14:53:46 +01:00 |
SettingsCoreFoundationPreferences.cpp
|
Return real error messages in SettingsCoreFoundationPreferences
|
2011-03-03 16:01:58 +00:00 |
SettingsWinRegistry.cpp
|
Setting for 'Not wait for confirmation from TellStick' implemented on windows too. This setting must be set manually. Closes #98
|
2012-01-11 16:16:31 +01:00 |
telldus-core.conf
|
The configuration files should be handled by the service, not the client
|
2010-11-11 11:14:18 +00:00 |
TelldusMain.cpp
|
Listen for suspend/resume signals and disconnect all usb-devices. This closes #171
|
2012-01-25 17:42:41 +01:00 |
TelldusMain.h
|
Listen for suspend/resume signals and disconnect all usb-devices. This closes #171
|
2012-01-25 17:42:41 +01:00 |
TelldusWinService_win.cpp
|
Print debug message on all platforms activating it, not only Windows
|
2012-01-26 14:46:28 +01:00 |
TelldusWinService_win.h
|
Receive device notifications on windows. We don't handle them yet though.
|
2010-10-15 11:02:46 +00:00 |
tellstick.conf
|
Added setting for 'Not wait for confirmation from TellStick', see ticket 98, in Linux
|
2012-01-11 14:53:46 +01:00 |
TellStick.cpp
|
Include file not used
|
2011-03-03 09:07:16 +00:00 |
TellStick.h
|
Resetting USB and retrying send once if TellStick is not found, in Linux
|
2012-01-10 09:55:26 +01:00 |
TellStick_ftd2xx.cpp
|
Changed reset method for in ftd2xx for non-windows platforms.
|
2012-01-12 14:59:29 +01:00 |
TellStick_libftdi.cpp
|
Returning correct error code on reset success
|
2012-01-12 15:03:01 +01:00 |
Timer.cpp
|
Implement class Timer in Windows
|
2012-01-09 17:40:44 +01:00 |
Timer.h
|
Add class Timer
|
2012-01-09 16:52:15 +01:00 |