summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2015-02-20merge changes for BUG-7387Oz Linden
2015-02-20separate tag and attribute namesOz Linden
2015-02-20MAINT-4653, DRTVWR-397 WIP - more code for tracking attachment operations, ↵Brad Payne (Vir Linden)
smarter handling of multiple requests.
2015-02-20Clean up impostors and visual mutingOz Linden
Rename the settings that control them to be more descriptive Remove the separate boolean setting (RenderUseImpostors) that governed both Establish default values based on gpu class for impostors and visual muting
2015-02-20STORM-2082 Remove obsolete xml fileJonathan Yap
2015-02-19STORM-2082 Fix edge case bugJonathan Yap
2015-02-18STORM-2082 Advanced floater xml adjustmentsJonathan Yap
2015-02-18STORM-2082 Fix issue with isDirtyJonathan Yap
2015-02-18Logging for attachments and their COF linksBrad Payne (Vir Linden)
2015-02-13Merge viewer-release and become 3.7.25Mnikolenko ProductEngine
2015-02-11STORM-2082 Attempt to put advanced settings into separate floaterJonathan Yap
2015-02-10DD-324 : Alert the user when we split a stock folderMerov Linden
2015-02-09DD-296 : Make validation with fix of listing a bit more resilient when ↵Merov Linden
moving items and folders around
2015-02-06correct bug in initial av rendering I introduced, clarify several testsOz Linden
2015-02-05DD-322 : Use vector of UUIDs instead of pointers to items when reparenting ↵Merov Linden
those items
2015-02-04merge storm-2082 changesOz Linden
2015-02-04DD-301 : Never filter the marketplace listings folder within the marketplace ↵Merov Linden
panels
2015-02-04allow visually muted results to be cached from const methodsOz Linden
2015-02-03DD-303 : do not force unlist when associating listings, let the 1 version ↵Merov Linden
folder policy apply, prompt user only if it doesn't
2015-02-03DD-296 : Implement listing validation after we get all copied items ↵Merov Linden
confirmation from the server
2015-02-03remove unused RenderAvatarComplexityLimit; replace with visual muting based ↵Oz Linden
on render weight
2015-01-31DD-321 : Fix the drop zone to react really on the drop zoneMerov Linden
2015-01-31DD-319 : Fix wording in some error messages and tooltipsMerov Linden
2015-01-30tone down visually muted avatar colorsOz Linden
2015-02-03STORM-2082 Reformat preset floaters.Jonathan Yap
Remove Impostor checkbox. That control is now merged into the right side of the impostors slider. Maximum ARC still depends on impostors being enabled. Once that dependency is removed in llvoavatar then it will be necessary to reflect that change in the UI code.
2015-01-30MAINT-4853 FIXED Pressing the ENTER key when entering a location into the ↵Mnikolenko ProductEngine
Type a location field, doesn't log you in
2015-01-30MAINT-4853 FIXED Pressing the ENTER key when entering a location into the ↵Mnikolenko ProductEngine
Type a location field, doesn't log you in
2015-01-29merge more fixes from JonathanOz Linden
2015-01-29add default values (some sensitive to graphics setting) for avatar rendering ↵Oz Linden
limits
2015-01-28DD-320 : Special case HTTP error 422 on the Marketplace and give it a nicer ↵Merov Linden
error dialog
2015-01-28DD-306 : Menu item string changeMerov Linden
2015-01-27DD-296 : Add options to move or leave behind no copy items when copying a ↵Merov Linden
folder to the marketplace
2015-01-27don't use jellybaby rendering for impostors (visually muted != impostored)Oz Linden
2015-01-26minor code cleanups, remove friend and conversation status as visual mute ↵Oz Linden
criteria
2015-01-25DD-296 : Disable move and copy to marketplace if limit passed. Improve perf ↵Merov Linden
of validate_marketplaceting(). Open marketplace floater on copy or move. String fix.
2015-01-25STORM-2082 Clear preset in use when resetting to hardware defaultsJonathan Yap
2015-01-24DD-301 : Add show only listing folders as an optional filterMerov Linden
2015-01-24DD-303 : Suppress message on activation when associating since we auto ↵Merov Linden
activate or have another message
2015-01-24Pull merge from lindenlab/viewer-releaseMerov Linden
2015-01-24DD-306 : Suppress no issue listings from audit listing dump, add no error ↵Merov Linden
message when no error, disable some right click menu items in multiselection cases
2015-01-24DD-306 : WIP : Add Check Listing to menu to audit listings individuallyMerov Linden
2015-01-24STORM-2082 Add 5px more blank space around quality slider.Jonathan Yap
Slightly adjust the names of the help text in the three new floaters.
2015-01-23MAINT-4833 Fixed Warning treated as errorruslantproductengine
2015-01-23Automated merge with http://bitbucket.org/lindenlab/viewer-tools-updateNat Goodspeed
2015-01-23Make MandatoryUpdateMachine use LLLoginInstance's LLNotificationsInterface.Nat Goodspeed
LLLoginInstance has a test hook setNotificationsInterface(), used by lllogininstance_test.cpp to redirect notifications through a dummy LLNotificationsInterface implementation. Certain of LLLoginInstance's MandatoryUpdateMachine state classes need to post notifications too; but until now they directly called LLNotificationsUtil::add(). In the production viewer, this should (!) be the same as calling through LLLoginInstance::mNotifications -- but it broke two of the LLLoginInstance unit tests, so they were skipped. Since MandatoryUpdateMachine's constructor is already passed the invoking LLLoginInstance&, make it store the reference. Add MandatoryUpdateMachine:: getNotificationsInterface(), which forwards to new LLLoginInstance:: getNotificationsInterface(). Change LLNotificationsUtil::add() calls in MandatoryUpdateMachine state classes to call through mMachine's getNotificationInterface() instead. This allows us to remove #include "llnotificationsutil.h" from lllogininstance.cpp, also that #include plus stub LLNotificationsUtil::add() implementation from lllogininstance_test.cpp. Finally, it allows us to remove the skip() calls from the two unit tests.
2015-01-22Automated merge with http://bitbucket.org/lindenlab/viewer-tools-updateNat Goodspeed
2015-01-22MAINT-4790 WIP Previously selected login location is correctly shown now. ↵Mnikolenko ProductEngine
Font on the Log In button was changed back. Text offset was set for Locations combobox.
2015-01-21For Linux, add libalut.so.0.0.0.0 and libalut.so.0 to viewer tarball.Nat Goodspeed
The former is the real .so, to which libalut.so is only a symlink. We were packaging the symlink without including its target. (This appears to have changed since our last Vivox drop for Linux.)
2015-01-21Make Linux viewer build consume slplugins package, and copy its filesNat Goodspeed
into eventual viewer package -- instead of finding them in the viewer build tree. Also update Windows to current slplugins package build.
2015-01-21Automated merge with http://bitbucket.org/lindenlab/viewer-tools-updateNat Goodspeed