| .. |
|
linux
|
Added error-code TELLSTICK_ERROR_COMMUNICATION, closes #69
|
2009-10-27 08:14:32 +00:00 |
|
osx
|
Added two different ftd2xx.h files. One for Windows and one for Mac OS X since FTDI cannot make one universal that works on both platforms.
|
2009-08-19 07:31:59 +00:00 |
|
win
|
Removed the exception-code and manually copy the string so it supports null-characters
|
2010-06-23 08:09:42 +00:00 |
|
99-tellstick.rules
|
Added /var/state/telldus-core.conf and the udev rule to cmake, this closes #52 for now
|
2009-09-03 11:26:28 +00:00 |
|
CMakeLists.txt
|
Added branding-options to TelldusCore 2.0.
|
2010-06-17 09:10:33 +00:00 |
|
common.h
|
Added string.h in common.h
|
2010-02-12 11:24:05 +00:00 |
|
config.h.in
|
Added more brandings for tellstick-light.
|
2010-09-03 18:00:53 +00:00 |
|
Controller.cpp
|
Added first version of TellStick Duo controller
|
2009-02-05 13:03:21 +00:00 |
|
Controller.h
|
Started refactoring Device into Controllers
|
2009-11-01 19:19:58 +00:00 |
|
Device.cpp
|
Fixed a minor compilator warning
|
2009-11-01 14:50:05 +00:00 |
|
Device.h
|
Implemented Device::getFullModel() so tdGetModel() returns everything, including what's after the ':', see #51
|
2009-09-09 10:03:42 +00:00 |
|
DeviceBrateck.cpp
|
Added parameter int supportedMethods in tdLastSentCommand(), closes #36
|
2009-08-19 15:51:33 +00:00 |
|
DeviceBrateck.h
|
Added parameter int supportedMethods in tdLastSentCommand(), closes #36
|
2009-08-19 15:51:33 +00:00 |
|
DeviceEverflourish.cpp
|
Merged -r462 from trunk
|
2010-02-17 13:35:23 +00:00 |
|
DeviceEverflourish.h
|
Reverted DeviceEverflourish to the non controller-interface in the 2.0 branch
|
2010-02-07 15:19:46 +00:00 |
|
DeviceGroup.cpp
|
Added parameter int supportedMethods in tdLastSentCommand(), closes #36
|
2009-08-19 15:51:33 +00:00 |
|
DeviceGroup.h
|
Added parameter int supportedMethods in tdLastSentCommand(), closes #36
|
2009-08-19 15:51:33 +00:00 |
|
DeviceIkea.cpp
|
Added parameter int supportedMethods in tdLastSentCommand(), closes #36
|
2009-08-19 15:51:33 +00:00 |
|
DeviceIkea.h
|
Added parameter int supportedMethods in tdLastSentCommand(), closes #36
|
2009-08-19 15:51:33 +00:00 |
|
DeviceNexa.cpp
|
Removed code from a normal TellStick for the protocol ArcTech and replaced it with TellStick light protocol.
|
2010-06-17 13:58:36 +00:00 |
|
DeviceNexa.h
|
Removed code from a normal TellStick for the protocol ArcTech and replaced it with TellStick light protocol.
|
2010-06-17 13:58:36 +00:00 |
|
DeviceRisingSun.cpp
|
Minor compile-fixes
|
2010-05-25 15:48:36 +00:00 |
|
DeviceRisingSun.h
|
Minor compile-fixes
|
2010-05-25 15:48:36 +00:00 |
|
DeviceSartano.cpp
|
Added parameter int supportedMethods in tdLastSentCommand(), closes #36
|
2009-08-19 15:51:33 +00:00 |
|
DeviceSartano.h
|
Added parameter int supportedMethods in tdLastSentCommand(), closes #36
|
2009-08-19 15:51:33 +00:00 |
|
DeviceUndefined.cpp
|
Fixed minor issue where the returned value was lost.
|
2009-08-19 17:21:59 +00:00 |
|
DeviceUndefined.h
|
Implemented tdSendRawCommand(), closes #38
|
2009-08-19 16:46:13 +00:00 |
|
DeviceUpm.cpp
|
Added parameter int supportedMethods in tdLastSentCommand(), closes #36
|
2009-08-19 15:51:33 +00:00 |
|
DeviceUpm.h
|
Added parameter int supportedMethods in tdLastSentCommand(), closes #36
|
2009-08-19 15:51:33 +00:00 |
|
DeviceWaveman.cpp
|
Removed code from a normal TellStick for the protocol ArcTech and replaced it with TellStick light protocol.
|
2010-06-17 13:58:36 +00:00 |
|
DeviceWaveman.h
|
Removed code from a normal TellStick for the protocol ArcTech and replaced it with TellStick light protocol.
|
2010-06-17 13:58:36 +00:00 |
|
DeviceX10.cpp
|
Bit 0 en ad bit 1 in the unit-code was switched
|
2009-10-26 13:56:25 +00:00 |
|
DeviceX10.h
|
Added parameter int supportedMethods in tdLastSentCommand(), closes #36
|
2009-08-19 15:51:33 +00:00 |
|
ftd2xx.h
|
Added finding of TellStick and TellStick Duo on Linux
|
2009-11-02 13:33:45 +00:00 |
|
libtelldus-core.def
|
Added function tdReleaseString(), closes #66
|
2009-10-27 08:43:12 +00:00 |
|
libtelldus-core.vcproj
|
Added RisingSun and Brateck to the project on Windows
|
2009-04-07 14:12:44 +00:00 |
|
Manager.cpp
|
Added branding-options to TelldusCore 2.0.
|
2010-06-17 09:10:33 +00:00 |
|
Manager.h
|
Added prefix 'TD' to our own callback-functions
|
2009-08-17 07:41:20 +00:00 |
|
Resource.h
|
Renamed library TellUsbD101 to TelldusCore and some minor fixes for building on Windows.
|
2008-10-16 15:03:03 +00:00 |
|
Settings.cpp
|
Fixed typo in function tdLastSentValue() on non libconfuse platforms (Mac OS X and Windows), this fixes #30
|
2009-08-19 07:05:56 +00:00 |
|
Settings.h
|
Refactored device-model to be string instead of integer, this helps the configuration on Linux
|
2009-05-06 15:08:07 +00:00 |
|
SettingsConfuse.cpp
|
Fixed a memory-leak
|
2009-09-28 19:15:37 +00:00 |
|
SettingsCoreFoundationPreferences.cpp
|
Merged -r459 from trunk
|
2010-02-15 08:16:08 +00:00 |
|
SettingsQt.cpp
|
Implemented functions Settings::getNextDeviceId() and Settings::removeDevice() for settings backend QT
|
2009-03-19 16:27:32 +00:00 |
|
SettingsWinRegistry.cpp
|
Fixed some memory-leaks.
|
2009-10-09 15:37:54 +00:00 |
|
stdafx.cpp
|
Renamed library TellUsbD101 to TelldusCore and some minor fixes for building on Windows.
|
2008-10-16 15:03:03 +00:00 |
|
stdafx.h
|
Renamed library TellUsbD101 to TelldusCore and some minor fixes for building on Windows.
|
2008-10-16 15:03:03 +00:00 |
|
telldus-core.conf
|
Added /var/state/telldus-core.conf and the udev rule to cmake, this closes #52 for now
|
2009-09-03 11:26:28 +00:00 |
|
telldus-core.cpp
|
Merged -r471 from trunk
|
2010-05-24 07:14:41 +00:00 |
|
telldus-core.h
|
Added function tdReleaseString(), closes #66
|
2009-10-27 08:43:12 +00:00 |
|
tellstick.conf
|
Change the default device to a codeswitch
|
2009-09-03 10:02:01 +00:00 |
|
TellStick.cpp
|
Added finding of TellStick and TellStick Duo on Linux
|
2009-11-02 13:33:45 +00:00 |
|
TellStick.h
|
Added finding of TellStick and TellStick Duo on Linux
|
2009-11-02 13:33:45 +00:00 |
|
TellStickDuo.cpp
|
Added finding of TellStick and TellStick Duo on Linux
|
2009-11-02 13:33:45 +00:00 |
|
TellStickDuo.h
|
Minor fixes for finding the files on OS X
|
2009-08-20 09:59:12 +00:00 |