summaryrefslogtreecommitdiff
path: root/indra/llui/llfolderviewitem.cpp
AgeCommit message (Collapse)Author
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)
2013-05-03ACME-275 : WIP : FilteringMerov Linden
2013-04-18CHUI-849 : WIP : Filter limit on time instead of number of itemsMerov Linden
2013-04-16CHUI-912, CHUI-849 : Propagate arrange request correctly, limit sort, ↵Merov Linden
improve filter perf, clear traces, add comments.
2013-04-11CHUI-912 : WIP : Fix resize test when folder is empty, add more traces (to ↵Merov Linden
be deleted)
2013-04-08CHUI-912 : WIP : Add traces to various aspects of the inventory filtering, ↵Merov Linden
sorting and arranging (to be deleted)
2013-03-19Merge in viewer-beta to get CHUI codeSimon Linden
2013-03-01CHUI-694 FIXED Handle ALT + Up/Down and ALT + Right/Left to switch ↵Mnikolenko ProductEngine
conversations in the list. Handle ALT + Enter to expand participant list of selected conversation.
2013-01-10Pull merge from richard/viewer-chuiMerov Linden
2013-01-09CHUI-649 : WIP : Cleanup code to make it readableMerov Linden
2013-01-09CHUI-652 : Fixed : Maintain multi selection consistent when click and drag ↵Merov Linden
an already selected item (drag multi select was broken)
2013-01-10CHUI-658 FIXED Don't highlight whole content of the folder after right ↵maxim@mnikolenko
clicking if it is flashing.