summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings
AgeCommit message (Collapse)Author
2010-11-04Automated merge up from viewer-developmentLoren Shih
2010-11-03SH-281 Make UI in snapshot off by default.Dave Parks
2010-11-02STORM-422 FIXED Added command line option "-disablecrashlogger" to disable ↵Vadim ProductEngine
crash logger. This is a patch originally written by Robin Cornelius. I made it work with Google Breakpad.
2010-11-04SH-325 FIXED Add terminal / to SearchURL in viewer settings.xmlLoren Shih
Trivial fix to add "/" to the search string.
2010-11-04SH-281 Make UI in snapshot off by default.Loren Shih
2010-11-01MergeMark Palange (Mani)
2010-11-01MergeMark Palange (Mani)
2010-11-01VWR-23666 Removed setting VersionChannelName. LLVersionInfo::resetChannel() ↵Mark Palange (Mani)
and unit tests. Reviewed by brad.
2010-10-29restore 1hr polling frequencyAndrew A. de Laix
2010-10-29added periodic retry to look for updatesAndrew A. de Laix
2010-10-27STORM-105 : improve decompression perf gathering, allow perf name to be ↵Merov Linden
passed on the command line, fix crash in analysis phase
2010-10-27CHOP-122 Initializing Facade service in the viewer. Rev. by Brad.Mark Palange (Mani)
2010-10-27Made changes to setting names and in pannel_preferences_chat.xml for better ↵Wolfpup Lowenhar
understanding as per Esbee's comments in STORM-255
2010-10-26This is the setting of the core file name date stamp code and settings ↵Wolfpup Lowenhar
files for Chat, Group and IM Logs. --HG-- branch : storm-102
2010-10-26EXP-299 WIP Pass end-user IP and MAC from Gaikai to login.cgiRichard Linden
2010-10-26Automated merge up from viewer-developmentLoren Shih
2010-10-25EXP-322 FIXED Able spawn World map in Skylight Viewer with llMapDestination ↵Richard Linden
function
2010-10-25Inverting settings and test so that telling other how to turn off the ↵Wolfpup Lowenhar
messages popping is easier as per discussion with Oz and Boroondas also correcting some minor spelling issues
2010-10-22Merge from Viewer-developmentWolfpup Lowenhar
2010-10-22EXP-273 FIXED Add button/tray for avatar pickerRichard Linden
made "toggleable" radio group
2010-10-22STORM-322 : merge with viewer-developmentMerov Linden
2010-10-21Merge from Viewer-developmentWolfpup Lowenhar
2010-10-21EXP-273 WIP added avatar picker popup and hintRichard Linden
2010-10-21SH-325 FIXED Add terminal / to SerachURL in viewer settings.xmlLoren Shih
Trivial fix to add "/" to the search string.
2010-10-21Automated merge up from viewer-developmentLoren Shih
2010-10-21STORM-322 FIXED Fixed problem with redundant search entries shown in ↵Andrew Productengine
People/Groups/Roles/Members. Bug was caused by adding members with uncached names to search results- when name was uncached, method that added ids to member list, didn't respect the filter. - Fixed by adding members only when their names are cached and match the filter. If name is not cached, LLCacheName::get() is called for such user id, and when name is cached, it calls function that handles adding of user to list depending on filter. - Added default sorting of members by name, added saving of sort order to settings.
2010-10-19EXP-258 FIX Help url is overwritten by login.cgicallum
Settings have to be persistent otherwise the layering mechanism doesn't work
2010-10-18EXP-250 FIX Option to disable beaconsRichard Linden
hud arrow also controlled by RenderTrackerBeacon setting
2010-10-18EXP-250 FIX Option to disable beaconsRichard Linden
2010-10-18Point the events profiles and other components to the new eventsRoxie Linden
web pages
2010-10-15Automated merge with file:///Users/oz/Work/viewer-developmentOz Linden
2010-10-15added schema to settings.xmlRichard Linden
2010-10-15pull fix for STORM-376Oz Linden
2010-10-15automated mergeRoxie Linden
2010-10-14Mergecallum
2010-10-14EXP-225 FIX Add debug setting to quit the viewer after N seconds of AFK ↵callum
behavior. Viewer specific setting for this feature including default value in settings file
2010-10-14Merge from http://hg.secondlife.com/viewer-identity (display names)Leyla Farazha
2010-10-14removed fastquitRichard Linden
2010-10-14automated mergeRoxie Linden
2010-10-14Automated merge with file:///Users/oz/Work/viewer-betaOz Linden
2010-10-14STORM-376 FIXED Toast close button sometimes didn't disappear.Vadim ProductEngine
Reason: Each toast's panel lies on an invisible floater which is a bit bigger than the panel. Notification toasts were displayed so close to each other that the floaters were overlapped by 2 pixels. Because of the overlapping, toasts sometimes didn't receive mouse-leave events, thus not hiding their close buttons. Fix: Increased padding between toasts by 2 pixels (from 5 to 7) to eliminate overlapping.
2010-10-13made destination guide url configurable on command lineRichard Linden
2010-10-13SH-325 FIXED Add terminal / to SearchURL in viewer settings.xmlLoren Shih
Added "/". Simple fix.
2010-10-13automated mergeRoxie Linden
2010-10-12removed some unused settingsRichard Linden
2010-10-12EVE-47 - Event formatting should appear in "Profile" windowRoxie Linden
EVE-74 - Change in-viewer support for 'notify me' to be maintainable via app slurl EVE-72 - Modify viewer to make the event profile window be an html control This is basically a reworking of the event profile display to remove all in-viewer specific event display rendering, in preparation for richtext descriptions. Most was removal of code.
2010-10-12ECC-10 FIXED Antialiasing is brokenLoren Shih
Updated default RenderUseFBO setting to "TRUE" in settings.xml.
2010-10-12Initial work on viewer motion interpolation. Changes include:Dave SIMmONs
* InterpolationTime and InterpolationPhaseOut values in settings.xml to control new object interpolation code. Use zero to revert to old logic * Viewer motion interpolation lasts InterpolationTime and will start to phase out after InterpolationPhaseOut seconds * Changed LLWorld::getMinAllowedZ() to take a world-position as a parameter * Added LLVOAvatarSelf::resetRegionCrossingTimer() * Actually reset LLVOAvatarSelf::mRegionCrossingTimer so we get sensible timing data for region crossings * LLVOAvatarSelf::updateRegion() will update position value due to region changes Code reviewed by Ambroff *
2010-10-12ECC-10 FIXED Antialiasing is brokenLoren Shih
Updated some legacy files to correspond to default settings.
2010-10-11EXP-172 FIXED Property lines flash on and off when right clicking on land in ↵Richard Nelson
Skylight viewer