439 Commits

Author SHA1 Message Date
Michael Zanetti
dc6d009e5f working on ubuntu now 2018-10-16 23:44:08 +02:00
Michael Zanetti
bf782749a7 fix dpr 2018-10-15 20:04:53 +02:00
Michael Zanetti
522881d85b also install app icon 2018-10-15 20:04:06 +02:00
Michael Zanetti
af3758f60b install files 2018-10-15 20:04:03 +02:00
Michael Zanetti
f1e20dad93 first attempt to build with clickable 2018-10-15 20:03:11 +02:00
Jenkins
10e8453094 Automated Jenkins build: 1.0.74 2018-10-05 01:15:17 +02:00
Michael Zanetti
4464fba497 fix adding more fingerprints to an existing user 2018-10-05 01:10:10 +02:00
Michael Zanetti
f85ec472b2 fix Graph in StateLogPage 2018-10-05 01:09:54 +02:00
Michael Zanetti
2cf07bcc35 fix an issue where it might happen that a notification breaks a reply 2018-10-05 01:09:25 +02:00
Michael Zanetti
e06ff3ca01 fix back button in new rule wizard 2018-10-04 22:46:35 +02:00
Michael Zanetti
703c94f769 improve device adding layouts 2018-10-04 22:37:48 +02:00
Michael Zanetti
b779b7329e improve fingerprint reader animation a bit 2018-10-04 17:37:27 +02:00
Michael Zanetti
71d475e29a properly init LogsModel 2018-10-04 14:36:54 +02:00
Michael Zanetti
6e0291c7e2 fingerprint reader rule templates 2018-10-04 14:11:15 +02:00
Michael Zanetti
b39fa30e15 have a working edition of the fingerprint visuals 2018-10-03 00:45:10 +02:00
Michael Zanetti
798b6879fd intermediate commit 2018-10-02 22:41:20 +02:00
Jenkins
cf00390f39 Automated Jenkins build: 1.0.73 2018-10-01 21:21:44 +02:00
Michael Zanetti
798967b48f update tab indices properly when manipulating tab count 2018-10-01 17:40:42 +02:00
Michael Zanetti
d9f9f30257 Move AWSClient out of the Engine, make it a singleton for now 2018-10-01 17:40:42 +02:00
Michael Zanetti
fd0f702916 some cleanup 2018-10-01 17:40:42 +02:00
Michael Zanetti
2e25dc16f6 fix aws connection 2018-10-01 17:40:42 +02:00
Michael Zanetti
509fe4a429 add tabs for multiple connections 2018-10-01 17:40:42 +02:00
Michael Zanetti
772c1c7fa0 introduce a RootItem as a layer to be manipulated by styling 2018-10-01 17:40:42 +02:00
Michael Zanetti
be50036584 Engine isn't a singleton any more! 2018-10-01 17:37:29 +02:00
Michael Zanetti
56d30ea0ca got rid of last use of Engine singleton in C++ (except the qml singleton provider) 2018-10-01 17:19:57 +02:00
Michael Zanetti
c3dd7da60c logsmodelng not using Engine singletong any more 2018-10-01 17:19:57 +02:00
Michael Zanetti
18f573fce2 interfaces- and tagsproxymodel are not accessing the engine any more 2018-10-01 17:19:57 +02:00
Michael Zanetti
af71bb25c5 drop EventDescriptorParamsProxyModel as it didn't do what it was supposed and was useless 2018-10-01 17:19:57 +02:00
Michael Zanetti
7ef39cb2d7 nymeadiscovery doesn't use the Engine any more 2018-10-01 17:19:57 +02:00
Michael Zanetti
e529cc87f0 LogsModel doesn't use the Engine singleton any more 2018-10-01 17:19:01 +02:00
Michael Zanetti
7a960de69a The deviceManager doesn't try to find itself going through the Engine any more :D:D:D:D 2018-10-01 17:17:54 +02:00
Michael Zanetti
647edaf72e BluetoothDiscovery is not a member of Engine any more rather a standalone tool 2018-10-01 17:17:54 +02:00
Michael Zanetti
56a87e9e97 devices doesn't access the Engine singleton any more
This is a not *that* straight forward. For convenience, Devices
offers information from the DeviceClasses and used to get that stuff
from the engine. In order to solve this I've added a pointer to the
DeviceClass in Device. This however, implies that DeviceClasses
must be created before Devices and destroyed after them. As the
general concept of the system is built in such a way this isn't
an issue but it requires some extra throughts when tearing down
things.
2018-10-01 17:17:54 +02:00
Michael Zanetti
b1338caf33 DeviceDiscovery is not using the Engine singleton any more 2018-10-01 17:17:54 +02:00
Michael Zanetti
5f6a3f5f31 change DevicesProxy to not access the engine singleton 2018-10-01 17:17:54 +02:00
Michael Zanetti
fc0f57ae07 remove usage of Engine singleton in InterfacesModel 2018-10-01 17:14:35 +02:00
Jenkins
54d8099bec Automated Jenkins build: 1.0.72 2018-10-01 15:43:10 +02:00
Michael Zanetti
ebe24abd8e improve sensors page 2018-10-01 14:43:52 +02:00
Michael Zanetti
f194bb1bc2 improve lig view 2018-09-28 23:54:45 +02:00
Michael Zanetti
e9ec00b56f rework lights pages 2018-09-28 20:09:24 +02:00
Michael Zanetti
3c6d00c646 add unit string to ParamDescriptorDelegate 2018-09-28 20:09:24 +02:00
Michael Zanetti
9cfbf49535 add missing deps to snapcraft.yaml 2018-09-28 20:09:24 +02:00
Jenkins
1d57b4f1bb Automated Jenkins build: 1.0.71 2018-09-28 12:46:01 +02:00
Michael Zanetti
8af4cd49d5 fix aws login, workaround wss certificate issue 2018-09-28 11:24:24 +02:00
Jenkins
568b17004c Automated Jenkins build: 1.0.70 2018-09-28 02:37:49 +02:00
Michael Zanetti
cd9c668f6e improve aws connection setup flow 2018-09-28 02:27:29 +02:00
Michael Zanetti
cbb834b92c disable IPv6 2018-09-28 01:35:28 +02:00
Jenkins
7c30c66b43 Automated Jenkins build: 1.0.69 2018-09-25 18:23:22 +02:00
Jenkins
3677da1096 Merge remote-tracking branch 'origin/better-notifications-page' into landing-silo 2018-09-25 18:23:22 +02:00
Jenkins
7043c3bbf0 Automated Jenkins build: 1.0.68 2018-09-25 16:43:07 +02:00