summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-11Fixing another suicidal timer tick()Aimee Linden
2010-02-11CID-146Tofu Linden
Checker: NULL_RETURNS Function: LLNotificationChannelPanel::onClickNotification(void *) File: /indra/newview/llfloaternotificationsconsole.cpp
2010-02-11CID-147Tofu Linden
Checker: NULL_RETURNS Function: LLNotificationChannelPanel::onClickNotificationReject(void *) File: /indra/newview/llfloaternotificationsconsole.cpp
2010-02-11merge from remote repoangela
2010-02-11CID-148Tofu Linden
Checker: NULL_RETURNS Function: LLFloaterGesture::onClickPlay() File: /indra/newview/llfloatergesture.cpp
2010-02-11EXT-4837 [NUX] When filter results in null state, provide a message ↵angela
suggesting the user try global search.
2010-02-11CID-149Tofu Linden
Checker: NULL_RETURNS Function: LLFloaterGesture::onCopyPasteAction(const LLSD &) File: /indra/newview/llfloatergesture.cpp
2010-02-11CID-150Tofu Linden
Checker: NULL_RETURNS Function: LLFloaterGesture::onCopyPasteAction(const LLSD &) File: /indra/newview/llfloatergesture.cpp
2010-02-11CID-151Tofu Linden
Checker: NULL_RETURNS Function: LLFavoritesBarCtrl::insertBeforeItem(LLDynamicArray<LLPointer<LLViewerInventoryItem>, (int)32> &, const LLUUID &, LLViewerInventoryItem *) File: /indra/newview/llfavoritesbar.cpp
2010-02-11CID-153Tofu Linden
Checker: NULL_RETURNS Function: LLAgentWearables::makeNewOutfit(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, const LLDynamicArray<int, (int)32> &, const LLDynamicArray<int, (int)32> &, int) File: /indra/newview/llagentwearables.cpp
2010-02-11CID-67Tofu Linden
Checker: FORWARD_NULL Function: LLFloaterTools::updatePopup(LLCoordGL, unsigned int) File: /indra/newview/llfloatertools.cpp
2010-02-11CID-66Tofu Linden
Checker: FORWARD_NULL Function: LLVOAvatar::parseSkeletonFile(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&) File: /indra/newview/llvoavatar.cpp not a bug.
2010-02-11CID-64Tofu Linden
Checker: FORWARD_NULL Function: LLFeatureManager::loadFeatureTables() File: /indra/newview/llfeaturemanager.cpp not a bug.
2010-02-11CID-63Tofu Linden
Checker: FORWARD_NULL Function: LLFloaterProperties::dirtyAll() File: /indra/newview/llfloaterproperties.cpp
2010-02-11CID-60Tofu Linden
Checker: FORWARD_NULL Function: LLMultiSliderCtrl::onEditorCommit(LLUICtrl *, const LLSD &) File: /indra/llui/llmultisliderctrl.cpp
2010-02-11CID-115Tofu Linden
Checker: MISSING_BREAK Function: LLGroupMgrGroupData::sendRoleChanges() File: /indra/newview/llgroupmgr.cpp not a bug.
2010-02-11MergedMike Antipov
--HG-- branch : product-engine
2010-02-11Merged backout changesetMike Antipov
--HG-- branch : product-engine
2010-02-11Backed out changeset bc651a97431f. This changeset broke fix for EXT-4212 ↵Mike Antipov
(There's an ability to send non-latin group notices but they turn to '????...' in group profile page.) --HG-- branch : product-engine
2010-02-11CID-83 follow-upTofu Linden
2010-02-11CID-84Tofu Linden
Checker: FORWARD_NULL Function: LLPanelPicks::onPanelClassifiedClose(LLPanelClassifiedInfo *) File: /indra/newview/llpanelpicks.cpp
2010-02-11CID-83Tofu Linden
Checker: FORWARD_NULL Function: LLPanelLandmarkInfo::populateFoldersList() File: /indra/newview/llpanellandmarkinfo.cpp
2010-02-11CID-81Tofu Linden
Checker: FORWARD_NULL Function: LLScriptEdCore::onBtnDynamicHelp() File: /indra/newview/llpreviewscript.cpp
2010-02-11CID-79 cleanupTofu Linden
2010-02-11CID-79Tofu Linden
Checker: FORWARD_NULL Function: LLSidepanelItemInfo::refreshFromItem(LLViewerInventoryItem *) File: /indra/newview/llsidepaneliteminfo.cpp
2010-02-11CIT-76Tofu Linden
Checker: FORWARD_NULL Function: upload_done_callback(const LLUUID &, void *, int, int) File: /indra/newview/llviewermenufile.cpp
2010-02-11CID-73Tofu Linden
Checker: FORWARD_NULL Function: LLToolPie::pickRightMouseDownCallback() File: /indra/newview/lltoolpie.cpp
2010-02-11CID-68Tofu Linden
Checker: FORWARD_NULL Function: LLPipeline::updateMoveNormalAsync(LLDrawable *) File: /indra/newview/pipeline.cpp not a bug.
2010-02-11Fixed normal bug EXT-5289 ("Cancel" button is missing if call started when ↵Andrew Dyukov
voice notification exists). - Added setting "Cancel" button visible when call is started. --HG-- branch : product-engine
2010-02-11Fixed low bug EXT - 5197 (Change default help text in my Picks to \"You ↵Paul Guslisty pguslisty@productengine.com
haven't created any Picks or Classifieds. Click the Plus button below to create a Pick or Classified.\") - Replaced old default help text in settings.xml with new one --HG-- branch : product-engine
2010-02-11MergePaul Guslisty
--HG-- branch : product-engine
2010-02-11PE merge.Tofu Linden
2010-02-11PE merge.Tofu Linden
2010-02-11EXT - 2753 (Implement Avatar icons on IM multifloater tabs) refactoring:Paul Guslisty pguslisty@productengine.com
- Deleted unnecessary parameters (UIButtonImageTopPadding, UIButtonImageBottomPadding) from settings.xml and their usage in LLTabContainer - Deleted triggers (LLIMFloaterContainer::processProperties and LLIMFloaterContainer::changed) due to LLIMFloaterContainer no more Observer - Renamed class LLParticularGroupMgrObserver to LLParticularGroupObserver as the last one's name is more self explanatory --HG-- branch : product-engine
2010-02-11Fixed normal bug EXT-5207 - Region Maturity level not displayed on nav bar ↵Dmitry Zaporozhan
when coordinates are enabled and parcel got no name. Added maturity rating to full location string in case parcel name is empty. --HG-- branch : product-engine
2010-02-11Merge. Note: changeset b048156543b6 (Fixed normal bug EXT - 5104) was ↵Mike Antipov
initially commited into default branch by mistake --HG-- branch : product-engine
2010-02-11Merge from default branchMike Antipov
--HG-- branch : product-engine
2010-02-11Fixed normal bug EXT - 5104 (Remove names from below Profile image in IM ↵Paul Guslisty pguslisty@productengine.com
windows) - removed LLTextBox containing avatar name from IM control panel(panel_im_control_panel.xml) and corresponding code in LLPanelIMControlPanel
2010-02-10Provisional fix for EXT-2939Monroe Linden
Restored the call to updateMotions(LLCharacter::HIDDEN_UPDATE) in LLVOAvatar::updateCharacter(). Added a specific fast timer for hidden updates in LLCharacter::updateMotions() to assess how much this will impact performance. Reviewed by Richard.
2010-02-10build fixrichard
2010-02-10mergerichard
2010-02-10EXT-5321 - llinfos from non ui threads is not thread saferichard
reviewed by Mani
2010-02-10Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Xiaohong Bao
2010-02-10fix for EXT-4632: LLViewerMediaTexture::getMaxVirtualSize() sometimes ↵Xiaohong Bao
returns bad values.
2010-02-10Code review feedback: add comments, move teleport hook to a callback in ↵Rick Pasetto
llviewermedia Review #100
2010-02-10Finish up EXT-3908Monroe Linden
Remove code for aspect ratio controls from LLFloaterPreference. (The XUI had already been removed.) Reviewed by Richard.
2010-02-10EXT-5261 EXT-5263 EXT-5265 EXT-5266 EXT-5271 - Reformat NMF and enable ↵Rick Pasetto
behavior of media toggle in chrome Review #100 http://10.1.19.90:8080/go?page=ReviewDisplay&reviewid=100 This encompasses the first of the behavioral and structural changes for the Nearby Media Floater and the chrome button at the top of the UI. It includes: - Removal of the Parcel Media and Parcel Audio UI. Still not in the list yet. - New More/Less button, which doesn't quite work right (see below) - Changed icon for UI chrome - Enabled "turning on" and "turning off" media from the chrome and NMF - Added gear icon to bring up prefs - XUI changes to the structure of NMF - Implementation of the "tentative" autoplay flag This is basically a checkpoint so that Richard can help with the More/Less implementation
2010-02-10mergeBrad Payne (Vir Linden)
2010-02-10More temporary log messagesBrad Payne (Vir Linden)
2010-02-10merge.Tofu Linden