summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-02-12mergePalmer
2010-02-12Merge with tipCallum Prentice
2010-02-12"Fix for EXT-4968 - Media DnD cannot navigate prims owned by other people"Callum Prentice
Reviewed by Rick via CodeCollab (http://10.1.19.90:8080/go?page=ReviewDisplay&reviewid=110)
2010-02-12mergePalmer
2010-02-12Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Xiaohong Bao
2010-02-12fix for EXT-4653: Textures saved with "Save As" appear to be very low rez. ↵Xiaohong Bao
and beyond: remove saved raw image automatically.
2010-02-12some code dents change (nothing else).Xiaohong Bao
2010-02-12automated merge viewer2.0->viewer2.0Loren Shih
2010-02-12EXT-5297 : System folders no longer sort properly in Snowglobe (and Emerald) ↵Loren Shih
inventory windows EXT-5399 : Ensemble folder typing code has been reenabled and is mangling inventory folders This fixes two issues: 1. A very serious issue where ensemble auto-typing code was somehow uncommented/reintroduced into viewer2. This randomly changes folder types (sometimes into what older viewers will treat as system folders; i.e. you can't delete or move them). 2. A minor issue where sorting was not correctly identifying what was a system folder or not.
2010-02-12Fixed reopened critical bug (EXT-4827) [NUX] The Places Panel should default ↵Sergei Litovchuk
to the Landmarks tab with the Library expanded. - Added expanding "Landmarks" folder in the Library on startup. --HG-- branch : product-engine
2010-02-12Fixed critical bug (EXT-5313) Duplicated xui xml IDs, blocking l10n, for ↵Sergei Litovchuk
public beta. - Added suffixes to duplicating "OK" and "Cancel" buttons names in notification templates. --HG-- branch : product-engine
2010-02-12fixing windows eolLeyla Farazha
2010-02-12MergeLeyla Farazha
2010-02-12Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Erica
2010-02-12Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Erica
2010-02-12 EXT-4996 Master volume slider blends into other UI chrome, nearly ↵Erica
impossible to see
2010-02-12fix typos in EXT-5248 / d6fd7b96d638Tofu Linden
2010-02-12EXT-5050 Make sure there is a Delete button in God Mode and that it worksLeyla Farazha
reviewed by Monore CC# 108
2010-02-12mergeBrad Payne (Vir Linden)
2010-02-12Log spam cleanupBrad Payne (Vir Linden)
2010-02-12For EXT-5259: Major regression in load time for new users from 1.23 to 2.0. ↵Brad Payne (Vir Linden)
Moved autopopulate to after avatar appearance resolves
2010-02-12CID-215Tofu Linden
Checker: REVERSE_INULL File: /indra/newview/llfloatergesture.cpp
2010-02-12CID-217Tofu Linden
Checker: REVERSE_INULL Function: LLFloaterGesture::postBuild() File: /indra/newview/llfloatergesture.cpp
2010-02-12CID-218Tofu Linden
Checker: REVERSE_INULL Function: LLAgentWearables::setWearableOutfit(const LLDynamicArray<LLPointer<LLInventoryItem>, (int)32> &, LLDynamicArray<LLWearable *, (int)32>&, int) File: /indra/newview/llagentwearables.cpp
2010-02-12CID-218Tofu Linden
Checker: REVERSE_INULL Function: LLAgentWearables::setWearableOutfit(const LLDynamicArray<LLPointer<LLInventoryItem>, (int)32> &, LLDynamicArray<LLWearable *, (int)32>&, int) File: /indra/newview/llagentwearables.cpp
2010-02-12CID-285Tofu Linden
Checker: UNINIT_CTOR Function: LLScriptState::LLScriptState(int, int, e_lscript_state_type, LLScriptIdentifier *, LLScriptEventHandler *) File: /indra/lscript/lscript_compile/lscript_tree.h
2010-02-12CID-286Tofu Linden
Checker: UNINIT_CTOR Function: LLScriptStateChange::LLScriptStateChange(int, int, LLScriptIdentifier *) File: /indra/lscript/lscript_compile/lscript_tree.h
2010-02-12CID-287Tofu Linden
Checker: UNINIT_CTOR Function: LLScriptScript::LLScriptScript(LLScritpGlobalStorage *, LLScriptState *) File: /indra/lscript/lscript_compile/lscript_tree.cpp
2010-02-12CID-412Tofu Linden
Checker: UNUSED_VALUE Function: LLFloaterWindLight::deleteAlertCallback(const LLSD &, const LLSD &) File: /indra/newview/llfloaterwindlight.cpp dead code.
2010-02-12CID-413Tofu Linden
Checker: UNUSED_VALUE Function: LLFloaterWater::deleteAlertCallback(const LLSD &, const LLSD &) File: /indra/newview/llfloaterwater.cpp dead code.
2010-02-12CID-427Tofu Linden
Checker: FORWARD_NULL Function: LLFolderBridge::pasteFromClipboard() File: /indra/newview/llinventorybridge.cpp
2010-02-12CID-428Tofu Linden
Checker: FORWARD_NULL Function: LLCallFloater::updateSession() File: /indra/newview/llcallfloater.cpp
2010-02-12Fixed normal bug EXT-5117 (Voice Control Panel sorting should default to by ↵Andrew Dyukov
Recent speaker). - Changed sort order of participant list in VCP to by Recent speaker after it's creation. --HG-- branch : product-engine
2010-02-12Fixed normal bug EXT-1093 - Dialog boxes should be centered in the ↵Dmitry Zaporozhan
viewport(game area). --HG-- branch : product-engine
2010-02-12mergeDenis Serdjuk
--HG-- branch : product-engine
2010-02-12Completed normal task EXT-3410 (Liberate filter_editor clear_button height ↵Mike Antipov
width parameters - art is distorted) - improved calculation of clear_button position (to be xml driven) - replaced clear_button art with suggested Icon_Close_Toast in filter_editor widget --HG-- branch : product-engine
2010-02-12Fixed normal bug EXT - 5248 (Default group icon for IM sessions in ↵Paul Guslisty
multifloater). The problem was in LLAgent::isInGroup() logic. In God Mode it always returned true, even if it was not so. Added ability to ignore God Mode in LLAgent::isInGroup(). --HG-- branch : product-engine
2010-02-12fixed Bug Low EXT-4732 Group invitation is broken for offline ↵Denis Serdjuk
avatars Cause: gObjectList does contain offline avatars and panel could get avatar name and fill the list Solution: This situation is possible only for offline friend, therefore extra avatartracker search has been added. --HG-- branch : product-engine
2010-02-12fixed reopened EXT-926 System notification toast has avatar's iconIgor Borovkov
--HG-- branch : product-engine
2010-02-12Merge with 391ec5cd9368c2711e836415b21f8e8421226b10Sergei Litovchuk
--HG-- branch : product-engine
2010-02-12Backed out of changeset 9306:f5c332c1ddcb. Restored fix of (EXT-5245) Cannot ↵Sergei Litovchuk
create a new line in group notice creation with enter key --HG-- branch : product-engine
2010-02-12Removed old function declaration.Dmitry Zaporozhan
--HG-- branch : product-engine
2010-02-12Fixed low bug EXT-5166 - Undocked lldialogs respawn in chiclet tray.Dmitry Zaporozhan
LLDialog floater position is saved per originating object. --HG-- branch : product-engine
2010-02-12PE merge.Tofu Linden
2010-02-11Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Xiaohong Bao
2010-02-11more refinement for EXT-4352: texture problem in viewer 2.0.Xiaohong Bao
2010-02-11additional fix for EXT-4632: LLViewerMediaTexture::getMaxVirtualSize() ↵Xiaohong Bao
sometimes returns bad values
2010-02-11fix for EXT-5353: prim visibility issues.Xiaohong Bao
2010-02-11Merge with tipCallum Prentice
2010-02-11Fix for EXT-5175 (prefs review: Chat Prefs tab settings need labels)Callum Prentice
Not reviewed - coordinate and whitespace changes only