* Fix upgrades
* Certificate 'View in Marketplace' wasn't working
* command-line hifiapp:MARKET wasn't launching
* Home link wasn't disappearing where it should
* Log In button on marketplace wasn't working
* Other minor UI bugfixes
note:
the idea is to make imports like 'import controlsUit 1.0' to work
with 'styles-uit'/'controls-uit' it is not possible because of two reasons:
1. import controls-uit 1.0 is invalid syntax
2. qmldir inside controls-uit is 'module controlsUit'
commit 515ff016a4
Author: Zach Fox <fox@highfidelity.io>
Date: Mon Nov 5 13:03:34 2018 -0800
Fix seven bugs
commit a4d36b3845
Merge: 8906b909ebd0181283dd
Author: Zach Fox <fox@highfidelity.io>
Date: Mon Nov 5 10:25:58 2018 -0800
Merge branch 'master' of github.com:highfidelity/hifi into oculus-store-commerce
commit d0181283dd
Merge: be17ed0910643026abd6
Author: Brad Hefta-Gaub <brad@highfidelity.io>
Date: Fri Nov 2 16:44:31 2018 -0700
Merge pull request #14308 from sabrina-shanman/fbx2hfm
(case 19302) Re-name FBXGeometry to HFMGeometry and do the same for related classes
commit 643026abd6
Author: sabrina-shanman <sabrina@highfidelity.io>
Date: Wed Oct 31 14:15:30 2018 -0700
Change local variable in TestFbx for clarity
commit 0b7ddca5f6
Author: sabrina-shanman <sabrina@highfidelity.io>
Date: Wed Oct 31 14:03:20 2018 -0700
Change naming for straggler names in model loading debug dumps
commit becee7f010
Author: sabrina-shanman <sabrina@highfidelity.io>
Date: Tue Oct 30 17:28:42 2018 -0700
Re-name FBXGeometry to HFMGeometry and do the same for related classes
note:
the idea is to make imports like 'import controlsUit 1.0' to work
with 'styles-uit'/'controls-uit' it is not possible because of two reasons:
1. import controls-uit 1.0 is invalid syntax
2. qmldir inside controls-uit is 'module controlsUit'