summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2010-01-27CID-199Tofu Linden
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 :/
2010-01-27CID-200Tofu Linden
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
2010-01-27CID 201Tofu Linden
Checker: RESOURCE_LEAK Function: LLInitialWearablesFetch::processWearablesMessage() File: /indra/newview/llagentwearables.cpp
2010-01-27merge.Tofu Linden
2010-01-27CID-161Tofu Linden
Checker: OVERRUN_STATIC Function: LLViewerLogin::setGridChoice(EGridInfo) File: /indra/newview/llviewernetwork.cpp not a bug. clarified for coverity.
2010-01-27Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-01-27Plumb getting and setting the system audio mute through appviewerRick Pasetto
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*
2010-01-27CID-128Tofu Linden
Checker: NO_EFFECT Function: LLSpatialGroup::~LLSpatialGroup() File: /indra/newview/llspatialpartition.cpp
2010-01-27CID-129Tofu Linden
Checker: NO_EFFECT Function: LLTexLayerTemplate::getLayer(unsigned int) File: /indra/newview/lltexlayer.cpp
2010-01-27CID-111Tofu Linden
Checker: MISSING_BREAK Function: LLViewerObject::processUpdateMessage(LLMessageSystem *, void **, unsigned int, e_object_update_type, LLDataPacker *) File: /indra/newview/llviewerobject.cpp not a bug. commented.
2010-01-27CID-112Tofu Linden
Checker: MISSING_BREAK Function: LLViewerObject::processUpdateMessage(LLMessageSystem *, void **, unsigned int, e_object_update_type, LLDataPacker *) File: /indra/newview/llviewerobject.cpp not a bug. commented.
2010-01-27CID-114Tofu Linden
Checker: MISSING_BREAK Function: renderBoundingBox(LLDrawable *, int) File: /indra/newview/llspatialpartition.cpp
2010-01-27CID-99Tofu Linden
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.
2010-01-27CID-101Tofu Linden
Checker: INVALIDATE_ITERATOR Function: LLTextureCache::writeComplete(unsigned int, bool) File: /indra/newview/lltexturecache.cpp not really a bug, but rearranged a little.
2010-01-27CID-104Tofu Linden
Checker: INVALIDATE_ITERATOR Function: LLViewerWindowListener::saveSnapshot(const LLSD &) const File: /indra/newview/llviewerwindowlistener.cpp not a bug.
2010-01-27CID-105Tofu Linden
Checker: INVALIDATE_ITERATOR Function: LLLocationHistory::addItem(const LLLocationHistoryItem &) File: /indra/newview/lllocationhistory.cpp
2010-01-27CID-26Tofu Linden
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
2010-01-27CID-415Tofu Linden
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
2010-01-27CID-417Tofu Linden
Checker: UNINIT_CTOR Function: LLFoundData::LLFoundData() File: /indra/newview/llappearancemgr.cpp
2010-01-27Fixed normal bug (EXT-4592) Negative 'new balance' value in Buy L$ floaterSergei Litovchuk
- Restricted currency purchase amount to a 10 digit number. --HG-- branch : product-engine
2010-01-27Fixed normal bug (EXT-4700) Creating a landmark brings up the LandmarkSergei Litovchuk
sidepanel info twice. - Disabled "Close" and "Back" buttons to prevent closing "Create Landmark" panel until created landmark is loaded. --HG-- branch : product-engine
2010-01-27Fixed low bug EXT-4647 ("Leaving nearby voice ..." appears when you're not ↵Andrew Dyukov
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
2010-01-27fixed minor bug EXT-3941 Quick clicks on chiclets are treated as double clicksDenis Serdjuk
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
2010-01-27mergeVadim Savchuk
--HG-- branch : product-engine
2010-01-27Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-01-27fixed EXT-4667 color and texture eyedrop selectors do not work in appearance ↵Igor Borovkov
mode --HG-- branch : product-engine
2010-01-27Fixed critical bug EXT-4725 (Viewer crashes if try to call from 'Nearby ↵Mike Antipov
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
2010-01-27Work on critical bug EXT-4725 (Viewer crashes if try to call from 'Nearby ↵Mike Antipov
voice' floater) - reverted workaround implemented in the d1e9333a6203 changeset. Bug will be fixed in the correct way. --HG-- branch : product-engine
2010-01-27Implemeted normal Sub-Task EXT - 2753 (Implement Avatar icons on IM ↵Paul Guslisty
multifloater tabs) --HG-- branch : product-engine
2010-01-27EXT-3783 “System messages displayed in nearby chat”,Alexei Arabadji
added missing floater_call_info.xml; avoided recreation of LLCallInfoDialog with the same message; --HG-- branch : product-engine
2010-01-26Fix for EXT-4708 (ressing cursor or modifier keys while MoaP has input focus ↵Monroe Linden
gives an error in the log "WARNING: ll_apr_warn_status: APR: File exists") The attempt to create a directory should no longer be necessary with webkit. This code has been removed.
2010-01-26CID-389Tofu Linden
Checker: UNINIT_CTOR Function: LLPanelObject::LLPanelObject() File: /indra/newview/llpanelobject.cpp
2010-01-26CID-390Tofu Linden
Checker: UNINIT_CTOR Function: LLEventInfo::LLEventInfo() File: /indra/newview/lleventinfo.h
2010-01-26CID-392Tofu Linden
Checker: UNINIT_CTOR Function: LLNearbyChatToastPanel::LLNearbyChatToastPanel() File: /indra/newview/llchatitemscontainerctrl.h
2010-01-26supplementary fixTofu Linden
2010-01-26CID-393Tofu Linden
Checker: UNINIT_CTOR Function: LLPanelScriptLimitsRegionURLs::LLPanelScriptLimitsRegionURLs() File: /indra/newview/llfloaterscriptlimits.h
2010-01-26CID-394Tofu Linden
Checker: UNINIT_CTOR Function: LLPanelScriptLimitsRegionMemory::LLPanelScriptLimitsRegionMemory() File: /indra/newview/llfloaterscriptlimits.h
2010-01-26CID-395 Checker: UNINIT_CTORTofu Linden
Function: LLPanelEstateCovenant::LLPanelEstateCovenant() File: /indra/newview/llfloaterregioninfo.cpp
2010-01-26CID-396Tofu Linden
Checker: UNINIT_CTOR Function: LLFloaterPay::LLFloaterPay(const LLSD &) File: /indra/newview/llfloaterpay.cpp
2010-01-26CID-397Tofu Linden
Checker: UNINIT_CTOR Function: LLPanelLandObjects::LLPanelLandObjects(LLSafeHandle<LLParcelSelection> &) File: /indra/newview/llfloaterland.cpp
2010-01-26CID-399Tofu Linden
Checker: UNINIT_CTOR Function: LLFilePicker::LLFilePicker() File: /indra/newview/llfilepicker.cpp
2010-01-26CID-400Tofu Linden
Checker: UNINIT_CTOR Function: LLDirPicker::LLDirPicker() File: /indra/newview/lldirpicker.cpp
2010-01-26DEV-43688 cycle2 changes from Simone for DEEli Linden
2010-01-26DEV-43688 cycle3 for JAEli Linden
2010-01-26MergeEli Linden
2010-01-26DEV-43688 cycle3 for DEEli Linden
2010-01-26Removed tabs.Mark Palange (Mani)
2010-01-26mergeMark Palange (Mani)
2010-01-26Configured build for the windows lightweight(stub) installer.Mark Palange (Mani)
Added a dependency on the package target to get parabuild to build the indra/win_setup project. Reviewed by Palmer
2010-01-26PE Merge.Tofu Linden