summaryrefslogtreecommitdiff
path: root/indra/newview/skins
AgeCommit message (Collapse)Author
2014-07-10merge changes for 3.7.12-releasemaksymsproductengine
2014-07-08Merge. Refresh from viewer-release after 3.7.11 release.Monty Brandenberg
2014-07-07Merge viewer-release and become version 3.7.12simon
2014-07-08MAINT-4086 FIXED Limit the number items "Replace Current Outfit" or "Wear" ↵andreykproductengine
applies to
2014-07-07MAINT-2980 Back out most changes related to upping the 512MB texture cap to ↵Dave Parks
unblock RC.
2014-07-07Merge downstream code and become 3.7.12simon
2014-07-01MAINT-4086 FIXED Limit the number items "Replace Current Outfit" or "Wear" ↵andreykproductengine
applies to
2014-06-25MAINT-4178 FIXED [Group Bans] The viewer allows you to attempt to ban when ↵andreykproductengine
the ban list already contains 500 entries, which fails.
2014-06-24Pull downstream viewer-tiger and become version 3.7.11simon
2014-06-24Merge viewer-release and become version 3.7.11simon
2014-06-24MAINT-875 FIXED Display notification if user is not allowed to terraform ↵Mnikolenko ProductEngine
hovered parcel.
2014-06-23MAINT-2980 Up texture memory slider cap to 4096MB. Make "Texture Memory" ↵Dave Parks
default to 1/3rd of video memory. Add description on debug setting and tooltip to explain why.
2014-06-23Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseMonty Brandenberg
2014-06-23MAINT-4127: New default mode when clicking links: Linden links open in ↵AndreyL ProductEngine
viewer, third-party links open in user's browser
2014-06-23merge changes for 3.7.10-releaseOz Linden
2014-06-23MAINT-4175 FIXED [Group Bans] When banning a list of multiple avatars, if an ↵andreykproductengine
already banned avatar is included in the list, no avatars are added to the ban list and those avatars already group members are not ejected from the group.
2014-06-23viewer-release mergeChris Baker
2014-06-20STORM-2035 - Invert the background color in script editors for highlighting ↵Cinder
sections. Since the background color can be changed by the user, this ensures distinctive highlighting
2014-06-18MAINT-3186 FIXED Disable menu items if group or ad-hoc chat is in multiselectionmaxim@mnikolenko
2014-06-17MergeRichard Linden
2014-06-16viewer-release mergeChris Baker
2014-06-10STORM-2034 Try to fix incorrect logic about increasing and decreasing filtering.Jonathan Yap
Minor XML adjustment.
2014-06-09STORM-2026 - Use more unique syntax colors by default, also clean up some ↵Cinder
indentation
2014-06-08Capitalize script colors floater for consistency.Cinder
2014-06-08Don't allow script colors floater resizeCinder
2014-06-08Update syntax color floater with recent changes.Cinder
2014-06-08Update sample script in script colors floaterCinder
2014-06-08"sections" is apparently unused as well.Cinder
2014-06-07Merge upstreamCinder
2014-06-07STORM-2034 Add persistence for new setting, more XML formatting changes,Jonathan Yap
Fix two issues with how hours and days are calculated and displayed
2014-06-06STOMR-2034 XML adjustments and a bit of code cleanupJonathan Yap
2014-06-05VWR-25689 Support 'older than' when inventory filteringJonathan Yap
2014-06-05MergeRicky Curtice
2014-06-04All: Update .png files with conformance problems as reported by pngfix.Monty Brandenberg
With the updated PNG library (1.6.8), we're getting stderr warnings about non-conformance issues with images in the build. These warnings include: * iCCP: known incorrect sRGB profile * iCCP: profile 'ICC Profile': 1000000h: invalid rendering intent * iCCP: cHRM chunk does not match sRGB These were normalized by running an ImageMagick 'convert -strip' pass over each PNG image. 'compare -metric AE' reports 0 delta for all before/after pairs.
2014-06-04STORM-2025: Part 2 - After consulting with Oz, remove subcategories of ↵Cinder
constants and fix highlighting
2014-06-03FIX INTL-142 translations for Viewer Set40eli
2014-05-30MAINT-865 FIXED Multiline description in Place profile is shown as one line ↵Mnikolenko ProductEngine
after changing floater width
2014-05-24MAINT-4016 FIXED Viewer attempts full fetch of member list before allowing ↵maksymsproductengine
user to leave group: updating of text for GroupDepartError notifications.
2014-05-23MAINT-4016 FIXED Viewer attempts full fetch of member list before allowing ↵maksymsproductengine
user to leave group: added two notifications GroupDepartError and GroupDepart
2014-05-19Pull merge from lindenlab/viewer-releaseMerov Linden
2014-05-16Trivial indentation change in floater_script_ed_prefs.xmlCinder
2014-05-16Typo fixCinder
2014-05-16Set colors for script editorCinder
2014-05-20MAINT-3950 FIXED can't open lag meterRichard Linden
brought back llfloaterlagmeter from the dead, and ported to lltrace
2014-05-20MAINT-3064 FIXED Select next session in the list if selected session is ↵Mnikolenko ProductEngine
nearby chat and it's not the only one.
2014-05-15MAINT-145 FIXED Can not use ctrl+shift+b to close my Grid Option XUIMnikolenko ProductEngine
2014-05-14Refactor more script editor properties away from LLTextEditor to LLScriptEditorCinder
2014-05-14Begin syntax coloring personalizationCinder
2014-05-13STORM-2031 Display issues with Top colliders/Top scripts floaterJonathan Yap
OPEN-217 Change to media_plugin_quicktime.cpp causes Windows compile to fail
2014-05-13STORM-2028 - Show context menu in script editorCinder