summaryrefslogtreecommitdiff
path: root/indra/newview/llblocklist.cpp
AgeCommit message (Collapse)Author
2017-03-22MAINT-7225 MAC build fixandreykproductengine
2017-03-22MAINT-7225 Blocks list wasn't updating corretly for name based muting.andreykproductengine
2017-03-15MAINT-7206 Fixed crash on doubleclick deselecting last mute type from the ↵AndreyL ProductEngine
context menu
2017-03-02MAINT-7076 Add the ability to see/modify mute types within the block listAndreyL ProductEngine
2015-11-10remove execute permission from many files that should not have itOz Linden
2014-10-18Update to build on Xcode 6.0: fix member initializer 'mSelectedItem' does ↵callum_linden
not name a non-static data member or base class - already initialized in parent class
2013-12-02merge with releaseRichard Linden
2013-11-11Automated merge with http://bitbucket.org/lindenlab/viewer-releaseRichard Linden
2013-11-11Merge 3.6.11 for RC-abilityGraham Linden
2013-10-25Fix release merge issues (included upstream changes not yet in release from ↵Graham Linden
bear)
2013-09-11MAINT-3069 FIXED Adding/removing item from blocklist blocks viewer up to a ↵dmitrykproductengine
disconnect
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-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-07-04CHUI-136 ADDITIONAL FIX (Implement new design for blocked list on the people ↵Paul ProductEngine
floater) - Disabled object profile functionality according to the spec
2012-07-04CHUI-189 FIXED (Blocked objects by name are not sorted correctly)Paul ProductEngine
- Fixed sort criteria. It's needed to take into account that objects in mute list are represented by two types: LLMute::BY_NAME and LLMute::OBJECT
2012-06-22CHUI-136 : Fix compilation issue showing up when warning treated as errorsmerov
2012-06-22CHUI-136 FIXED (Implement new design for blocked list on the people floater)Paul ProductEngine
- Created new LLBlockList class and replaced LLScrollContainer with it - Also created new LLBlockedListItem class which represents blocked objects and blocked avatars