summaryrefslogtreecommitdiff
path: root/indra/llui/llfolderviewitem.cpp
AgeCommit message (Collapse)Author
2021-03-19SL-14927 Some avatar names not resolving in chatAndrey Kleshchev
2021-03-19Revert "SL-14927 Some avatar names not resolving in chat"Andrey Kleshchev
This reverts commit a66932a091bac4d4ca1a861901b9cef619a406f7.
2021-03-19SL-14927 Some avatar names not resolving in chatAndrey Kleshchev
buildConversationViewParticipant() was deparenting view models that belong to session
2020-11-13Merge branch 'master' into DRTVWR-516-maintAndrey Lihatskiy
# Conflicts: # indra/llui/llfolderview.cpp # indra/llui/llfolderviewmodel.cpp # indra/newview/llenvironment.cpp
2020-09-30SL-13570 FIXED The name of the item is overlapped by search term in inventoryMnikolenko Productengine
2020-05-07SL-13119 Fixed label updatesAndrey Kleshchev
2020-04-30SL-13119 Made control settings cached and fixed potential filtering issueAndrey Kleshchev
2020-04-29SL-13119 Moved ineffective function from inventory view creationAndrey Kleshchev
2019-11-13Merge in from viewer-release 6.3.5Dave Houlton
2019-08-10DRTVWR-493 LLUI to LLParamSingletonandreykproductengine
2019-02-08SL-10509 EEP Settings Picker gets closed by drag&dropandreykproductengine
2017-06-02STORM-2149: Add a warning notification when deleting a folder of filtered ↵Kitty Barnett
content
2016-05-26linux build fixandreykproductengine
2016-05-25MAINT-6397 cut items should not go to trashandreykproductengine
2016-04-14MAINT-6302 FIXED Inventory tree indention displays incorrectly when dragging ↵Mnikolenko Productengine
an open folder into another folder
2015-08-04Merge downstream code and become version 3.8.3andreykproductengine
2015-06-22MAINT-5274 Missing folder arrowandreykproductengine
2015-06-11DD-410 : Do not extend inventory selections to items that are not visibleMerov Linden
2015-05-12MAINT-5205 FIXED ‘Share’ button isn't disabled when worn item and few ↵andreykproductengine
not worn items are selected
2015-03-16Merge lindenlab/viewer-tools-updateMerov Linden
2015-01-13merge changes for 3.7.24-releaseOz Linden
2014-12-19Pull merge from lindenlab/viewer-releaseMerov Linden
2014-12-10Rename llround(..) to ll_round(..) because of a collision with MS llround ↵callum_linden
(long long round) in VS2013
2014-09-28Pull merge from lindenlab/viewer-releaseMerov Linden
2014-08-21fixing merge conflictsandreykproductengine
2014-07-30DD-75 : Prevent dropping on filtered tabs root. Adding an allow_drop option ↵Merov Linden
to inventory tab and folder view folders so that case can be taken into account.
2014-07-30MAINT-4218 Adding clothing from inventory closes THAT clothing folder and ↵andreykproductengine
hides THAT folder fixed issue with 'yet to be started filter' and 'dirty-visible' item.
2014-07-29MAINT-4289 FIXED [BEAR] Recent Items "Reset Filters" not working correctlyandreykproductengine
reverted and remade MAINT-4218
2014-07-24DD-128 : Fixed! Recycled allow_open into allow_wear and use an extra virtual ↵Merov Linden
methods on bridge items to know if items are wearable or not.
2014-07-14MAINT-4218 FIXED Adding clothing from inventory closes THAT clothing folder ↵andreykproductengine
and hides THAT folder
2014-05-30Pull merge from lindenlab/viewer-releaseMerov Linden
2014-05-16DD-102 : Fix crash when emptying trash containing nested folders. Also avoid ↵Merov Linden
getting listings several times
2014-05-21MAINT-4064 FIXED Don't show Folder arrow for folders without visible children.Mnikolenko ProductEngine
2013-11-11Automated merge with http://bitbucket.org/lindenlab/viewer-releaseRichard Linden
2013-11-06merge with releaseRichard Linden
2013-10-15renamed TimeBlock to BlockTimerStatHandleRichard Linden
2013-10-04Pull merge of lindenlab/viewer-releaseMerov Linden
2013-10-01changed over to manual naming of MemTrackable statsRichard Linden
changed claimMem and disclaimMem behavior to not pass through argument added more mem tracking stats to floater_stats
2013-09-25better memory usage for LLTrace (tighter packing of recording arrays)Richard Linden
removed complicated and unnecessary fast timer gapless handoff logic (it should be gapless anyway) improved MemTrackable API, better separation of shadow and footprint added memory usage stats to floater_stats.xml
2013-09-24converted memory tracking units to KB from BRichard Linden
added more memory tracking to LLFolderView and kin
2013-09-09merge with viewer-releaseRichard Linden
2013-09-05changed fast timer over to using macroRichard Linden
another attempt to move mem stat into base class
2013-08-26Merge downstream code from CHUIStorm releasesimon
2013-10-23Merge latest viewer-release with FBCsimon
2013-10-04MAINT-3270 FIXED crash in LLControlCache<unsigned int>::LLControlCache: ↵maksymsproductengine
Control named RenderAutoMuteFunctionsnot found
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-07-30Summer cleaning - removed a lot of llcommon dependencies to speed up build timesRichard Linden
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders
2013-06-05merge with viewer-releaseRichard Linden
2013-05-09ACME-342 Format the PersonView so that it shows the avatar icon, SL name, FB ↵Gilbert Gonzales
icon, and FB name: Rendering now matches the UX spec.
2013-05-06ACME-275 : Fixed! Filtering on FB list works (tested with simulated data ↵Merov Linden
only so far)