summaryrefslogtreecommitdiff
path: root/indra/newview/llblocklist.cpp
AgeCommit message (Collapse)Author
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