Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-14 | MAINT-6899 Viewer should use fixed buttons instead of a scroll list for tabs ↵ | Mnikolenko Productengine | |
in Appearance floater | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-07-01 | Merge from viewer-relese and become version 3.8.1 | andreykproductengine | |
2015-02-12 | MAINT-4847 FIXED Select new texture tab on clicking arrow buttons. | Mnikolenko ProductEngine | |
2014-06-17 | Merge with 3.7.9-release | dolphin | |
2014-05-07 | Merge with 3.7.7-release | dolphin | |
2014-05-02 | MAINT-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-30 | MAINT-4009: Patching the LLTabContainer that was leaking some child views ↵ | Stinson Linden | |
and their associated llimage allocations. | |||
2014-03-12 | merge with release | Richard Linden | |
2014-03-10 | Merge | dolphin | |
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 down | Baker 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-12 | Merge with 3.7.0 | dolphin | |
2014-02-12 | merge with release | Richard Linden | |
2014-02-14 | [MAINT-3555] Crash in LLPanel::~LLPanel() on shutdown | Baker Linden | |
- Added clear() after DeletePointer() call to hopfully fix this... | |||
2013-11-26 | remove excessively complex fixes for MAINT-2914 and MAINT-3142 | Oz Linden | |
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-11-06 | merge with release | Richard Linden | |
2013-10-25 | Merge with 3.6.9 | dolphin | |
2013-10-22 | Merge with viewer-bear | dolphin | |
2013-10-15 | Added LLTabContainer::getTotalTabWidth | dolphin | |
Cleaned up experience profile floater | |||
2013-10-23 | Merge latest viewer-release with FBC | simon | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-08-02 | MAINT-2914 FIXED Mousing over UI elements does not make them light up | dmitry | |
2013-07-25 | VITA test framework - record events support | Jeff (Gioffredo Linden) | |
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | CHUI-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-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-18 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard 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-15 | CHUI-807 : More defensive code. Don't assume anything while iterating ↵ | Merov Linden | |
through panels. | |||
2013-03-01 | CHUI-807 : Fixed (attempt) : Defensive coding to prevent potential crash | Merov Linden | |
2012-12-05 | CHUI 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-04 | CHUI-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-21 | CHUI-531 FIXED Poor fps in CHUI viewer | maksymsproductengine | |
2012-11-16 | CHUI-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-09 | CHUI-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-29 | CHUI-105 WIP Fixed "is not a child of" warning when removing a tab from ↵ | Seth ProductEngine | |
LLSideTrayPanelContainer. | |||
2011-12-13 | EXP-1551 FIX Ability to toggle button flashing | Richard Linden | |
added "EnableButtonFlashing" setting | |||
2011-11-11 | EXP-1504 : Move the tab opening stuff to lltabcontainer and out of llbutton. ↵ | Merov Linden | |
Added an xui param to allow drill through tabs. Set that param for build panel only. | |||
2011-11-10 | EXP-1504 : Allow opening of tab in tab containers when drag and dropping ↵ | Merov Linden | |
things. Added new param to LLButton to handle this (off by default). Refactor lltabcontainer code a bit while at it. | |||
2011-10-18 | EXP-1358 FIX Hitting back in the Create group panel or Blocked panel ↵ | Richard Linden | |
requires multiple clicks for action to occur | |||
2011-09-06 | EXP-1196 FIX Fix param block template ordering | Richard Linden | |
changed ordering of template loading relative to constructor setting of params moved a lot of constructor-set params to template files reviewed by Leslie | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-05-31 | EXT-7087 FIXED Added flashing icons for im tabs and hooked them up in code | Andrew Dyukov | |
Added new attribute image_flash to button.xml which sets an image used for button icon when button is flashing. Pointer to this image is stored in member mImageFlash from LLButton and is used in LLButton::draw(). There are two ways an image can flash now - by making changes in color according to flash_color attribute or by changing icon from current to the one specified in image_flash. Second way is used only if the name of flash icon is different from "FlashIconAbsent" which is there by default. First way is used otherwise. Used new selfmade orange icons for flashing tabs. --HG-- branch : product-engine | |||
2010-03-02 | CID-433 | Tofu Linden | |
Checker: FORWARD_NULL Function: LLTabContainer::reshapeTuple(LLTabTuple *) File: /indra/llui/lltabcontainer.cpp | |||
2010-02-24 | PE merge. Conflict resolved. | Tofu Linden | |
2010-02-24 | Fixed normal but EXT - 5108 (Preferences vertical tabs don't align to tab ↵ | Paul Guslisty | |
container) - Added offset in TabContainer between Tab and TabPanel in case of VERTICAL Tabs orientation. --HG-- branch : product-engine | |||
2010-02-23 | Fxed normal bug EXT - 5465 (Invalid ellipsis usage for resident names in the ↵ | Paul Guslisty | |
IM tabs) - Added reshaping procedure for tabs with LLIconCtrl --HG-- branch : product-engine |