telldus/telldus-gui/TelldusGui
2011-03-02 08:42:40 +00:00
..
data Added Kingpin KP100 2011-02-25 15:20:46 +00:00
images Added Kingpin KP100 2011-02-25 15:20:46 +00:00
CMakeLists.txt Added class DeviceSettingSelflearning. DeviceSettingArctechSelflearning should subclass this class 2011-02-25 15:20:01 +00:00
device.cpp Group methods are now updated when devices are added/removed, when a group has been edited. Note: Group methods will not be updated if a child device has its type changed or if a child group has its methods changed. 2011-03-02 08:42:40 +00:00
device.h Fixed function Device::stop(), it was both misspelled and not declared 2011-02-23 16:06:46 +00:00
devicemodel.cpp Implemented tdStop() in our devicewidget 2011-02-25 16:33:55 +00:00
devicemodel.h Device group functionallity added to Telldus Center. 2010-11-18 16:24:23 +00:00
devicesetting.cpp Added settings widgets to all types and made it possible to store these settings 2008-12-30 15:08:11 +00:00
devicesetting.h Added abstract function DeviceSetting::setValue() 2010-06-15 12:27:42 +00:00
devicesettingarctechselflearning.cpp Added abstract function DeviceSetting::setValue() 2010-06-15 12:27:42 +00:00
devicesettingarctechselflearning.h Added abstract function DeviceSetting::setValue() 2010-06-15 12:27:42 +00:00
devicesettingbrateck.cpp Added abstract function DeviceSetting::setValue() 2010-06-15 12:27:42 +00:00
devicesettingbrateck.h Added abstract function DeviceSetting::setValue() 2010-06-15 12:27:42 +00:00
devicesettinggao.cpp Added abstract function DeviceSetting::setValue() 2010-06-15 12:27:42 +00:00
devicesettinggao.h Added abstract function DeviceSetting::setValue() 2010-06-15 12:27:42 +00:00
devicesettingikea.cpp Added abstract function DeviceSetting::setValue() 2010-06-15 12:27:42 +00:00
devicesettingikea.h Added abstract function DeviceSetting::setValue() 2010-06-15 12:27:42 +00:00
devicesettingnexa.cpp Fixed bug setting devicesettings for Arctech CodeSwitch. 2010-08-16 08:59:54 +00:00
devicesettingnexa.h Added abstract function DeviceSetting::setValue() 2010-06-15 12:27:42 +00:00
devicesettingnexabell.cpp Added abstract function DeviceSetting::setValue() 2010-06-15 12:27:42 +00:00
devicesettingnexabell.h Added abstract function DeviceSetting::setValue() 2010-06-15 12:27:42 +00:00
devicesettingrisingsun.cpp Added abstract function DeviceSetting::setValue() 2010-06-15 12:27:42 +00:00
devicesettingrisingsun.h Added abstract function DeviceSetting::setValue() 2010-06-15 12:27:42 +00:00
devicesettingsartano.cpp Bugfix when new code is set from TellStick Duo 2010-08-13 14:42:14 +00:00
devicesettingsartano.h Added abstract function DeviceSetting::setValue() 2010-06-15 12:27:42 +00:00
devicesettingselflearning.cpp Added class DeviceSettingSelflearning. DeviceSettingArctechSelflearning should subclass this class 2011-02-25 15:20:01 +00:00
devicesettingselflearning.h Added class DeviceSettingSelflearning. DeviceSettingArctechSelflearning should subclass this class 2011-02-25 15:20:01 +00:00
devicesettingunitcode.cpp Added settingswidget DeviceSettingUnitcode 2010-11-09 10:55:55 +00:00
devicesettingunitcode.h Added settingswidget DeviceSettingUnitcode 2010-11-09 10:55:55 +00:00
devicesettingupm.cpp Added abstract function DeviceSetting::setValue() 2010-06-15 12:27:42 +00:00
devicesettingupm.h Added abstract function DeviceSetting::setValue() 2010-06-15 12:27:42 +00:00
deviceview.cpp Added extra check so all the rows actually exists when showing the MethodWidget. 2010-06-16 15:38:29 +00:00
deviceview.h Added an QStyledItemDelegate to create the methodwidget. This might fix some bugs. 2010-06-16 14:35:35 +00:00
devicewidget.cpp Device group functionallity added to Telldus Center. 2010-11-18 16:24:23 +00:00
devicewidget.h Remove our deviceChange-signal since we should use the one from telldus-core which works across processes 2010-01-05 10:27:14 +00:00
editdevicedialog.cpp Added Kingpin KP100 2011-02-25 15:20:46 +00:00
editdevicedialog.h Added parameter controllerId to the rawEvent. We don't use it though. 2010-08-17 13:56:21 +00:00
editgroupdialog.cpp "Group"-type divided into group and scene. 2010-11-22 09:42:33 +00:00
editgroupdialog.h Device group functionallity added to Telldus Center. 2010-11-18 16:24:23 +00:00
filtereddeviceproxymodel.cpp Clear filters when the scanning stops. 2010-08-16 11:28:35 +00:00
filtereddeviceproxymodel.h Use lowercase for fileextensions. Windows defaults to have them uppercase 2010-08-27 10:29:39 +00:00
methodwidget.cpp Group methods are now updated when devices are added/removed, when a group has been edited. Note: Group methods will not be updated if a child device has its type changed or if a child group has its methods changed. 2011-03-02 08:42:40 +00:00
methodwidget.h Added dimbutton to the mainwindow in TelldusCenter 2010-06-16 15:23:30 +00:00
telldusgui.cpp Loaded translation files correctly on MacOSX 2009-09-22 16:46:51 +00:00
telldusgui.h Remove our deviceChange-signal since we should use the one from telldus-core which works across processes 2010-01-05 10:27:14 +00:00
TelldusGui.pro added arctech selflearning widget 2009-06-03 15:54:11 +00:00
telldusgui.qrc Execute, up and down methods added to Telldus Center 2010-11-18 16:22:32 +00:00
TelldusGui_sv.ts Updated translation 2010-03-24 15:38:10 +00:00
vendordevicemodel.cpp Refactored telldus-gui to handle device-model as string instead of integer 2009-05-06 15:13:11 +00:00
vendordevicemodel.h Made it possible to edit the device name and model for a device 2008-12-29 19:18:48 +00:00
vendordevicetreeitem.cpp Changed vendor-images to be 150x150 px 2009-09-22 17:13:38 +00:00
vendordevicetreeitem.h Made the first nodes in the list of vendors expanded in EditDeviceDialog, closes #42 2009-08-19 19:27:04 +00:00