Seth Alves
04b99ef8a5
Merge pull request #11352 from 1P-Cusack/FogBugz/Case_6107
...
[QML] Fixes FogBugz Case 6107: Can't sort on import menu (details below).
2017-09-16 11:08:59 -07:00
Sam Gateau
84dfe53fee
Merge pull request #11362 from jherico/crash/model-race
...
Ensure thread-safety for model pointer access
2017-09-16 10:45:09 -07:00
Sam Gateau
512e9432ed
Merge pull request #11370 from samcake/blue-bis
...
Fixing the web surface of the tablet
2017-09-15 15:36:55 -07:00
samcake
524c94cdd4
Adding more comments for future fixmes
2017-09-15 14:35:45 -07:00
Anthony Thibault
c7fc45e0ae
Merge pull request #11375 from hyperlogic/bug-fix/avatar-attachments-rendering
...
Avatar Attachments now render correctly
2017-09-15 13:28:00 -07:00
Seth Alves
d968bbad6c
Merge pull request #11364 from sethalves/rework-scriptengine-lifetime
...
Rework scriptengine lifetime
2017-09-15 12:17:51 -07:00
samcake
c687932ca7
One more:
2017-09-15 11:44:35 -07:00
Anthony J. Thibault
3f6c88e77f
Avatar Attachments now render correctly
...
* moved Avatar::fixupModelsInScene off the newly created render thread back
to the main thread.
* updated Avatar::postUpdate to take a scene pointer, necessary for
Avatar::fixupModelsInScene
* updated developer/tests/avatarAttachementTest.js to account for recent
changes in avatar attachment scale, commit 712aff7ad
.
* updated initialization of anim graph to use Model::isLoaded() instead of
Model::initWhenReady() to know when the model was completely loaded.
2017-09-15 11:23:09 -07:00
samcake
97617c6dbe
Merge branch 'master' of https://github.com/highfidelity/hifi into blue-bis
2017-09-15 11:13:34 -07:00
samcake
19cd537e65
addressing review comments
2017-09-15 11:10:25 -07:00
Seth Alves
8a49edbecb
code review
2017-09-15 10:08:35 -07:00
Sam Gateau
30bf800963
Cleanup
2017-09-14 20:33:08 -07:00
Thijs Wenker
9f61e7471c
Merge pull request #11365 from thoys/feat/cloneAvatarEntities
...
Clone local avatar entities
2017-09-15 04:51:18 +02:00
samcake
ec7536db2c
Brining the changes just to fix the tablet issue
2017-09-14 18:36:20 -07:00
Chris Collins
cfec2a29ae
Merge pull request #11314 from jherico/polyline_crash
...
Fix polyline crash and flicker
2017-09-14 15:42:49 -07:00
Thijs Wenker
af4bc59307
clone local avatar entities
2017-09-14 23:31:51 +02:00
Brad Davis
688ee68cf9
Ensure thread-safety for model pointer access
2017-09-14 12:29:23 -07:00
LaShonda Hopper
24b6cd71fc
[Case 6107] Fixes Tablet import sorting (details below).
...
This ports the fix from FileDialog to TabletFileDialog.
* There appears to be 2 versions of this file:
* qml/dialogs/TabletFileDialog.qml
* qml/hifi/tablet/tabletWindows/TabletFileDialog.qml
Testing the tablet within desktop mode works without this fix most
likely because it uses qml/hifi/tablet/tabletWindows/TabletFileDialog.qml
which didn't receive the same refactor pass via d3282a4e
.
Tested on Vive: Menu -> Edit -> Import Entities
Changes Committed:
modified: interface/resources/qml/dialogs/TabletFileDialog.qml
2017-09-14 14:49:49 -04:00
Seth Alves
10494cf3e0
Merge pull request #11359 from vladest/fix_runningscripts_selection
...
use selection model of TreeView
2017-09-14 11:22:08 -07:00
Seth Alves
11df5a447e
Merge pull request #11310 from ElderOrb/case6718
...
6718 PR11082: Help text cannot be dismissed by clicking on the text i…
2017-09-14 11:17:48 -07:00
Brad Davis
aef85eb69d
Fix polyline rendering using default texture
2017-09-14 10:48:14 -07:00
Seth Alves
cf2979dc78
Merge branch 'master' of github.com:highfidelity/hifi into rework-scriptengine-lifetime
2017-09-14 10:42:26 -07:00
Seth Alves
d89f2b77da
rework ScriptEngine lifetimes using 'smart' pointers
2017-09-14 10:42:21 -07:00
Seth Alves
dbaf60a957
Merge pull request #11363 from ElderOrb/lint-fix
...
add missing comma
2017-09-14 09:10:14 -07:00
beholder
61c5395f44
add missing comma
2017-09-14 18:48:43 +03:00
Brad Davis
501eee8b10
Fix transform of polylines with high update rates
2017-09-14 08:45:37 -07:00
Brad Davis
75e7146c5b
Fix polyline crash and flicker
2017-09-14 08:45:36 -07:00
Thijs Wenker
523d099f70
Merge pull request #11355 from jherico/crash/zone-keylight
...
Fix race condition accessing QString sub-properties in zones
2017-09-14 16:03:05 +02:00
Thijs Wenker
ddb4b2d2be
Merge pull request #11354 from hyperlogic/bug-fix/good-riddance
...
Remove handControllerGrab.js, see controllerDispatcher.js instead.
2017-09-14 15:42:30 +02:00
vladest
7233c47257
use selection model of TreeView
2017-09-14 15:36:12 +02:00
Brad Davis
f4d8216501
Fix race condition accessing QString sub-properties in zones
2017-09-13 18:06:21 -07:00
Anthony J. Thibault
745d2ff395
Remove handControllerGrab.js, see controllerDispatcher.js instead.
2017-09-13 17:36:56 -07:00
anshuman64
d3dbd431d6
Merge pull request #11279 from druiz17/controller-dispatcher-1
...
handControllerGrab Refactor -> controllerDispatcher
2017-09-13 16:56:57 -07:00
druiz17
1b288ef860
make garbbing radius the same as master
2017-09-13 16:15:36 -07:00
druiz17
310dbce65d
fixed merge conflict
2017-09-13 15:55:04 -07:00
Chris Collins
84998a3360
Merge pull request #11351 from Atlante45/new-master
...
Update master from stable
2017-09-13 14:28:44 -07:00
LaShonda Hopper
33c8e90e34
[QML] Fixes FogBugz Case 6107: Can't sort on import menu (details below).
...
Looking through the log revealed the following warning:
".../qml/dialogs/FileDialog.qml:489: Error: Cannot assign to non-existent property 'sortOrder'"
There was some refactoring to address some HMD functionality in 51b44d90
which resulted in an update to fileTableView's model. This appears to be the point
at which sorting stopped working.
This updates the fileTableView's sorting methods to use fileTableModel as opposed
to fileTableView's model(filesModel). This appears safe given fileTableModel internally wraps
around filesModel and is responsible for updating its value. I'm relatively new
to QML/Qt; any comments or suggestions are welcome.
Tagging @vladest since they may want to be aware given 51b44d90
.
Case Link:
https://highfidelity.fogbugz.com/f/cases/6107
Reviewed-by: Leander Hasty <leander@1stplayable.com>
Changes Committed:
modified: interface/resources/qml/dialogs/FileDialog.qml
2017-09-13 16:25:36 -04:00
Atlante45
d3966ce8c2
Merge branch 'stable' of https://github.com/highfidelity/hifi into new-master
2017-09-13 13:14:25 -07:00
Melissa Brown
49ab8af428
Merge pull request #11344 from Menithal/21536
...
21536: Clap App!
2017-09-13 12:54:31 -07:00
Menithal
59746c564b
21536: Applied forgotten beutify to file
2017-09-13 21:24:24 +03:00
David Kelly
030b39050a
Merge pull request #11343 from davidkelly/dk/oneFileWallet
...
Wallet updates
2017-09-13 11:15:03 -07:00
Chris Collins
1b608a7d35
Merge pull request #11315 from highfidelity/RC-54
...
Beta Release 54 - Includes up to Developer Release 7078
2017-09-13 10:36:28 -07:00
David Kelly
bce92a622e
cr feedback
2017-09-13 09:45:02 -07:00
Andrew Meadows
50b94887fa
Merge pull request #11339 from ElderOrb/case7469
...
7469 Mouse Pointer Depth is Incorrect in HMD Mode
2017-09-13 08:33:09 -07:00
Andrew Meadows
5741699bab
Merge pull request #11301 from Menithal/21484-Fix
...
WL21484 _- Hotfix - Solve Joint array issues with Similar, but not same Skeletons
2017-09-13 08:05:53 -07:00
David Kelly
7550374f8f
Merge branch 'master' of https://github.com/highfidelity/hifi into dk/oneFileWallet
2017-09-13 04:49:13 -07:00
druiz17
b3ff5c86f7
fixed secondary triggers and chest lid
2017-09-12 14:43:06 -07:00
druiz17
0b360f455c
Merge branch 'master' of github.com:highfidelity/hifi into controller-dispatcher-1
2017-09-12 14:38:07 -07:00
Dante Ruiz
bf32f65efe
Merge pull request #11341 from vladest/flickable_off
...
Flickable off
2017-09-12 13:09:06 -07:00
Menithal
40beb4bca8
Some minor tweaks
2017-09-12 22:12:30 +03:00