summaryrefslogtreecommitdiff
path: root/indra/llui/lltabcontainer.cpp
AgeCommit message (Collapse)Author
2021-07-23Merge branch 'master' into DRTVWR-483Andrey Lihatskiy
# Conflicts: # indra/newview/llpanelpicks.cpp # indra/newview/llpanelpicks.h # indra/newview/llviewerfloaterreg.cpp
2021-03-10SL-14862 - tab loggingBrad Payne (Vir Linden)
2020-10-14Merge branch 'master' into DRTVWR-483Andrey Lihatskiy
2020-04-24SL-307 Improvements to flashing colorAndrey Kleshchev
2020-03-27SL-307 Implemented ability to specify color and changed flashing colorAndrey Kleshchev
2019-06-03SL-11340 [Legacy profiles] The classifieds list cannot be scrolled downandreykproductengine
2019-05-08Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2019-04-01SL-307 Display in-viewer all warning messages logged by the mesh uploaderandreykproductengine
2019-01-09SL-10325 FIXED Preferences tabs are displayed incorrectly if hovering it ↵maxim_productengine
while searching any keyword
2019-01-03SL-10293 Firestorm PR: preferences and menu searchAndreyL ProductEngine
2016-12-14MAINT-6899 Viewer should use fixed buttons instead of a scroll list for tabs ↵Mnikolenko Productengine
in Appearance floater
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-07-01Merge from viewer-relese and become version 3.8.1andreykproductengine
2015-02-12MAINT-4847 FIXED Select new texture tab on clicking arrow buttons.Mnikolenko ProductEngine
2014-06-17Merge with 3.7.9-releasedolphin
2014-05-07Merge with 3.7.7-releasedolphin
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-03-12merge with releaseRichard Linden
2014-03-10Mergedolphin
2014-03-03[MAINT-3555][MAINT-3703]Baker Linden
- Removed logging for MAINT-3555 - Added NULL guard to fix MAINT-3703 (hopefully)
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-20[MAINT-3555] Adding a bajillion log messages to (hopefully) narrow down the ↵Baker Linden
cause of the crash
2014-02-12Merge with 3.7.0dolphin
2014-02-12merge with releaseRichard Linden
2014-02-14[MAINT-3555] Crash in LLPanel::~LLPanel() on shutdownBaker Linden
- Added clear() after DeletePointer() call to hopfully fix this...
2013-11-26remove excessively complex fixes for MAINT-2914 and MAINT-3142Oz Linden
2013-11-11Automated merge with http://bitbucket.org/lindenlab/viewer-releaseRichard Linden
2013-11-06merge with releaseRichard Linden
2013-10-25Merge with 3.6.9dolphin
2013-10-22Merge with viewer-beardolphin
2013-10-15Added LLTabContainer::getTotalTabWidthdolphin
Cleaned up experience profile floater
2013-10-23Merge latest viewer-release with FBCsimon
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-08-02MAINT-2914 FIXED Mousing over UI elements does not make them light updmitry
2013-07-25VITA test framework - record events supportJeff (Gioffredo Linden)
2013-06-05merge with viewer-releaseRichard Linden
2013-04-19merge changes for DRTVWR-294Oz Linden
2013-03-29CHUI-807 : Add more defensive coding. Also trace in log the sessions created ↵Merov Linden
so we'll have a better idea of what people do with conversations if we see that crash again.
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-18SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard Linden
changed LLCriticalDamp to LLSmoothInterpolation and sped up interpolator lookup improvements to stats display of llstatbar added scene load stats floater accessed with ctrl|shift|2
2013-03-15CHUI-807 : More defensive code. Don't assume anything while iterating ↵Merov Linden
through panels.
2013-03-01CHUI-807 : Fixed (attempt) : Defensive coding to prevent potential crashMerov Linden
2012-12-05CHUI 571: Code review changes, now LLFloaterIMContainer::showStub inlines ↵Gilbert Gonzales
code for hiding all tab panels and then showing the stub panel. Before the function would call hideAllTabs()
2012-12-04CHUI-571: Fixed bug where when the converation floater was torn off and a ↵Gilbert Gonzales
new im received, the incorrect conversation would be displayed and focused. In order to do this removed the conversation floater panels from being focused immediately when set visible. Also there was a bug when showing the stub panel for torn off conversations. The tab container was not setting the stub panel index properly to 0, which is where the stub panel existed in the tab container's list. This is post code review submit. Will submit another with minor code review changes.
2012-11-21CHUI-531 FIXED Poor fps in CHUI viewermaksymsproductengine
2012-11-16CHUI-487, CHUI-488 FIXED (Enable flashing FUI button behavior and Implement ↵AlexanderP ProductEngine
Flashing Conversations panel line item behavior): implemented FUI button flashing; clean up code
2012-11-09CHUI-362 WIP (Torn off conversation name is highlighted when selected in ↵AlexanderP ProductEngine
conversation list with different conversation showing in message panel): implemented method for a switch off tabs (switching to an invisible state)
2012-05-29CHUI-105 WIP Fixed "is not a child of" warning when removing a tab from ↵Seth ProductEngine
LLSideTrayPanelContainer.
2011-12-13EXP-1551 FIX Ability to toggle button flashingRichard Linden
added "EnableButtonFlashing" setting