summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2014-06-02Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-drtvwr-365.Stinson Linden
2014-05-31MAINT-4114: Refactoring the LLBadge code to ensure a parent view always has ↵Stinson Linden
the badge (to preserve memory cleanliness), but to also allow for badge reparenting so that the NEW badge works in the inventory window. This change relates to 9e0d629da1487f850beb2767bd47734c4ccc393e.
2014-05-28MAINT-4070 FIXED Use icon in urls when content is trusted.maxim@mnikolenko
2014-05-27MAINT-4009: Ensuring that the view listeners are properly cleaned up at app ↵Stinson Linden
close.
2014-05-19mergeBrad Payne (Vir Linden)
2014-05-19Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.Stinson Linden
2014-05-13sunshine-external merge WIPBrad Payne (Vir Linden)
2014-05-12MAINT-4009: Patching a minor leak for when the status text box for the ↵Stinson Linden
folder view has not been reparented.
2014-05-07Pull and merge viewer-release as version 3.7.8simon
2014-05-05MAINT-4009: Patching a small memory leak for when menu items were being ↵Stinson Linden
created before the viewer window initialization had created the menu holder. Also, added llasserts in other cases when referencing the menu holder to ensure the holder is non-null.
2014-05-02MAINT-4009: Patching the memory leak occurring in the scenario where avatar ↵Stinson Linden
icon was being created, but the tab container did not have a button to accept the gieven icon.
2014-04-30MAINT-4009: Patching the LLTabContainer that was leaking some child views ↵Stinson Linden
and their associated llimage allocations.
2014-04-30MAINT-4009: Patching another memory leak in LLBadgeOwner that indirectly was ↵Stinson Linden
also causing leaks in llimage.
2014-04-22MergeXiaohong Bao
2014-04-22mergeBrad Payne (Vir Linden)
2014-04-21Merge downstream code updating version to 3.7.7simon
2014-03-12mergeBrad Payne (Vir Linden)
2014-03-12merge with releaseRichard Linden
2014-03-11Merge downstream code to 3.7.4simon
2014-03-10Pull merge from lindenlab/viewer-releaseMerov Linden
2014-03-03[MAINT-3555][MAINT-3703]Baker Linden
- Removed logging for MAINT-3555 - Added NULL guard to fix MAINT-3703 (hopefully)
2014-02-27Merge downstream codesimon
2014-02-26Fix linux build - make default check in switch statementSimon Linden
2014-02-26MAINT-3555 FIXED crash in LLPanel::~LLPanel() on shutdown:maksymsproductengine
- LLFloaterView::mToolbarRects[3] was transformed to LLRect mToolbarLeftRect, mToolbarBottomRect, mToolbarRightRect;
2014-02-26MAINT-3555 : crash in LLPanel::~LLPanel() on shutdown. Fixes to be paranoidsimon
about the return type for calls to LLView::getParent(): never assume a down cast is possible.
2014-02-25[MAINT-3784] - Viewer takes too long to shut downBaker Linden
- Removed a lot of logging code to reduce application close time
2014-02-24Pull merge from viewer-releaseMerov Linden
2014-02-25Merge downstream codesimon
2014-02-21Merge downstream codesimon
2014-02-20[MAINT-3555] Adding a bajillion log messages to (hopefully) narrow down the ↵Baker Linden
cause of the crash
2014-02-12merge with releaseRichard Linden
2014-02-11mergeBrad Payne (Vir Linden)
2014-02-05MAINT-3555 crash in LLPanel::~LLPanel() on shutdown:maksymsproductengine
- memory leaks fixing;
2014-02-18Pull in viewer-lion to lock down next releasesimon
2014-02-14More memory cleanup of containers after DeletePairedPointer() usage.simon
2014-02-14[MAINT-3555] Crash in LLPanel::~LLPanel() on shutdownBaker Linden
- Added clear() after DeletePointer() call to hopfully fix this...
2014-02-10Merge downstream code with viewer-releasesimon
2014-02-10Merge viewer-releasesimon
2014-02-05MAINT-3555 crash in LLPanel::~LLPanel() on shutdown:maksymsproductengine
- memory leaks fixing;
2014-01-20MAINT-3618 FIXED Don't copy spaces after cursor to the next line.maxim@mnikolenko
2014-01-10Revert earlier back-out for MAINT-535 ... it's back insimon
2014-01-14MAINT-3510 (Incorrect context menu entry in Places floater)MaximB ProductEngine
2014-01-09Merge downstream -bearsimon
2014-01-08MAINT-3520 FIXED Сall arrange(NULL, NULL) to avoid occasional drag'n'drop ↵Mnikolenko ProductEngine
folders after renaming.
2014-01-07Revert changes made for MAINT-535 to test in a release cohort.simon
2013-12-13Merge downstream codesimon
2013-12-11MAINT-3553 Another checking is added to avoid possible crash.Mnikolenko ProductEngine
2013-12-09Automated merge with http://bitbucket.org/lindenlab/viewer-lionRichard Linden
2013-12-09MAINT-3017 FIX Inventory filter for Recent tab does not persist between ↵Richard Linden
sessions as it used to. added names back to inventory filters, so they can be deserialized
2013-12-09MAINT-3539 Additional checking was added to avoid possible crash.Mnikolenko ProductEngine