summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2021-04-07SL-14457 Removed legacy 'click on land' setting supportAndrey Kleshchev
By the time this will release, enough time should have passed for smooth transition. Alternative to removing this is to make it check build id for anything older than 6.4.17.557391
2021-04-07SL-14457 Make "Single click on land" default to "No action"Andrey Kleshchev
2021-04-06SL-14717 Ability to trigger left clicks (and more) on animesh objectsAndrey Lihatskiy
Contribution by Rohacan Hirons SL-14717 Follow ups SL-14717 Using the cached setting in LLToolPie::handleHover()
2021-04-06SL-14770 Sorting group notices by date disconnects the viewer.Andrey Kleshchev
getItemIndex() on each insertion can be very expensive, use std::set's find instead
2021-04-03SL-13182 Fix excessive resorting #2Andrey Kleshchev
Don't resort whole branch of inventory if created(loaded) item is not newer. Should also stabilize fetch phase a bit.
2021-04-02SL-13182 Fix excessive resortingAndrey Kleshchev
2021-04-02SL-13182 Expanded buildNewViews with build modesAndrey Kleshchev
2021-04-01SL-13182 Split buildNewViews over framesAndrey Kleshchev
2021-04-01Merge branch 'master' into DRTVWR-527-maintAndrey Lihatskiy
2021-04-01Increment viewer version to 6.4.18Nat Goodspeed
following promotion of DRTVWR-514
2021-03-25SL-14855 Disable edit button for uneditable itemsAndrey Kleshchev
2021-03-23SL-14993 Crash accessing mInvBindMatrixAndrey Kleshchev
2021-03-11Merge branch 'SL-14862' into DRTVWR-527-maintAndrey Lihatskiy
# Conflicts: # indra/newview/llviewerstats.cpp
2021-03-11Merge remote-tracking branch 'origin/master' into SL-14862Brad Payne (Vir Linden)
2021-03-10SL-14862 - tab loggingBrad Payne (Vir Linden)
2021-03-10SL-14862 - use nested LLSD for widget info, condensed to the two leaf-most ↵Brad Payne (Vir Linden)
elements of the path. Simplified floater logging.
2021-03-09Merge branch 'master' into DRTVWR-527-maintAndrey Lihatskiy
2021-03-09Merge branch 'master' into DRTVWR-514-keymappingsAndrey Lihatskiy
2021-03-09Increment viewer version to 6.4.17Nat Goodspeed
following promotion of DRTVWR-532
2021-03-08Increment viewer version to 6.4.16 following revert of DRTVWR-519Brad Payne (Vir Linden)
2021-03-08Revert "Merge branch 'master' of https://bitbucket.org/lindenlab/viewer into ↵Brad Payne (Vir Linden)
DRTVWR-519" This reverts commit e61f485a04dc8c8ac6bcf6a24848359092884d14, reversing changes made to 00c47d079f7e958e473ed4083a7f7691fa02dcd5.
2021-03-02Merge branch 'master' into DRTVWR-527-maintAndrey Lihatskiy
2021-03-02Merge branch 'master' into DRTVWR-514-keymappingsAndrey Lihatskiy
2021-03-02Increment viewer version to 6.4.15Nat Goodspeed
following promotion of DRTVWR-519
2021-03-01SL-14862 - more types of UI usage logsBrad Payne (Vir Linden)
2021-03-01mergeBrad Payne (Vir Linden)
2021-02-25SL-14879 "Play sounds from gestures" should not affect own soundsAndrey Kleshchev
2021-02-17Merge branch 'master' into DRTVWR-527-maintAndrey Lihatskiy
2021-02-17Merge branch 'master' into DRTVWR-514-keymappingsAndrey Lihatskiy
2021-02-17Merge branch 'master' of https://bitbucket.org/lindenlab/viewer into DRTVWR-519unknown
2021-02-17Increment viewer version to 6.4.14Nat Goodspeed
following promotion of DRTVWR-517
2021-02-11SL-14862 - LLViewerStats logs which UI features get usedBrad Payne (Vir Linden)
2021-02-08Merge branch 'SL-14532' into DRTVWR-527-maintAndrey Lihatskiy
2021-02-03Merge with Master after Viewer releaseCallum Prentice
2021-02-01Merge branch 'master' into DRTVWR-514-keymappingsAndrey Kleshchev
# Conflicts: # indra/llui/llscrolllistctrl.cpp
2021-02-01Merge remote-tracking branch 'origin/master' into DRTVWR-517Brad Payne (Vir Linden)
2021-02-01Merge branch 'master' into DRTVWR-527-maintAndrey Lihatskiy
2021-02-01Increment viewer version to 6.4.13Nat Goodspeed
following promotion of DRTVWR-513
2021-01-29SL-14794 Group floater not focusing when clicking on 'more info' or 'view ↵Andrey Kleshchev
profile'
2021-01-27SL-14423 Ctrl+Alt+Shift+A is assigned to 2 thingsAndrey Kleshchev
Remapped debugging avatar textures (requires godlike agent) to Ctrl+Shift+Alt+K
2021-01-27SL-14424 Remove shortcut that conflicts with camera controlsAndrey Kleshchev
2021-01-26SL-14651 Keybinding's panel combobox can cause confusionAndrey Kleshchev
2021-01-26SL-14570 - inventory validation info to ViewerStats, added QA mode setting ↵Brad Payne (Vir Linden)
to exercise failure cases
2021-01-21SL-14728 Im session without id should be closableAndrey Kleshchev
2021-01-21SL-14728 Added data validation into incoming call dialogAndrey Kleshchev
2021-01-15SL-14283 Don't crash viewer, only show a notificationAndrey Kleshchev
2021-01-14SL-14283 When updater is missing, viewer fails to launch silentlyAndrey Kleshchev
2020-12-18SL-14570 - error messages, avoid a couple of warnings caused by attempts to ↵Brad Payne (Vir Linden)
create folders before inventory is loaded
2020-12-17SL-14570 - error reporting and preventionBrad Payne (Vir Linden)
2020-12-17SL-14570 - added getFullPath(), cleaned up logging at bitBrad Payne (Vir Linden)