Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-22 | MAINT-7225 MAC build fix | andreykproductengine | |
2017-03-22 | MAINT-7225 Blocks list wasn't updating corretly for name based muting. | andreykproductengine | |
2017-03-15 | MAINT-7206 Fixed crash on doubleclick deselecting last mute type from the ↵ | AndreyL ProductEngine | |
context menu | |||
2017-03-02 | MAINT-7076 Add the ability to see/modify mute types within the block list | AndreyL ProductEngine | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-10-18 | Update 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-02 | merge with release | Richard Linden | |
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-11-11 | Merge 3.6.11 for RC-ability | Graham Linden | |
2013-10-25 | Fix release merge issues (included upstream changes not yet in release from ↵ | Graham Linden | |
bear) | |||
2013-09-11 | MAINT-3069 FIXED Adding/removing item from blocklist blocks viewer up to a ↵ | dmitrykproductengine | |
disconnect | |||
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard 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-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-07-04 | CHUI-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-04 | CHUI-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-22 | CHUI-136 : Fix compilation issue showing up when warning treated as errors | merov | |
2012-06-22 | CHUI-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 |