summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2015-10-22MAINT-5775 FIX Split out cookies and cache directories into separate folders ↵callum_linden
and move cache to same place as viewer cache
2015-10-22MAINT-5788: Do not call set active if TOS window closed before site alive ↵Rider Linden
test returns.
2015-10-21MAINT-5780: Be sure that the LLViewerMediaImpl instance does not get deleted ↵Rider Linden
while the MIME discovery coroutine is executing. If the refcount on the instance is 1 perform no processing.
2015-10-21Fix windows line endingscallum_linden
2015-10-20Merge with tip of viewer-releasecallum_linden
2015-10-20MAINT-5711 FIX2 auto login for profiles - final part retrieves the URL to ↵callum_linden
set cookie for from the message sent over by login.cgi
2015-10-19MAINT-5711 FIX profiles and marketplace are asking for a login each sessioncallum_linden
2015-10-19MAINT-5732: Behavior #2. Be sure that the internet stream is stopped before ↵Rider Linden
destroying the streaming audio interface. Otherwise FMODEX blocks on close.
2015-10-16MAINT-5271: Converted internal pointers to internal operation to managed ↵Rider Linden
shared pointers. Removed direct cast and dereference of handles.
2015-10-15This file change should not have been checked in.Rider Linden
2015-10-15Another fix for unit tests. Missed on Windows.Rider Linden
2015-10-15MAINT-5732: Issue in texture_load example and some comments regarding ↵Rider Linden
NoOpDeletor
2015-10-15MAINT-5732: Fixes for Mac buildrider
2015-10-14MAINT-5732: Change to the way event polling handles error conditions and ↵Rider Linden
cancel calls. Refactor any remaining LLCore::HTTPHandlers to use boost::shared_ptr Started minor refactor in the materials manager into coroutines (unfinished)
2015-10-19Merge from viewer release.Rider Linden
2015-10-13merge changes for MAINT-4734pavelkproductengine
2015-10-13merge changes for 3.8.5-releaseOz Linden
2015-10-13MAINT-5730 FIXED Text overlapping in group invites with non-default group roleMnikolenko ProductEngine
2015-10-12increment viewer version to 3.8.6Oz Linden
2015-10-09SL-230: Azumarill viewer was incorrectly swallowing upload errors returned ↵Rider Linden
from the server. Correctly report errors and use upload cost provided by server.
2015-10-08MAINT-5708 FIXED Images shouldn't be displayed in notification titlesMnikolenko ProductEngine
2015-10-07MAINT-5691: Browser was using deprecated outbox display type AND not ↵Rider Linden
correctly returning error body to application. LLCore:HTTP now will provide and LLSD translation of the message body when possible in the case of an error HTTP result VMM alert boxes now use type="alertmodal" rather than "outbox"
2015-10-07A small tweak when SLVoice is not runningBjoseph Wombat
2015-10-06MAINT-5693: Corrected error on Linux & Mac, force LLSD to string.Rider Linden
2015-10-06MAINT-5693: Consolidated the avatar appearance request into a coroutine. If ↵Rider Linden
the request fails because of a stale COF, then rerequest with the corrected one.
2015-10-06A small state machine change to wait until the media update event has ↵Bjoseph Wombat
arrived when leaving a region channel and before joining a p2p channel
2015-10-06MAINT-5694 FIXED Links on the 1st line of a group notice message are ↵Mnikolenko ProductEngine
sometimes not clickable.
2015-10-02MAINT-5687: Further purge QT and webkit from the build.Rider Linden
2015-10-02MAINT-5687: Remove old webkit from the make files and the repo. Ensure that ↵Rider Linden
it is no longer meaningfully referenced.
2015-10-01merge changes for 3.8.4-releaseOz Linden
2015-09-29Just remove the display_startup() calls.Rider Linden
2015-09-29MAINT-5614: Cancel the fade timer for the progress screen when hidding progress.Rider Linden
2015-09-30Merge downstream code, version 3.8.5AndreyL ProductEngine
2015-09-30Merge downstream code, version 3.8.5AndreyL ProductEngine
2015-09-29DRTVWR-409: merge DRTVWR-368Rider Linden
2015-09-29SL-229 (fix) update viewer version number to 4.0.0callum_linden
2015-09-29Merge with viewer-release (DRTVWR-368)callum_linden
2015-09-29increment viewer version to 3.8.5Oz Linden
2015-09-29Mark MaxFPS as an unused settingOz Linden
2015-09-28MAINT-5676: Cleaned up the way we were keeping track of outstanding object ↵Rider Linden
cost requests. MAINT-5626: Fixed a typo/transcription error/fat finger mistake where I was missing the report of the land impact of selected objects.
2015-09-26Point to new third party llcef package and fix typo in interfacecallum_linden
2015-09-25There seemed to be an excess call to setInitialPerms, also cleaned up a ↵Rider Linden
ignored call to the environtment settings on login.
2015-09-24MAINT-5282: I've removed most of the depricated Merchant Outbox code and the ↵Rider Linden
links to it in the menus. Also removed the Outbox Floater and made the folder always hidden if empty in inventory. (There may still be some outstanding Outbox code that was not obvious that I have missed.)
2015-09-24MAINT-5614: Put the sInstance back the way it was for llpanelloginRider Linden
2015-09-24MAINT-5614: There are an obscene number of calls to "display_startup()" in ↵Rider Linden
the show login state. Try removing some of them.
2015-09-22Reuse old login panel...Rider Linden
2015-09-22replace the display_startup() removal that didn't work. Try backing up a ↵Rider Linden
step in the signon processing.
2015-09-22Test disabling a couple of the display_startup() calls as an experiment.Rider Linden
2015-09-21Add cleanup to LLCore prevent occasional crash on exit.Rider Linden
2015-09-21Remove UI for no longer used Enabled Media Popups checkboxcallum_linden