summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings
AgeCommit message (Collapse)Author
2010-11-15mergeRichard Linden
2010-11-15Automated merge with https://bitbucket.org/vadim_productengine/storm-52Oz Linden
2010-11-12Merge simon_linden/viewer-dev to get avatar motion prediction code.Dave SIMmONs
2010-11-13STORM-52 FIXED Made it possible to use an external script editor.Vadim ProductEngine
The editor can be specified: * via "ExternalEditor" setting in settings.xml * via LL_SCRIPT_EDITOR variable Removed obsolete XUIEditor setting in favor of the new one.
2010-11-12Merge latest from lindenlab/viewer-developmentDave SIMmONs
2010-11-11STORM-102: Merge from viewer-developmentWolfpup Lowenhar
2010-11-11merge performance data tracking system STORM-104Oz Linden
2010-11-09merge storm-102 branch back to defaultOz Linden
2010-11-09STORM-535 FIXED PLEASE allow adjustable transparency of "Nearby Chat" ↵Paul Guslisty
window, Chat History and Chat "Toasts" in Viewer 2.0! - Added to the settings.xml values of transparency for active and inactive floaters - Added three members to the LLFloater. These members store current transparency of floater, transparency of active and inactive floaters. - Added callbacks that update transparency value of active and inactive floater. Also in these callbacks value of current floater transparency updated. - In panel preferences advanced added two spinners: transparency of active floaters and inactive ones. See screenshot.
2010-11-08pull beta changes back to developmentOz Linden
2010-11-08Automated merge up from viewer-developmentLoren Shih
2010-11-08STORM-102: STORM-143: Refactored the STORM-103 code to pull the proper plain ↵Wolfpup Lowenhar
test log no matter when it was generated or if it has the date stamp in the name of the log or not. --HG-- branch : storm-102
2010-11-05EXP-378 FIX Disable SSL cert errors in LLQtWebkit for testing purposescallum
(Monroe's code - I made a patch and copied it over from viewer-skylight branch)
2010-11-05Merge latest lindenlab/viewer-development with mani_linden/viewer-development.brad kittenbrink
2010-11-05mergeKent Quirk
2010-11-05Merge latest from lindenlab/viewer-developmentDave SIMmONs
2010-11-05SH-410 Opaque Water Project version 2.0Loren Shih
First implementation with UI changes.
2010-11-04merge with viewer-developmentMerov Linden
2010-11-04checker working with v1.0 update protocol.Andrew A. de Laix
2010-11-04ER-281: Object cache limit is too low in the viewerKyle Ambroff
* Bump CacheNumberOfRegionsForObjects up to 20k in the default settings. * Make LLVOCache *actually* use this setting, with no upper bound. Reviewed with Kelly.
2010-11-04automated merge from http://hg.secondlife.com/viewer-betaLoren Shih
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