merge the Settings in CES2017 and bindings from ALPS 91/7591/2
authorTasuku Suzuki <tasuku.suzuki@qt.io>
Wed, 14 Dec 2016 09:10:54 +0000 (18:10 +0900)
committerTasuku Suzuki <tasuku.suzuki@qt.io>
Wed, 14 Dec 2016 14:23:02 +0000 (23:23 +0900)
commitb90978a93e23a91d8c3f4fa8ec023c60340bdea5
tree3b4b61098af36f87aedc147724e78258f11e9e7c
parent0c6dc3554d0afda54c671f0416cf77cb5e20814f
merge the Settings in CES2017 and bindings from ALPS

Change-Id: I00a7a6c5dae1cd579f91d543b0f5fba4616a633b
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
66 files changed:
app/SettingPage.qml [new file with mode: 0644]
app/Settings.qml [new file with mode: 0644]
app/SettingsLauncher.qml [new file with mode: 0644]
app/api/Binding.qml [new file with mode: 0644]
app/api/MessageId.js [new file with mode: 0644]
app/app.pri [new file with mode: 0644]
app/app.pro [new file with mode: 0644]
app/bluetooth/Bluetooth.qml [new file with mode: 0644]
app/bluetooth/bluetooth.qrc [new file with mode: 0644]
app/bluetooth/images/HMI_Pair_Button.svg [new file with mode: 0644]
app/bluetooth/images/HMI_Paired_Button.svg [new file with mode: 0644]
app/bluetooth/images/HMI_Settings_BluetoothIcon.svg [new file with mode: 0644]
app/config.tests/libhomescreen/.qmake.stash [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/datetime/DateEdit.qml [new file with mode: 0644]
app/datetime/DateTime.qml [new file with mode: 0644]
app/datetime/EditSeparator.qml [new file with mode: 0644]
app/datetime/TimeEdit.qml [new file with mode: 0644]
app/datetime/datetime.qrc [new file with mode: 0644]
app/datetime/images/HMI_Settings_TimeDate_Arrow_DividingLine.svg [new file with mode: 0644]
app/datetime/images/HMI_Settings_TimeDate_Arrow_Down.svg [new file with mode: 0644]
app/datetime/images/HMI_Settings_TimeDate_Arrow_Up.svg [new file with mode: 0644]
app/datetime/images/HMI_Settings_TimeDate_Button_Cancel.svg [new file with mode: 0644]
app/datetime/images/HMI_Settings_TimeDate_Button_Set.svg [new file with mode: 0644]
app/datetime/images/HMI_Settings_TimeIcon.svg [new file with mode: 0644]
app/example/Example.qml [new file with mode: 0644]
app/example/example.qrc [new file with mode: 0644]
app/example/images/HMI_Settings_Example.svg [new file with mode: 0644]
app/images/HMI_Settings_DividingLine.svg [new file with mode: 0644]
app/images/HMI_Settings_X.svg [new file with mode: 0644]
app/images/images.qrc [new file with mode: 0644]
app/main.cpp [new file with mode: 0644]
app/settings.qrc [new file with mode: 0644]
app/wifi/Wifi.qml [new file with mode: 0644]
app/wifi/images/HMI_Settings_WifiIcon.svg [new file with mode: 0644]
app/wifi/images/HMI_Settings_Wifi_1Bar.svg [new file with mode: 0644]
app/wifi/images/HMI_Settings_Wifi_2Bars.svg [new file with mode: 0644]
app/wifi/images/HMI_Settings_Wifi_3Bars.svg [new file with mode: 0644]
app/wifi/images/HMI_Settings_Wifi_Full.svg [new file with mode: 0644]
app/wifi/images/HMI_Settings_Wifi_Locked_1Bar.svg [new file with mode: 0644]
app/wifi/images/HMI_Settings_Wifi_Locked_2Bars.svg [new file with mode: 0644]
app/wifi/images/HMI_Settings_Wifi_Locked_3Bars.svg [new file with mode: 0644]
app/wifi/images/HMI_Settings_Wifi_Locked_Full.svg [new file with mode: 0644]
app/wifi/images/HMI_Settings_Wifi_Locked_NoBars.svg [new file with mode: 0644]
app/wifi/images/HMI_Settings_Wifi_NoBars.svg [new file with mode: 0644]
app/wifi/wifi.qrc [new file with mode: 0644]
binding-bluetooth/binding-bluetooth.pro [new file with mode: 0644]
binding-bluetooth/binding.pri [new file with mode: 0644]
binding-bluetooth/bluetooth-api.c [new file with mode: 0644]
binding-bluetooth/bluetooth-api.h [new file with mode: 0644]
binding-bluetooth/bluetooth-manager.c [new file with mode: 0644]
binding-bluetooth/bluetooth-manager.h [new file with mode: 0644]
binding-bluetooth/export.map [new file with mode: 0644]
binding-wifi/agent.c [new file with mode: 0644]
binding-wifi/binding-wifi.pro [new file with mode: 0644]
binding-wifi/binding.pri [new file with mode: 0644]
binding-wifi/export.map [new file with mode: 0644]
binding-wifi/wifi-api.c [new file with mode: 0644]
binding-wifi/wifi-api.h [new file with mode: 0644]
binding-wifi/wifi-connman.c [new file with mode: 0644]
binding-wifi/wifi-connman.h [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]
settings.pro [new file with mode: 0644]