summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-12-15STORM-2144 - Guard against null pointers when LLPanelOutfitEdit gets called ↵Cinder
before postBuild() on login.
2017-05-29MAINT-7443 FIXED Able to Block a user with Lastname LindenMnikolenko Productengine
2017-05-26MAINT-1139 Catch Windows crash on Saving snapshotandreykproductengine
2017-05-25MAINT-5100 Fixed viewer not finding sky files at loginandreykproductengine
2017-05-25MAINT-2585 Make permission request notifications permanent until action takenMnikolenko Productengine
2017-05-24MAINT-7436 FIXED [viewer-neko] Crash occurs when trying to highlight ↵Mnikolenko Productengine
non-existent(or removed item) using SLURI
2017-05-22MAINT-7419 Workaround for some purge and trash issues, stuck descendants countandreykproductengine
2017-05-24MAINT-7434 FIXED SLURL instead of username appears in "have said something ↵Mnikolenko Productengine
new" text for some messages
2017-05-23Merged in andreyl_productengine/viewer-neko-marchcat (pull request #275)Andrey Lihatskiy
MAINT-7396 [JigglyPuff] Agent that is not estate owner or estate manager shouldn't be able to toggle estate access settings. Approved-by: Andrey Kleshchev <andreykproductengine@lindenlab.com> Approved-by: simon_linden <simon@lindenlab.com> Approved-by: Rider Linden <rider@lindenlab.com>
2017-05-23MAINT-7396 [JigglyPuff] Agent that is not estate owner or estate manager ↵AndreyL ProductEngine
shouldn't be able to toggle estate access settings.
2017-05-22Merged in lindenlab/viewer-bearAndreyL ProductEngine
2017-05-22Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2017-05-22Merged in lindenlab/viewer-bearAndreyL ProductEngine
2017-05-22increment viewer version to 5.0.6Oz Linden
2017-05-22Added tag 5.0.5-release for changeset b4d76b5590fdOz Linden
2017-05-22MAINT-1094 FIXED after triggering a menu with control-F10, clicking in-world ↵Mnikolenko Productengine
should move keyboard focus in-world
2017-05-22build fixMnikolenko Productengine
2017-05-22MAINT-7431 Fixed crash in LLAccordionCtrlTab::showAndFocusHeader()AndreyL ProductEngine
2017-05-19MAINT-2060 Fixed Double Freeze when clicking on Help>About Second Lifeusername = daianakproductengine
2017-05-19MAINT-7424 Fixed number of items in the Trash not calculating correctlyandreykproductengine
2017-05-19MAINT-7383 Show correct number of items including folder descendantsMnikolenko Productengine
2017-05-19MAINT-7417 FIXED Confirmation is not shown when removing your own object inworldMnikolenko Productengine
2017-05-18Linux buildfix; this should be reverted after gcc update to 4.7+AndreyL ProductEngine
2017-05-17MAINT-6805 Fixed Right-click menus in the right and left panes of the ↵andreykproductengine
Conversations windows are different
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.
2017-05-10Automated merge with ssh://bitbucket.org/lindenlab/viewer-nekoNat Goodspeed
2017-05-10Add LLEventThrottle tests; actually *all* lleventfilter.cpp tests.Nat Goodspeed
For some reason there wasn't an entry in indra/llcommon/CMakeLists.txt to run the tests in indra/llcommon/tests/lleventfilter_test.cpp. It seems likely that at some point it existed, since all previous tests built and ran successfully. In any case, (re-)add lleventfilter_test.cpp to the set of llcommon tests. Also alphabetize them to make it easier to find a particular test invocation. Also add new tests for LLEventThrottle. To support this, refactor the concrete LLEventThrottle class into LLEventThrottleBase containing all the tricky logic, with pure virtual methods for access to LLTimer and LLEventTimeout, and an LLEventThrottle subclass containing the LLTimer and LLEventTimeout instances and corresponding implementations of the new pure virtual methods. That permits us to introduce TestEventThrottle, an alternate subclass with dummy implementations of the methods related to LLTimer and LLEventTimeout. In particular, we can explicitly advance simulated realtime to simulate particular LLTimer and LLEventTimeout behaviors. Finally, introduce Concat, a test LLEventPump listener class whose function is to concatenate received string event data into a composite string so we can readily test for particular sequences of events.
2017-05-10MAINT-7359 improve new Avatar Render Settings windowMnikolenko Productengine
2017-05-08MAINT-7354 correction to misbehaving 'purge' and notification spam.andreykproductengine
2017-05-04Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2017-04-19increment viewer version to 5.0.5Oz Linden
2017-04-19Added tag 5.0.4-release for changeset 022709ef76a3Oz Linden
2017-04-19MAINT-7074 Fixed ability to escape from skin directory with <icon>AndreyL ProductEngine
2017-05-05MAINT-6519 MAC build fixandreykproductengine
2017-04-27MAINT-6519 Contribution, adds feature to replace inventory linksAnsariel
2017-05-05MAINT-7386 FIXED app/objectim slurl consumes the rest of the chat stringMnikolenko Productengine
2017-05-04MAINT-7210 Improving notification for Image upload failuresandreykproductengine
2017-05-04MAINT-7383 Revise notification for Empty Trash / Purge trash action to ↵Mnikolenko Productengine
include number of items being deleted.
2017-05-04MAINT-7357 Disable delete function of the Backspace key on WindowsMnikolenko Productengine
2017-05-04Merged in rider_linden/jigglypuffAndreyL ProductEngine
2017-05-01Merged lindenlab/viewer-release into defaultRider Linden