summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-08SL-14076 Preview should show more data about motionsAndrey Kleshchev
2021-04-07SL-13182 Fix root folder's stateAndrey Kleshchev
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-31Revert "SL-13182 Turn on openmp paralellization on Windows"Andrey Kleshchev
This reverts commit a106d6cf78833a3e24f8d478807f6363e4af5652.
2021-03-31SL-13182 Turn on openmp paralellization on WindowsAndrey Kleshchev
2021-03-25SL-14855 Disable edit button for uneditable itemsAndrey Kleshchev
2021-03-25SL-14992 Replaced LLAPRFile's isExist with LLDirUtil's fileExists in fmodstudioAndrey Kleshchev
This particular case of LLAPRFile crashes due to thread issues (and if it doesn't it might be affecting some other apr call due to using default pool). Function is not opening the .dsf file in question and LLAPRFile won't ensure that file exists till the end of the function, it just checks that file exists at a given moment. No point to overcomplicate things by adding thread safe pool, so replaced with dirutil.
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-11SL-14862 - renamed widgets to the more descriptive controlsBrad Payne (Vir Linden)
2021-03-11SL-14862 - more generalized LLSD funcsBrad 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-18SL-14862 - catching more commands in LLUIUsageBrad Payne (Vir Linden)
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 - line endings fix, avoid period in key namesBrad Payne (Vir Linden)
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-29SL-14570 - moving windows 64-bit toolchain setting to build config paramsBrad Payne (Vir Linden)
2021-01-27SL-14570 - test 64-bit toolchain for build issuesBrad Payne (Vir Linden)