summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2017-06-16MAINT-1614 Fixed Object changed its position inworld but value in Edit tool ↵andreykproductengine
was not changed
2017-06-16MAINT-7488 FIXED [Windows] Viewer crashes when pasting empty string from ↵Mnikolenko Productengine
clipboard
2017-06-15MAINT-7483 Fixed inability to drag a folder into object contentsandreykproductengine
2017-06-14Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2017-06-14mergeBrad Payne (Vir Linden)
2017-06-14MAINT-7489 FIXED Viewer may silently empty trash without the users request ↵Mnikolenko Productengine
under obscure inventory folder states
2017-06-13MAINT-7491 FIXED "Remove from current outfit" option is missing for all ↵Mnikolenko Productengine
system folders including COF
2017-06-12MAINT-7325 Fixed empty cached image being used instead of fetchingandreykproductengine
2017-06-12MAINT-7478 Build fix, boost function doesn't like 'reuse' of cb_do_nothingandreykproductengine
2017-06-12Fixed line endings for llpngwrapper.cppandreykproductengine
2017-06-09MAINT-7478 Fixed "No callback" log spamandreykproductengine
2017-06-10Merged in MAINT-321Andrey Kleshchev
2017-06-09FIX MAINT-7456 Corrected translation errors in Russian and Spanish.eli
2017-06-09MAINT-7482 - continue running with a warning on receipt of unknown messageBrad Payne (Vir Linden)
2017-06-06MAINT-321 Fixed User cannot lift an object using Ctrl button + Mouse if Spin ↵daianakproductengine
option was turned on earlier
2017-05-31STORM-2148 Crash on trying to save texture file(s) to computer from inventorypavelkproductengine
2017-06-09MAINT-7477 FIXED [viewer-neko] Viewer crashes when saving snapshot to disk ↵Mnikolenko Productengine
and closing file picker window
2017-06-09Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2017-06-08MAINT-5 Fixed url named group names should not display as url linksandreykproductengine
2017-06-08MAINT-7460 FIXED Crash in LLPopupView::removePopup()Mnikolenko Productengine
2017-06-07MAINT-6697 Correct pointer freeingAndreyL ProductEngine
2017-06-07FIX MAINT-7456 Viewer Windows installer translation update for 9 languageseli
2017-06-07MAINT-6697 More nullchecks for zip/unzip functionsAndreyL ProductEngine
2017-06-07MAINT-6697 Added a nullcheck to unzip_llsd()AndreyL ProductEngine
2017-06-02STORM-2149: Add a warning notification when deleting a folder of filtered ↵Kitty Barnett
content
2017-06-07Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2017-06-07MAINT-7461 Fixed images not showing at correct proportions when opened for ↵andreykproductengine
the first time
2017-06-07MAINT-7447 restore filter functionality in Abilities tabMnikolenko Productengine
2017-06-06MAINT-7462 check pointer to avoid allocation crash in llpluginclassmediaandreykproductengine
2017-06-06MAINT-7458 FIXED Release notes opens every time after any problem with ↵Mnikolenko Productengine
logining, until viewer will be relaunched.
2017-06-06MAINT-7447 FIXED Selecting a group ability refreshes the list and deselects ↵Mnikolenko Productengine
your choice
2017-06-02MAINT-7459 Fixed incorrect 'Parcel owners can be more restrictive' checkbox ↵AndreyL ProductEngine
focus behavior
2017-05-30MAINT-731 Fixed Images Do Not Show at Proper Proportionsandreykproductengine
2017-06-01Mac buildfixAndreyL ProductEngine
2017-05-31MAINT-7325 Fixed issue of images being marked as missing due to ↵andreykproductengine
uninitialized discard level
2017-05-31MAINT-321 If Spin option is turned on, user cannot lift an object using Ctrl ↵daianakproductengine
button + Mouse
2017-05-24MAINT-4375 Viewer saves an empty snapshots if disk is fulldaianakproductengine
2017-05-30MAINT-7356 Feature - Force item delete warning to prompt once per sessionpavelkproductengine
2017-05-31MAINT-7455 Update Viewer Login error messageMnikolenko Productengine
2017-05-29MAINT-7438 FIXED Always allow 'create landmark' allows group teleport ↵Mnikolenko Productengine
routing override, however was removed.
2017-05-24MAINT-4375 Viewer saves an empty snapshots if disk is fulldaianakproductengine
2017-05-22increment viewer version to 5.0.6Oz Linden
2017-05-18Linux buildfix; this should be reverted after gcc update to 4.7+AndreyL ProductEngine
2017-05-17Merged in nat_linden/viewer-neko (pull request #262)nat_linden
Add LLEventBatch, LLEventThrottle, LLEventBatchThrottle classes. Approved-by: Rider Linden <rider@lindenlab.com> Approved-by: Andrey Kleshchev <andreykproductengine@lindenlab.com>
2017-05-17MAINT-7274 Remove "identifier" arg from the messageMnikolenko Productengine
2017-05-16MAINT-7414 FIXED Confirmation is not shown when removing multiple items at ↵Mnikolenko Productengine
once when above InventoryTrashMaxCapacity limit
2017-05-15MAINT-7383 show notifications for Purge item action in all inventory panelsMnikolenko Productengine
2017-05-15MAINT-7413 Display confirmation dialog after clicking Empty Trash on Trash ↵Mnikolenko Productengine
floater
2017-05-11MAINT-7403 Disallow emptying Trash while in the Recent tab of InventoryMnikolenko Productengine
2017-05-10Add size limit to LLEventBatchThrottle like LLEventBatch.Nat Goodspeed
The new behavior is that it will flush when either the pending batch has grown to the specified size, or the time interval has expired.