Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-23 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | Todd Stinson | |
2012-08-09 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | Todd Stinson | |
2012-08-08 | CHUI-272: BUGFIX Correcting the inventory filtering so that a large number ↵ | Todd Stinson | |
of items in the inventory are completely processed before the filter's modified flag is cleared. | |||
2012-08-02 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui | Richard Linden | |
2012-08-02 | CHUI-223 FIX Selecting to cut an inventory item causes all open inventory ↵ | Richard Linden | |
windows to refresh | |||
2012-08-02 | merging of latest code | Gilbert Gonzales | |
2012-08-01 | CHUI-223 WIP Selecting to cut an inventory item causes all open inventory ↵ | Richard Linden | |
windows to refresh avoid moving selection when cutting | |||
2012-08-01 | merge of latest changes | Gilbert Gonzales | |
2012-08-01 | CHUI-214: Scrolling to offscreen content now works. Problem was due to the ↵ | Gilbert Gonzales | |
icon height/width not being computed before scrolling to the new item. There was also a problem with the computation that determines if the item being scrolled to is within the visible region. | |||
2012-08-01 | CHUI-267 FIX Full inventory listing not always shown for test account | Richard Linden | |
changed LLFolderViewModelInterface::getFilter() to return a reference, since it is never NULL removed sort order from filter, which was causing unneeded filtering | |||
2012-07-27 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-07-25 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui | Richard Linden | |
2012-07-25 | CHUI-222 FIX Selecting None in inventory filters does not update until ↵ | Richard Linden | |
inventory selected | |||
2012-07-24 | CHUI-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-24 | CHUI-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-07 | Another Linux build fix. | Seth ProductEngine | |
2012-07-05 | CHUI-98 : WIP, use the refactored folder view for conversation view list | Merov Linden | |
2012-07-04 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
partial fix for crash on startup | |||
2012-07-03 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
move llfolderview* into LLUI! |