Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-19 | Update indra/newview/llfloatersidepanelcontainer.h | Andrey Lihatskiy | |
Fix tab indentation | |||
2024-08-18 | Fix frequent deep findChild calls for LLFloaterSidePanelContainer main ↵ | Rye Mutt | |
during various ui callbacks | |||
2024-07-18 | viewer#1997 Warn user if closing appearance with unsaved changes | Andrey Kleshchev | |
2024-07-01 | Reduce string temporaries from LLFloaterReg find/get | Rye Mutt | |
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2023-04-04 | SL-19379 Don't switch focus to other Inventory floater when creating an item ↵ | Maxim Nikolenko | |
in Gallery | |||
2020-11-20 | SL-14370 Don't build Appearance floater if it's not needed | Mnikolenko Productengine | |
2016-11-14 | STORM-2141: Fix various inventory floater related issues: | Ansariel | |
* Opening new inventory via Control-Shift-I shortcut uses legacy and potentinally dangerous code path * Closing new inventory windows don't release memory * During shutdown legacy and inoperable code for inventory window cleanup is called * Remove old and unused inventory legacy code | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-05-07 | Merge downstream version 3.7.8 code | simon | |
2014-03-21 | MAINT-3842 FIXED Using "Close Window" (Ctrl + W) shortcut while in ↵ | andreylproductengine | |
Appearance mode doesn't visually revert any changes... | |||
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-09-13 | Build fix after patch for MAINT-3137 | dmitrykproductengine | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-11 | merge | prep | |
2012-08-29 | SH-3312 FIX - closing floater with outfit edit now has same behavior as ↵ | Brad Payne (Vir Linden) | |
explicitly leaving outfit edit with backarrow | |||
2011-09-28 | Merge | Paul ProductEngine | |
2011-09-27 | EXP-1224 FIXED (Create and register a floater for People side tab) | Paul ProductEngine | |
- Added a floater for People side tab. - Replaced calls to LLSideTray with LLFloaterSidePanelContainer. | |||
2011-09-27 | Merge | Paul ProductEngine | |
2011-09-27 | EXP-1226 FIXED (Create and register a floater for Appearance side tab) | Paul ProductEngine | |
- Added xml for a new floater Appearance and registred it in the floaterreg - Removed side tray dependencies - Added static helper method: LLFloaterSidePanelContainer::getPanel | |||
2011-09-27 | EXP-1225 FIXED Added a floater for My Inventory side tab. | Seth ProductEngine | |
- Replaced calls to LLSideTray with LLFloaterSidePanelContainer. - Added LLFloaterSidePanelContainer::getPanel<T>() for getting custom type panels. | |||
2011-09-22 | EXP-1223 FIXED (Create and register a floater for Places side tab) | Paul ProductEngine | |
- Added xml for a new floater and registred it in the floaterreg - Removed side tray dependencies - Added static helper method: LLFloaterSidePanelContainer::showPanel | |||
2011-09-21 | EXP-1221 FIXED Added a floater container class that provides an interface ↵ | Seth ProductEngine | |
for all former Side Tray panels. The container implements a unified behavior similar to Side Tray tabs for all floaters: - LLSD params are passed to the main panel (root panel containing other child panels) upon opening the floater via LLFloaterReg, - LLSD params can be passed to one of the child panels using LLFloaterSidePanelContainer::openChildPanel() - transient floaters (e.g. IM windows) should not hide when the container floater is clicked, so that it's possible to drag an inventory item from My Inventory floater to a docked IM window. |