-
- Downloads
FIX DEV-41991: do not allow media settings panel to come up if media data is in flight
Review #33 This change marks the current selection "not editable" if any objects in the selection are currently "in flight" (i.e. their media data has not been fetched yet, or is in the process of being fetched). This involved adding API to LLMediaDataClient to query whether an object is in the process of being fetched (i.e. in the queue). I've added a unit test for this new API.
Showing
- indra/newview/llfloatertools.cpp 33 additions, 8 deletionsindra/newview/llfloatertools.cpp
- indra/newview/llmediadataclient.cpp 21 additions, 0 deletionsindra/newview/llmediadataclient.cpp
- indra/newview/llmediadataclient.h 7 additions, 1 deletionindra/newview/llmediadataclient.h
- indra/newview/llvovolume.cpp 8 additions, 0 deletionsindra/newview/llvovolume.cpp
- indra/newview/llvovolume.h 4 additions, 1 deletionindra/newview/llvovolume.h
- indra/newview/tests/llmediadataclient_test.cpp 34 additions, 1 deletionindra/newview/tests/llmediadataclient_test.cpp
Loading
Please register or sign in to comment