summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-12-15don't ask before quitting when login or download progress is being shown.Andrew A. de Laix
2010-12-14Automated merge with https://bitbucket.org/mani_linden/viewer-developmentNat Goodspeed
2010-12-14SWAT-352: when loading lleventhost, call apr_dso_error() function.Nat Goodspeed
In addition to its usual apr_sterror() function, APR defines a special function specifically for errors relating to the apr_dso_*() functions. Introduce ll_apr_warn_status() and ll_apr_assert_status() overloads accepting apr_dso_handle_t* to call apr_dso_error() as well as apr_strerror() and log its output. Use new ll_apr_warn_status() in LLAppViewer::loadEventHostModule() for apr_dso_load() and apr_dso_sym() calls. Instead of shorthand ll_apr_assert_status(), use with llassert_always() so check is still performed even in Release build. Add more lleventhost-related debugging output, e.g. full pathname of the DLL. On Mac and Linux, call 'file' command to report nature of the DLL too.
2010-12-14Mergebrad kittenbrink
2010-12-14Merge CHOP-267 fixes with latest viewer-beta.brad kittenbrink
2010-12-14Record update version in download marker so it can be recalled if resumed in ↵Andrew A. de Laix
another viewer session.
2010-12-13Automated merge with https://bitbucket.org/mani_linden/viewer-development/Andrew A. de Laix
2010-12-13permit flush when disabled.Andrew A. de Laix
2010-12-10Merge.brad kittenbrink
2010-12-10CHOP-260 implementation. Update Ready notification gets real UI.brad kittenbrink
reviewed by Mani.
2010-12-10Defensive coding for linux updater script for consistency with alain's work ↵brad kittenbrink
on the mac script. Should be safer if the user is installing to a path with spaces in it.
2010-12-10MergeMark Palange (Mani)
2010-12-10CHOP-245 removed crufty secondlife.com/app/login url and the dubious code ↵Mark Palange (Mani)
that used it. Rev by Brad
2010-12-10Automated merge with https://bitbucket.org/mani_linden/viewer-development/Andrew A. de Laix
2010-12-10fix possible crash on shutdown in event queue flush.Andrew A. de Laix
2010-12-10fix quoting in script to work with spaces in directory names.Andrew A. de Laix
2010-12-10Deleting USE_VIEWER_AUTH code. This stuff is old broken glass sitting around ↵Mark Palange (Mani)
waiting to cut you. Rev. by Brad
2010-12-10fix working directory in install script and remove dependency on open option ↵Andrew A. de Laix
--args which is 10.6 only. Also fix erroneous check in process launcher which was mistakenly reporting a failed execution of the new updater script.
2010-12-10MergeMark Palange (Mani)
2010-12-10MergeMark Palange (Mani)
2010-12-10MergeMark Palange (Mani)
2010-12-10fix crash if posting event during shutdown.Andrew A. de Laix
2010-12-10no bandwidth limit for required downloads.Andrew A. de Laix
2010-12-10destroy updater state machine if login instance destroyed.Andrew A. de Laix
2010-12-10ui improvements to more closely match UX design.Andrew A. de Laix
2010-12-09STORM-727 : Pull into viewer-developmentMerov Linden
2010-12-09STORM-710 : Pull into viewer-developmentMerov Linden
2010-12-09STORM-578 : Pull into viewer-developmentMerov Linden
2010-12-09STORM-728 : Pull into viewer-developmentMerov Linden
2010-12-09Pull/merge from viewer-developmentMerov Linden
2010-12-09CHOP-265 Fixed up LL_SEND_CRASH_REPORTS usage. Reviewed by Brad.Mark Palange (Mani)
2010-12-09Falling back to legacy cache on display name fetch errorleyla_linden
2010-12-09STORM-436 : pull into viewer-developmentMerov Linden
2010-12-09STORM-584 : pull into viewer-developmentMerov Linden
2010-12-09STORM-732, STORM-733, STORM-735, STORM-766, STORM-774 : pull into ↵Merov Linden
viewer-development
2010-12-09Pull from viewer-betaMerov Linden
2010-12-09Pull from viewer-betaMerov Linden
2010-12-09change updater settings from check box to drop down menu; add choice of ↵Andrew A. de Laix
whether to install automatically as well as download automatically (not actually implemented yet).
2010-12-09CT-634 WIP PT DA translation including new files for Viewer 2.4, for viewer-betaEli Linden
2010-12-09STORM-774 FIXED Made notification toasts (e.g. IM toasts) respect ↵Vadim ProductEngine
transparency settings: * Normally toasts are as opaque as specified by "inactive floater opacity" setting. * When mouse is hovering a toast, the toast uses "active floater opacity" setting. * Fading toasts have 1/2 of "inactive floater opacity".
2010-12-09STORM-774 WIP Misc renames to improve readability.Vadim ProductEngine
2010-12-09STORM-774 WIP Partially reverted transparency fix for nearby chat toasts ↵Vadim ProductEngine
(STORM-717) to develop a more generic one (applicable to all notification toasts).
2010-12-09STORM-728 FIXED Fixed crash when choosing to send snapshot by email in ↵Vadim ProductEngine
mouselook mode. - Fixed dereferencing a NULL pointer. - Added EMAIL SNAPSHOT floater to the list of floaters allowed in mouselook mode.
2010-12-09STORM-727 FIXED Don't disable Close and Back buttons in the Create Landmark ↵Vadim ProductEngine
panel, so you can go back if the landmark fails to load. The bug was introduced in the fix of EXT-4700 (Creating a landmark brings up the Landmark sidepanel info twice). To avoid reopening the "Create Landmark" panel, its Back and Close buttons were disabled. However, the same fix removed the code for reopening the panel, so I can't see why we need to disable the buttons at all.
2010-12-09STORM-763, STORM-773, STORM-775 : pull into viewer-betaMerov Linden
2010-12-08CT-634 WIP DE ES FR translation (new files) for Viewer 2.4 for viewer-betaEli Linden
2010-12-08CT-634 WIP DE ES FR translation for Viewer 2.4 for viewer-betaEli Linden
2010-12-08Automated merge with https://bitbucket.org/mani_linden/viewer-development/Andrew A. de Laix
2010-12-08Merge.brad kittenbrink
2010-12-08Fix for CHOP-262 (update notifications prior to login) and first attempt at ↵brad kittenbrink
CHOP-261 (add handlers for update ready notification buttons) reviewed by mani.