summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2017-02-03Automated merge with head of lindenlab/nat_viewer64callum@lindenlab.com
2017-02-03DRTVWR-418: Eliminate llui reference to newview's gSavedSettings.Nat Goodspeed
Instead, since gSavedSettings is an LLControlGroup and LLControlGroup derives from LLInstanceTracker, just look up the LLControlGroup with canonical name.
2017-02-03DRTVWR-418: INTEGRATION_TEST_llurlentry depends on Hunspell.Nat Goodspeed
2017-02-03DRTVWR-418: Make operator()() method for comparator functor const.Nat Goodspeed
2017-02-03Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2017-02-03MAINT-7103 New URI namespace /legacynameMnikolenko Productengine
2017-02-02Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2017-02-02increment viewer version to 5.0.2Oz Linden
2017-02-02MAINT-288 Fixed Content of 'Object contents' tab blinks after editing it's ↵andreykproductengine
permissions
2017-02-01MAINT-7099 FIXED 'IM' and 'Voice call' menu items should be disabled for the ↵Mnikolenko Productengine
group, which you have already left
2017-02-01MAINT-7096 FIXED The last item on the block list cannot be readMnikolenko Productengine
2017-02-01MAINT-725 Script debug floater functionality is borked, rendering it ↵Mnikolenko Productengine
completely useless for scripters
2017-01-31MAINT-7094 Fixed Adjust messages in the viewer for new xml tagsandreykproductengine
2017-01-30Automated merge with head of lindenlab/nat_viewer64Callum Linden
2017-01-30MAINT-3216 Fixed "Vertical scale" does not change "Repeats per meter" on "Tab"andreykproductengine
2017-01-31MAINT-7084 Add tally and limit values to Block list.Mnikolenko Productengine
2017-01-30DRTVWR-418: Merge from oz_viewer64Nat Goodspeed
2017-01-30MAINT-6959 Dummy callback to prevent log spamandreykproductengine
2017-01-28Merged in MAINT-86Andrey Kleshchev
2017-01-27First batch of changes to add LibVLC media plugin to macOS viewer. Plugin ↵Callum Linden
fails to start because of an as-yet undiagnosed issue with VLC plugin files related to their extyended attributes
2017-01-27MAINT-7061 Better checkAndreyL ProductEngine
2017-01-27MergeRider Linden
2017-01-27MAINT-86 Fixed object-contents aren't updated after wearing from groundandreykproductengine
2017-01-26MAINT-7082: Clean up, remove log spam.Rider Linden
2017-01-26MAINT-7082: max_idle_time unused.Rider Linden
2017-01-26MAINT-6959 swapping line edits with text boxes in preferences tabandreykproductengine
2017-01-25MAINT-7082: Remove waiting loop in frame when textures queued for download ↵Rider Linden
in alternate thread. With debug spam for observation.
2017-01-25MergeRider Linden
2017-01-19First set of changes to build (tests off) to build correctly against Xcode 8 ↵Callum Linden
and SDK 10.12
2017-01-17MAINT-6959 Ability to set custom folders for uploading itemsandreykproductengine
2017-01-26Merged in MAINT-309Andrey Kleshchev
2017-01-26MAINT-7061 Make the check TPV friendlyAndreyL ProductEngine
2017-01-25MAINT-309 Fixed top and bottom cube faces do not show a selection silhouetteandreykproductengine
2017-01-25MAINT-7072 Edit menu shows land impact of object you are sitting on instead ↵Mnikolenko Productengine
of 0 when selecting your attachment
2017-01-25MAINT-7056 Viewer crash when opening many scripts.Mnikolenko Productengine
2017-01-24MAINT-1322 Voice calls from users with muted text (but not voice) should be ↵AndreyL ProductEngine
received
2017-01-24Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2017-01-24MAINT-7067 Issue with UI artifacts showing up in Abuse Report screenshots.Mnikolenko Productengine
2017-01-23MAINT-1322 IMs from users with muted voice (but not text) should be receivedAndreyL ProductEngine
2017-01-19MAINT-2159 Fixed Health Meter Not Alignedandreykproductengine
2017-01-19MAINT-7066 Issues where viewer always asks to use previous screenshot when ↵Mnikolenko Productengine
filing abuse report.
2017-01-20MAINT-7069 Media controls show Play icon even though media is autoplayingandreykproductengine
2017-01-19MAINT-7066 Issues where viewer always asks to use previous screenshot when ↵Mnikolenko Productengine
filing abuse report.
2017-01-18Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2017-01-18MAINT-7061 Don't show the release notes floater for local buildsAndreyL ProductEngine
2017-01-18MAINT-7059 [contribution] Import of custom spellcheck dictionary fails silentlyMnikolenko Productengine
2017-01-17MAINT-275 Allow showing Beacons floater in mouse lookMnikolenko Productengine
2017-01-10Automated merge with head of lindenlab/viewer64Callum Prentice
2017-01-05DRTVWR-418, MAINT-7038: Don't add double quotes to channel name.Nat Goodspeed
The CMake directive that passes VIEWER_CHANNEL to the C++ compiler as LL_VIEWER_CHANNEL was enclosing the VIEWER_CHANNEL value in double quotes. At this point in history, those double quotes literally become part of the LL_VIEWER_CHANNEL value, causing the viewer to construct a bad Viewer Version Manager query containing those double quotes. Removing them fixes the query.
2017-01-04Automated merge with ssh://bitbucket.org/lindenlab/viewer64Nat Goodspeed