move hvac app and hvac plugin to new repository 41/7541/3
authorTasuku Suzuki <tasuku.suzuki@qt.io>
Mon, 12 Dec 2016 16:29:33 +0000 (01:29 +0900)
committerTasuku Suzuki <tasuku.suzuki@qt.io>
Tue, 13 Dec 2016 07:28:39 +0000 (16:28 +0900)
commit560062626becb4d211a9948bf3008921129711cf
tree766ed8aead80bc0b55e34b32f0d1df3d93a23de0
parent978d3cc5cc0a38876f880cf2967cc97e25099692
move hvac app and hvac plugin to new repository

$ qmake && make will generate package/hvac.wgt

Change-Id: I67057f1f3b511a3af4a22aedd32f6614dc56b503
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
41 files changed:
.gitignore [new file with mode: 0644]
app/HVAC.qml [new file with mode: 0644]
app/HeatDegree.qml [new file with mode: 0644]
app/SeatHeatButton.qml [new file with mode: 0644]
app/app.pri [new file with mode: 0644]
app/app.pro [new file with mode: 0644]
app/config.tests/libhomescreen/libhomescreen.cpp [new file with mode: 0644]
app/config.tests/libhomescreen/libhomescreen.pro [new file with mode: 0644]
app/hvac.qrc [new file with mode: 0644]
app/images/HMI_HVAC_Active.svg [new file with mode: 0644]
app/images/HMI_HVAC_AirDown_Active.svg [new file with mode: 0644]
app/images/HMI_HVAC_AirDown_Inactive.svg [new file with mode: 0644]
app/images/HMI_HVAC_AirRight_Active.svg [new file with mode: 0644]
app/images/HMI_HVAC_AirRight_Inactive.svg [new file with mode: 0644]
app/images/HMI_HVAC_AirUp_Active.svg [new file with mode: 0644]
app/images/HMI_HVAC_AirUp_Inactive.svg [new file with mode: 0644]
app/images/HMI_HVAC_ChairIndicator_OFF.svg [new file with mode: 0644]
app/images/HMI_HVAC_ChairIndicator_One.svg [new file with mode: 0644]
app/images/HMI_HVAC_ChairIndicator_Two.svg [new file with mode: 0644]
app/images/HMI_HVAC_Circulation_Active.svg [new file with mode: 0644]
app/images/HMI_HVAC_Circulation_Inactive.svg [new file with mode: 0644]
app/images/HMI_HVAC_Fan_Icon.svg [new file with mode: 0644]
app/images/HMI_HVAC_Front_Active.svg [new file with mode: 0644]
app/images/HMI_HVAC_Front_Inactive.svg [new file with mode: 0644]
app/images/HMI_HVAC_Inactive.svg [new file with mode: 0644]
app/images/HMI_HVAC_Left_Chair_OFF.svg [new file with mode: 0644]
app/images/HMI_HVAC_Left_Chair_ON.svg [new file with mode: 0644]
app/images/HMI_HVAC_Rear_Active.svg [new file with mode: 0644]
app/images/HMI_HVAC_Rear_Inactive.svg [new file with mode: 0644]
app/images/HMI_HVAC_Right_Chair_OFF.svg [new file with mode: 0644]
app/images/HMI_HVAC_Right_Chair_ON.svg [new file with mode: 0644]
app/images/images.qrc [new file with mode: 0644]
app/main.cpp [new file with mode: 0644]
binding/binding.pri [new file with mode: 0644]
binding/binding.pro [new file with mode: 0644]
binding/export.map [new file with mode: 0644]
binding/hvac-demo-binding.c [new file with mode: 0644]
hvac.pro [new file with mode: 0644]
package/config.xml [new file with mode: 0644]
package/icon.svg [new file with mode: 0644]
package/package.pro [new file with mode: 0644]