summaryrefslogtreecommitdiff
path: root/indra/llui/llfolderview.cpp
AgeCommit message (Collapse)Author
2012-07-25Automated merge with ssh://hg.lindenlab.com/richard/viewer-chuiRichard Linden
2012-07-25CHUI-222 FIX Selecting None in inventory filters does not update until ↵Richard Linden
inventory selected
2012-07-24CHUI-206 FIX Viewer crash when selecting to cut inventory item, then ↵Richard Linden
selecting to cut another inventory item Seems to work now, without filtering de-optimization
2012-07-24CHUI-211: Problem was due to a non-heap variable being deleted and then ↵Gilbert Gonzales
referenced later (which was found by ProductEngine). Also the crash occurred at a specifc location llpangelobjectinventory::reset() during a static_cast, so now using a dynamic_cast as a safeguard.
2012-07-07Another Linux build fix.Seth ProductEngine
2012-07-05CHUI-98 : WIP, use the refactored folder view for conversation view listMerov Linden
2012-07-04CHUI-101 WIP Make LLFolderview general purposeRichard Linden
partial fix for crash on startup
2012-07-03CHUI-101 WIP Make LLFolderview general purposeRichard Linden
move llfolderview* into LLUI!