summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
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-27sigh, follow-up fix.Tofu Linden
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-100Tofu Linden
Checker: INVALIDATE_ITERATOR Function: buildBlock(unsigned char *, int, const LLMessageBlock *, LLMsgData *) File: /indra/llmessage/lltemplatemessagebuilder.cpp
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-102Tofu Linden
Checker: INVALIDATE_ITERATOR Function: LLNotifications::getChannel(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&) File: /indra/llui/llnotifications.cpp not a bug.
2010-01-27follow-up fixTofu Linden
2010-01-27CID-103Tofu Linden
Checker: INVALIDATE_ITERATOR Function: LLMenuGL::scrollItemsDown() File: /indra/llui/llmenugl.cpp
2010-01-27CID-103Tofu Linden
Checker: INVALIDATE_ITERATOR Function: LLMenuGL::scrollItemsDown() File: /indra/llui/llmenugl.cpp
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-1Tofu Linden
Checker: BAD_COMPARE Function: checkExceptionHandler() File: /indra/llplugin/slplugin/slplugin.cpp (not a bug, but rearranged a little)
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-416Tofu Linden
Checker: NULL_RETURNS Function: LLTabContainer::onTabBtn(const LLSD &, LLPanel *) File: /indra/llui/lltabcontainer.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-27Cleaned up including of the "llviewerinventory.h"Mike Antipov
--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-27Work on major bug EXT-3985 ([BSI] Landmarks created in Viewer 2.0 show up ↵Mike Antipov
with 1@ in Viewer 1.23.x) -- Implemented storage to save favorite landmarks order in local file. -- Previously implemented solution to store sort index in Landmark's name replaced with using the storage. For now all landmarks are shown as is (with sort LM prefix if it exists). -- Some deprecated methods are marked to be removed later -- Reverted fixes for: EXT-4306, EXT-1237, EXT-1615 as not necessary, these bugs should be verified again. --HG-- branch : product-engine
2010-01-27Fixed low bug EXT-4381 - No visual difference between active and inactive ↵Dmitry Zaporozhan
gestures. --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-27Fixed low bug EXT-4375 - Gestures floater Gear menu: menuitem 'Inspect' ↵Dmitry Zaporozhan
duplicates menuitem 'Edit'. --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)