summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-22MergeRider Linden
2018-08-22MAINT-9034, MAINT-9035: Move the load frame button and change the lock icon ↵Rider Linden
to text.
2018-08-22MAINT-9026 hook up sun/moon scale to settingsvo and render codeGraham Linden
2018-08-22MergeGraham Linden
2018-08-22DRTVWR-447: Additional logging getting metadata for previous runNat Goodspeed
2018-08-22Don't sun_scale twice. Should have been moon_scale.Rider Linden
2018-08-22MAINT-8877: Fix the XML to fix the sizes of the dialogs. (also enforce ↵Rider Linden
single instance)
2018-08-22DRTVWR-447: Add logging to BugsplatMac override methods.Nat Goodspeed
2018-08-22MAINT-8926 Don't allow overwritting default presetandreykproductengine
2018-08-23MAINT-8997 Add "Sort by recent arrival" to viewer People / Nearby map and listmaxim_productengine
2018-08-23MAINT-8985 Added missed initializationmaxim_productengine
2018-08-22mergeBrad Payne (Vir Linden)
2018-08-22DRTVWR-447: Attempt to post BugSplat metadata with Mac crash reports.Nat Goodspeed
Introduce CrashMetadata, an LLSingleton in llappviewermacosx.cpp, declared in llappviewermacosx-for-objc.h and accessed by the various BugsplatStartupManagerDelegate override methods. CrashMetadata is populated by reading the previous (presumably crashed) run's static_debug_info.log file. This replaces the previous getOldLogFilePathname(), getFatalMessage() and getAgentFullname() functions. To extend that suite for additional metadata, not only would we have to keep adding new free functions, but we'd have to keep rereading the static_debug_info.log file. Override the new applicationKeyForBugsplatStartupManager, defaultUserNameForBugsplatStartupManager, defaultUserEmailForBugsplatStartupManager methods to extract relevant fields from CrashMetadata. Change applicationLogForBugsplatStartupManager and attachmentForBugsplatStartupManager to do the same. Enhance llviewerregion.cpp to update the static_debug_info.log file every time we enter a new region.
2018-08-22MAINT-8881 EEP Blue Horizon swatch does not display the color set for that ↵andreykproductengine
keyframe.
2018-08-22Merge 5.1.9Graham Linden
2018-08-22Restore funcs to create LLSD for density layers and profiles with single ↵Graham Linden
density layers.
2018-08-22Fix up dropped new funcs for settings density profile configs in sky settings.Graham Linden
2018-08-22Merge 5.1.9Graham Linden
2018-08-21DRTVWR-447: Add static_debug_info.log file to Windows crash report.Nat Goodspeed
Also use the LLOSInfo information for platform rather than simply Windows32 or Windows64.
2018-08-21MAINT-8917: For BugSplat viewer, don't create dump-UUID directory.Nat Goodspeed
Just put the static_debug_info.log file in the parent logs directory. Also update that static_debug_info.log file with "FatalMessage" key taken from LL_ERRS() message string.
2018-08-21Don't compare rbegin() iterators, use LLStringUtil::endsWith().Nat Goodspeed
I think the intention of (sDumpDir.rbegin() == mDirDelimiter.rbegin()) was to test whether sDumpDir endsWith(mDirDelimiter). But those iterators will never be equal. Instead, use LLStringUtil::endsWith().
2018-08-21Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2018-08-21increment viewer version to 5.1.9Nat Goodspeed
2018-08-21Added tag 5.1.8-release for changeset 23ea0fe36fadNat Goodspeed
2018-08-21MAINT-9026: Adding scale for sun and moon. Also don't allow the user to ↵Rider Linden
directly set the radio buttons for inventory and custom.
2018-08-21Lest couple nullptr checks and disable the controls on legacy regions.Rider Linden
2018-08-21MergeGraham Linden
2018-08-21MAINT-5651 LLTrace issues on exitandreykproductengine
2018-08-21SL-824: Update to bugsplat build 518876Nat Goodspeed
2018-08-20MAINT-9019: One last potential null ptr reference.Rider Linden
2018-08-20Didn't get a fix from last week, and divide by zeros are bad.Rider Linden
2018-08-20Use the EnvironmentInfo structure to pass information back from legacy ↵Rider Linden
environment requests.
2018-08-20MAINT-8977 32bit viewer should have stricter image size capandreykproductengine
2018-08-22MAINT-8985 FIXED User is able to send friendship request to a friend from ↵maxim_productengine
the group menu
2018-08-22Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2018-08-22Merged in lindenlab/viewer-bearAndreyL ProductEngine
2018-08-20MAINT-9014 Updated Viewer Manager to 1.0.518840AndreyL ProductEngine
2018-08-20Merged in lindenlab/viewer-bearAndreyL ProductEngine
2018-08-18SL-824: Update to bugsplat build 518831Nat Goodspeed
2018-08-18Backed out changeset 599911002a5e: revert to bugsplat build 518798.Nat Goodspeed
2018-08-17Add an apparent time of day. More OSX complaints.Rider Linden
2018-08-17Left off an override.Rider Linden
2018-08-17SL-824: Update to bugsplat build 518806Nat Goodspeed
2018-08-17MergeRider Linden
2018-08-17MAINT-8826, MAINT-8990, MAINT-9002, MAINT-7703: Rework for environment ↵Rider Linden
pannels in Region/Estate and Parcel. Enable/disable by permission. Edit the correct environment. Dirty flags for changes. Estate owner disallow switch.
2018-08-17MAINT-5651 Froce-quit crashandreykproductengine
2018-08-17SL-824: Update to bugsplat build 518798Nat Goodspeed
2018-08-17DRTVWR-447: Use os.path.split(path) instead of path.split(os.sep).Nat Goodspeed
On Windows, where 'path' might be separated either with '/' or '\', the latter breaks unless all path separators are in fact the os.sep character '\'. While it would be possible to code something fancy with os.sep and os.altsep, testing the latter for None, much simpler to let os.path.split() handle it.
2018-08-17SL-824: Update to bugsplat build 518791Nat Goodspeed
2018-08-17MAINT-8991 Escape newlines in log entriesmaxim_productengine