summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerwindow.cpp
AgeCommit message (Collapse)Author
2010-03-29MergeLoren Shih
2010-03-29EXT-6536 : Make LLVOAvatarSelf a singletonLoren Shih
Superficial cleanup to replace all instances of "gAgentAvatar" with "gAgentAvatarp".
2010-03-29EXT-6536 : Make LLVOAvatarSelf a singletonLoren Shih
Superficial cleanup to replace all instances of "LLVOAvatarSelf *avatarp = gAgent.getAvatarObject" with "gAgentAvatar".
2010-03-29For EXT-4666: changed LLGestureManager to LLGestureMgr throughoutBrad Payne (Vir Linden)
2010-03-26Manual merge from default branchVadim Savchuk
Resolved conflict in indra/newview/llviewerwindow.cpp. --HG-- branch : product-engine
2010-03-25automated mergeLoren Shih
2010-03-24EXT-2959 : Pull out camera functions from llagent to llagentcameraLoren Shih
#2 checkin. Superficial cleanup and some bug fixing (e.g. took out duplicate mDrawDistance from llagent, took out gAgentCameraHACK and gAgentHACK).
2010-03-23EXT-6404 - [TRANSPARENT MENU IN EN] Snapshot floater, all pull-down menus ↵Richard Linden
become transparent reviewed by Leyla
2010-03-23EXT-2959 : Full out camera functions from llagent to llagentcameraLoren Shih
First check-in; only compiles, nothing more.
2010-03-25Fixed normal bug EXT-6324 (View - View Object - should have "press ESC to ↵Eugene Mutavchi
return to World View" message) - added showing the "press ESC to return to World View" when viewer is in free camera mode (if mode was started by camera floater). Reviewed by Leyla Farazha at https://codereview.productengine.com/secondlife/r/97/ --HG-- branch : product-engine
2010-03-22Weekly automated merge from viewer 2.0Roxie Linden
2010-03-18merge from hotfix to viewer-2-0 and resolve conflictsKent Quirk
2010-03-16Fixed bug EXT-6007 ([STRING IN EN] - While loading Second Life several ↵Vadim Savchuk
messages need to be localized). Reviewed by Richard: https://codereview.productengine.com/secondlife/r/31/ --HG-- branch : product-engine
2010-03-10Merge latest from viewer-hotfix, including fix for TOS screenJames Cook
2010-03-10EXT-6295 - Cannot log in with new account, TOS dialog does not loadRichard Nelson
reviewed by Mani
2010-03-09Break name tag code out into LLHUDNameTagJames Cook
Start by duplicating the LLHUDText code, then stripping out functionality that only needs to exist in one place (like force-based juggling of name tag positions)
2010-03-08automated mergeRoxie Linden
2010-03-08DEV-45976 Last Login Location Preference not rememberedRoxie Linden
2010-03-08Merge with viewer 2 beta 4James Cook
2010-03-05added some logging to help track down crash in EXT-5849Richard Linden
2010-03-05fix for mergeRichard Linden
2010-03-05mergeRichard Linden
2010-03-04removed extraneous updateBoundingRect() callsRichard Nelson
remove the login progress panel as a popup only after it has finished fading out popupview manages it's own registering and unregistering of popup callbacks
2010-03-03WIP - replace top ctrl with LLPopupViewRichard Linden
2010-03-03fixed Normal Bug EXT-5603 Rightclick on link in long description cause ↵Denis Serdjuk
following this link Cause: LLViewerWindow called handleMouseUp() instead handleAnyMouseClick(). It caused commit action in LLExpandableTextEditor even after right mouse up event. Solution: handleMouseUp() replaced by handleAnyMouseClick() --HG-- branch : product-engine
2010-03-02initial work changing topctrl to popup layerRichard Nelson
2010-03-02MergeJames Cook
2010-02-16Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0Rick Pasetto
2010-02-13Backed out changeset f196197a816aTofu Linden
2010-02-12mergePalmer Truelson
2010-02-12Backed out davep's optimization pass. changeset 3c3685de430aPalmer Truelson
2010-02-12mergePalmer Truelson
2010-02-12Backed out davep's UI optimization. changeset 3134cb7bb181Palmer Truelson
2010-02-12mergePalmer Truelson
2010-02-12Backed out dave's FSAA/FBO change changeset 89f62bede16fPalmer Truelson
2010-02-12added popup panel to hold nearby media popup and stopped using top viewRichard Linden
2010-02-12mergePalmer
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-11MergeJames Cook
2010-02-10EXT-5321 - llinfos from non ui threads is not thread saferichard
reviewed by Mani
2010-02-08Converted names build from avatar object LLNameValue pairs to SLIDJames Cook
Added temporary getDisplayName() to LLCacheName Moved temporary placeholder display names into LLCacheName Eliminated rarely used LLAgentUI::buildName in favor of buildFullName Standardized buildFullName capitalization
2010-02-23mergePalmer Truelson
2010-02-23Turning back on Davep's ui optimizations. Backed out changeset 6c161782dba3Palmer Truelson
2010-02-23mergePalmer Truelson
2010-02-23Turning on Davep optimizations again. Backed out changeset d89b00b44ab6Palmer Truelson
2010-02-22No ticket. Removed unnecessary string which was occasionally left in ↵Andrew Dyukov
5e7ce89a4c9e. --HG-- branch : product-engine
2010-02-22Fixed normal bug EXT-4964 (Invalid SLURL detection does not detect invalid ↵Andrew Dyukov
slurls). - Added new static method LLSLURL::isValidSLURL() whic uses LLUrlRegistry::isUrl() to validate SLURLs and not just chek prefixes as LLSLURL::isSLURL() does. - Used it in slurl DnD check in LLViewerWindow. - LLUrlEntrySLURL regexp was changed not to pass non-valid SLURLS (such as one from the bug description). --HG-- branch : product-engine
2010-02-22fixed EXT-5418 “When UI scale is set to 1.40 I see notices off the edge of ↵Alexei Arabadji
the screen.”, corrected emitting of world view update signal; replaced getWorldViewRectRaw with getWorldViewRectScaled LLIMFloater::getAllowedRect; --HG-- branch : product-engine
2010-02-05EXT-5026 - Crash when exiting from login screenrichard
reviewed by Mani