settings: bluetooth: qml: switch from qml ListModel to libqtappfw provided 13/20913/1
authorMatt Ranostay <matt.ranostay@konsulko.com>
Thu, 21 Mar 2019 04:38:10 +0000 (21:38 -0700)
committerMatt Ranostay <matt.ranostay@konsulko.com>
Thu, 4 Apr 2019 19:41:42 +0000 (12:41 -0700)
commita4138d46829dd96017b1af77ef42793f44b5b8d4
treedc68cdaeb8ee3c79427582832b3b3fd173fb10bc
parentd79e5011a530de5d2cf90f0399624968a82ebed0
settings: bluetooth: qml: switch from qml ListModel to libqtappfw provided

Switch from using single threaded and incorrect QML processing of ListViews to
using models provided from libqtappfw.

Also this allows removal of most of the Javascript code that processed the
repective lists.

Bug-AGL: SPEC-2270 SPEC-2290
Change-Id: Ib00a2f34938de4c427ec5ee6956ee3e7e3c96959
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
app/bluetooth/Bluetooth.qml
app/main.cpp