summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermenu.cpp
AgeCommit message (Collapse)Author
2011-03-21Automated merge up from viewer-development into mesh-developmentLoren Shih
2011-03-19SOCIAL-762 FIX Viewer crash if first startup (with cleared settings.xml ↵Richard Linden
file) is in Advanced mode
2011-03-17SOCIAL-749 FIX Clicking on world to dismiss context menus causes your avatar ↵Richard Linden
to walk to click
2011-03-16Automated merge up from viewer-development into mesh-developmentLoren Shih
2011-03-15eol fixesRichard Linden
2011-03-15SOCIAL-744 User cannot close Destination Guide and Avatar picker by clicking ↵Leyla Farazha
the respective buttons while open
2011-03-14SOCIAL-605 Bottom bar buttons scale differently at lower resolutionsLeyla Farazha
2011-03-14SH-1146 FIXED Menu typoLoren Shih
Trivial fix to menu entry for rendering types entry.
2011-03-09Merge with tip of http://hg.secondlife.com/viewer-development (rev 14798)callum
2011-03-09Automated merge up from viewer-development into mesh-developmentLoren Shih
2011-03-04SH-998 Fix for improper LoD when an object is first rezzed.Dave Parks
2011-03-04SOCIAL-603 FIX Move how to button to bottom barRichard Linden
moves scrollbar up from bottom of screen to leave room for resize thumb
2011-03-01STORM-1004 : pull into viewer-developmentMerov Linden
2011-02-28SOCIAL-601 FIX avatar picker hintRichard Linden
2011-02-25updates destination guide and avatar picker urlsRichard Linden
added close button to destination guide and avatar picker
2011-02-24SOCIAL-551 WIP add buttons to open people and profile windowsRichard Linden
ShowSideTrayPanel action can now toggle undocked panels OpenSidePanelsInFloaters works now Clossing a sidepanel floater will not return contents to side tray close button enabled in minimal skin for side panel floaters
2011-02-23SOCIAL-551 WIP Add buttons to open people and profile windowsRichard Linden
bottom tray button now toggles profile window
2011-02-22STORM-889 FIXED Put Link/Unlink in Edit PanelPaul ProductEngine
- Moved callbacks for Link/Unlink to the LLSelectMgr - Binded Link/Unlink callbacks with buttons in Build Floater - Replaced view_listener_t usage for Link, Unlink, EnableLink, EnableUnlink with boost::bind
2011-02-18BUG STORM-1004 FIXED Unblocking/blocking name sometimes deletes identically ↵paul_productengine
named entry, but of different TYPE LLMuteList stores muted objects in two sets: set of names and set of ids. Avatar objects are stored by ids (set of ids), other objects can be stored both by name(set of names) or ids - Delete items from corresponding set (from set of names or ids), not form both sets at time. - Improved isMuted method's logic. Now if avatar is tested whether it's muted or not, don't search its name in the set of names.
2011-02-16SH-957 Turning off Atmospheric Shaders greys out Lighting and Shadows ↵leyla_linden
options in preferences but does not turn off shadows inworld
2011-02-14SH-956 Turning off Basic Shaders in Preferences > Graphics does not grey out ↵leyla_linden
expected Shadows options in Mesh Viewer SH-957 Turning off Atmospheric Shaders greys out Lighting and Shadows options in preferences but does not turn off shadows inworld
2011-02-10SH-915 WIP - LLAgentPilot class cleanup, added interpolation for camera motionBrad Payne (Vir Linden)
2011-01-26SH-641 Fix for some objects not properly switching LoD under some situations.Dave Parks
Fix for redundant calls to stateSort(LLDrawable*...) Put back "Build Queue" info display.
2011-01-14Automated merge up from viewer-developmentLoren Shih
2011-01-13Automated merge up from viewer-developmentLoren Shih
2011-01-12Merge with viewer-developmentDon Kjer
2011-01-07mergeAndrew Meadows
2010-12-29Automated merge up from viewer-developmentLoren Shih
2010-12-22Merge with viewer-developmentDon Kjer
2010-12-20Merge from viewer-development.Monroe Linden
2010-12-16Dummy placeholder code for ER-414: Add object update type debug rendering viewDon Kjer
2010-12-13Automated merge up from viewer-developmentLoren Shih
2010-12-10mergeAndrew Meadows
2010-12-02MergeDave Parks
2010-12-02SH-373 Update glext.h, disable anti-aliasing on ATI when rendering deferred. ↵Dave Parks
Get rid of RenderUseFBO debug setting (only use FBO when rendering deferred). Use GL_ARB_framebuffer_objects instead of GL_EXT_...
2010-12-02mergeMonroe Linden
2010-12-02mergeMonroe Linden
2010-12-01Automated merge up from viewer-developmentLoren Shih
2010-11-30SOCIAL-311 PARTIAL FIX Media browser has too many oddities to be useful for ↵callum
viewer web apps
2010-11-19merge fix for STORM-616Oz Linden
2010-11-19Changed Sit Down shortcut definition and reordered menu slightly.Jonathan Yap
2010-11-18Added viewer-side "object overlaps parcel" check encroachment returnabilty UIAndrew Meadows
Reviewed with Falcon
2010-11-18STORM-576 FIXED Hooked up code to preference that allows users to enable ↵Andrew Productengine
double-click to teleport or use auto-pilot. - Added dirty flag that is set true when user changes checkbox or chooses one of radiobuttons connected to double-click action. No change of user settings happens on this commit, because user may press cancel or close floater. If user presses OK, and flag is true, user changes are applied to settings. If user clicks cancel or closes floater, controls are reverted to the state they were before changes, using settings to determine it. - Removed double-click action menu items and code that handled them to avoid functionality duplication and synchronization problems.
2010-11-16mergeAndrew Meadows
2010-11-15mergeRichard Linden
2010-11-08MergeLoren Shih
2010-10-27Automated merge from viewer-development-shiningLoren Shih
2010-10-27Automated merge up from viewer-developmentLoren Shih
2010-10-26fix for destination guide and avatar picker hints not disappearing when ↵Richard Linden
opening destination guide/avatar picker respectively
2010-10-26STORM-418 : Suppress menu items Save to XML and Load from XML from the ↵Merov Linden
Develop > XUI menu