summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2010-12-21Automated merge up from viewer-developmentLoren Shih
2010-12-21Automated merge from mesh-developmentLoren Shih
2010-12-20model upload wizard - added optimization and state changesleyla_linden
2010-12-20SOCIAL-399 FIX Viewer crash when canceling http auth on a media primMonroe Linden
Reviewed by Callum at http://codereview.lindenlab.com/5636001
2010-12-20Automated merge with https://hg.secondlife.com/mesh-developmentNyx (Neal Orman)
2010-12-20SH-68 WIP adding debug switch for performance testingNyx (Neal Orman)
Adding functionality to a previously added debug switch. This will allow me to have UI, etc turned off and thus not impact framerates when testing for rendering features.
2010-12-20mergeBrad Payne (Vir Linden)
2010-12-20SH-682 FIX, SH-594 FIX - removed mFMP wrapper, added thread checking. Moved ↵Brad Payne (Vir Linden)
onIdle functions to llcallbacklist.
2010-12-20STORM-805 : Fix the map URLMerov Linden
2010-12-20Fix for a couple of minor merge issues.Monroe Linden
2010-12-20Remove unimplemented software updater option. Fix potential double start of ↵Andrew A. de Laix
updater service.
2010-12-20Merge from viewer-development.Monroe Linden
2010-12-20thread safety checkingBrad Payne (Vir Linden)
2010-12-20Merge - final pull of viewer-development.Monty Brandenberg
2010-12-20Automated merge up from viewer-developmentLoren Shih
2010-12-20STORM-411 FIXED The most of additional options in the Teleport History ↵Paul Guslisty
profile are always disabled - Deleted unimplemented menu items from XML - Hide "Make a Landmark" menu item in case "Teleport History Place Profile" panel is opened
2010-12-20merge fix for storm-412Oz Linden
2010-12-20merge fix for storm-801Oz Linden
2010-12-18STORM-511 FIXED Display tooltip for sender name on group notices.Vadim ProductEngine
Changes: * Set tooltip for sender name. * Overridden handleTooltip() for the tooltip to be of normal (yellow) color.
2010-12-18STORM-412 FIXED Resident profile controls aren't reshaped on changing panel ↵Paul Guslisty
width - Added parameters for text boxes to follow right side of panel
2010-12-18STORM-460 FIXED "Go" button is cropped from right in the Media BrowserPaul Guslisty
- Decreased button width
2010-12-18STORM-801 FIXED Wrong checkbox label in panel preferences, advanced tabPaul Guslisty
- Corrected checkbox label
2010-12-17SOCIAL-395 (FIX) LLWebContentFloater not handling Javascript size and window ↵callum
position parameters in Change to llfloaterwebcontent.cpp is a whitespace change only to fix a broken checkin
2010-12-17SOCIAL-371 (PARTIAL) HTTP Auth sites do not load / allow login on Media on a ↵callum
Prim faces in Webkit 4.7 Fixes broken text substituition of realm/host only.
2010-12-17Adding newline char at EOF so linux version builds (sigh)callum
2010-12-17SH-558 Fix for crash in physics shape display.Dave Parks
2010-12-17Merge from viewer-development post 2.4 releaseMonty Brandenberg
2010-12-17SH-506 Remove (now obsolete) streaming cost info display.Dave Parks
2010-12-17Adjust parameter in call to setFocusOnAvatar to be more efficient (don't ↵Jonathan Yap
animate)
2010-12-16ESC-237 No static init of LLAtomics and move TFRequest out of unnamed namespace.Monty Brandenberg
Linux startup crash appears to be due to static/global C++ init of LLAtomic types. The initializer with explicit value makes some runtime calls and it looks like these assume, at least on Linux, that apr_initialize() has been called. So move the static POST count to a member and provide accessors and increment/decrement. Command queue was built on a pointer to a class in anonymous namespace and that's not quite valid. Made it a nested class (really a nested forward declaration) while keeping the derived classes in anonymous.
2010-12-16SOCIAL-370 FIX (2) Links to External Web Pages not working in Floaters such ↵callum
as Search in Webkit 4.7 branch
2010-12-16SOCIAL-393 FIX Need a keyboard shortcut to open the Web Content floatercallum
2010-12-16SOCIAL-392 FIX Web Content Panel does not save location history between sessionscallum
2010-12-16merge fix for storm-529Oz Linden
2010-12-16merge fix for storm-776Oz Linden
2010-12-16clearer message.Andrew A. de Laix
2010-12-16Vary install failed message depending on whether it was required or not.Andrew A. de Laix
2010-12-16Automated merge up from viewer-developmentLoren Shih
2010-12-16STORM-529 FIXED Added Undo/Redo items to the Build menu.Vadim ProductEngine
2010-12-15SOCIAL-389 FIX Stop button in Web Content panel does not stop page content ↵callum
from loading or progress bar So many things wrong here it wasn't funny - button not enabled, button not connected to function, wrong call to stop browser etc.
2010-12-15SOCIAL-387 FIX Clicking on links in TOS during account activation in the ↵callum
viewer do not launch browser in Webkit 4.7 Mis-assumption about floaters that spawn web-content
2010-12-16STORM-771 FIXED Pasting wearable items from clipboard to Current Outfit or ↵Seth ProductEngine
an outfit folder now creates links to these items.
2010-12-15SH-594 - added an extra redundant check for nameless nodesBrad Payne (Vir Linden)
2010-12-15SH-594 FIX: added check for nameless nodesBrad Payne (Vir Linden)
2010-12-15don't ask before quitting when login or download progress is being shown.Andrew A. de Laix
2010-12-15ESC-235 Truncation of over-sized metrics reports wasn't working.Monty Brandenberg
Legacy of the LLSD::Map-to-LLSD::Array conversion, this ended up performing an erase on the array rather than the map taking out all the regions. So, there *was* a metrics report, it was just empty of regions. Fixed and scanned for more array/map problems and corrected the data type for duration sorts (should have been Real).
2010-12-15STORM-800 FIXED Crash in LLRemoteParcelInfoProcessor::processParcelInfoReply()Kitty Barnett
2010-12-15STORM-799 FIXED Crash in LLVivoxVoiceClient::notifyStatusObservers()Kitty Barnett
2010-12-15pulling fixes back from viewer-betaOz Linden
2010-12-15STORM-776 : unable to change permissions to "no trans" on item in avatar ↵Wolfpup Lowenhar
inventory applied Kitty's code changes listed in STROM-288 as it is a related issue and this actualy fixed both issues!