summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-26MergeEli Linden
2010-01-26DEV-43688 cycle2 changes from Simone for DEEli Linden
2010-01-26Fix for stray tab character breaking the coding standard policy hook.brad kittenbrink
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
2010-01-26DEV-45468 SNOW-108: Fast timers are broken / badly-scaled on linuxTofu Linden
more reliable fix based on feedback from Richard. dicked with the Darwin results too since those seemed wrong based on the same feedback (also covered in test plan).
2010-01-26Workaround for EXT-4725(Viewer crashes if try to call from 'Nearby voice' ↵Andrew Dyukov
floater). - Enabling/disabling 'Call'menu item is moved to createMenu(). Some way to properly enable/disable it in enableContextMenuItem() should be found. --HG-- branch : product-engine
2010-01-26Fixed normal bug EXT-4672 (Relog displays Voice Controls floater with Leave ↵Eugene Mutavchi
Call button) --HG-- branch : product-engine
2010-01-26PE merge.Tofu Linden
2010-01-26Removed an unused class.Vadim Savchuk
--HG-- branch : product-engine
2010-01-26Fixed critical bug EXT-4663 ([BSI] Inviting Residents to groups produces ↵Vadim Savchuk
error 100% of time). Overriden LLScrollListItem::getUUID() in LLNameListCtrl so that you can get correct ID of a name list item. --HG-- branch : product-engine
2010-01-26Fixed normal bug (EXT-4720) N/A is displayed in the Create Landmark panel ↵Sergei Litovchuk
while data is retrieved. --HG-- branch : product-engine
2010-01-26fixed EXT-4643 “IM toasts don't appear after few teleport offers were sent ↵Alexei Arabadji
to that avatar” corrected checking opened active IM session; corrected restoring active IM session after logging IM notification; --HG-- branch : product-engine
2010-01-26Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2010-01-26implemented EXT-4588 “Redirect messages that went to the Communicate ↵Alexei Arabadji
floater”; --HG-- branch : product-engine
2010-01-26Fixed major bug EXT-4719 - Crash in LLTextBase after showing popup menu for ↵Dmitry Zaporozhan
link. --HG-- branch : product-engine
2010-01-26Fixed normal bug EXT-4718 ( Stop Flying button is displayed in the mouse ↵Mike Antipov
look mode) - restore base processing of visibility of Panel with "stand/stop flying" buttons broken in EXT-2504 --HG-- branch : product-engine
2010-01-26Fixed low bug EXT-4354(Dragging landmarks into landmark folders doesn't ↵Eugene Mutavchi
scroll window) --HG-- branch : product-engine
2010-01-26EXT-4063: Enable tear-offs for pre-login menus.Lynx Linden
2010-01-26Fixed EXT-4646 ([BSI] Movement controls close after hitting stand)Mike Antipov
- reason: fix for bug EXT-2504 (black bars present at top and bottom when in mouselook) (changing parent visibility of panel with "Stand/Stop flying" buttons) - fix: updated condition to process visibility of the parent of the panel with "Stand/Stop flying" buttons: only if panel is not attached to Move Floater NOTE: The same problem was for EXT-3632 (Move floater closes after user click on Stop Flying btn) Reverted that fix for Stop flying button to be consistent with "Stand". --HG-- branch : product-engine