summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-14merge changes for DRTVWR-192Oz Linden
2012-08-14tag merge of DRTVWR-192Oz Linden
2012-08-13PATH-852: BUGFIX Adding the custom pathfinding cursors to the mac and linux ↵Todd Stinson
builds as apparently they never worked there.
2012-08-13PATH-849: CRASHFIX This should fix the crash caused by ↵Todd Stinson
LLPathfindingObject::handleAvatarNameFetch being called after the corresponding LLPathfindingObject has been deleted.
2012-08-10VWR-29358 : Fix auto scroll to selection when the filter is activeMerov Linden
2012-08-10merge changes for DRTVWR-190Oz Linden
2012-08-10tag merge of DRTVWR-190Oz Linden
2012-08-09MAINT-1197 : Fix inventory deselection/reselection when cutting itemsMerov Linden
2012-08-09MAINT-1342: correct initial login location handling, clarify the two related ↵Oz Linden
persistent settings
2012-08-09MAINT-113 Fix for flashing property lines when selecting objects.davep@spiral.lindenlab.com
2012-08-09MAINT-1118 FIXED Change panel mode before closing floatermaxim_productengine
2012-08-09MAINT-913 FIXED Added "Zoom" combobox menu itemmaxim_productengine
2012-08-09MAINT-171 FIXED Show "Ad-hoc conference" instead of "Session 1" in floater titlemaxim_productengine
2012-08-09MAINT-967 FIXED Use stopChat() even if Chat box is emptymaxim_productengine
2012-08-09MAINT-274 FIXED "media_info" width is decreased to avoid overlayingmaxim_productengine
2012-08-09MAINT-712 FIXED Set "isLandmarkEditModeOn" to "false" before updating verbs ↵maxim_productengine
for Landmark tab
2012-08-09MAINT-881 FIXED Whisper in nearby chat after pressing shift-entermaxim_productengine
2012-08-08Automated merge with http://hg.secondlife.com/viewer-developmentNat Goodspeed
2012-08-08More optional signing stuff for 10.5Aura Linden
2012-08-08Add implementation comments to LLHandle.Nat Goodspeed
I recently tried to wade through llhandle.h and got somewhat perplexed. Armed with an explanation from Richard, I've added notes to the file to try to make it a bit less mysterious.
2012-08-08Pulled merge, changed . to , in viewer-manifestAura Linden
2012-08-08More optional config for 10.5 buildsAura Linden
2012-08-08Move llhandle.h into llcommon; same generality as llpointer.h.Nat Goodspeed
Leaving llhandle.h in llui restricts the set of viewer project directories which could potentially use it, and there's nothing whatsoever UI-specific about it.
2012-08-08MAINT-105 FIXED New function to check People tabs visibilitymaxim_productengine
2012-08-08MAINT-328 FIXED Use stopTracking() before each new beaconmaxim_productengine
2012-08-08MAINT-403 FIXED Trash button is now disabled if neither landmark nor folder ↵maxim_productengine
isn't selected.
2012-08-08merge changes for DRTVWR-189Oz Linden
2012-08-08tag merge of DRTVWR-189Oz Linden
2012-08-08MAINT-1069 FIXED Change "follows" attribute for scroll list to "left|top|right"maxim_productengine
2012-08-08MAINT-257 FIXED Increase minimum width to avoid overlapingmaxim_productengine
2012-08-08MAINT-1334 FIXED Enable "Close all windows" menu item if Snapshot floater is ↵maxim_productengine
opened. Close Snapshot floater by close all command.
2012-08-08MAINT-269 FIXED Check if current agent is owner of the parcel before ↵maxim_productengine
enabling "Buy pass"
2012-08-08MAINT-44 FIXED Change value for MiniMapAutoCenter in settings.xml to persist ↵maxim_productengine
after restart
2012-08-08Added tag DRTVWR-189 for changeset 9ee938778970Oz Linden
2012-08-08MAINT-65 FIXED Disable "Edit" in context menu if wearable has status "no modify"maxim_productengine
2012-08-08MAINT-481 FIXED Disable creating new folders in Favorites foldermaxim_productengine
2012-08-08MAINT-297 FIXED Reset selection after collapsing all foldersmaxim_productengine
2012-08-08MAINT-1121 FIXED Disable "Open" if several calling cards are selected.maxim_productengine
2012-08-07Automated merge with ssh://hg.lindenlab.com/richard/viewer-interestingRichard Linden
2012-08-07SH-3275 WIP Run viewer metrics for object update messagesRichard Linden
cleaned up LLStat and removed unnecessary includes
2012-08-07merge changes for DRTVWR-188Oz Linden
2012-08-07tag merge of DRTVWR-188Oz Linden
2012-08-07tag merge of DRTVWR-181Oz Linden
2012-08-07merge with headcallum_linden
2012-08-07Read password for developer keychain from build-secrets repo and use it to ↵callum_linden
unlock keychain. Only unlock and code sign if running under Team City.
2012-08-06PATH-842, VWR-29431: BUGFIX Correcting a regression introduced by the fix ↵Todd Stinson
for PATH-542. The viewer calculated rotation resulting from an object's angular velocity was being incorrectly reset when the corresponding object update was received. With this bugfix, the rotation resulting from the angular velocity is accumulated separately and is re-appplied when the object update resets the object's rotation.
2012-08-06removed some duplicate fast timer declarationsRichard Linden
2012-08-06llfasttimer cleanupRichard Linden
removed unnecessary cache miss from fast timers renamed llfasttimer_class back to llfasttimer
2012-08-06Removed (unworking) code signing parameters from autobuild (wrong place)callumprentice
Added them to correct place (Cmake config)
2012-08-05Remove jarring viewer log spam message -- unless it's true.Nat Goodspeed
For as long as I've been paying attention to viewer logs, every run has always stated -- in all-caps, no less! : NOTE: ALL NOTIFICATIONS THAT OCCUR WILL GET ADDED TO IGNORE LIST FOR LATER RUNS. I have always found that unsettling, having little desire to automatically ignore notifications -- especially not whatever random set happens to manifest during a particular run. However, over time I've learned that it seems to have no actual impact. I've wondered (not too hard) what it actually *does* mean -- but generally I'm looking at a viewer log because I'm in hot pursuit of some quite different problem. Stumbling across the source for this message today in LLViewerWindow::LLViewerWindow, I was shocked -- shocked! -- to find it was being produced unconditionally! Therefore it has heretofore been utterly meaningless log spam. It provided no additional information whatsoever to anyone reading a log -- only that vague sense of unease. Make this conditional on gSavedSettings.getBOOL("IgnoreAllNotifications"), which would appear to be the original intent. Now its presence (or absence) actually says something about internal conditions in the viewer.