Age | Commit message (Collapse) | Author |
|
LLAppViewerMacOSX::getMasterSystemAudioMute() using CoreAudio APIs.
This required adding a reference to the CoreAudio framework in indra/newview/CMakeLists.txt
|
|
Checker: UNINIT_CTOR
Function: LLFace::LLFace(LLDrawable *, LLViewerObject *)
File: /indra/newview/llface.h
|
|
Checker: UNINIT_CTOR
Function: LLVolumeImplFlexible::LLVolumeImplFlexible(LLViewerObject *, LLFlexibleObjectData *)
File: /indra/newview/llflexibleobject.cpp
|
|
Checker: UNINIT_CTOR
Function: LLTexLayerSet::LLTexLayerSet(LLVOAvatarSelf *)
File: /indra/newview/lltexlayer.cpp
|
|
Checker: UNINIT_CTOR
Function: LLPickInfo::LLPickInfo(const LLCoordGL &, unsigned int, int, int, void (*)(const LLPickInfo&))
File: /indra/newview/llviewerwindow.cpp
remove some fat, dead members.
|
|
Checker: UNINIT_CTOR
Function: LLViewerFetchedTexture::LLViewerFetchedTexture(const LLImageRaw *, int)
File: /indra/newview/llviewertexture.cpp
|
|
Checker: UNINIT_CTOR
Function: LLViewerPart::LLViewerPart()
File: /indra/newview/llviewerpartsim.cpp
|
|
Checker: UNINIT_CTOR
Function: LLSelectNode::LLSelectNode(const LLSelectNode&)
File: /indra/newview/llselectmgr.cpp
|
|
Checker: UNINIT_CTOR
Function: LLToolBar::LLToolBar()
File: /indra/newview/lltoolbar.cpp
|
|
Checker: UNINIT_CTOR
Function: LLFolderBridge::LLFolderBridge(LLInventoryPanel *, const LLUUID &)
File: /indra/newview/llinventorybridge.h
|
|
Checker: UNINIT_CTOR
Function: LLTeleportHistoryPanel::ContextMenu::ContextMenu()
File: /indra/newview/llpanelteleporthistory.cpp
|
|
Checker: UNINIT_CTOR
Function: LLPanelPlaceInfo::LLPanelPlaceInfo()
File: /indra/newview/llpanelplaceinfo.cpp
|
|
Checker: UNINIT
Function: process_improved_im(LLMessageSystem *, void **)
File: /indra/newview/llviewermessage.cpp
|
|
|
|
Checker: RESOURCE_LEAK
Function: LLAgentWearables::addLocalTextureObject(EWearableType, LLVOAvatarDefines::ETextureIndex, unsigned int)
File: /indra/newview/llagentwearables.cpp
|
|
Checker: RESOURCE_LEAK
Function: process_improved_im(LLMessageSystem *, void **)
File: /indra/newview/llviewermessage.cpp
|
|
Checker: RESOURCE_LEAK
Function: process_improved_im(LLMessageSystem *, void **)
File: /indra/newview/llviewermessage.cpp
partial fix. either coverity doesn't grok that the remaining case gets freed way down the line by the callbacks, or.. it really doesnt.
|
|
|
|
Checker: RESOURCE_LEAK
Function: LLToolDragAndDrop::giveInventoryCategory(const LLUUID &, LLInventoryCategory *, const LLUUID &)
File: /indra/newview/lltooldraganddrop.cpp
|
|
Checker: RESOURCE_LEAK
Function: LLTextureFetchWorker::doWork(int)
File: /indra/newview/lltexturefetch.cpp
|
|
Checker: RESOURCE_LEAK
Function: LLTaskInvFVBridge::removeItem()
File: /indra/newview/llpanelobjectinventory.cpp
we haven't actually used this new()'d structure, all the way back to 1.23 :/
|
|
Checker: RESOURCE_LEAK
Function: LLPanelEstateInfo::onKickUserCommit(const std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char>>>> &, std::vector<LLUUID, std::allocator<LLUUID>>&)
File: /indra/newview/llfloaterregioninfo.cpp
we don't use this structure, all the way back to 1.23
|
|
Checker: RESOURCE_LEAK
Function: LLInitialWearablesFetch::processWearablesMessage()
File: /indra/newview/llagentwearables.cpp
|
|
|
|
Checker: OVERRUN_STATIC
Function: LLViewerLogin::setGridChoice(EGridInfo)
File: /indra/newview/llviewernetwork.cpp
not a bug. clarified for coverity.
|
|
|
|
Next step is to actually implement the OS-specific calls to do so.
Until then, behavior is the same; the status bar will mute/unmute
the "master" audio for the viewer *only*
|
|
Checker: NO_EFFECT
Function: LLSpatialGroup::~LLSpatialGroup()
File: /indra/newview/llspatialpartition.cpp
|
|
Checker: NO_EFFECT
Function: LLTexLayerTemplate::getLayer(unsigned int)
File: /indra/newview/lltexlayer.cpp
|
|
Checker: MISSING_BREAK
Function: LLViewerObject::processUpdateMessage(LLMessageSystem *, void **, unsigned int, e_object_update_type, LLDataPacker *)
File: /indra/newview/llviewerobject.cpp
not a bug. commented.
|
|
Checker: MISSING_BREAK
Function: LLViewerObject::processUpdateMessage(LLMessageSystem *, void **, unsigned int, e_object_update_type, LLDataPacker *)
File: /indra/newview/llviewerobject.cpp
not a bug. commented.
|
|
Checker: MISSING_BREAK
Function: renderBoundingBox(LLDrawable *, int)
File: /indra/newview/llspatialpartition.cpp
|
|
Checker: INVALIDATE_ITERATOR
Function: LLAllocatorHeapProfile::parse(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&)
File: /indra/llcommon/llallocator_heap_profile.cpp
not a bug, but make it clearer to coverity.
|
|
Checker: INVALIDATE_ITERATOR
Function: LLTextureCache::writeComplete(unsigned int, bool)
File: /indra/newview/lltexturecache.cpp
not really a bug, but rearranged a little.
|
|
Checker: INVALIDATE_ITERATOR
Function: LLViewerWindowListener::saveSnapshot(const LLSD &) const
File: /indra/newview/llviewerwindowlistener.cpp
not a bug.
|
|
Checker: INVALIDATE_ITERATOR
Function: LLLocationHistory::addItem(const LLLocationHistoryItem &)
File: /indra/newview/lllocationhistory.cpp
|
|
Checker: CTOR_DTOR_LEAK
Function: LLViewerWindow::LLViewerWindow(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, int, int, int, int, int, int)
File: /indra/newview/llviewerwindow.cpp
|
|
Checker: DEADCODE
Function: LLToolPie::handleTooltipObject(LLViewerObject *, std::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::basic_string<char, std::char_traits<char>, std::allocator<char>>)
File: /indra/newview/lltoolpie.cpp
|
|
Checker: UNINIT_CTOR
Function: LLFoundData::LLFoundData()
File: /indra/newview/llappearancemgr.cpp
|
|
- Restricted currency purchase amount to a 10 digit number.
--HG--
branch : product-engine
|
|
sidepanel info twice.
- Disabled "Close" and "Back" buttons to prevent closing "Create Landmark" panel until created landmark is loaded.
--HG--
branch : product-engine
|
|
connected to nearby voice channel).
- Added flag to check whether to show "Leaving ...". It is false only if voice in parcel is disabled and channel we leave is nearby.
--HG--
branch : product-engine
|
|
Handling of mouseDown event was delegated to chiclet's button.
Also double callback was connected with onMouseDown handler to ride from missed click behavior.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
mode
--HG--
branch : product-engine
|
|
voice' floater)
- reason: LLContextMenu was not not deleted when LLPanelPeopleMenus::ContextMenu was destroyed.
Associated callbacks were called by Menu Holder for last selected menu_item_call for destroyed LLParticipantList::LLParticipantListMenu
- fix: added destruction of LLContextMenu when LLPanelPeopleMenus::ContextMenu is destructed.
--HG--
branch : product-engine
|
|
voice' floater)
- reverted workaround implemented in the d1e9333a6203 changeset. Bug will be fixed in the correct way.
--HG--
branch : product-engine
|
|
multifloater tabs)
--HG--
branch : product-engine
|
|
added missing floater_call_info.xml;
avoided recreation of LLCallInfoDialog with the same message;
--HG--
branch : product-engine
|